@charset "utf-8";
/* CSS Document */
.featured-image {
	background: url(../img/essentials-cover1-2.jpg) no-repeat center center scroll;
    background-position: center center;
    background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;
    min-height: 700px;
}

.title {
	margin-top: 300px;
}
h1 {
	font-family: 'Dosis', sans-serif;
	font-weight: 200;
	letter-spacing: -2px;
	font-size: 5em;
	line-height: 1.4em;
}
h2 {
	/*font-family: 'Caveat', cursive;*/
	font-family: 'Dosis', sans-serif;
	font-size: 4em;
	font-weight: 200;
	text-transform: uppercase;
}
h3 {
	font-weight: 700;
	font-size: 2em;
}
.site-header {
    background: transparent url(../img/stripesblack.png) repeat left top;
    min-height: 700px;
	font-size: 18px;
    line-height: 150px;
    font-weight: 100;
    letter-spacing: -px;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
	font-family: 'Dosis', sans-serif;
}
p {
	font-size: 2em;
	font-weight: 400;
	margin: 1em 0 1em 0;
}
h1 span {
    background-color: rgba(242,133,25,0.55);
    color: #fff;
    padding: 0 10px;
    border-radius: 3px;
}
.title2 {
	margin-top: 280px;
}
.call-out {
	margin: 20px 0;
}
.call-out h2 {
	margin-top: 70px;
}
.call-out p {
	font-size: 1.8em;
	line-height: 1.35em;
	font-weight: 400;
	margin: 40px 0;
}
.call-out .col-sm-4 p {
	font-size: 1.6em;
	line-height: 1.35em;	
}
.no-gutter {
	padding: 0px;
}
.col-xs-6 p {
	font-size: 2em;
}
.hr {
	border-color:darkgray;
}
.bg-primary {
	/*background-color: rgba(175,92,9,1.00);*/
}
#about-me h1 {
	font-size: 2.2em;
	font-weight: 300;
	letter-spacing: 0px;
	text-transform: uppercase;
	margin-top: -7px;
}
#about-me p {
	font-size: 1.5em;
	letter-spacing: 0px;
	margin: 10px 0;
}

@media only screen and (max-width: 1000px) {
	h1 {
		font-size: 4em;
		line-height: 1.3em;
	}
}
@media only screen and (max-width: 767px) {
	h1 {
		font-size: 3.5em;
		line-height: 1.2em;
	}
	p {
		font-size: 1.7em;
	}
	.call-out p {
		font-size: 1.6em;
	}
	.call-out .col-sm-4 p {
		font-size: 1.6em;
		margin-left: 10px;
	}	
	#about-me p {
		font-size: 1.3em;
	}
	#about-me h1 {
		font-size: 1.7em;
		margin-top: 10px;
	}
}
@media only screen and (max-width: 640px) {
	.site-header-h1 {
		font-size: 3.5em;
		line-height: 1.2em;
	}
	.col-xs-6 p {
		font-size: 1.5em;
	}
	p {
		font-size: 1.5em;
	}
	.call-out p {
		font-size: 1.4em;
	}
	.call-out .col-sm-4 p {
		font-size: 1.4em;
	}	
}
@media only screen and (max-width: 470px) {
	.site-header-h1 {
		font-size: 3em;
		line-height: 1.1em;
	}
	.col-xs-6 p {
		font-size: 1.2em;
	}
	p {
		font-size: 1.3em;
	}		
}
@media only screen and (max-width: 425px) {
	.call-out {
		margin: 0 5px;
	}
	.call-out p {
		font-size: 1.3em;
		margin: 20px 0;
	}
	.call-out .col-sm-4 p {
		font-size: 1.3em;
		margin-left: 0px;
	}
	#congratuations h2 {
		margin: 30px 0px 0px 0px;
	}
}


/*
@media screen and (max-height: 950px) {
	.title{
		margin-top: 200px;
	}
	h1 {
		font-size: 3.5em;
	}
}
@media screen and (max-height: 650px) {
	.title {
		margin-top: 100px;
	}
	
}
@media screen and (max-height: 600px) and (max-width: 400px) {
	.title {
		margin-top: 50px;
	}
}
@media screen and (max-width: 1000px) {

	h1 {
		font-size: 2.5em;
	}
	h2 {
		font-size: 2.2em;
	}	
}
@media screen and (max-width: 600px) {

	h1 {
		font-size: 2em;
	}
	h2 {
		font-size: 1.8em;
	}
}
*/

.CTA {
	min-height:  height: 65px;
	background-color: darkorange;
	margin-top: 30px;
	cursor: pointer;
	color: white;
	margin-bottom: 30px
}
.CTA:hover {
	background-color: orangered;
}
.CTA2 {
	margin-top: 0px;
	border-style:  double;
	color: #FFFFFF;
}
.margin-top-seperator {
	margin-top: 70px;
}
.lg-view{
   display:inline-block;
}
.sm-view{
   display:none;
}
@media screen and (max-width: 450px) {
    .lg-view{
       display:none;
    }
    .sm-view{
       display:inline-block;
    }
}