/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 
   Fonts */


@import url(https://fonts.googleapis.com/css?family=Lato:300,400,700);
@import url(https://fonts.googleapis.com/css?family=Oswald:400,300,700);

.animate {
    animation: moveDown 0.6s ease-in-out 0.2s backwards;
}
@keyframes moveDown{
    0% { 
        transform: translateY(-40px); 
        opacity: 0;
    }
    100% { 
        transform: translateY(0px);  
        opacity: 1;
    }
}


.grow:hover
{
        -webkit-transform: scale(1.3);
        -ms-transform: scale(1.3);
        transform: scale(1.3);
}

.border:hover
{
        box-shadow: inset 0 0 0 25px #53a7ea;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 
   General Styles */

::-moz-selection {
    background: #f2c2c9;
    color: #a4003a;
    text-shadow: none;
}

::selection {
    background: #FFF;
    color: #0D1E2B;
    text-shadow: none;
}


body {
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: gray;
	  background-color: #F2F2F2;
		-webkit-font-smoothing: antialiased;
    -webkit-overflow-scrolling: touch;
}

.border-wht {
	border-top: 4px solid #FFF;
	text-align: center;
	min-width: 40px;
}

.border-teal {
	border-top: 4px solid #42B8C1;
	min-width: 40px;
	text-align: center;
}

#align-center {
	text-align: center;
}

#wht hr {
    border-top: 8px solid #FFF;
    width: 15%;
    padding-top: 20px;
}

.section-heading hr {
    border-top: 8px solid #42B8C1;
    width: 15%;
    padding-top: 20px;
}

/* Hero Styles to Clean-up */

section.hero {
  color: #222; }
  section.hero header {
    background: url(../images/town-p-1600x1070.jpg) no-repeat center fixed;
    background-size: cover; }
    section.hero header h1 {
      font-family: "Lato" "Source Sans Pro", "Verdana", "sans-serif";
      font-size: 2em;
      font-weight: bold;
      line-height: 1;
      margin: 0;
      padding: 2.5em 5% 0 5%;
      text-align: center; }
      section.hero header h1:after {
        background: #42B8C1;
        content: '';
        display: block;
        height: 0.125em;
        margin: 1em auto;
        width: 3em;
	  	  color: #FFF }
	  
    section.hero header p {
      font-size: 1em;
      font-weight: 300;
      margin: 0;
      padding: 0 5% 6em 5%;
      text-align: center;
      -webkit-font-smoothing: antialiased; }
      
  section.hero .stacked-block + .stacked-block p {
    color: #999; }
  .stacked-block .emphasis {
  	color: #FFF;
  	font-weight: 700; }
  .stacked-block h2 {
    color: #FFF;
  	text-align: left;
  	padding: 5% 7%; 
  	font-weight: 700; }
  section.hero .stacked-block {
    background: #42B8C1;
    font-weight: 700;
    overflow: auto;
    padding: 5% 7%; }
    section.hero .stacked-block p {
		line-height: 1.75;
		font-weight: 400;
		font-size: .95em;
		padding-bottom: 1em;
	}
	section.hero .stacked-block p a:link {
		color: #42B8C1;
	}
  section.hero .stacked-block + .stacked-block {
    background: #0C1F2C;
  	padding: 5% 7%;
  	min-height: 600px;
  }
  section.hero .stacked-block + .stacked-block + .stacked-block {
    background: #0089C4; }
  section.hero .stacked-block + .stacked-block + .stacked-block + .stacked-block {
    background: #bcbec0; }
  section.hero .stacked-block + .stacked-block + .stacked-block + .stacked-block + .stacked-block {
    background: #5bbbb7; }
  section.founder-title {
  	text-transform: uppercase;
  	font-family: "Lato", Lucida, Verdana, sans-serif;
  	font-weight: 700;
  	color: #FFF; }
  section.founder-name {
  	text-transform: uppercase;
  	font-family: "Lato", Lucida, Verdana, sans-serif;
  	font-weight: 700;
  	color: #42B8C1; }
  

/* !!!- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 
   Hero Content */

#headerwrap {
	padding-top: 0px;
	background-attachment: relative;
	background-position: center center;
	min-height: 750px;
	width: 100%;
	border-bottom: 0px solid #000;

    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;

    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.header_text_wrapper {
	display:flex;
	justify-content: center;
	flex-wrap:wrap;
}

.header_text_wrapper > div{
	position: relative;
	padding-top: 10px;
}

.header_text_wrapper img {
	position: absolute;
	left: 14%;
	width:50%;
}

#headerwrap h1 {
	font: 14px/19px 'Lato', sans-serif;
	font-weight: 700;
	color: #51e49d;
	padding-top: 190px;
	padding-right: 0;
	padding-left: 0;
	text-shadow: -1px 1px 2px #000000;
	text-transform: uppercase;
	text-align: left;
}

#headerwrap h2 {
	font: 32px/35px 'Lato', sans-serif;
	font-weight: 700;
	color: #FFF;
	text-shadow: -1px 1px 2px #000000;
	text-align: left;
}

#headerwrap h3 {
	font: 18px/21px 'Lato', sans-serif;
	font-weight: 400;
	color: #cfcfcf;
	text-align: left;
	text-shadow: -1px 1px 2px #000000;
}


/* !!!- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
   About */

#about {
	font-family: 'Roboto', sans-serif;
	background-color: #FFF;
	padding: 110px 50px 180px;
	text-align: left;
}

#about p {
	color: #222;
	font-size: 15px;
	text-align: left;
}

#about li {
	color: #222;
	font-size: 15px;
	text-align: left;
}

#about h1 {
	color: #222;
	font: 12px/21px 'Arial', sans-serif;
	font-weight: 700;
	position: relative;
	text-transform: uppercase;
	padding-bottom: 30px;
	letter-spacing: 4px;
	padding-top: 0;
	text-align: center;
}

#creds {
	padding-right: 2%;
	padding-left: 4%;
}

/* !!!- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
   Testimonials */

#testimonial {
	font-family: 'Roboto', sans-serif;
	background-color: #e2e2e2;
	padding: 70px 50px 80px;
	text-align: center;
}

