

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

body {
	font-family: 'Lato', Arial, sans-serif;
}

h2 {
	font-size: 2em;
}

.vertical-center {
  min-height: 100%;  /* Fallback for browsers do NOT support vh unit */
  min-height: 100vh; /* These two lines are counted as one :-)       */

  display: flex;
  align-items: center;
}


.redbf {
	padding-top: 4%;
	padding-right: 15%;
}

.underc {

}

.underc .wrap {
	position: relative;
	display: block;
	padding: 0 8%;
}

.underc img {

}

.underc h2 {
	margin: 0 2%;
	padding: 0;
	position: absolute;
	left:0;
	right: 0;
	top:40%;
	text-align: center;
	font-size: 2.4em;
	font-weight: bold;
	color: #fff;
}

.faceb {
	padding-top: 8%;
	padding-left: 14%;
}

.faceb h2 {
	font-weight: bold;
//	width: 85%;
}

.faceb a {
	color: #000;
}

.faceb a:hover {
	color: #ed232f;
	text-decoration: none;
}

footer {
	position: fixed;
	bottom: 0;
}