@media screen and (max-width: 800px) {
	body, html {
		width:100%;
	}
	h1 {
		font-size: 40px !important;
	}
	.navbar {
		font-size: 14px !important;
	}
	
}

@media screen and (min-width: 375px) and (max-device-width : 667px) {
	.container {
		padding-top: 45%;
	}
}

body, html {
  height: 100%;
  margin: 0;
  font-family: "Times New Roman", Times, serif;
}

h1 {
	color: #fff;
	font-size: 40px;
	line-height: 1.3;
	letter-spacing: -1px;
	text-decoration: none;
    width: 70%;
    text-shadow: 2px 1px #000000;
}

h2 {
	color: #fff;
	font-size: 25px;
	line-height: 1.3;
	letter-spacing: .5px;
	font-weight: lighter;
	text-shadow: 2px 1px #000000;
}

hr {
	border-color: #ef323a;
	width:10%;
	margin: 0;
}

.bg {
  background-image: url("../image/banner3-6.jpg");
  height: 100%; 
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.container {
	padding-top: 18%;
    padding-left: 3%;
    margin-right: 3px;
}
#contact-us {
	background: #fff;
    padding: 10px 20px;
    border-radius: 25px;
    font-size: 14px !important;
    font-weight: 700;
    color: #022a5e !important;
    text-decoration: none;
    text-transform: uppercase;
    position: relative;
    overflow: hidden;
}
.contact-form {
	cursor: pointer;
}
.description {
	color: #fff;
	width: 38%;
	line-height: 1.5;
	padding-top: 10px;
	text-shadow: 2px 1px #000000;
}

.navbar {
	padding: 20px;
}
.navbar > div {
	float: right;
	display: block;
	color: #fff;
	text-align: center;
	padding: 14px 30px;
	text-decoration: none;
	font-size: 17px;
	font-weight: 700;
}

.logo {
	float: left !important;
	color: #fff;
	/*stext-transform: uppercase;*/
	font-size: 20px !important;
	font-weight: 800;
}
