@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;700&display=swap');






/*
GENERAL 
*/
body{
	font-family: 'Montserrat', sans-serif;
	line-height: 2;
}

.bg-green{
    background-color: #4d7e84;
}
.text-green{
    color: #4d7e84;
}


h2{
	text-transform: uppercase;
	margin-top: 3rem;
	color: #4d7e84;
	font-weight: bold;
}
h3{
	margin-top: 1.8rem;
}

a{
	color: inherit;
}
.strip{
    min-height: 10rem;
}



/*
HEADER
*/
.subheader{
	background-image: url('../img/fascia.jpg');
	height: 30rem;
	background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}



/*
CONTACT
*/
.icon{
	margin: auto;
	width: 2rem;
}
.email{
	margin-left: 10px;
}
