body {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}

.full-screen {
	height: 100vh;
	display: flex;
	align-items: center;
	justify-content: center;
}
.logo{
	width: 12vmax;
}
h1.title{
	font-size: calc(32px + 1.5vw);
	text-align: center;
	font-weight: 400;
	font-family: 'Montserrat';
	color: #e52529;
	margin-bottom: 5vmax;
	margin-top: 5vmax;
}
.footer{
	padding: 3vmax 0;
	border-top: 1px solid #b3b1b5;
}
.iconbox{
	display: flex;
	align-items: center;
	justify-content: start;
}
.iconbox p, .iconbox a{
	font-size: 18px;
	line-height: 1.3;
	font-weight: 400;
	font-family: 'Montserrat';
	margin: 0;
    color: #000;
    text-decoration: none;
}
.iconbox i{
	font-size: 25px;
	color: #808181;
	margin-right: .5rem;
}
.iconbox i.fa-envelope-o{
	font-size: 20px;
}
.footer h5{
	font-size: 22px;
	font-weight: 600;
}
.brand {
	color: #e52428;
}
.iconbox a:hover, .iconbox a:focus{
    color: #e52428;
}




@media (max-width: 600px) {
.footer h5 {
	text-align: center;
}
.iconbox {
	display: flex;
	align-items: center;
	justify-content: center;
	max-width: 323px;
	margin: 0 auto;
	margin-bottom: 2vmax;
}
}