@charset "utf-8";
/* CSS Document */
html {
  font-size: 18px;
}
@media (max-width: 900px) {
  html { font-size: 18px; }
}
@media (max-width: 600px) {
  html { font-size: 15px; }
  ul li {background-size:1.4em;}
  .btn-purchase {max-width:300px !important;}
}

h1 {
  font-size: 3rem;
}
h2 {
  font-size: 1.8rem;
  color: #DA4343;
}
h3 {
  font-size: 1.2rem;
}
body {
	background:#e6e6e6;
	font-family: 'Lato', sans-serif;
	margin:0;
	padding:0;
}
p, li {
	line-height:1.4;
}
#header-container {
	background: url(http://harlingenwebdesigns.com/wp-content/uploads/2015/02/Harlingenwebsitedesignslogo.png) no-repeat;
	background-size: cover;
	margin:0 0 1em 0;
	border-bottom:solid 6px #ADADAD;
	
}
.header {
	max-width:740px; 
	width:90%;
	margin:auto;
}
.logo {
	padding:40px 0 10px 0;
}
.headline {
	color:#333;text-shadow:#e6e6e6 5px 5px 5px;
	margin:0 0 2% 0;
	padding: .3em 0 .3em 0;
}

.container {
	background:#fff; 
	max-width:740px; 
	width:90%; 
	margin:auto;
	padding:2em;
	display:block;
	border: solid 1px #b1b1b1;
	box-shadow: #000 0px 0px 10px;
	border-radius: 5px;
	margin-bottom:0.5em;
	margin-top:2em;
}

h1, h2, h3 {
	font-family: 'Roboto Slab', serif;
	line-height: 1.2;
}
ol, ul {list-style:none; margin:auto; background:#F6F6F7; padding:15px; border:solid 1px #CCC;margin-bottom:15px; border:solid 1px #CCC;}

ol li, ul li {}
li {padding-bottom:.6em; background:url(http://harlingenwebdesigns.com/wp-content/uploads/2015/02/red-circled-check.png) no-repeat; padding-left:35px;}
.nest-list {border:none;margin-left:2em;}
.vid-container {
	max-width:680px;
	margin:auto;
	width: 100%;
	height:auto;
	background:#000;
	position:relative;
	overflow:hidden;
}
.video-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
}
.video-container iframe {
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
}
.btn-purchase {
	padding:1em;
	display:block;
	max-width:450px;
	width:100%;
	color:#fff;
	text-decoration: none;
	border-radius: 5px;
	border: solid 1px #0A8134;
	font-family: Arial, Helvetica, sans-serif;
	background: #56db2e; /* Old browsers */
background: -moz-linear-gradient(top,  #56db2e 0%, #31c60f 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#56db2e), color-stop(100%,#31c60f)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #56db2e 0%,#31c60f 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #56db2e 0%,#31c60f 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #56db2e 0%,#31c60f 100%); /* IE10+ */
background: linear-gradient(to bottom,  #56db2e 0%,#31c60f 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#56db2e', endColorstr='#31c60f',GradientType=0 ); /* IE6-9 */


	}