html, body {
  height: 100%;
}

.navbar {
	background: #fff;
	border: none;
	font-family: corbel;
	margin: 0;
}

.navbar-header {
	height: 90px;
}

.nav {
	line-height: 90px;
}

.nav li a {
	color: #000 !important;
	font-weight: bold;
	font-size: 16px;
	display: inline-block;
	vertical-align: middle;
}

.nav li a:hover {
	color: #808080 !important;
}

.nav li .active {
	color: #1a6fae !important;
}

.modal-body input[type="text"],
.modal-body input[type="email"],
.modal-body input[type="password"] {
	width: 100%;
	border-radius: 10px;
	border: 1px solid #1a6fae;
	padding: 5px;
}

.modal-body input[type="submit"] {
	width: 100%;
}

.errorBox {
	width: 100%;
	text-align: center;
}

.section {
	background: url("../images/top.jpg");
	min-height: 600px;
	font-family: corbel;
	text-align: center;
	margin-top: -20px;
}

.section .container {
	height: 100%;
}

.section .container .container-content{
	margin-top: 200px;
}

.section .container h3 {
	color: #76c5f0;
	font-size: 50px;
	text-shadow: 2px 2px 2px #000;
}

.section .container p {
	font-size: 35px;
	color: #fff;
	text-shadow: 2px 2px 2px #000;
}

#breadcrumb {
	font-family: corbel;
	background: #76c5f0;
	color: #1a6fae;
	font-size: 18px;
}

#breadcrumb .container {
	padding-top: 20px;
	padding-bottom: 20px;
	font-weight: bold;
}

#breadcrumb a {
	color: #1a6fae;
}

#breadcrumb a:hover {
	text-decoration: none;
}

.container {
	font-family: corbel;	
}

.content {
	padding-top: 30px;
	padding-bottom: 30px;
}

.container h1 {
	color: #1a6fae;
	font-size: 38px;
	text-align: center;
	padding-bottom: 20px;
}

.container p {
	padding: 15px;
}

.btn-info {
	background: #76c5f0;
	border: none;
	border-radius: 20px;
	font-family: corbel;
}

.btn-info:hover {
	background: #1a6fae;
}

.container h2 {
	color: #76c5f0;
	text-align: center;
	padding-bottom: 10px;
}

.container .col-lg-3 {
	text-align: center;
}

.col-title {
	font-size: 20px;
}

.col-desc {
	min-height: 120px;
	max-height: 150px;
}

.container .col-lg-4 input {
	width: 100%;
	border-radius: 10px;
	border: 1px solid #1a6fae;
	padding: 5px;
	font-family: Arial;
}

.container .col-lg-12 {
	font-family: arial;
}

.container .col-lg-12 img {
	padding-bottom: 5px;
}

.container .map iframe {
	padding-top: 10px;
	padding-bottom: 20px;
	pointer-events: none;
}

.container .col-lg-12 textarea {
	width: 100%;
	height: 200px;
	border-radius: 10px;
	border: 1px solid #1a6fae;
	padding: 5px;
	font-family: Arial;
	resize: none;
}

.push {
	height: 20px;
}

#wrap {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -140px;
	padding: 0 0 140px;
}

#footer {
	min-height: 140px;
	max-height: 260px;
	background: #1a6fae;
}

#footer .container {
	font-family: arial;
	color: #fff;
}

#footer .container div {
	padding-top: 20px;
}

#footer .container .col-lg-8 {
	text-align: center;
}

#footer .container .col-lg-4 {
	text-align: left;
}

#footer .container .col-lg-4 img {
	padding-bottom: 5px;
}

#footer a {
	color: #fff;
}

#footer span {
	color: #76c5f0;
}

.copyright {
	font-size: 12px;
}
