html,body {
  background: #fff;
  font-size: 16px;
  font-family: 'Comfortaa', san-serif;
  font-weight: normal;
  letter-spacing: 0.04em;
  -webkit-text-size-adjust: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
  color: #101d28;
  list-style: outside none none;
  width: 100%;
  height: 100%;
}


header{
  position: absolute;
  width: 100%;
}

.logo{
  float: left;
  width: 30%;
  padding: 20px 30px;
}

.logo img {
  width: 100%;
  max-width: 350px;
}

.banner {
  height: 100vh;
  background: url(images/witcher-bg.jpg) no-repeat center center fixed;
  background-size: cover;
  -o-background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  text-align: center;
  border-bottom: 4px solid #101d28;
}

.banner .inner {
  position: absolute;
  top: 43%;
  width: 100%;
}

.banner h1 {
  color: #101d28;
  font-size: 65px;
  margin: 0px auto;
  line-height: 70px;
  width: 80%;
  max-width: 1100px;
  text-transform: capitalize;
  letter-spacing: 0em;
}

.arrow {
  bottom: 20px;
  position:absolute;
  width: 100%;
}

/* nav */

nav {
  float: right;
}

nav ul {
  padding: 0px 30px;
  margin: 55px 0px;
}

nav li {
  display: inline;
  padding: 10px 15px;
}

nav a {
  color: #101d28;
  text-transform: uppercase;
}

.divider {
  border-bottom: #999 solid 1px;
  padding: 40px 0px 0px;
  margin-bottom: 60px;
}


.menu {
    display: none;
    cursor: pointer;
    z-index: 100;
    position:absolute;
    right: 30px;
    top: 40px;
}

.bar1, .bar2, .bar3 {
    width: 35px;
    height: 3px;
    background-color: #101D28;
    margin: 8px 0;
    transition: 0.4s;
}

/* Rotate first bar */
.change .bar1 {
    -webkit-transform: rotate(-45deg) translate(-9px, 6px) ;
    transform: rotate(-45deg) translate(-9px, 6px) ;
}

/* Fade out the second bar */
.change .bar2 {
    opacity: 0;
}

/* Rotate last bar */
.change .bar3 {
    -webkit-transform: rotate(45deg) translate(-8px, -8px) ;
    transform: rotate(45deg) translate(-8px, -8px) ;
}



#mobnav {
  position: fixed;
  z-index: 10;
  width: 100%;
  height: 100%;
  text-align: center;
  background-color: rgba(16, 29, 40, 0.95);
  list-style: none;
  display: none;
}

#mobnav .donate {
  margin-left: auto;
  margin-right: auto;
  margin-top: 10px;
  width: 60%;
  max-width: 200px;
}

#mobnav .donate a {
  color: #0a203c;
}

#mobnav ul {
  position:absolute;
  top: 25%;
  width: 100%;
  padding: 0px;
  margin: 0 auto;
}

#mobnav li {
  list-style: none;
  padding: 10px 0px;
  text-align: center;
}

#mobnav a{
  font-size: 20px;
  font-weight: bold;
  text-transform: uppercase;
  color: #fff;
  transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}

#mobnav a:hover {
  opacity: 0.4;
}


/* section content */

.wrapper{}

section {
  width: 100%;
  padding: 100px 0px;
}

section.services {
  background: url(images/witcher-bg2.jpg) no-repeat center center fixed;
  background-size: cover;
  -o-background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  text-align: center;
  padding: 140px 0px;
}

article{
  width: 80%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

button {
  background: transparent;
  border: #fff 3px solid;
  border-radius: 10px;
  padding: 10px 35px;
  font-size: 18px;
  font-weight:100;
  text-transform: uppercase;
  margin: 10px 20px;
  color: #fff;
  transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  min-height: 70px;
  vertical-align: top;
}

button:hover {
  background: rgba(255, 255, 255, 0.3);
}

section.contact button {
  background: transparent;
  border: #101d28 3px solid;
  border-radius: 10px;
  padding: 10px 35px;
  font-size: 18px;
  font-weight:100;
  text-transform: uppercase;
  margin: 10px 20px;
  color: #101d28;
  transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}


/* fonts */

h1,h2,h3,h5,h6{}

p{
  line-height: 28px;
}

i {
  font-size: 14px;
  line-height: 14px;
  color: #666;
}

section li {
  font-size: 14px;
  line-height: 20px;
  color: #666;
  margin: 0px 0px 15px 30px;
}

a {text-decoration: none; color: #0a203c;}

a:hover {opacity: 0.8;}

h1{}
h2{}
h3{
  text-align: center;
  font-size: 30px;
  text-transform: uppercase;
  color: #0a203c;
  margin: 0px 0px 40px 0px;
}
h4{
  text-align: center;
  font-size: 20px;
  margin: 40px auto;
  line-height: 32px;
  width: 80%;
}
h5{
  color: #fff9e7;
  font-size: 34px;
  font-family: 'Shadows Into Light Two', cursive;
  letter-spacing: 0.1em;
  text-transform: ;
  margin: 0px;
  font-weight: normal;
  text-align: center;
  line-height: 60px;
}
h6{
  text-align: left;
  font-size: 24px;
  margin: 40px auto;
  color: #fff9e7;
  margin: 0px 0px 15px;
  font-weight: 100;
}


/* footer */

footer{
  background: #101d28;
  background-size: 100%;
  text-align: center;
  padding: 30px 0px;
  color: #fff;
  font-size: 14px;
  width: 100%;
}

footer li {

}

footer .logo {
  float: none;
  padding: 0px;
  width: 100%;
}

footer .logo img{
  max-width: 400px;
}

footer .inner {
  text-align: left;
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  grid-gap: 4em;
  padding: 60px 0px;
  width: 80%;
  margin: 0 auto;
}

footer .inner a{
  color: #fff;

}

footer a{
  color: #999;
}

footer button.donate {
  margin-top: 10px;
  font-size: 16px;
}


/* responsive */

@media screen and (max-width: 1120px) {

  .logo {width: 50%;}

  .banner h1 {
    font-size: 50px;
    line-height: 60px;
  }
  .banner h2 {
    font-size: 20px;
  }

}

@media screen and (max-width: 940px) {

  nav ul li {display: none;}
  nav ul {
    padding: 0px 30px;
    margin: 20px 0px;
}
  .menu {display: inline-block;}

  .banner h1 {
    font-size: 35px;
    line-height: 50px;
  }
  .banner h2 {
    font-size: 20px;
  }
  .banner .inner {
    position: absolute;
    top: 35%;
    width: 100%;
  }
  h4{
    text-align: center;
    font-size: 20px;
    margin: 40px auto;
    line-height: 30px;
    width: 100%;
  }
  h5{
    color: #fff9e7;
    font-size: 20px;
    font-family: 'Shadows Into Light Two', cursive;
    letter-spacing: 0.1em;
    text-transform: ;
    margin: 0px;
    font-weight: normal;
    text-align: center;
    line-height: 30px;
  }
}

@media screen and (max-width: 600px) {

  .banner {
    height: 100vh;
    background: url(images/witcher-bg.jpg) no-repeat center center;
    background-attachment: scroll;
  }

  section.mission {
    background: none;
  }

  .menu {
      top: 25px;
  }

  footer .inner {
    text-align: left;
    display: grid;
    grid-template-columns: 1fr;

  }


}

@media screen and (max-width: 480px) {

}
