@charset "UTF-8";
/* CSS Document - HTHS School */

@import url("https://use.typekit.net/utr1xdz.css");

body, div, h1, h2, h3, span, p {
			}
/* fullscreen */
			
body {
	margin-top: 0px;
	margin-right: 15px;
	margin-left: 15px;
	margin-bottom: 0px;
	font-family: mr-eaves-modern, sans-serif;
	font-weight: 500;
	background-color: #ffffff;
}

/* fix for scroll bars on webkit & >=Mac OS X Lion */ 
			::-webkit-scrollbar {
				background-color: rgba(0,0,0,0.5);
				width: 0.75em;
			}
			::-webkit-scrollbar-thumb {
    			background-color:  rgba(255,255,255,0.5);
			}
			
		
/* general text */			
@media screen and (min-width: 601px) {

h3 {
	color: #122e32;
	font-weight: 700;
	font-size: 20pt;
	margin-bottom: 10px;
	font-family: mr-eaves-modern, sans-serif;
}
}

@media screen and (max-width: 600px) {

h3 {
	color: #122e32;
	font-weight: 700;
	font-size: 18pt;
	margin-bottom: 10px;
	font-family: mr-eaves-modern, sans-serif;
}
}

@media screen and (min-width: 601px) {
			
p {
	color: #122e32;
	font-weight: 400;
	font-size: 20px;
	line-height: 21px;
	font-family: mr-eaves-modern, sans-serif;
}
}

@media screen and (max-width: 600px) {
			
p {
	color: #122e32;
	font-weight: 400;
	font-size: 16px;
	line-height: 16px;
	font-family: mr-eaves-modern, sans-serif;
}
}

#textbox {

	padding: 20px;
}


.menutitle {
	font-size: 20pt;
	font-weight: 700;
	font-family: mr-eaves-modern, sans-serif;
}

.menuitem {
	font-size: 14pt;
	font-weight: 400;
	font-family: mr-eaves-modern, sans-serif;
}

/* photos + video tour stop styles */

.caption {
	margin-left: 10px;
	margin-right: 10px;
}

.video-container {
    overflow: hidden;
    position: relative;
    width:100%;
}

.video-container::after {
    padding-top: 56.25%;
    display: block;
    content: '';
}

.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}



.image-container {
    overflow: hidden;
    position: relative;
    width:100%;
}

.image-container::after {
    padding-top: 67.6%;
    display: block;
    content: '';
}

.image-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
	max-height: 470px;
}

/* social buttons */

				
#socialbuttons {
	display: none;
	padding-left: 48px;
	padding-right: 48px;
	padding-bottom: 10px;
	padding-top: 10px;
	text-align: center;
	background-color: #ffffff;	
}


#socialbuttons span {
	color: #122e32;
	font-weight: 700;
	font-size: 24px;
	font-family: mr-eaves-modern, sans-serif;
}

#socialbuttons a {
margin-left: 5px;
margin-right: 5px;
}

/*  fancybox background and caption in the slideshows  */

.fancybox-skin {
	background: #729edd;
}

.fancybox-title-undefined-wrap {
	color: #ffffff;
	padding: 10px;
	text-align: center;
	}

.fancybox-close:hover {

    transform: scale(1.2);
    transition: all .2s ease-in-out;
}

.fancybox-nav span:hover {

    transform: scale(1.2);
    transition: all .2s ease-in-out;
}

.fancybox-title-outside-wrap {
	line-height: 18px;
	font-size: 12px;
}


.fancybox-title-float-wrap {
	color: #8b2331;
	padding: 0px;
	text-align: left;
}


.fancybox-title-float-wrap .child {
	display: inline-block;
	background: #8b2331; 
	color: #FFF;
	line-height: 18px;
	font-size: 12px;
	white-space: wrap;
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	padding-bottom: 15px;
	padding-left: 25px;
	padding-right: 25px;
	padding-top: 15px;
	font-family: mr-eaves-modern, sans-serif;
	text-align: left;
}




.svg:hover { 
	transform: scale(1.2); 
	transition: all .2s ease-in-out;
}


.content {
	color:#777; 
	width:100%;
}

/* Galleria controls */



.galleria-container {
    position: relative;
    overflow: hidden;
    background: #ffffff;
}

.galleria-info {
    width: 85%;
    left: 60px;
    z-index: 2;
    position: absolute;

    

}

.galleria-info-text {
    background: transparent;
    padding: 0px;
    display: none;
    zoom:1;

}



.galleria-info-description {
    font-size:  16px;
    font-family: mr-eaves-modern, sans-serif;
    font-style: normal;
    margin: 0;
    color: #fff;

}
@media screen and (min-width: 601px) {

#galleria {
	height:460px
}

}

@media screen and (max-width: 600px) {

#galleria {
	height:520px
}

}
			
#text {
	margin-left: 20px;
	padding-top: 20px;
}
