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

/* ====================== XS and Up ========================== */
/* photo card overrides */
.card-picture.card-picture-9 {
    border-radius: 0;
}
.card-picture-9 .card-picture-title {
	color: #595478;
	font-weight: bold;
	text-transform: capitalize;
}
.card-picture-9 .card-picture-title:after {
	background: #595478;
}

.card-picture-9 .card-picture-button {
    color: #fff;
    font-size: 18px;
    background-color: #595478;
	border: 2px solid #595478;
}

.card-picture-9 .card-picture-button:hover {
	color: #595478;
	background-color: #fff;
}

/* Accessible text classes */
.text-12 {
	font-size: 0.7500em;
	line-height: 1.5;
}
.text-14 {
	font-size: 0.8750em;
	line-height: 1.5;
}
.text-16 {
	font-size: 1.0000em;
	line-height: 1.5;
}
.text-17 {
	font-size: 1.063em;
	line-height: 1.5;
}
.text-18 {
	font-size: 1.1250em;
	line-height: 1.5;
}
.text-20 {
	font-size: 1.2500em;
	line-height: 1.5;
}
.text-21 {
	font-size: 1.3125em;
	line-height:1.5;
}
.text-22 {
	font-size: 1.3750em;
	line-height: 1.5;
}
.text-24 {
	font-size: 1.5000em;
	line-height: 1.5;
}
.text-26 {
	font-size: 1.625em;
	line-height: 1.5;
}
.text-28 {
	font-size: 1.75em;
	line-height: 1.5;
}
.text-40-lg {
	font-size: 2.5em;
	line-height: 1.5;
}
p {
	line-height: 1.5;
}
.jumbo header p {
    margin-bottom: 15px;
    font-size: 1.3125em !important;
    font-weight: 200;
    color: #fff;
}
/* End Accessible text classes */

h1{
	font-weight: 600;
	text-shadow: 0 0 8px black;
}

.no-shadow{
	text-shadow: none;
}

.border-bottom-0{
	border-bottom: 0;
}

.img-button{
	display:flex;
	align-items:center;
	justify-content:center;
	overflow:hidden;
}

.img-button img{
	opacity: 0.7;
	-webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	width:100%;
	height: auto;
}

.img-button a{
	overflow:hidden;
	height:100%;
	display:block;
	background-color: black;
}

.img-button h2{
    font-size: 2.4em;
    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;
    text-align: center;
    width: 85%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin: 0;
    padding: 0;
}

.img-button .small-h2{
	font-size: 2em;
}

.img-button .img-button-p{
	    text-shadow: 1px 1px 24px black;
    text-align: center;
    -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;
    width: 85%;
    color: white;
    font-size: 19px;
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin: 0;
    padding: 10px;
}

.home-button{
	display:flex;
	align-items:center;
	justify-content:center;
	overflow:hidden;
}

.home-button img{
	-webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	width:100%;
	height: auto;
}

.home-button a{
	overflow:hidden;
	height: 100%;
	display:block;
	background-color: black;
}

.home-button h2{
    font-size: 2.4em;
    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;
    text-align: center;
    width: calc(100% - 30px);
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, -50%);
    margin: 0 0 -12px 0;
    padding: 10px 0px;
}

.home-button .small-h2{
	font-size: 2em;
}

.home-button .img-button-p{
	text-shadow: 1px 1px 24px black;
    text-align: center;
    -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;
    width: 85%;
    color: white;
    font-size: 19px;
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin: 0;
    padding: 10px;
}

.pan-button{
	display:flex;
	align-items:center;
	justify-content:center;
	overflow:hidden;
}

.pan-button img{
	opacity: 0.5;
	-webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	width:100%;
	height: auto;
}

.pan-button a{
	overflow:hidden;
	height:100%;
	display:block;
	background-color: black;
}

.pan-button h2{
	font-size: 1.8em;
	text-shadow: 1px 1px 24px black;
	text-align: center;
	width: 85%;
	position: absolute;
	top: 60px;
	margin: 0;
	max-width: 240px;
}


.bottom-gap{
	padding-bottom: 30px;
}

.twoColumn{
	padding-top:10px;
	-moz-column-count: 2;
    -moz-column-gap: 30px;
    -webkit-column-count: 2;
    -webkit-column-gap: 30px;
    column-count: 2;
    column-gap: 35px;
}

.twoColumn > li{
	margin: 0 10px 5px;
}

.gallery a{
	box-shadow: 1px 1px 5px rgba(0,0,0,.5);
}

.jumbo.parallax.bg-no-cover{
	background-size: auto;
	background-repeat: no-repeat;
}

.margin-top-auto{
	margin-top: auto;
}

.margin-bottom-auto{
	margin-bottom: auto;
}

.question{
	background: #004c48;
	padding: 10px;
	color: white;
}

.fifths{
	position:relative;
	min-height: 1px;
	padding-right:15px;
	padding-left:15px;
	padding-top:15px;
	width: 100%;
	float: left;
}

.bg-home{
	background-image: url(/crfs/images/capitol-reef-topo-bw2.jpg);
	background-repeat: repeat-y;
	background-size: cover;
}

