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


font-family: 'PT Sans', sans-serif;

font-family: 'Montserrat', sans-serif;

font-family: 'Raleway', sans-serif;
*/


@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@300;400;500&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600&display=swap');
@import url('https://fonts.googleapis.com/css2?family=PT+Sans:wght@400;700&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: 'PT Sans', 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: 'PT Sans', sans-serif;
}

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


#splashwelcome {

	font-family: 'Montserrat', sans-serif;
	font-size: 18pt;
	font-weight: 700;
}

/* 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: #10243b;	
	background: repeating-linear-gradient(
  -45deg,
 #10243b ,
  #10243b 3px,
  #1a2d43 1px,
 #1a2d43 4px
 );
}

#stripes {
background: repeating-linear-gradient(
  -45deg,
 #10243b,
 #10243b 10px,
 #1a2d43 1px,
 #1a2d43 11px
 );
}


#socialbuttons span {
	color: #a3dde8;
	font-weight: 700;
	font-size: 20px;
	line-height: 30px;
    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: 'PT Sans', 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: 'PT Sans', sans-serif;
	text-align: left;
}

*/


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


.content {
	color: #10243b;
	width:100%;
	font-family: 'Montserrat', sans-serif;
	
}

/* Galleria controls */

#galleria {
	height:520px
}
			
#text {
	margin-left: 0px;
	margin-right: 0px;
}
