@charset "utf-8";
/* CSS Document */



@font-face{
	font-family:"geo";
	src:url(Montserrat-Regular.otf);
	}

* {
	margin:0 auto;
	font-family:"geo";
	}
#main {
	width:100%;
	}
#header_container {
	width:100%;
	background-color:rgba(0,50,105,1);
	height: 10vh;
	}
#left_h {
	position: absolute;
	left: 0;
}
a#contact_btn {
	color: rgba(0,50,105,1);
	background-color: rgba(255,255,255,1.00);
	text-decoration: none;
	padding: 10px 15px 10px 15px;
	border-radius: 5px;
	margin-left: 30px;
}
a#head_btn {
	color: rgba(255,255,255,1.00);
	text-decoration: none;
}
#right_h {
	position: absolute;
	right: 40px;
	top: 3.7vh;
}
#logo {
	width:120px;
	padding:8px 10px 8px 20px;
	}

#footer {
	bottom:0;
	width:100%;
	background-color:rgba(0,50,105,1);
	color:rgba(255,255,255,1);
	text-align:center;
	font-size:1em;
	padding:20px 0 20px 0;
	}
#form table {
	width:50%;
	}
#form td{
	font-size:1.1em;
	color:rgba(59,59,59,1);
	padding:6px;
	}
#form input[type=text], #form input[type=email], #form select, #form input[type=date], #form textarea {
	color:rgba(59,59,59,1);
	border:1px solid rgba(0,50,105,.5);
	padding:5px 10px 5px 10px;
	font-size:1em;
	width:100%;
	}
#form input[type=text]:hover, #form select:hover, 
#form input[type=date]:hover, #form textarea:hover, #form input[type=email]:hover {
	border:1px solid rgba(0,50,105,1);
	}
#form input[type=text]:focus, #form select:focus, 
#form input[type=date]:focus, #form textarea:focus, #form input[type=email]:focus {
	border:1px solid rgba(0,50,105,1);
	}
#form textarea {
	resize:vertical;
	}
#form {
	margin-bottom:100px;
	}
p#title {
	text-align:center;
	font-size:2em;
	margin-top:30px;
	margin-bottom:10px;
	color:rgba(0,50,105,1);
	}
.alert {
	text-align:center;
	font-size:1.2em;
	color:rgba(59,59,59,1);
	width:50%;
	padding:10px;
	border-radius:5px;
	margin-bottom:20px;
	}
#capt {
	background-color:rgba(183,0,4,.3);
	}
#send {
	background-color:rgba(6,149,10,.3);
	}
input[type=submit] {
	border:0px;
	background-color:rgba(0,50,105,.8);
	font-size:1.1em;
	color:rgba(255,255,255,1);
	padding:15px 20px 15px 20px;
	cursor:pointer;
	border-radius:5px;
	letter-spacing:1px;
	}
input[type=submit]:hover {
	background-color:rgba(0,50,105,1);
	}
.img-web {
	width: 40%;
	padding: 5px 5% 0 5%;
	margin: 30px 0 30px 0;
	border-top: 1px solid rgba(0,50,105,.5);
	}
.img-container {
	width: 100vw;
	text-align: center;
	}
.view-detail{
	background-color: rgba(0,50,105,.8);
	color: rgba(255,255,255,1.00);
	padding: 10px 50px 10px 50px;
	text-decoration: none;
	border-radius: 5px;
}
.view-detail:hover {
	background-color: rgba(0,50,105,1);
}

	
@media only screen and (max-width: 980px) and (orientation: portrait) {
	
#logo {
	width:90px;
	padding:5px 10px 5px 20px;
	}
#footer {
	margin-top:50%;
	text-align:center;
	font-size:.8em;
	padding:15px 0 15px 0;
	}
#form table {
	width:95%;
	}
p#title {
	font-size:1.5em;
	}
#form td{
	font-size:1em;
	}
.alert {
	width:80%;
	}
.img-web {
	width: 85%;
	padding: 5px 3% 0 3%;
	margin: 20px 0 20px 0;
	}
.img-container {
	width: 100vw;
	text-align: center;
	}
.view-detail{
	background-color: rgba(0,50,105,.8);
	font-size: 0.8em;
	color: rgba(255,255,255,1.00);
	padding: 5px 30px 5px 30px;
	text-decoration: none;
	border-radius: 5px;
}
.view-detail:hover {
	background-color: rgba(0,50,105,1);
}
#header_container {
	height: 8vh;
	}
#left_h {
	position: absolute;
	left: 0;
}
a#contact_btn {
	font-size: 0.8em;
	padding: 8px 10px 8px 10px;
	margin-left: 20px;
}
a#head_btn {
	font-size: 0.8em;
	color: rgba(255,255,255,1.00);
	text-decoration: none;
}
#right_h {
	position: absolute;
	right: 20px;
	top: 2.8vh;
}
	
}