.bg-home-sections{
	background-image: url(http://webstaging.uvu.edu/crfs/images/topography.png);
	background-repeat: repeat;
	background-color: whitesmoke;
}

.reservation-btn{
	border-radius: 0px 20px 0px 20px;
	background-color: rgba(100,86,40,.9);
	color: white;
	text-transform: uppercase;
	padding: 15px 15px;
}

.reservation-btn:hover{
	color: #645628;
	background-color: rgba(255,255,255,.8);
}

.sloped-top{
	border-top: none;
	position: relative;
	overflow: hidden;
}

.sloped-bottom{
	border-top: none;
	position: relative;
	overflow: hidden;
}

.sloped-top::before{
	content: "";
    width: 0;
    height: 0;
    position: absolute;
    border-top: 80px solid #645628;
    border-left: 100vw solid transparent;
    top: 0;
    left: 0;
    z-index: 10;
}

.sloped-bottom::after{
	content: "";
    width: 0;
    height: 0;
    position: absolute;
    border-bottom: 80px solid #645628;
    border-right: 100vw solid transparent;
    bottom: 0;
    right: 0;
    z-index: 9;
}

.social-icon{
	color: #f6f6f7;
}

.social{
	background-color: rgba(0,0,0,.6);
	color: white;
	border-radius: 10px;
}

.section-opacity{
	position: relative;
}

.section-opacity:before{
	content: ' ';
    position: absolute;
    display: flex;
    height: 100%;
    width: 100%;
    top: 0;
    background-color: rgba(255,255,255,.5);
	z-index:0;
}

.cardButton1{
	color: #645628;
}

.cardButton1:hover{
	background-color: #645628;
}

.button-solid:hover{
	color: #645628;
	border-color: #645628;
}

.button-solid:focus{
	color: white;
	background-color: #645628;
}



.header-logo:after{
	display:none;
}

.tenth-header-logo:after{
	display: none;
}

.jumbo p{
	text-shadow: 0px 0px 8px black;
}

.page-header{
	margin: 0;
}

h2.card-hover-title::after {
	content: '\f1c1' !important;
    font-family: "FontAwesome";
    margin-left: 4px;
}

.img-center {
	display:block;
	margin-right:auto;
	margin-left:auto;
}

/* ====================== SM and Up ========================== */

@media (min-width: 576px) {

.reservation-btn{
	padding: 15px 20px;
}
	
.fifths{
	position:relative;
	min-height: 1px;
	padding-right:15px;
	padding-left:15px;
	width: 50%;
	float: left;
}

.home-button{
	display:flex;
	align-items:center;
	justify-content:center;
	overflow:hidden;
}

.home-button img{
	-webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	width:100%;
	height: auto;
}

.home-button a{
	overflow:hidden;
	width:100%;
	height: auto;
	display:block;
	background-color: black;
}

.home-button h2{
    font-size: 2.4em;
    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;
    text-align: center;
    width: calc(100% - 30px);
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, -50%);
    margin: 0 0 -12px 0;
    padding: 10px 0px;
}

.home-button .small-h2{
	font-size: 2em;
}

.home-button .img-button-p{
	text-shadow: 1px 1px 24px black;
    text-align: center;
    -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;
    width: 85%;
    color: white;
    font-size: 19px;
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin: 0;
    padding: 10px;
}
}

/*End mobile and up styles*/
/* ====================== Tablet and Up (Overrides Mobile Styles) ========================== */
@media only screen and (min-width: 768px) {
.fifths{
	position:relative;
	min-height: 1px;
	padding-right:15px;
	padding-left:15px;
	width: 33%;
	float: left;
}
	
.header-logo:after{
	content: "";
	display: inline-block;
	background: url(/crfs/images/capitolreeflogo-white.png);
	background-size: 100px 100px;
	width: 100px;
	height: 100px;
	position: absolute;
	bottom: 15px;
	right: 15px;
}
	
.tenth-header-logo:after{
	content: "";
	display: inline-block;
	background: url(/crfs/images/10th-logo-white.png);
	background-size: 100px 100px;
	width: 100px;
	height: 100px;
	position: absolute;
	bottom: 15px;
	right: 15px;
}

.home-button a{
	width: 100%;
	height: auto;
}
	
	
	
}/*end media query*/
/*End tablet and up styles*/
/* ====================== Landscape Tablet and Up (Overrides Mobile Styles) ========================== */
@media only screen and (min-width: 992px) {
.img-button:hover img{
	-ms-transform: scale(1.1); /* IE 9 */
    -webkit-transform: scale(1.1); /* Safari */
	transform: scale(1.1);
	opacity: .6;
}
	

	
.home-button:hover img{
	-ms-transform: scale(1.1); /* IE 9 */
    -webkit-transform: scale(1.1); /* Safari */
	transform: scale(1.1);
	opacity: .6;
}
	
.home-button:hover h2 {
	opacity: 0;
}
	
.home-button:hover .img-button-p{
	opacity: 1;
}
	
.pan-button:hover img{
	-ms-transform: scale(1.1); /* IE 9 */
    -webkit-transform: scale(1.1); /* Safari */
	transform: scale(1.1);
	opacity: .6;
}

.fifths{
	position:relative;
	min-height: 1px;
	padding-right:15px;
	padding-left:15px;
	width: 20%;
	float: left;
	padding-bottom:15px;
}
	
.header-logo:after{
	content: "";
	display: inline-block;
	background: url(/crfs/images/capitolreeflogo-white.png);
	background-size: 150px 150px;
	width: 150px;
	height: 150px;
	position: absolute;
	bottom: 30px;
	right: 30px;
}
	
.tenth-header-logo:after{
	content: "";
	display: inline-block;
	background: url(/crfs/images/10th-logo-white.png);
	background-size: 150px 150px;
	width: 150px;
	height: 150px;
	position: absolute;
	bottom: 30px;
	right: 30px;
}
	
}/*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*/
