#landing-banner{
	height: 118px;
	background: url(../img/black-horizontal2.png) repeat-x;
}

#landing-top{
	height: calc(50vh - 118px);
}
#landing-bottom{
	
}

#landing-top:hover, #landing-bottom:hover{
	color: rgb(200, 168, 58);
}

#landing-top, #landing-bottom{
	line-height: calc(50vh - 118px);
	height: calc(50vh - 118px);
}

a {
	color: #000;
}

a:hover{
	text-decoration: none;
	color: rgb(200, 168, 58);
}

h2{
	font-size: 3em;
	display: inline-block;
	vertical-align: middle;
}

@media (max-width: 359px) {
    h2{
		font-size: 2.5em;
	}
}