/* Department CSS Document */
/*For mobile first adaptive design place styles for mobile and up in the mobile and up area.
Place styles for tablet and up inside the media query in the tablet and up area.
Place styles for desktop only inside the media query in the desktop only area.

For questions or media query training contact Web Development Services.
*/
/* ====================== Mobile and Up ========================== */

.directory h2{color:white;}

.bg-image{
	background-image:url('https://www.uvu.edu/studentresponsibilities/images/backgrounds/concrete-texture.png');
	background-repeat:repeat;
	background-size:auto;
}


.button-solid-white, .button-solid-white:active, .button-solid-white:focus {
    background-color: #fff;
    color: #285e39;
    border: 2px solid transparent;
}

.button-solid-white, .button-border, .button-shadow {
    display: inline-block;
    position: relative;
    text-decoration: none;
    font-family: 'Rajdhani', sans-serif;
    border-radius: 10px;
    padding: 15px 20px;
    margin-bottom: 10px;
    /* width: calc(85% - 10px); */
    text-transform: uppercase;
    border: 2px solid transparent;
	width:95%;
}


/* =====FLEX BUTTON START===== */

.bg-transparent {
	background: rgba(12,12,12,.6);
	transition: .3s;
}
.bg-transparent:hover {
	padding-left: 40px;
}
.bg-transparent a:hover {
	text-decoration: none;
	color:#fff;
}
.flex-center {
	display: flex;
	flex-direction: column;
    align-items: center;
    justify-content: center;
}
.bg-transparent a{
	text-shadow: 1px 1px 24px black;
	-webkit-transition: opacity 0.2s ease-in-out;
    -moz-transition: opacity 0.2s ease-in-out;
    -o-transition: opacity 0.2s ease-in-out;
    transition: opacity 0.2s ease-in-out;
	transition: 0.2s;
}

.bg-image-students, .bg-image-faculty{
	background-repeat: none;
	background-size: cover;
	width:100%;
	min-height: 250px;
}

/*images size is 400x300*/
.bg-image-students {background-image: url("https://www.uvu.edu/studentresponsibilities/images/home-students.jpg");}
.bg-image-faculty {background-image: url("https://www.uvu.edu/studentresponsibilities/images/home-faculty.jpg");}

.height-150{
	height:250px;
}

.width-100p{
	width:100%;
}

.staffc{
	color:#fff;
}

a.staffc:hover{
	color:#fdefc1;
}

.width-300 {
	max-width: 300px;
}
.height-350 {
	min-height: 350px;
}

.padding-1{
	padding:1px;
}


/* =====FLEX BUTTON END===== */


/*End mobile and up styles*/
/* ====================== Tablet and Up (Overrides Mobile Styles) ========================== */
@media only screen and (min-width: 768px) {


	
	
}/*end media query*/
/*End tablet and up styles*/
/* ====================== Landscape Tablet and Up (Overrides Mobile Styles) ========================== */
@media only screen and (min-width: 992px) {

textarea{
	width:50%;
}
	
	
}/*end media query*/
/*End landscape tablet and up styles*/
/* ====================== Desktop Only (Overrides Mobile and Tablet Styles) ========================== */
@media only screen and (min-width: 1200px) {

	
	
	
}/*end media query*/
/*End desktop only styles*/
/*END OF DOCUMENT*/