#testimonial h1 {
	color: #222;
	font: 12px/21px 'Arial', sans-serif;
	font-weight: 700;
	position: relative;
	text-transform: uppercase;
	padding-bottom: 20px;
	letter-spacing: 4px;
	text-align: center;
}

#testimonial p {
	color: #888;
	font-size: 22px/27px;
	font weight: 300;
}

#testimonial .name {
	color: #222;
	font-weight: 400;
	font-size: 13px;
}

#testimonial .co {
	color: #222;
	font-weight: 700;
	font-size: 15px;
	}


/* !!!- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 
   Solutions */

#solution-block {
	background-color: #42B8C1;
	padding: 50px 50px 80px;
	text-align: center;
}

hr {
	border-top: 2px dotted #444;
	display: block;
	margin-right: 40%;
	margin-left: 40%;
	padding-bottom: 40px;
}

#example-work {
	background: url(img/desk-illustration.jpg) #FFF;
	min-height: 500px;
	padding: 90px 50px 80px;
}

#example-work h1 {
	font-family: 'Lato', sans-serif;
	font-weight: 700;
	font-size: 27px;
	line-height: 32px;
	color: #222;
}

#example-work h2 {
	color: #222;
	font: 16px/21px 'Roboto', sans-serif;
	font-weight: 700;
	position: relative;
	margin-bottom: 15px;
}

#example-work h3 {
	color: #222;
	font: 16px/21px 'Roboto', sans-serif;
	font-weight: 700;
	position: relative;
	margin-bottom: 15px;
}
#example-work p {
	color: #222;
	font-size: 15px;
	padding-bottom: 30px;
	text-align: left;
}

#solution-block h1 {
	color: #FFF;
	font: 28px/32px 'Lato', sans-serif;
	font-weight: 400;
	padding-bottom: 50px;
}

#solution-block h1 .highlight {
	color: #222;
	background-color: #a6e1f2;
	font-family: 'Lato', sans-serif;
	font-weight: 700;
	font-size: 32px;
	line-height: 35px;
	padding: 5px 5px 0;
}

#solution-block h3 {
	color: #222;
	font: 16px/21px 'Roboto', sans-serif;
	font-weight: 700;
	position: relative;
}

