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

/* fonts */

 @import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;600;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: 'Montserrat', 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: 600;
	font-size: 20px;
    font-family: 'Montserrat', sans-serif;
}

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

#mediagallery {
	color: #c32033;
	font-weight: 400;
	font-size: 24px;
    font-family: 'Montserrat', sans-serif;

    }

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


/* social media buttons */

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


#socialtext p {
	color: #ffffff;
	font-weight: 400;
	font-size: 16px;
    font-family: 'Montserrat', sans-serif;
}

#socialtext a {
	color: #d29f13;
}

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

}

#socialicons {
	padding-left: 36px;
}

/*  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%;
}

			

