html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 10px;
  font: inherit;
  vertical-align: baseline;
  outline: none;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html { 
  overflow-y: scroll; 
}

body { 
  font-family: 'Barlow', Helvetica, Arial, sans-serif;
  color: #3C4B6B;
  font-size: 62.5%; 
  line-height: 1; 
}

::selection { background: #a4dcec; }
::-moz-selection { background: #a4dcec; }
::-webkit-selection { background: #a4dcec; }

::-webkit-input-placeholder { /* WebKit browsers */
  color: #F2B058;
  font-family: 'Barlow', Helvetica, Arial, sans-serif;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
  color: #F2B058;
  font-family: 'Barlow', Helvetica, Arial, sans-serif;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
  color: #F2B058;
  font-family: 'Barlow', Helvetica, Arial, sans-serif;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
  color: #F2B058;
  font-family: 'Barlow', Helvetica, Arial, sans-serif;  
}

br { 
  display: block; 
  line-height: 2.2em; 
} 

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; }
ol, ul { 
  list-style: none; 
}

input, textarea { 
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  outline: none; 
}

input {
  border: 0px transparent;
  background: url("../img/bgr_input.svg") no-repeat center;
  background-position: left bottom;
}

blockquote, q { quotes: none; }
blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; }
strong { font-weight: bold; } 

table { 
  border-collapse: collapse; 
  border-spacing: 0; 
}

img { 
  border: 0;  
}

#nav-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
}

#stickynav {
  display: block;
  z-index: 9999;
}

#stickynav #nav { 
  z-index: 9999; 
}

#stickynav #nav li {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  align-self: center;
}

#stickynav #nav li a {
  display: block;
  font-family: 'Kalam', cursive;
  font-size: 2.1em;
  font-weight: bold;
  padding: 10px 0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  
}

#stickynav #nav li a:hover { 
  text-decoration: none;
  color: #3C4B6B;
}



#nav li.current a {
  color: #3C4B6B;
}

section {
  padding-top: 90px;
}

section#home {
  position: absolute;
  top: 0;
  left: 0;
}

/** typography **/

h1, h2, h3, h4, button {
  font-family: 'Kalam', cursive;
}

h1 {
  font-size: 1.8vw;
  margin-bottom: 20px;
  padding: .1em 36%;
  color: #F2B058;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 60px;
  text-align: center;
  z-index: 1000;
  font-weight: bold;
  line-height: 2.5vw;
}

h2 {
  font-size: 50px;
  line-height: 1.4em;
  letter-spacing: normal;
  padding: .0 1.2em;
 	position: relative;
	overflow: hidden;
  text-align: center;
  color: #F2B058;
  background: white;
  display: inline;
  font-weight: bold;
}

h2.contact-us {
  font-size: 50px;
}

h3 {
  font-size: 28px;
  font-weight: bold;
  margin: 40px 0;
}

h4 {
    font-size: 24px;
    font-weight: bold;
    margin: 35px 0;
}

div.contact-info h4 {
  margin-top: 0;
  font-family: 'Barlow', Helvetica, Arial, sans-serif;
  font-size: 20px;
}

h5 {
  color: #F2B058;
  font-weight: bold;
  font-size: 16px;
  margin: 25px 0 10px 0;
}


p {
  display: block;
  font-size: 16px;
  line-height: 1.5em;
}

