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

body{
	margin:0;
	padding:0;
    font-family: 'IBM Plex Sans Condensed', sans-serif;	
	font-size:1em;
	color:#666
}

hr{
	width:8em;
	border:none;
	height:2px;
	background:#C00;
	margin:-1em auto 2em

}

/*------------------TOP---------------*/

.top{
	height:15em;
	width:100%
}

.top-img{
    background-repeat:no-repeat;
	background:url(../img/about/contact.jpg);
	height: 100%;
	background-size: cover;
	background-position: center;
}




/*----------------CONTACT---------------*/

.main{
	width: 80%;
	height: 65em;
	padding: 0 10%;
	text-align: center;
}

.main h1{
	font-weight: 300;
	font-size: 3em;
}

.main p{
	width: 70%;
	margin: 1em 15%;
}

.main-cnt, .main-addr{
	width: 40%;
	padding: 5%;
	height: auto;
	float: left;
	text-align: center;
}

.main input, .main select, .main textarea{
    font-family: 'IBM Plex Sans Condensed', sans-serif;	
	width: 100%;
	height: 2em;
	margin: .5em 0;
	border: none;
	border-bottom: 1px solid rgba(0,0,0,.3);
	font-size: 1em;
	color: #666;
}

.main textarea{
	height: 8em;
	resize: none;
}

#submit{
	width: 12em;
	height: 3em;
	background: rgba(204,0,0,1);
	color: #FFF;
	border: none;
	font-weight: 600;
	cursor: pointer;
}

#submit:hover{
	background: rgba(232,139,4,1);
	transition: .5s;	
}

.main-addr h2{
	font-weight: 300;
	font-size: 2.5em;
	margin-top: 0;
}

.main-addr p{
	font-size: 1.2em;
}

@media only screen and (max-width: 900px){

.main{
	height: 1%;
}	
	
.main-cnt, .main-addr{
	width: 100%;
	float: none;
	padding: 2em 0;
}
