body {
		background-color: #f1f0f0;
	}
	
	#wrapper {
		margin: 10px 25px !important;
	}
	
	h1 {
		font-family: "Montserrat", sans-serif;
		color: #000;
		font-weight:900;
		font-size: 6.5vw;
		text-align: center;
	}
	
	*{
	padding: 0;
	box-sizing: border-box;
	font-family: 'Montserrat', sans-serif;
    }
    
    #contactContent {
        margin: 0;
    }

    #logo {
		width:10%;
		top:0;
		left:0;
		float: left;
	}
	
	#myTopnav a {
	    box-sizing: content-box !important;
		font-family: "Arial", sans-serif;
		font-size:2.5vw;
		color: #000;
		text-decoration: none;
	}
	
	#myTopnav a:hover {
		color: #AAA;
	}

	#myTopnav a:active {
		background-color: #f1f0f0;
	}

	.topnav .icon {
		display: none;
		font-size: 4vw !important;
	}
	
	.topnav a:first-child {
		width: 11vw;
		float: left;
		padding-right: 6vw !important;
		margin: 2vw 0 0 40px !important;
	}
	
	.topnav a:nth-child(2) {
		width: 11vw;
		float: left;
		padding-right: 6vw !important;
		margin-top: 2vw !important;
	}
	
	.topnav a:nth-child(3) {
		width: 10vw;
		float: left;
		padding-right: 7vw !important;
		margin-top: 2vw !important;
	}
	
	.topnav a:nth-child(4) {
		width: 17vw;
		float: left;
		margin-top: 2vw !important;
	}
	
	.topnav a:nth-child(5) {
		width: 12vw;
		float: left;
		margin-top: 2vw !important;
	}
	
	.clear {
		clear:both
	}
	
	#footer {
		clear:both;
		margin: 0 auto;
		width: 20%;
	}
	
	#footerphoto {
		width:100%;
	}
	
	#topTime {
		text-align:center;
	    width:100%;
	}
	
	#toTheTop {
		color: black;
		text-decoration:none;
    	font-family: Montserrat, sans-serif;
		font-size: 1.2vw;
	
}
	#toTheTop:hover {
    	color: black;
		text-decoration:underline;
    	font-family: Montserrat, sans-serif;
	}

#contactTitle {
    margin: 0;
}

.contact-box *{
    margin: 0;
}
	
.container{
    margin: 0;
	position: relative;
	width: 100%;
	height: 100%;
	justify-content: center;
	align-items: center;
	padding: 20px 100px;
}

.container:after{
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	filter: blur(50px);
	z-index: -1;
}
.contact-box{
	justify-content: center;
	align-items: center;
	text-align: center;
	background-color: #1227a0;
	box-shadow: 0px 0px 19px 5px rgba(0,0,0,0.19);
	border-radius: 4vw;
}

.right{
	padding: 25px 40px;
}

.field{
	border-radius: 1vw;
	width: 100%;
	border: 2px solid rgba(0, 0, 0, 0);
	outline: none;
	background-color: #f1f0f0;
	padding: 0.5rem 1rem;
	font-size: 1.1rem;
	margin-bottom: 22px;
	transition: .3s;
}

.field:hover{
	background-color: #d8d8d8;
}
	
.field:focus{
    border: 2px solid rgba(30,85,250,0.47);
    background-color: #fff;
}

.contactTitles {
		
	color: #fff;
	text-align: left;
	font-size: 1.1rem;
	}	
	
textarea{
	min-height: 25vw;
}

.btn{
	font-family: "Montserrat", sans-serif;
	font-weight:500;
	width: 20%;
	padding: 1vw 1.5vw;
	background-color: #fff;
	color: #000;
	font-size: 1.1rem;
	border: none;
	outline: none;
	border-radius: 1vw;
	float:left;
	
}
	
	.btn:hover {
		
		cursor:pointer;
		
	}
	
.clearFloat {
		clear:both;
	}

#messageBox {
	border-radius: 1vw;
	width: 100%;
	border: 2px solid rgba(0, 0, 0, 0);
	outline: none;
	background-color: #f1f0f0;
	padding: 0.5rem 1rem;
	font-size: 1.1rem;
	margin-bottom: 22px;
	transition: .3s;
}

#messageBox:hover{
	background-color: #d8d8d8;
}	
	
#messageBox:focus{
    border: 2px solid rgba(30,85,250,0.47);
    background-color: #fff;
}
	
	/*--------mobile---------*/
	@media (max-width: 1000px){
	
	h1 {
		font-size: 7vw;
		text-align: center;
	}
	
	.field {
    
    	font-size: 2rem;
    	padding: 1.5rem 2rem !important;
    	
	}
	
	.contactTitles {
		
	font-size: 2rem;
	
	}	
	
    textarea{
	min-height: 40vw;
    }
		
	.btn {
	    font-size: 2rem;
		width: 80%;	
		float:none;
	}
	
	#messageBox {
	font-size: 2rem;
	padding: 1.5rem 2rem !important;
	}
	
	#wrapper {
		margin: 10px 25px !important;
	}
	
	#logo {
	    box-sizing:content-box !important;
	    width:20%;
		float: none;
	}	
	
	#myTopnav {
	    box-sizing:content-box !important;
		display:block;
		width: 100%;
		margin:0!important;
	}
	
	#myTopnav a {
		font-size:7vw !important;
	}
	
	.topnav a {display: none;}
  	
	.topnav a.icon {
    	float: right;
    	display: block;
		text-align: right;
		margin-top: -14vw !important;
  	}
	
  	.topnav.responsive {position: relative;}
		
  	.topnav.responsive .icon {
    	position: absolute;
    	right: 0 !important;
    	top: 0 !important;
		text-align: right;
		font-size: 4vw !important;
  	}
		
  	.topnav.responsive a {
    	float: none;
    	display: block;
    	text-align: left;
    	font-size: 4vw !important;
 	}
  
	.topnav a:first-child {
		width: 100%;
		float: none;
		margin:0 !important;
		padding: 10px 0 0 0 !important;
		text-align: center;
	}
	
	.topnav a:nth-child(2) {
		width: 100%;
		float: none;
		text-align: center;
	}
	
	.topnav a:nth-child(3) {
		width: 100%;
		float: none;
		text-align: center;
	}
	
	.topnav a:nth-child(4) {
		width: 100%;
		float: none;
		text-align: center;
	}
	
	.topnav a:nth-child(5) {
		width: 100%;
		float: none;
		text-align: center;
	}
	
	#footer {
		clear:both;
		margin: 0 auto !important;
		width: 35%;
	}
	
	#toTheTop {
		color: black;
		text-decoration:none;
    	font-family: Montserrat, sans-serif !important;
		font-size: 4vw;
	}
	
	#topTime {
		text-align:center;
	    width:100%;
	}

}