html,body {
  background: #ffffff;
  font-size: 16px;
  font-family: 'Montserrat', sans-serif;
  font-weight: normal;
  letter-spacing: 0.08em;
  -webkit-text-size-adjust: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
  color: #111;
  list-style: outside none none;
  width: 100%;
  height: 100%;
}


header{
  position: absolute;
  width: 100%;
  text-align: center;
}

li.logo{
}

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

.banner {
  height: 100vh;
  background: url(images/txdd-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;
}

.banner .inner {
  position: absolute;
  bottom: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.6);
  padding: 40px 0px;
  border-top: #DA6944 solid 4px;
}

.banner .inner h2 {
  margin-left: 3%;
}

.banner .inner h1 {
  margin: 0px auto 10px 3%;
}

.banner button {
  position: absolute;
  right: 3%;
  bottom: 35%;
}


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

/* nav */

nav {

}

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

nav li {
  display: inline-block;
  vertical-align: middle;
  padding: 10px 15px;
}

nav a {
  color: #111;
  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: #111;
    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: rgba(0, 0, 0, 0.8);
  list-style: none;
  display: none;
}

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


#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: normal;
  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: 60px 0px;
}

section#about {
  background: url(images/tn-stone.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;
  color: #fff;
}





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

button {
  background: #111;
  border: #DA6944 4px solid;
  padding: 10px 35px;
  font-size: 20px;
  font-weight:normal;
  text-transform: uppercase;
  margin: 0px 0px;
  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;
  cursor: pointer;
}

button:hover {
  background: rgba(0, 0, 0, 0.6);
}

/* Initialize the gallery by hiding all full size images except the first. */
#gallery .inner .image [id^=image] {
  display: none;
}
#gallery .inner .image #image1 {
  display: block;
}

section#gallery img {
  width: 100%;
}

section#gallery .inner{
  display: grid;
  grid-template-columns: 4fr 2fr;
}

.thumbs {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-gap: 15px;
  padding: 30px;
}

.thumbs div {
  transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  cursor: pointer;
}

.thumbs div:hover {opacity: 0.6;}

.thumbs img{
  border: #DA6944 solid 2px;
}


/* fonts */

h1,h2,h3,h5,h6{}

p{
  font-size: 20px;
  line-height: 35px;
  margin: 40px auto;
  text-align: center;
}

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


a {
  text-decoration: none; color: #DA6944;
  transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}

a:hover {opacity: 0.6;}

h1{
  font-family: 'Fjalla One', sans-serif;
  font-size: 28px;
  line-height: 32px;
  width: 80%;
  max-width: 800px;
  text-transform: capitalize;
  color: #fff;
  text-align: left;
  font-weight: normal;
}
h2{
  font-size: 18px;
  font-weight: normal;
  margin: 0px auto;
  color: #DA6944;
  text-align: left;
}
h3{
  display: table;
  font-family: 'Fjalla One', sans-serif;
  text-align: center;
  font-size: 30px;
  text-transform: uppercase;
  color: #111;
  margin: 0px auto 40px auto;
  font-weight: normal;
  border-bottom: #DA6944 solid 4px;
}
h4{
  text-align: center;
  font-size: 20px;
  margin: 40px auto 0px;
  line-height: 32px;
  width: 100%;
  color: #DA6944;
  text-transform: uppercase;
}

h4 span {
  margin: 0px 20px;
}

h5{
  color: #fff9e7;
  font-size: 34px;
  letter-spacing: 0.1em;
  /* text-transform: ; */
  margin: 0px;
  font-weight: normal;
  text-align: center;
  line-height: 60px;
}
h6{
  font-size: 24px;
  margin: 40px auto;
  color: #fff9e7;
  margin: 0px 0px 15px;
  font-weight: 100;
}


/* footer */

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

footer p {
  margin: 20px 0px;
}

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

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

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

footer .inner li {
  text-align: center;
}

footer .inner a{
  color: #999;
}

footer .inner p{
  text-align: left;
}

footer a{
  color: #999;
}

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

.callout {
  color: #fff;
  background: #DA6944;
  text-align: center;
  padding: 20px;
  font-size: 18px;
  margin-top: 60px;
}

.callout span a{
  color: #111;
  font-family: 'Fjalla One', sans-serif;
  font-size: 26px;
  margin: 0px 10px;
}


/* responsive */


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

  nav ul li {display: none;}
  nav ul li.logo {display: inline-block;}
  nav ul {
    padding: 0px 30px;
    margin: 20px 0px;
}
  .menu {display: inline-block;}
  .logo {width: 50%;}
  section {padding: 40px 0px;}

  .banner {text-align: left;}

  .banner .inner h2 {
    margin-left: 3%;
    margin-bottom: 15px;
    font-size: 12px;
  }

  .banner .inner h1 {
    margin: 0px auto 10px 3%;
    font-size: 16px;
    line-height: 20px;
    width: 95%;
  }

  .banner .inner button {
    position: relative;
    margin-left: 3%;
    right: auto;
    bottom: auto;
  }

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

  section#gallery .inner{
    display: grid;
    grid-template-columns: 1fr;
  }

  .thumbs {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-gap: 10px;
    padding: 10px;
  }


}

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

  .banner {
    height: 100vh;
    background: url(images/txdd-bg.jpg) no-repeat top center;
    background-attachment: scroll;
    background-size: 245%;
  }

  .arrow {display: none;}

  h1 {font-size: 20px;}

  h2 {font-size: 16px;}

  h4 {margin-right: 20px; margin-left: 20px; text-align: center; margin: 0 auto;}

  h4 span {
    font-size: 12px;
    margin: 0px 10px;
    letter-spacing: 0.05em;
  }

  section.mission {background: none;}

  .menu {top: 25px;}

  .callout span a{
    color: #111;
    font-family: 'Fjalla One', sans-serif;
    font-size: 24px;
    margin: 0px 15px;
  }
}
