@charset "UTF-8";

html, body, div, span, h1, h2, h3, h4, h5, h6, a, del, img {
	margin: 0;
	padding: 0;
	border: 0;
	position: center;
	vertical-align: baseline;
}


/*-------------- Banner------------------------------------ */


#banner {
align-items: center;
display: -moz-flex;
display: -webkit-flex;
display: -ms-flex;
display: flex;
justify-content: center;
background-image: url("../../images/banner.jpg");
background-position: center;
background-size: cover;
border-top: 0;
min-height: 100vh;
height: 100vh !important;
width: 100%;
position: relative;
text-align: center;
overflow: hidden;
}

#banner h1 {
	font-family: Montserrat;
	font-size: 35px;
	margin-bottom: 1rem;
	color: #FFF;
}
#banner h3 {
	font-size: 25px;
	margin-bottom: 1rem;
	color: #FFF;
}

/* Icon */

.icon {
text-decoration: none;
border-bottom: none;
position: relative;
}

.icon:before {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	font-style: normal;
	font-weight: normal;
	text-transform: none !important;
}

.icon > .label {
	display: none;
}
ul.icons {
	cursor: default;
	list-style: none;
	padding-left: 0;
}

	ul.icons li {
		display: inline-block;
		padding: 0 1rem 0 0;
	}

		ul.icons li:last-child {
			padding-right: 0;
		}

		ul.icons li .icon:before {
			font-size: 2rem;
		}

