/* CSS Document */
@import url('https://fonts.googleapis.com/css?family=Montserrat:500&display=swap');
body {
	background-image:url(../img/bg-home.jpg?v=2);
	background-size:100% auto;
	font-family: 'Montserrat', sans-serif;
	font-weight:500;
}

.header {
	padding-top:30px;
	padding-bottom:50px;
}
.logo {
	width:100%;
	height:auto;
}
.header h6 {
	color:#00395f;
	font-size:14px;
	line-height:1.6;
	text-transform:uppercase;
	letter-spacing: 1px;
}
ul.social {
	padding:20px 0 20px 0;
	margin-bottom:20px;
	list-style-type:none;
	position:relative;
}
ul.social::after {
	content:'';
	width:30px;
	border-top:1px solid #db864e;
	display: block;
	position: absolute;
	bottom: 0;
}
ul.social li {
	display:inline-block;
	margin-right:8px;
}
ul.social li a {
	color:#00395f;
	display:block;
	border:1px solid #007ea4;
	font-size: 20px;
	border-radius: 100%;
	width: 30px;
	height: 30px;
	text-align: center;
}
ul.social li a:hover {
	color:#db864e;
}