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

@import url('https://fonts.googleapis.com/css2?family=Cabin:wght@700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Spectral:wght@500&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: 'Spectral', serif;*/
	font-family: 'Cabin', sans-serif;
	font-weight: 500;
	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);
			}
			
		
			
			h3 {
	color: #e4002b;
	font-weight: 700;
	font-size: 18pt;
	margin-bottom: 10px;
	font-family: 'Cabin', sans-serif;

	
			}


			
			p {
	color: #000000;
	font-weight: 400;
	font-size: 12pt;
			}


			.text {

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



			}


			.menutitle {
	font-size: 18pt;
	font-weight: 700;
	font-family: 'Cabin', sans-serif;
}

.menuitem {
	font-size: 12pt;
	font-weight: 700;
	color: #670011;
}

#ggskin_text {
font-size: 22pt;


}

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


				
				#socialbuttons {
	display: none;
	padding-left: 48px;
	padding-right: 48px;
	padding-bottom: 10px;
	padding-top: 10px;
	text-align: center;
	background-color: #f1f0f0;
	font-family: 'Cabin', sans-serif;
	
	
}

#socialbuttons span {
	color: #e4002b;
	font-weight: 600;
	font-size: 20px;
}

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

/*  the color of the background and caption in the slideshows  */
.fancybox-skin {
	background: #e4002b;
}

.fancybox-title-undefined-wrap {
	color: #ffffff;
	padding: 10px;
	text-align: left;
	font-family: 'Cabin', sans-serif;
	font-size: 14px;
	line-height: 20px;
	
	}



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

}







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


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

            /* This rule is read by Galleria to define the gallery height: */
            #galleria{height:400px}
			
			#text {
				
				margin-left: 0px;
				margin-right: 0px;
			}
