@import url('https://fonts.googleapis.com/css?family=Roboto|Work+Sans');
.header {
	background-image:url('../images/Header_Pattern.png');
	background-size:cover;
	padding-top:1%;
	padding-bottom:1%;
}

p {
	color:white;
	font-family:'Work Sans', sans-serif;
}

h1,h2,h3,h4,h5,h6 {
	font-family:'Roboto', sans-serif;
}

h1 {
	color:white;
	font-weight:400;
	font-size:53px;
	margin:5% 0px;
}

.selectionBar {
	text-align:center;
	color:white;
	border-top:5px solid white;
	border-bottom:5px solid white;
	margin:2% 0px;
}

.headerLogo {
	max-width:125px;
	width:100%;
}

.mainContent {
	background-image:url('../images/ResidentCheck_SplashPage3_BG.jpg');
	background-size:contain;
}

.residentCheck h3 {
	color:#009bde;
	font-weight:600;
}

.residentCheck p {
	margin-bottom:10%;
}

.btnLink {
	font-family: 'Work Sans', sans-serif;
	padding:15px 50px;
	font-size:20px;
	color:white;
	text-decoration:none;
	border-radius:10px;
	text-align:center;
	display:block;
	width:70%;
}

.residentCheck .btnLink:hover {
	color:#044d66;
	text-decoration:none;
	background-color:white;
}

.residentCheck .btnLink {
	background-color:#faa41a;
}

.residentCheck img {
	margin:0px auto;
	display:block;
	max-width:350px;
}

.residentCollect h3 {
	color:#ff6c36;
	font-weight:600;
}

.residentCollect p {
	margin-bottom:10%;
}

.residentCollect .btnLink:hover {
	color:#044d66;
	text-decoration:none;
	background-color:white;
}

.residentCollect .btnLink {
	float:right;
	background-color:#ff6c36;
}

.questions {
	text-align:center;
	color:white;
	margin:6% 0px;
}

.questions img {
	margin:4% 0px;
}

.footer {
	float: left;
    width: 100%;
    padding: 0;
    height: 60px;
    padding-top: 50px;
    text-align: center;
    color: #c4c4c4;
    overflow: hidden;
    padding-top: 50px;
    padding-bottom: 36px;
    height: 100%;
    background-color: #394a59 !important;
    font-size:12px;
}

.footer img {
	max-width:100px;
}