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

/* fonts */

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

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

body, div, h1, h2, h3, span, p {
			}
/* fullscreen */
			
body {
	margin-top: 0px;
	margin-right: 15px;
	margin-left: 15px;
	margin-bottom: 0px;
    font-family: 'Frutiger LT Std';
	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 */	

#spintitle {
	font-weight: 600;
	font-size: 20px;
    font-family: houschka-pro, sans-serif;
    white-space: pre-wrap;
    color: #00529b;
}


#spintitle img {
			vertical-align: middle;
			}

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

#mediagallery {
	color: #c32033;
	font-weight: 400;
	font-size: 24px;
    font-family: 'Frutiger LT Std';

    }

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

#maintext, #maintext p {
	font-family: 'Frutiger LT Std';
	color: #000;
	font-size: 14px;
	font-weight: 300;
	margin-top: -10px;
	margin-bottom: 0px;

	
}


/* social media buttons */

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


#socialbuttons p {
	color: #82bc00;
	font-weight: 600;
	font-size: 24px;
    font-family: houschka-pro, sans-serif;
}

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

/*  fancybox background and caption in the slideshows  */



.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-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 8010;
	background: #000000;
}


/* animation of svg */

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


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

			