a {
  font-size: 16px;
  line-height: 24px; 
  text-decoration: none;
  color: #3C4B6B; }

a.menu {
  color: #F2B058;
}

a:hover { 
  text-decoration: underline; 
}

.intro {
  font-size:24px;
  line-height: 28px;
  margin-bottom: 70px;
}

.hero {
  display: flex;
}

.contact-info {
  padding: 55px 25%;
  background: url("../img/bgr_contact3.svg") no-repeat center;
}

.h2-wrapper {
  background: url("../img/separator.svg") no-repeat center; 
  text-align: center;
  margin-bottom: 40px;
}

.center { 
  display: block; 
  text-align: center; 
}

div.jump ul li a {
  text-decoration: underline;
}

/** Forms **/


.basicNoForm {
  display: block;
  font-size: 16px;
  color: #F2B058;
  font-weight: bold;
  padding: 30px 6px 10px 6px;
  margin-bottom: 10px;
  width: 100%;
}


.basictxtNoForm {
  display: block;
  width: 100%;
  height: 180px;
  font-family: Arial, Tahoma, sans-serif;
  color: #666;
  padding: 5px 8px;
  font-size: 1.6em;
  line-height: 1.4em;
}

form .basic {
  display: block;
  font-size: 16px;
  color: #F2B058;
  font-weight: bold;
  padding: 30px 6px 10px 6px;
  margin-bottom: 10px;
  width: 100%;
}

form .basictxt {
  display: block;
  width: 100%;
  height: 180px;
  font-family: Arial, Tahoma, sans-serif;
  color: #666;
  padding: 5px 8px;
  font-size: 1.6em;
  line-height: 1.4em;
}

/** Buttons **/

button {
  padding: 20px;
  font-size: 21px;
  font-weight: bold;
  background: url("../img/bgr_button.svg") no-repeat center;
  background-size: contain;
  border: 0px transparent;
}

button a {
  font-size: 21px;
}

button a:hover {
  text-decoration: none;
  color: white;
}

button.small {
  margin: 20px 0 20px  0;
  padding: 20px;
  font-size: 15px;
  font-weight: bold;
  background: url("../img/bgr_button_small.svg") no-repeat center;
  background-size: contain;
  border: 0px transparent;
  min-width: 200px;
}

button.small a {
  font-size: 16px;
}

/** page structure **/

#wrapper {
  display: block;
  width: 60%;
  margin: 0 auto;
  
}

#content {
  display: block;
  width: 100%;
  background: #fff;
  padding: 60px 20px 25px 20px;
  padding-bottom: 35px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 2px 0px;
  -moz-box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 2px 0px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 2px 0px;
  border: none;
}

/** clearfix **/
.clearfix:after { 
  content: "."; 
  display: block; 
  clear: both; 
  visibility: hidden; 
  line-height: 0; 
  height: 0; }

.clearfix { 
  display: inline-block; 
}
 
html[xmlns] .clearfix { 
  display: block; 
}

* html .clearfix { 
  height: 1%; 
}

#left-col {
  position: fixed;
  top:0;
  left:0;
  width: 20%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content:space-between;
  border: none;
  background: #fff;
}

#right-col {
  position: fixed;
  top:0;
  right:0;
  width: 20%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content:space-between;
  border: none;
  background: #fff;
}

.contact-mail {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 80px;
}

.link-mail {
  font-size: 16px;
  color: #3C4B6B;
  font-weight: bold;
  margin-top: 20px;
}

.logo {
  margin-top: 80px;
  max-width: 100%;
}

.need {
  font-family: 'Barlow', Helvetica, Arial, sans-serif;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
}

div.need p {
  font-size:24px;
}

.jump {
  text-align: center;
  background: url("../img/bgr_jump.svg") no-repeat center;
  background-position-y: -30px; 
}

.contact-phone {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 80px;
}

.cell {
  display: flex;
}

.cell-half {
  width: 50%;
  padding: 15px;
}

.vertical {
  flex-direction: column;
}

.horizontal {
  flex-direction: row;
}

.cta {
  margin-top: 100px;
  background: url("../img/bgr_contact1.svg") no-repeat center;
  background-size: contain;
}

.cta p {
  font-size: 21px;
  font-weight: bold;
  font-family: 'Kalam', cursive;
  padding-bottom: 20px;
}

.cta p span {
  font-size: 18px;
  font-family: 'Kalam', cursive;
  font-weight: normal;
}

.cta.big-bgr {
  background: url("../img/bgr_contact2.svg") no-repeat center;
}

#home-blurb {
  display:flex;
}

#home-blurb div {
  width:33.33%;
  padding: 0 20px;
}

