body, html {
    height: 100%;
}
.hero-image {
	background-image: url("images/hero-image.webp");
	height: 33.33%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
}
.hero-text {
	width: 65%;
	text-align: left;
	position: absolute;
	top: 50%;
	left: 65%;
	transform: translate(-50%, -50%);
}
.hero-text > img {
	width: 100%;
	height: auto;
}
.hero-text > h2 {
	margin: -6% 0 0 0 !important;
	padding-left: 10%;
}
nav {
	height: 52px;
	font-size: 24px;
  font-family: 'Abel';
}
.contact {
	width: 100%;
	padding-bottom: 50px;
}
.card {
	width: 50%;
	margin: auto;
	padding-left: 5%;
}
.logo {
  width: 50%;
  display: block;
	height: auto;
	margin: auto;
}
.header {
	width: 100%;
	height: 128px;
	font-size: 32px;
	text-align: center;
}
.icons {
	vertical-align: middle;
	font-size: 16pt !important;
}
.icons-text {
	padding-left: 10px;
	vertical-align: middle;
	font-size:16pt;
}
.name {
	font-size: 32px;
}
h2 {
  font-family: 'Abel';
  text-align: center;
}
h1 {
  	text-align: center;
  	font-family: 'Abel';
  	width: 100%;
	font-size: 36px;
	height: 56px;
  	font-weight: bold;
}
.contact {
	text-align: center;
}
.contact > a {
	text-decoration: none;
}
@-webkit-keyframes fadeIn { from { opacity:0; } to { opacity:1; } }
@-moz-keyframes fadeIn { from { opacity:0; } to { opacity:1; } }
@keyframes fadeIn { from { opacity:0; } to { opacity:1; } }
.fade-in {
    opacity:0;
    -webkit-animation:fadeIn ease-in 1;
    -moz-animation:fadeIn ease-in 1;
    animation:fadeIn ease-in 1;

    -webkit-animation-fill-mode:forwards; 
    -moz-animation-fill-mode:forwards;
    animation-fill-mode:forwards;

    -webkit-animation-duration:1s;
    -moz-animation-duration:1s;
    animation-duration:1s;
}
.image {
  	display: block;
  	width: 100%;
  	height: auto;
  	margin: auto;
}
.triangle-up{
	width: 0;
	height: 0;
	border-left: 20px solid transparent;
	border-right: 20px solid transparent;
	border-bottom: 25px solid transparent;
	margin: auto;
}
#EA-ICT, #Woodworking, #Help {
	display: none;
}