html {
    /* Adjust font size */
    font-size: 100%;
    -webkit-text-size-adjust: 100%;
    /* Font varient */
    font-variant-ligatures: none;
    -webkit-font-variant-ligatures: none;
    /* Smoothing */
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    font-smoothing: antialiased;
    -webkit-font-smoothing: antialiased;
    text-shadow: rgba(0, 0, 0, .01) 0 0 1px;
  }

body {
  display: block;
  margin: 0;
  padding: 0;
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  color: #0D2240;
}

.header {
  display: block;
  width: 100%;
  height: 110px;
  background: #fff;
}

.logo {
  display: inline-block;
  width: 100%;
  text-align: center;
  margin: 10px auto 0 auto;
}

.logo img {
  max-height: 89px;
  margin: 0 auto;
}

.logo span {
  display: none;
}

h1, h2, h3, h4 {
  font-family: 'Ubuntu', sans-serif;
  font-weight: 700;
}

.heroOne {
  background-attachment: fixed;
  display: block;
  position: relative;
  background: url(../images/bgimage.jpg) no-repeat top center;
  background-size: cover;
  width: 100%;
  height: 100vh;
  min-height: 610px;
  text-align: center;
}
.heroOne .overlay {
  min-height: 100vh;
  height: 100%;
  width: 100%;
  //background-color: rgba(0,0,0,0.5);
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+30,000000+36,000000+41,000000+43,000000+43,000000+44,000000+60,000000+73,000000+75,000000+80,000000+90&0.65+33,0.65+37,0.65+43,0+100 */
background: -moz-radial-gradient(center, ellipse cover, rgba(0,0,0,0.65) 30%, rgba(0,0,0,0.65) 33%, rgba(0,0,0,0.65) 36%, rgba(0,0,0,0.65) 37%, rgba(0,0,0,0.65) 41%, rgba(0,0,0,0.65) 43%, rgba(0,0,0,0.64) 44%, rgba(0,0,0,0.46) 60%, rgba(0,0,0,0.31) 73%, rgba(0,0,0,0.29) 75%, rgba(0,0,0,0.23) 80%, rgba(0,0,0,0.12) 90%, rgba(0,0,0,0) 100%); /* FF3.6-15 */
background: -webkit-radial-gradient(center, ellipse cover, rgba(0,0,0,0.65) 30%,rgba(0,0,0,0.65) 33%,rgba(0,0,0,0.65) 36%,rgba(0,0,0,0.65) 37%,rgba(0,0,0,0.65) 41%,rgba(0,0,0,0.65) 43%,rgba(0,0,0,0.64) 44%,rgba(0,0,0,0.46) 60%,rgba(0,0,0,0.31) 73%,rgba(0,0,0,0.29) 75%,rgba(0,0,0,0.23) 80%,rgba(0,0,0,0.12) 90%,rgba(0,0,0,0) 100%); /* Chrome10-25,Safari5.1-6 */
background: radial-gradient(ellipse at center, rgba(0,0,0,0.65) 30%,rgba(0,0,0,0.65) 33%,rgba(0,0,0,0.65) 36%,rgba(0,0,0,0.65) 37%,rgba(0,0,0,0.65) 41%,rgba(0,0,0,0.65) 43%,rgba(0,0,0,0.64) 44%,rgba(0,0,0,0.46) 60%,rgba(0,0,0,0.31) 73%,rgba(0,0,0,0.29) 75%,rgba(0,0,0,0.23) 80%,rgba(0,0,0,0.12) 90%,rgba(0,0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

.heroTwo {
  display: block;
  position: relative;
  width: 100%;
  height: auto;
  min-height: 310px;
  text-align: center;
}

.heroText {
  position: absolute;
  display: block;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
  text-align: center;
  padding: 0 40px;
}

.heroText h1 {
  display: block;
  color: #fff;
  font-size: 2rem;
  text-align: center;
  margin: 0 0 30px 0;
  letter-spacing: 3px;
}

.heroText h2 {
  color: #fff;
  font-size: 2.0rem;
  text-align: center;
  margin: 0 0 20px 0;
}

.heroText .subheader h3 {
  display: block;
  text-align: center;
  color: #fff;
  font-size: 1.4rem;
  margin: 0 0 30px 0;
}

.heroText .paragraph {
  display: block;
  text-align: center;
  color: #fff;
  font-weight: 1.0rem;
  max-width: 670px;
  margin: 0 auto;
}

.puffar {
  display: block;
  padding: 80px 0;
}

.puffar h2 {
  display: block;
  margin: 0 auto;
  text-align: center;
  padding: 0 40px 10px 40px;
  font-size: 2.0rem;
}

.blurb {
  display: block;
  margin: 40px 0;
  text-align: justify;
}

.blurb .icon {
  display: block;
  text-align: center;
}

.blurb .icon i {
  font-size: 3rem;
  color: #ED145B;
  padding: 0 0 10px 0;
}

.blurb h2 {
  font-size: 1.2rem;
}

.blurb p {
  display: block;
  text-align: center;
  font-size: 0.9rem;
}

.formBg {
  display: block;
  width: 100%;
  background: #222;
  padding: 20px 0;
  -moz-box-shadow: 0 0 10px 0 #424242;
  -webkit-box-shadow: 0 0 10px 0 #424242;
  box-shadow: 0 0 10px 0 #424242;
  border: none;
}

.formBg input, .formBg textarea {
  color: #fff;
}

.formBg input[type="text"], .formBg input[type="email"]{
  background: rgba(255,255,255,0.03);
  border: none;
}

.formBg textarea {
  background: rgba(255,255,255,0.03);
  border: none;
  height: 100px;
}

.formBg input[type="submit"] {
  border-radius: 5px;
  display: inline-block;
  float: right;
  padding: 10px 20px;
  color: #fff;
  border: 2px solid #fff;
  cursor: pointer;
  background-color: #222;
  transition: all 0.5s ease;
  font-family: 'Ubuntu', sans-serif;
}
.formBg input[type="submit"]:hover {
  color: #222;
  border: 2px solid #222;
  cursor: pointer;
  background-color: #fff;
  transition: all 0.5s ease;
}
.contactButton {
  border-radius: 5px;
  background-color: transparent;
  border: 2px solid #fff;
  color: #fff;
  transition: all 0.5s ease;
  font-family: 'Ubuntu', sans-serif;
}
.contactButton:hover {
  background-color: #fff;
  border: 2px solid #222;
  color: #222;
  transition: all 0.5s ease;
}

.formBg button:hover {
  display: inline-block;
  float: right;
  padding: 10px 20px;
  color: #333;
  border: 1px solid #333;
  cursor: pointer;
  background-color: #fff;
  background: rgba(255,255,255,0.03);
  transition: all 0.5s ease;
}

.formBg h3 {
  display: block;
  text-align: center;
  font-size: 1.4rem;
  color: #fff;
  padding: 0 0 10px 0;
}

.formBg p {
  display: block;
  text-align: center;
  font-size: 1.0rem;
  color: #fff;
  padding: 0 0 40px 0;
}

.footer {
  position: fixed;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: auto;
  padding: 10px 0;
  background: #222;
  color: #fff;
  font-size: 0.8rem;
  font-weight: 400;
}

.footer a {
  float: right;
  color: #fff;
}

h4.center {
    display: block;
    text-align: center;
    font-size: 1.2em;
}

@media screen and (max-width: 478px){
	
	.heroOne {
        display: block;
        position: relative;
        width: 100%;
        height: auto;
        min-height: 100vh;
        text-align: center;
        background-attachment: fixed;
      }
.heroOne .overlay {
  //background-color: rgba(0,0,0,0.8);
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+60,000000+73,000000+75,000000+80,000000+90&0.65+0,0.65+4,0.65+6,0.65+9,0.65+12,0.65+15,0.65+18,0.65+20,0.65+22,0+100 */
background: -moz-radial-gradient(center, ellipse cover, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0.65) 4%, rgba(0,0,0,0.65) 6%, rgba(0,0,0,0.65) 9%, rgba(0,0,0,0.65) 12%, rgba(0,0,0,0.65) 15%, rgba(0,0,0,0.65) 18%, rgba(0,0,0,0.65) 20%, rgba(0,0,0,0.65) 22%, rgba(0,0,0,0.33) 60%, rgba(0,0,0,0.22) 73%, rgba(0,0,0,0.2) 75%, rgba(0,0,0,0.16) 80%, rgba(0,0,0,0.08) 90%, rgba(0,0,0,0) 100%); /* FF3.6-15 */
background: -webkit-radial-gradient(center, ellipse cover, rgba(0,0,0,0.65) 0%,rgba(0,0,0,0.65) 4%,rgba(0,0,0,0.65) 6%,rgba(0,0,0,0.65) 9%,rgba(0,0,0,0.65) 12%,rgba(0,0,0,0.65) 15%,rgba(0,0,0,0.65) 18%,rgba(0,0,0,0.65) 20%,rgba(0,0,0,0.65) 22%,rgba(0,0,0,0.33) 60%,rgba(0,0,0,0.22) 73%,rgba(0,0,0,0.2) 75%,rgba(0,0,0,0.16) 80%,rgba(0,0,0,0.08) 90%,rgba(0,0,0,0) 100%); /* Chrome10-25,Safari5.1-6 */
background: radial-gradient(ellipse at center, rgba(0,0,0,0.65) 0%,rgba(0,0,0,0.65) 4%,rgba(0,0,0,0.65) 6%,rgba(0,0,0,0.65) 9%,rgba(0,0,0,0.65) 12%,rgba(0,0,0,0.65) 15%,rgba(0,0,0,0.65) 18%,rgba(0,0,0,0.65) 20%,rgba(0,0,0,0.65) 22%,rgba(0,0,0,0.33) 60%,rgba(0,0,0,0.22) 73%,rgba(0,0,0,0.2) 75%,rgba(0,0,0,0.16) 80%,rgba(0,0,0,0.08) 90%,rgba(0,0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
	
}

@media screen and (max-width: 432px){
	
	.heroOne {
        display: block;
        position: relative;
        width: 100%;
        height: auto;
        text-align: center;
        background-attachment: fixed;
      }
      
      .heroText h1 {
        color: #fff;
        font-size: 1.6rem;
        text-align: center;
      }
      
      .heroText .subheader h3 {
        display: block;
        text-align: center;
        color: #fff;
        font-size: 1.0rem;
      }
      
      .heroText .paragraph {
        display: block;
        text-align: center;
        color: #fff;
        font-weight: 0.8rem;
        max-width: 600px;
        margin: 0 auto;
      }
      
      .footer {
        text-align: center;
      }
      
      .footer a {
        display: block;
        text-align: center;
        float: none;
      }
	
}
.close-button,.formBg .close-button:hover {
  position: absolute;
  top: 0;
  right: 0;
    display: inline-block;
    float: right;
    padding: 5px 10px;
    color: #fff;
    border: none;
    cursor: pointer;
    background: rgba(255,255,255,0.03);
    transition: all 0.5s ease;
}

