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

@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600&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: 'Montserrat', sans-serif;
	font-weight: 400;
	background-color: #1d488b;
}

/* 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: 14pt;
    font-family: 'Montserrat', 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: 28px;
	padding-right: 28px;
	padding-bottom: 10px;
	padding-top: 10px;
	text-align: center;
	background-color: #1d488b;	
}


#socialbuttons span {
	color: #ffffff;
	font-weight: 700;
	font-size: 20px;
    font-family: 'Montserrat', 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: 'Montserrat', 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:#ffffff; 
	width:100%;
}

/* Galleria controls */



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

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

    

}

#galleria a {

	color: #ffffff;
}

#galleria a:hover {

	color: #95c1e9;
}

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

}



.galleria-info-description {
    font-size:  16px;
    font-family: 'Montserrat', 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:600px
}

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