/* GENERAL STYLES
–––––––––––––––––––––––––––––––––––––––––––––––––– */

body {
  background: #fff6d1;
  color: midnightblue;
}

a {
  color: midnightblue;
  text-decoration: none;
  text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.25);
  -webkit-transition: all ease .5s;
          transition: all ease .5s;
}

a:hover {
  color: #33C3F0;
}

h2 {
  text-align: center;
}

h3 {
  color: white;
  text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.25);
  margin-top: 3rem;
}

img {
  border-radius: 5px;
  margin-bottom: 3rem;
}

/* Navbar */
.navbar + .docs-section {
  border-top-width: 0; }
.navbar {
  display: block;
  text-align: center;
  width: 100%;
  height: 6.5rem;
  background: #fff;
  z-index: 99;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  position: fixed;
  top: 0;
  left: 0; }
.navbar-link {
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: .2rem;
  margin-left: 15px;
  margin-right: 15px;
  text-decoration: none;
  line-height: 6.5rem;
  color: #222; }
.navbar-link.active {
  color: #33C3F0; }
.underline {
  border-bottom: 2px solid currentColor; 
  border-bottom-color: #33C3F0;
}

/* HEADER STYLES
–––––––––––––––––––––––––––––––––––––––––––––––––– */

header {
  background: url("../images/HuaHin_trees.jpg") no-repeat fixed center / cover;
  padding: 9rem 0 4rem;
}

/* ABOUT STYLES
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.about {
  background: url("../images/Maehongson.jpg") no-repeat fixed center / cover;
  color: black;
}

.aboutbox {
  background: #fff6d1;
  background: rgba(255,246,209,.8);
  padding: 10px;
  border-radius: 5px;
}

/* CONTACT STYLES
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.contact {
  background: url("../images/Nevada_RedRocks.jpg") no-repeat fixed center / cover;
  color: black;
}

.down {
  margin-top: 10rem;
}

.center {
  width: 100%;
  margin: 0 auto;
  text-align: center;
  color: white;
}

.center a {
  color: white;
  text-decoration: none;
  text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.25);
  -webkit-transition: all ease .5s;
          transition: all ease .5s;
}

.center a:hover {
  color: #33C3F0;
}

.about, .contact {
  padding: 2rem 0 4rem;
}

/* Larger than tablet */
@media (min-width: 750px) {
  h4 {
    margin-top: 0rem;
  }
  .about, .contact {
    padding: 5rem 0 10rem;
  }
}
