
.hometext{
	color: white;
	padding-top: 200px;
	font-weight: bold;
	font-family: FrankRuehl;
	line-height: 80px;
}

.padb40{
	padding-bottom: 40px;
}

.homepad{
	padding-bottom: 130px;
}

.homeimg{
	width: 100%;
	padding-top: 55px;
}

.section{
	padding-top: 100px;
}

.back-grey
{
	background-color: #F5F9FC;
}

.imghover{
	position: absolute;
	width: 70%;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.gradient
{
	background: linear-gradient(to left,#1A82F7,#2F2727);
}


a:link{
	text-decoration: none;
	color: black;
}

a:visited{
	text-decoration: none;
	color: black;
}

