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

/* Webfont: MuseoSlab-100 */@font-face {
    font-family: 'MuseoSlab100';
    src: url('fonts/MuseoSlab-100.eot'); /* IE9 Compat Modes */
    src: url('fonts/MuseoSlab-100.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('fonts/MuseoSlab-100.woff') format('woff'), /* Modern Browsers */
         url('fonts/MuseoSlab-100.ttf') format('truetype'), /* Safari, Android, iOS */
         url('fonts/MuseoSlab-100.svg#MuseoSlab-100') format('svg'); /* Legacy iOS */
    font-style: normal;
    font-weight: normal;
    text-rendering: optimizeLegibility;
}

/* Webfont: MuseoSlab-100 */@font-face {
    font-family: 'MuseoSlab500';
    src: url('fonts/MuseoSlab-500.eot'); /* IE9 Compat Modes */
    src: url('fonts/MuseoSlab-500.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('fonts/MuseoSlab-500.woff') format('woff'), /* Modern Browsers */
         url('fonts/MuseoSlab-500.ttf') format('truetype'), /* Safari, Android, iOS */
         url('fonts/MuseoSlab-500.svg#MuseoSlab-100') format('svg'); /* Legacy iOS */
    font-style: normal;
    font-weight: normal;
    text-rendering: optimizeLegibility;
}

/* Webfont: MuseoSlab-100 */@font-face {
    font-family: 'MuseoSlab700';
    src: url('fonts/MuseoSlab-700.eot'); /* IE9 Compat Modes */
    src: url('fonts/MuseoSlab-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('fonts/MuseoSlab-700.woff') format('woff'), /* Modern Browsers */
         url('fonts/MuseoSlab-700.ttf') format('truetype'), /* Safari, Android, iOS */
         url('fonts/MuseoSlab-700.svg#MuseoSlab-100') format('svg'); /* Legacy iOS */
    font-style: normal;
    font-weight: normal;
    text-rendering: optimizeLegibility;
}

/* Webfont: MuseoSlab-100 */@font-face {
    font-family: 'MuseoSlab900';
    src: url('fonts/MuseoSlab-900.eot'); /* IE9 Compat Modes */
    src: url('fonts/MuseoSlab-900.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('fonts/MuseoSlab-900.woff') format('woff'), /* Modern Browsers */
         url('fonts/MuseoSlab-900.ttf') format('truetype'), /* Safari, Android, iOS */
         url('fonts/MuseoSlab-900.svg#MuseoSlab-100') format('svg'); /* Legacy iOS */
    font-style: normal;
    font-weight: normal;
    text-rendering: optimizeLegibility;
}

body, div, h1, h2, h3, span, p {
			}
/* fullscreen */
			
body {
	margin-top: 0px;
	margin-right: 15px;
	margin-left: 15px;
	margin-bottom: 0px;
	font-family: 'MuseoSlab100';
	background-color: #eeeeee;
}

/* 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 */			
h3 {
	color: #00274d;
	font-size: 18pt;
	margin-bottom: 10px;
	font-family: 'MuseoSlab700';
}


			
p {
	color: #000000;
	font-weight: 400;
	font-size: 12pt;
	line-height: 18pt;
	font-family: 'MuseoSlab100';
}


.menutitle {
	font-size: 18px;
	font-weight: 700;
	font-family: 'MuseoSlab500';
}

.menuitem {
	font-size: 11pt;
	font-weight: 400;
	font-family: 'MuseoSlab100';
}

/* 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: 8px;
	padding-right: 8px;
	padding-bottom: 20px;
	padding-top: 10px;
	text-align: center;
	background-color: #ffc20f;	
}


#socialbuttons span {
	color: #00274d;
	font-size: 22px;
	font-family: 'MuseoSlab700';
}

#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: 'MuseoSlab100';
	font-weight: normal;
	color: #ffffff;
	text-align: center;
}

.fancybox-title-outside-wrap span {

	font-style: italic;
	
}





.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;
}
