
/* Basic Styles */
html, body {
	background-color: #dbdddd;
	font-size: 14px; /* sets rem size */
	font-family: 'Cabin', sans-serif; /* sets basic font family */
}

/* Nav Styles */

.headbar {
	background-color: #ffffff;
	height: 68px;
	box-shadow: 2px 2px 2px rgba(0, 0, 0, .5);
}
/*
.logo a {
	display: inline-block;
	max-width: 21.71rem;
	min-width: 21.71rem;
	padding-top: .5rem;
}

.logo a img {
	width: 100%;
}

.logo {
	padding-left: 2rem;
}

.shopping-cart {
	padding-right: 2rem;
	padding-top: 1.5rem;
	text-align: right;
	font-size: 1.25rem;
}*/

/* Media Queries for Header */

@media only screen and (max-width: 768px) {
	.headbar {
		height: 89px;
	}
/*	.logo {
		width: 90%;
		margin: 0 auto;
		max-width: 100%;
		min-width: 200px;
		padding-left: .75rem;
	}
	.logo a {
		text-align: center;
	}
	.shopping-cart {
		padding-right: 0;
		padding-top: .5rem;
		text-align: center;
	}*/
}

/* Jumbotron & H1 Section */
.main-content-wrap {
	padding: 0px;
	margin: 0px;
	width: 100%
}

.jumbotron, .jumbotron-fluid {
	margin: 0!important;
	padding: 0 !important;
	border-radius: 0 !important;
	background-image: url(../images/dadbg.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	text-align: center;
	box-sizing: border-box;

}

header {
	width: 100% !important;
}

#fdVideo {
	width: 100% !important;
	overflow: hidden;
}

.hero-text {
/*	position: absolute;
	top: 10rem;*/
	width: 100%;
	color: #000;
	z-index: 100;
	text-align: center;
	box-sizing: border-box;
	margin: 0;
}

.pinkbg {
	background-color: #ca375b;
	padding: 20px;
	color: #ffffff;
	border-bottom: solid 4px #ffffff;
}

.spacer {
	padding-top: 500px;
}

.fullW {
	width: 100%;
	margin: 0 auto;
}

.yellowbg {
	background-color: #f4d55c;
	padding: 20px;
	color: #413618 !important;
	border-top: solid 4px #ffffff;
}

h1 {
	font-family: Arial Black, Arial, sans serif; 
	font-size: 5rem !important;
	font-weight: 900 !important;
	color: #fff; 
	text-align: center;
	font-style: normal;
}

h2 {
	font-family: Arial Black, Arial, sans serif; 
	font-size: 2.5rem !important;
	font-weight: 900 !important; 
	text-align: center;
	font-style: normal;
}


/* Media queries for Jumbotron Area */

@media only screen and (max-width: 1270px) {
	h1 {
		font-size: 4.5rem!important;
	}
	h2 { font-size: 2.25rem!importants;
	}

}

@media only screen and (max-width: 1024px) {
	h1 {
		font-size: 4rem!important;
	}
	h2 {
		font-size: 2rem!important;
	}
}

@media only screen and (max-width: 790px) {

}

@media only screen and (max-width: 658px) {

	h1 {
		font-size: 2.5rem!important;
	}
	h2 { font-size: 1.75rem!important;
	}

}

@media only screen and (max-width: 500px) {

	h1 {
		font-size: 2rem !important;
	}

	h2 { font-size: 1.5rem!important;
	}

	.mobile-hide {
	display: none;
}

}

/* Color changes to existing form styles */

h1, h2, h3, .oswald {
	font-family: 'Arial Black', Arial, Helvetica, sans serif;  /* sets display font family for headlines */
}

.smaller {
	font-family: 'Roboto', sans-serif; /* Changes the font for the Step 1/Step 2 text */
}

.cf .med {
	font-family: 'Roboto', sans-serif; /* sets display font family for footer area */
}

.form-wrap {
	background-color: #fff;
	padding: 2rem 2rem;
	margin: 0 auto;
}

form {
	background-color: rgb(0, 158, 219);
	padding: 20px;
}

.sm-text {
	font-size: 1rem;
}

.font-blue {
	color: rgb(0, 158, 219);
}

.term-icon-wrapper {
	background-color: rgb(0, 158, 219);
}




