/* 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 ========================== */

.button-solid-white {
    background-color: #fff;
    color: #000;
    border: 2px solid #000;
}
.button-solid-white:hover {
	background-color: #f6f6f7;
	border-color: #275d38;
}

.text-transform-none {
	text-transform: none;
}

.pictureCard1 img {
	height: 375px;
	object-fit: cover;
}

.flex-fill-space {
	flex: 1 1 auto;
}

/* -- Homepage -- */

.bg-artist-paintbrush {
	background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
	background-image: url("https://www.uvu.edu/artdesign/images/homepage/artist-paintbrushes.jpg");
}

.bg-art-drawing {
	background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
	background-image: url("https://www.uvu.edu/artdesign/images/homepage/art-drawing.png");
}

/* -- Buttons -- */
.cardButton1 {
	padding: 20px;
	text-align: center;
}
.cardButton1:hover {
	color: white;
	text-align: center;
}


/* -- Art & Design Background Colors -- */
.bg-orange-2, .bg-orange-2-hover:hover {background-color:#BE5400;}
.bg-orange, .bg-orange-hover:hover {background-color: #d45d00;}
.bg-orange-3, .bg-orange-3-hover:hover {background-color:#C87533;}
.bg-orange-4, .bg-orange-4-hover:hover {background-color:#BE5F13;}
.bg-orange-6, .bg-orange-6-hover:hover {background-color:#723200;}
.bg-orange-7, .bg-orange-7-hover:hover {background-color:#582700;}


/* -- Art & Design Text Colors -- */
.text-orange-2, .text-orange-2-hover:hover {color:#BE5400;}
.text-orange, .text-orange-hover:hover, .text-orange-focus:focus {color: #d45d00;}
.text-orange-3, .text-orange-3-hover:hover {color:#C87533;}
.text-orange-4, .text-orange-4-hover:hover {color:#BE5F13;}
.text-orange-6, .text-orange-6-hover:hover {color:#723200;}
.text-orange-7, .text-orange-7-hover:hover {color:#582700;}


.bg-teal-3 {background-color: #4CA473;}
.bg-teal-2 {background-color: #0095C8;}
.bg-teal {background-color: #00BFB3;}

/* -- Borders/Underlines -- */
.border-orange,.underline-header-orange:after {border-color: #d45d00;}


.text-white-focus:focus {
	color: white;
}
/*----------------------------------------------------------------------------------------------------------------*/

.padding-top-55 {
	padding-top:55px;
}
.margin-bottom-55 {
	margin-bottom:55px;
}

.margin-top-neg-overlay {
	margin-top: -575px;
}

.padding-left-55 {
	padding-left:55px;
}
.margin-right-55 {
	margin-right:55px;
}

.margin-top-neg-100 {
	margin-top:-100px;
}

main#content-wrap.content-wrap hr {
	border-top: 2px solid #E59400;
	padding: 2px;
	margin-left: -20px;
	margin-right: -20px;
}

/*---------------------------Degrees------------------------------*/

ul:not(.anchor-unstyled) .anchorToggle:hover, ul:not(.anchor-unstyled) .anchorToggle:focus, ul:not(.anchor-unstyled) .anchorToggle:active, ul:not(.anchor-unstyled) .anchorToggle.active {
    background-color: #fff4cc;
    color: #735656;
}

ul:not(.anchor-unstyled) .anchorToggle {
	background-color: #d45d00;
}

.highlight{
	 -webkit-animation: highlight-fade 4s 1;
    -moz-animation: highlight-fade 4s 1;
	animation: highlight-fade 4s 1;
}


@keyframes highlight-fade {
    0% { background-color: #fff4cc; }
	30% { background-color: #fff4cc; }
    100% { background-color: white; }
}

@-webkit-keyframes highlight-fade {
    0% { background-color: #fff4cc; }
	30% { background-color: #fff4cc; }
    100% { background-color: white; }
}

@-moz-keyframes highlight-fade {
    0% { background-color: #fff4cc; }
	30% { background-color: #fff4cc; }
    100% { background-color: white; }
}

/*---------------------------About------------------------------*/
.bg-image.mission:before {
    content: "";
    display: block;
    position: absolute;
    background-color: rgba(255,255,255,.75);
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.bg-image.mission, .mission * {
	position: relative;
}

.bg-image.mission {
	background: url(/theatre/images/mission.jpg) center/cover no-repeat;
}

.bg-image.mission .thumbnailCard {
	background-color: rgba(249, 249, 249, 0.5);
}




.full-grid .container-fluid {
    max-width: 100%;
}
.tabs li:hover a, .tabs li a.active {
	background-color: #d45d00;
}
.tab-container {
    display: none;
}

.tab-container.open {
    display: block;
}

a.active {
    text-decoration: underline;
}
.tabs li:hover a, .tabs a.active {
	color: white;
}

.col-list > li {
	list-style-position: inside;
}

/*---------------------------Gallery------------------------------*/
section.page-header.fullbleed.margin-top-0.padding-top-60.padding-bottom-60.bg-white.parallax.border-bottom-orange {
    border-color: #d45d00;
	background-color: rgba(255,255,255,.8);
}

/*--Faculty Gallery--*/
[id*="gallery"] li {
	margin: 0 0 40px;
	padding: 0 5px 10px;
}

/*--Faculty Gallery--*/
[id*="gallery"] li img {
    width: 100px;
}
[id*="gallery"] li:nth-child(n + 4) {
    display: none;
}	

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

.col-list {
	columns: 2;
	-webkit-columns: 2;
	-moz-columns: 2;
} 
	
	/*--Faculty Gallery--*/
	[id*="gallery"] li img {
		width: 100%;
	}
[id*="gallery"] li:nth-child(n + 2) {
    display: none;
}
	
	
	
}/*end media query*/
/*End tablet and up styles*/
/* ====================== Landscape Tablet and Up (Overrides Mobile Styles) ========================== */
@media only screen and (min-width: 992px) {

/*---------------------------About------------------------------*/
.bg-image.mission {
	background: url(/theatre/images/mission.jpg) right/contain no-repeat;
}
	
/*--Faculty Gallery--*/
	[id*="gallery"] li:nth-child(n + 2) {
		display: list-item;
	}
[id*="gallery"] li:nth-child(n + 3) {
    display: none;
}	
	
}/*end media query*/
/*End landscape tablet and up styles*/
/* ====================== Desktop Only (Overrides Mobile and Tablet Styles) ========================== */
@media only screen and (min-width: 1200px) {

		
/*--Faculty Gallery--*/
	[id*="gallery"] li:nth-child(n + 3) {
		display: list-item;
	}
[id*="gallery"] li:nth-child(n + 4) {
    display: none;
}	
	
	
}/*end media query*/
/*End desktop only styles*/
/*END OF DOCUMENT*/
