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

/*@font-face {
    font-family: 'Frutiger LT Std';
    src: url('font/FrutigerLTStd-Roman.eot');
    src: local('Frutiger LT Std 55 Roman'), local('FrutigerLTStd-Roman'),
        url('font/FrutigerLTStd-Roman.eot?#iefix') format('embedded-opentype'),
        url('font/FrutigerLTStd-Roman.woff2') format('woff2'),
        url('font/FrutigerLTStd-Roman.woff') format('woff'),
        url('font/FrutigerLTStd-Roman.ttf') format('truetype'),
        url('font/FrutigerLTStd-Roman.svg#FrutigerLTStd-Roman') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Frutiger LT Std';
    src: url('font/FrutigerLTStd-Bold.eot');
    src: local('Frutiger LT Std 65 Bold'), local('FrutigerLTStd-Bold'),
        url('font/FrutigerLTStd-Bold.eot?#iefix') format('embedded-opentype'),
        url('font/FrutigerLTStd-Bold.woff2') format('woff2'),
        url('font/FrutigerLTStd-Bold.woff') format('woff'),
        url('font/FrutigerLTStd-Bold.ttf') format('truetype'),
        url('font/FrutigerLTStd-Bold.svg#FrutigerLTStd-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
}
*/


@import url('https://fonts.googleapis.com/css2?family=Hind:wght@300;400;500;600&amp;display=swap');


body, div, h1, h2, h3, span, p {
			}
/* fullscreen */
			
body {
	margin-top: 0px;
	margin-right: 15px;
	margin-left: 15px;
	margin-bottom: 0px;
    font-family: 'Hind', sans-serif;
	font-weight: 400;
	background-color: #f6f8f9;
}

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

#spintitles {
	font-weight: 700;
	font-size: 16px;
    font-family: 'Hind', sans-serif;
}

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


/* 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: #d5e0e5;	
}


#socialbuttons span {
	color: #395e78;
	font-size: 20px;
    font-family: 'Hind', sans-serif;
}

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

/*  fancybox background and caption in the slideshows  */

#fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 8010;
	background: #000000;
}

.fancybox-skin {
	background: #ffffff;
}
/*
.fancybox-title-undefined-wrap {
	color: #ffffff;
	padding: 10px;
	text-align: center;
	font-family: 'Roboto', sans-serif;
	font-weight: bold;
	}*/

.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 {
	position: relative;
	margin-top: 10px;
	line-height: 22px;
	font-size: 14px;
    font-family: 'Hind', sans-serif;
	font-weight: normal;
	color: #ffffff;
	text-align: center;
}

.fancybox-title-outside-wrap span {

	font-style: italic;
	
}


/*

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


.fancybox-title-float-wrap .child {
	display: inline-block;
	background: #14387c; 
	color: #FFF;
	line-height: 20px;
	font-size: 14px;
	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: 'Roboto', 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 {
	height:440px
}
			
#text {
	margin-left: 0px;
	margin-right: 0px;
}


/* social media buttons */

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


#socialbuttons p {
	color: #00395d;
	font-weight: 700;
	font-size: 24px;
    font-family: 'Hind', sans-serif;
}

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