#solution-block h2 {
	color: #222;
	font: 12px/21px 'Arial', sans-serif;
	font-weight: 700;
	position: relative;
	text-transform: uppercase;
	padding-bottom: 30px;
	letter-spacing: 4px;
	padding-top: 0;
	text-align: center;
}

#solution-block p {
	color: #222;
	font-size: 15px;
	padding-bottom: 30px;
	text-align: left;
}

#solution-block ul {
	color: #444;
	font-size: 15px;
	margin-top: -10px;
}

#solution-block .desc {
	display: inline;
	color: silver;
	font-style: italic;
	text-align: left;
	float: left;
}

/*	!!!----
	Contact */

#contact {
	background-color: #FFF;
	text-align: center;
	padding-top: 100px;
	padding-bottom: 100px;
}

#contact h1 {
	color: #222;
	font: 28px/32px 'Lato', sans-serif;
	font-weight: 400;
	padding-bottom: 10px;
}

.form-block {
	text-align: left;
}


/* !!!- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
   Email Acquisition Module */

#email {
	background-color: #42B8C1;
	padding-top: 80px;
	padding-bottom: 80px;
	text-align: center;
}

.offer-title {
	font-family: "Lato", Lucida, Verdana, sans-serif;
	font-weight: 700;
	color: #000;
	text-transform: uppercase;
}

.offer-description {
	font-family: "Lato", Lucida, Verdana, sans-serif;
	font-weight: 400;
	color: #FFF;
	padding-bottom: 15px;
}


/*  !!!- 
	Pricing */
	
#pricing {
	background-color: #f2f2f2;
	padding-top: 80px;
	padding-bottom: 80px;
	text-align: center;
}

#pricing h1 {
	font-family: "Lato", Lucida, Verdana, sans-serif;
	font-weight: 700;
	color: #000;
	font-size: 32px;
	line-height: 35px;
	padding-bottom: 25px;
}

#pricing h2 {
	color: #42B8C1;
	font: 24px 'Lato', sans-serif;
	font-weight: 700;
	text-align: center;
}

#pricing .details {
	font-weight: 400;
	color: #888;
	font-size: 18px;
	line-height: 21px;
	text-align: center;
}

.pricing-emphasis {
	font-size: 18px;
	font-weight: 700;
}

/* !!!- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
   Footer */

#footer {
	padding: 70px 5% 50px;
	background-color: #0C1F2C;
}

#footer h1 {
	color: #FFF;
	font-size: 18px;
}

#footer p {
	color: silver;
	font-size: 15px;
	font-weight: 400;
	padding-bottom: 30px;
	padding-top: 10px;
}

#footer a {
	color: silver;
	font-size: 15px;
}

.copyright {
	display: inline-block;
	padding-top: 100px;
	padding-bottom: 50px;
	font-size: 15px;
	font-weight: 400;
}

.sitelink  {
	color: #42B8C1;
}

#terms {
	color: #555;
	font-size: 15px;
}


/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
   Parallax and Media Queries */

section.module.parallax {
  height: 805px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
}


@media all and (min-width: 1080px) {
  section.module.parallax-1 {
    background-image: url("../img/back.jpg");
  }
  section.module.parallax h1 {
	  font-size: 160px;
  }
}

@media all and (max-width: 1079px) {
  section.module.parallax-1 {
    background-image: url("../img/back.jpg");
  }



  section.module h2 {
    font-size: 42px;
  }
  section.module p {
    font-size: 20px;
  }
  section.module.parallax h1 {
    font-size: 96px;
  }
}

@media all and (min-width: 800px) {
  section.hero .stacked-block {
    display: block;
    float: left;
    margin-top: 0em;
    padding: 1em 5% 8em 5%;
    width: 40%; }
  section.hero .stacked-block + .stacked-block {
    margin-top: 0;
    float: right;
    width: 60%; }
  .details {
  	text-align: left; }

@media all and (max-width: 487px) {
  section.module.parallax-1 {
    background-image: url("../img/back.jpg"); }

  section.module.parallax h1 {
    font-size: 160px; }
  
  .button-hero {
	margin-bottom: 20px;  }
  
  .details {
  	text-align: center; }

}

