/* Eric Meyer's Reset CSS v2.0 - http://cssreset.com */
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{border:0;font-size:100%;font:inherit;vertical-align:baseline;margin:0;padding:0}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:none}table{border-collapse:collapse;border-spacing:0}

body {
   font-family: "Lato", Helvetica, Arial, sans-serif;
   line-height: 1.5em;
}

h1, h2, h3 {
   font-size: 1em;
   font-weight: normal;
}

.bg {
   position: absolute;
   left: 0;
   bottom: 0;
   width: 100%;
   line-height: 0;
   overflow: hidden
}

.bg h1 {
   position: absolute;
   top: 25%;
   left: 32.5%;
   width: 16%;
}

.bg img, .bg h1 img {
   width: 100%;
   height: auto;
}

h1.logo {
   display: none;
   width: auto;
   padding: 3em 0;
   background: #ffeb00;
}

h1.logo img {
   margin-left: 50px;
   width: 200px;
}

h2 {
   font-weight: bold;
}

h3 {
   color: #9d9d9c;
   margin-top: .25em;
   margin-bottom: 2em;
   line-height: 1.2;
}

p + p {
   margin-top: 1em;
}

a {
   color: inherit;
   transition: color .4s ease;
}

a:hover {
   color: #baab00;
}

span {
   display: inline-block;
   width: 1.5em;
}

.wrap {
   background: rgba(255,255,255,0.9);
   z-index: 1;
   position: relative;
   padding-top: 8em;
   padding-bottom: 1em;
   padding-left: 33.3333%;
}

@media (min-width: 1200px) {
   .wrap {
      padding-top: 10em;
   }

   .bg img {
      margin-bottom: -5%;
   }

   .bg h1 {
      left: 32.5%;
      width: 13%;
   }
}

@media (max-width: 900px) {
   
   .wrap {
      padding-left: 100px;
      padding-top: 4em;
      padding-bottom: 0;
   }

   h1.logo {
      display: block;
   }

  .bg {
      display: none;
  }
}


@media (max-width: 400px) {
   
   h1.logo {
      padding: 2.5em 0 2em 0;
   }

   .wrap {
      padding-left: 50px;
      padding-top: 2em;
   }
}