.intro-home {
  font-family: 'Barlow', Helvetica, Arial, sans-serif;
  font-size: 18px;
  margin-bottom: 15px;
  font-weight: bold;
  color: #F2B058;  
}

.tech {
  margin: 15px 0;
  list-style-type: disc;
  list-style-position: inside;
  padding-left: 0;
}

.one-column {
  width: 100%;
}

.three-column {
  width:33.33%;
}

.two-column {
  width:50%;
}

ul.tech li {
  font-size: 16px;
  line-height: 24px;
  font-weight: bold;
}

ul.tech.two-column ul li {
  font-weight: normal;
}

ul.tech.two-column ul  {
  list-style-type: circle;
  list-style-position: inside;
  padding-left: 20px;
}

.tech-wrapper {
  display: flex;
}

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

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

hr {
  border: 1px dashed gray;
  margin: 50px 0;
}

.bold {
  font-weight: bold;
}

.gray-back {
  background: url("../img/bgr_1.svg") no-repeat;
  background-position-x: 0;
  background-position-y: 10px;
}

.bigger {
  background: url("../img/bgr_2.svg") no-repeat;
  background-position-y: 12px;
}

.logoDiv {
	width: 200px;
}

.home {
  margin:30px 0 15px 0;
}


.homeCS {
	font-size: 40pt;	
	color: #F2B058;	
	text-align: center;
	font-weight: bold;
	font-family: 'Kalam', cursive;
	line-height: 45pt;
}

.illustration {
  margin-top: 20px;
  width: 100%;
}

.contact {
  display:flex;
  padding: 0 75px;
}

.response {
  text-align: center;
  padding-bottom: 20px;
  font-weight: bold;  
}

div.contact div.two-column {
   padding-top: 50px;
}

.send {
  padding: 45px 75px;
}

.logo-vert {
  display: none;
}

.globe {
  width: 60%;
}

.cell-top, .horizontal {
  padding: 15px;

}

/* Mobile devices */

.hamburger {
  display: none;
  position:fixed;
  top: 20px;
  left: 20px;
}


@media (max-width: 1366px) {
  .one-column, .two-column, .three-column, .cell-half, #home-blurb div {
    width: 100%
  }
  
  .cell, #home-blurb {
    flex-direction: column;
  }

  .odd, .contact {
    flex-direction: column-reverse;
  }
  
  .illustration {
    margin-top: 80px;
    max-width: 75%;
  }

  .advantage {
    max-width: 50%;
    object-position: center;
    margin-top: 20px;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }

}

@media (min-width: 769px) {
  .hero-image {
    width: 100%;
  }
}

@media (max-width: 768px) {
  
  .hamburger {
    display: block;
    z-index: 8500;
  }

  #wrapper {
    width: 100%;
  }
  
  #content {
    padding-left: 15px;
    padding-right: 15px;
  }

  #left-col {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 8000;
    background-color: #fff;
  }

  #right-col {
    display: none;
  }

  h1 {
    font-size: 7vw;
    line-height: 10vw;
    padding: .1em 10%;
    top: 40%;
  }

  h2 {
    padding: 0 0.4em;
    font-size: 40px;
  }

  h2.contact-us {
    font-size: 35px;
  }

  h3 {
    line-height: 30px;
  }

  .hero {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    text-align: center;
    overflow: hidden;
    background: url("../img/hero.png") no-repeat;
    background-position: center bottom;
    height: 100%;
   }
  
  .illustration {
     max-width: 100%;
  }

  .logo-vert {
    display:block;
    text-align: center;
    margin-top: 20px;
  }

  #home-blurb {
    margin-top: 80vh;
  }

  .hero-image {
    opacity: 0;
  }

  .contact, .send {
    padding-left: 0;
    padding-right: 0;
  }

  .contact-info {
    padding: 20px;
  }

  button.small {
    font-size:14px;
    margin: 20px 0 20px  0;
  }
  
  .buttonContactUs {
    padding: 20px;
  }

  
}


