@font-face {
    font-family:Roboto Condensed;
    src: url('fonts/RobotoCondensed-Light.ttf');
}
.parallax-window
{
	min-height: 500px;
	padding-top: 150px;
	background: transparent;
	text-align: center;
	vertical-align: middle;
	color: #fff;
	margin-bottom: 0px;
	margin-top:-50px;
}
.social-icons
{
	position: fixed;
	top:10;
	padding-top: 10px;
	left: 10;
	z-index: 10;
}
.roboto
{
	font-family:Roboto Condensed;
	font-weight:100;
	font-size: 130%;
}
.black
{
	color:black;
}
#map 
{
    width: 100%;
    height: 250px;
    margin-bottom: 30px;
}
.footer
{
	padding: 10px;
	height: 50px;
	bottom: 0;
	margin-bottom: 0px;
}
.vision
{
	color: #202020;
}
.red
{
	color: cornflowerblue;
}
.head_msg
{	
	position: relative;
	margin-top: 200px;
	width: 100%;
	padding: 20px;
	border: 2px solid white;
	text-align: center;
	color: white;
}
.land_page
{
	height: 100vh;
	background-image: url(../img/pic.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	margin-bottom: 30px;
	z-index: -1;
}
.land_page_content
{
	width: 100%;
	display: table;
	vertical-align: middle;
	text-align: center;
	z-index: -1;
}
.text_white
{
	color: #fff;
	text-decoration: none;
}
.text_white:hover
{
	color: #fff;
	background-color: transparent;
	text-decoration: none;
}
.transparent_button
{
	margin-top: 20px;
	color: white;
	border: 1px solid white;
	border-radius: 10px;
	padding: 10px;
	cursor: pointer;
}
.transparent_button:hover
{
	color: white;
	border: 1px solid white;
	border-radius: 10px;
	padding: 10px;
	cursor: pointer;
	text-decoration: none;
}
.pad-top
{
	margin-top: 20px;
	z-index: -1;
}