html, body {
	height: 100%;
	width: 100%;
	padding: 0;
	margin: 0;
	font-family: 'Montserrat', sans-serif;
	color: #6d6868;
}

body {
	background: url("main.jpg");
	background-repeat: no-repeat;
	background-position: center;
	background-attachment: fixed;
	background-size: cover;
}

h1 {
	/*font-family: 'Roboto Condensed', sans-serif;*/
	font-size: 2.5em;
	text-align: center;
}

a {
	font-family: 'Roboto Condensed', sans-serif;
}

.main {
	width: 100%;
	height: calc(100% - 40px);
	position: relative;
	display: flex;
    align-items: center;
}

.main .banner {
	width: 100%;
	background: rgba(255, 255, 255, 0.7);
	padding: 20px 50px;
	box-sizing: border-box;
	/*display: flex;
    justify-content: space-between;
    align-items: center;*/
}

.banner .icon {
	width: 15px;
	height: 15px;
}

.banner .image-container {
	width: 300px;
	height: auto;
	max-height: 193px;
	margin: 0px auto
}

.banner .image-container img {
	height: auto;
	width: 100%;
}

.banner .contact-info {
	width: 100%;
	text-align: center;
}

.banner .contact-info a {
	color: #6d6868;
	text-decoration: none;
	font-weight: 400;
	margin: 0px 15px;
	position: relative;
	display: inline-block;
}

.banner .contact-info a {
	padding-left: 18px;
}

.banner .contact-info a .icon {
	position: absolute;
	top: 2px;
	left: 0px;
}

.banner .contact-info .address {
	display: block;
	padding-left: 0;
	margin-top: 10px;
}