@charset "UTF-8";
.clear {
	clear: both;
}

html, body {
	margin: 0;
	padding: 0;
	height: 100%;
}
body{
	background-image:url(img/bg_hub.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-color: rgb(32, 32, 32);
	background-blend-mode: multiply;
}
#nav{
	margin: 0 auto;
}
#nav p{
	font-family: Trade_bold;
	font-size: 1.5em;
	color: #fff;
	margin-block-start: .5em;
	margin-block-end: .5em;
}
header {
	width: 100%;
	height: auto;
	display: -webkit-flex;
	align-items: center;
	margin: 0;
}

#logo {
	margin: 15px 0;
	align-items: center;
	justify-content: center;
	display: flex;
}

#logo img {
	width: 125px!important;
}

#content {
	width: 100%;
	flex-flow: column;
	display: flex;
}

img {
	width: 100%;
	height: auto;
}

#content, a {
	cursor: pointer;
}

a {
	align-items: flex-start;
	vertical-align: middle;
	line-height: 3.7em;
	text-decoration: none;
}

.button {
	background-color: #fff;
	border: none;
	text-decoration: none;
	margin: 10px auto 0 auto;
	width: 90%;
	max-width: 414px;
	flex: 0;
	height: 75px;
	border-radius: 40px;
	display: flex;
}
.button img{
	width: 75px;
	height: 75px;
	border-radius: 35px;

}
.button p{
	width: 90%;
	margin-left: 10%;
	margin-block-start: auto;
	margin-block-end: auto;
	line-height: 1em;
	font-family: Trade_bold;
	font-size: 2em;
	color: #000;
	text-align: left;
}
footer{
	height: 50px;
	bottom: 0;
	margin-top: 25px;
}
.social{
	width: 130px;
	height: auto;
	display: flex;
	margin: 0 auto;
}

.social a{
	margin: 0 10px;
}

input[type=text], input[type=tel], input[type=email], select {
	font-size: 1.2em;
	width: 45%;
	padding: 12px;
	border: 1px solid #ccc;
	border-radius: 4px;
	box-sizing: border-box;
	margin-top: 6px;
	margin-bottom: 16px;
	resize: vertical;
	margin-left: 2%;
	margin-right: 2%;
	color: #a3a3a3;
}