@charset "UTF-8";
/* CSS Document */

html, 
html * {
	padding: 0;
	margin: 0;
	box-sizing: border-box;
	font-family: Gotham, Helvetica Neue, Helvetica, Arial," sans-serif";
	font-size: 18px;
}

header {
	padding: 16px;
}

img {
	width: 100%;
	max-width: 100%;
	height: auto;
	vertical-align: middle;
}

footer {
	padding: 20px 30px;
	background-color: #dbecf1;
}

body {
	margin-left: auto;
	margin-right: auto;
	background: #CCCCCC;
}

.rc-headback {
	background: #f01e1c;
	padding: 10px;
}
.rc-logo {
	margin-left: auto;
	margin-right: auto;
	display: block;
	width: 371px;
}
.rc-headertext{
	color: antiquewhite;
	font-size: 30px;
	text-transform: uppercase;
	font-weight: 200;
}
.rc-nav ul {
	list-style-type: none;
}

.rc-nav ul li a {
	text-decoration: none;
	color: antiquewhite;
	text-align: center;
	display: block;
	text-transform: uppercase;
	padding: 8px;
}
.rc-footer-nav a {
	font-size: 13px;
	text-decoration: none;
	color: antiquewhite;
	text-align: right;
	padding: 8px;
}
.rc-filecat {
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 0px;
	padding-top: 10px;
	padding-bottom: 5px;
	text-decoration: underline;
}
.rc-filesub {
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
	text-decoration: underline;
}
.rc-filename {
	font-size: 18px;
	font-weight: 200;
	margin-bottom: 0px;
	padding-top: 4px;
	padding-bottom: 4px;
}
.rc-ucase {
	text-transform: uppercase;
}
a.rcf:link, a.rc-filename:visited {
	color: inherit;
	text-decoration: none;
	font-weight: inherit;
}
a.rcf:hover {
	color: #F01E1C;
	text-decoration: underline;
	font-weight: 700;
}
.red {
	color: #F01E1C;
}

.dark {
	color: black;
}

.bold {
	font-weight: 700;
}

.hero {
	background-image: url(../images/hero.jpg);
	background-size: cover;
	padding: 20px 20px 50px 20px;
	color: #FFFFFF;
	text-align: center;
}

h1 {
	font-size: 57px;
	text-transform: uppercase;
	font-weight: 200;
	margin-bottom: 60px;
}

h2 {
	font-size: 24px;
	text-transform: uppercase;
	font-weight: 700;
	margin-bottom: 0px;
}

h3 {
	font-size: 18px;
	text-transform: none;
	font-weight: 700;
	margin-bottom: 9px;
	margin-top: 18px;
	color: #F01E1C;
}

h4 {
	font-size: 16px;
	font-weight: 700;
	margin-bottom: 0px;
}

p {
	font-size: 18px;
	font-weight: 400;
	margin-bottom: 35px;
}

.button {
	border: 2px #faebd7 solid;
	padding: 8px 30px;
	border-radius: 30px;
	color: #000000;
	text-decoration: none;
	cursor: pointer;
}

.info-box-light {
	color: #000000;
	padding: 15px 20px;
	text-align: left;
	text-transform: none;
}

.info-box-dark {
	background-color: #A3A3A4;
	color: antiquewhite;
	padding: 30px 20px 60px;
	text-align: center;
}
.info-text{
	font-size: 18px;
	font-weight: 400;
	margin-bottom: 0px;
}

.img-ig {
	width: 70%;
	height: 70%;
}

.img-dr {
	width: 60%;
	height: 60%;
}
.img-250 {
	width: 250px;
	height: auto;
}
.img-318 {
	width: 318px;
	height: auto;
}

.img-new {
	width: 30px;
	height: 31px;
}
.img-milton {
	width: 100%;
	height: 100%;
	padding: 10px 10px 10px;
}
.img-milton-half {
	width: 45%;
	height: 45%;
	padding: 10px 10px 10px;
}
.footer-text {
	font-size: 13px;
	color: antiquewhite;
}

.col {
	width: 100%;
}

.row:before, .row:after {
	content: "";
	display: table;
}

.row:after {
	clear: both;
}

.results {
	width: 85%;
	height: 80px;
	padding: 5px;
}

.align-top {
  vertical-align: top;
}

/*Tablet View*/

@media (min-width: 768px){
	
	body {
		max-width: 778px;
	}
	
	.rc-nav ul li {
		display: inline-block;
	}
	
	.rc-nav ul {
		text-align: center;
	}
	
	h1 {
		font-size: 40px;
		margin-bottom: 90px;
	}
	
	h2 {
		margin-bottom: 16px;
	}
	
	.col-md-one-half {
		width: 50%;
	}
	
	.col {
		float: left;
		padding: 0px 7px 14px;
	}
}

/*Desktop View*/

@media (min-width: 1024px){
	
	body {
		max-width: 1200px;
	}
	
	.rc-logo {
		float: left;
	}
	
	.rc-nav {
		float: right;
		margin-top: 10px;
	}
	
	.col-lg-one-fourth {
		width: 25%;
	}
	
	.results {
		width: 65%;
	}
}

