* {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

* {
    box-sizing: border-box;
}

body {
    margin: 0;
    background-position: center 0%;
}

p {
  line-height: 24px;
  padding: 8px 0px;
}

a {
  color: indianred;
  text-decoration: none;
}

a:hover {
    color: saddlebrown;
    transition: .5s;
}

a:not(hover) {
    color: indianred;
    transition: .5s;
}

.topnav a:first-child {
    width: 190px;
    left: 0;
    right: 0;
    margin: auto;
    font-size: 13px;
    padding-top: 6px;
    letter-spacing: 2px;
    animation: fadein 7s;
    background-color: rgba(0,0,0,1);
    height: 26px;
    border-radius: 0px 0px 40px 40px;
}

.topnav {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    overflow: hidden;
    z-index: 3;
    width: 200px;
}

.topnav a {
  float: left;
  display: block;
  color: white;
  text-align: center;
  text-decoration: none;
  font-size: 20px;
  font-family: "Raleway";
  letter-spacing: 0px;
  padding-top: 10px;
  height: 45px;
  width: 80px;
  float: right;
  margin-right: 10px;
}

.topnav a:hover {
  color: white;
  transition: 1s;
  background-color: rgba(0,0,0,1);
}

.topnav a:not(hover) {
  transition: 1s;
}

.title {
    width: 100%;
}

.white {
  display: inline-block;
  color: rgb(255,130,130);
}

.white:hover {
  color: white;
  transition: 1s;
}

.title:hover .white {
  color: white;
  transition: 1s;
}

.title:not(hover) .white {
  color: rgb(255,130,130);
  transition: 1s;
}

.seagreen {
  display: inline-block;
  color: white;
}

.seagreen:hover {
  color: rgb(255,130,130);
  transition: 1s;
}

.title:hover .seagreen {
  color: rgb(255,130,130);
  transition: 1s;
}

.title:not(hover) .seagreen {
    color: white;
    transition: 1s;
}

.header {
  position: absolute;
  display: block;
  width: 100%;
  height: auto;
  color: white;
  text-align: center;
  top: 25px;
}

.big_head {
  font-size: 6vw;
  font-family: 'Lato';
  font-weight: 900;
  color: black;
  letter-spacing: 20px;
}

.bigger {
  font-size: 6.5vw;
}

.little_head {
  letter-spacing: 10px;
  font-family: 'Raleway';
  font-weight: 900;
  font-size: 18px;
  width: 80%;
  bottom: 0;
  padding-top: 5px;
  margin: auto;
}

.byline {
    display: block;
    position: relative;
    width: 100%;
    text-align: left;
    font-family: 'Raleway';
    font-weight: 900;
    letter-spacing: 3px;
    margin: 10px 0px;
}

.firstcharacter {
    color: indianred;
    float: left;
    font-family: 'Raleway';
    font-weight: 900;
    font-size: 78px;
    padding-top: 2px;
    margin-bottom: -2px;
    line-height: 72px;
    padding-right: 8px;
    padding-left: 3px;
}

.container {
  width: 100%;
  display: block;
  position: relative;
  background-color: white;
  z-index: 2;
      box-shadow: 2px 2px 25px black;
      -moz-box-shadow: 2px 2px 25px black;
      -webkit-box-shadow: 2px 2px 25px black;
}

.container2 {
  height: 110vh;
  width: 100%;
  display: block;
  position: relative;
  background-color: white;
  z-index: 0;
}

.words {
  font-family: 'Quicksand', Arial;
  font-size: 16px;
  width: 50%;
  padding: 30px 0px;
  margin: auto;
  background-color: white;
}

.section_head {
  font-family: 'Roboto';
  font-size: 30px;
}

.cutline {
  font-family: 'Nunito', Arial;
  font-size: 12px;
  letter-spacing: 2px;
  text-align: center;
  padding-top: 5px;
  width: 90%;
  margin: auto;
  color: gray;
}

.cutline2 {
  font-family: 'Nunito', Arial;
  font-size: 12px;
  letter-spacing: 2px;
  text-align: center;
  padding-top: 5px;
  width: 90%;
  margin: auto;
  color: gray;
  visibility: hidden;
}

.quote {
  font-family: 'Raleway';
  font-weight: 900;
  width: 100%;
  margin: auto;
  border-left: 10px solid indianred;
  margin: 10px 0px;
  padding: 0px 20px;
  font-size: 22px;
  line-height: 28px;
}

.block_quote {
  width: 100%;
  margin: auto;
  margin: 10px 0px;
  font-style: italic;
  line-height: 24px;
  padding: 0px 30px;
  border-left: 10px solid indianred;
  border-right: 10px solid indianred;
  color: rgba(0,0,0,.7);
}

.intro_image {
  display: block;
  position: relative;
  width: 100%;
  height: 110vh;
  background-image: url(images/cany_tent_L_o.jpg);
  background-size: cover;
  background-position: top;
  z-index: 2;
}

.photo1, .photo2, .photo3 {
  display: block;
  position: relative;
  height: 90vh;
  background-size: cover;
  margin: auto;
}

.photo1 {
  background-image: url(images/mesa_arch_m_o.jpg);
  background-position: center;
  width: 90%;
}

.photo2 {
  background-image: url(images/cany_elephant.jpg);
  background-position: 20% 40%;
  width: 80%;
}

.photo3 {
  background-image: url(images/cany_isky_dome_m_o.jpg);
  background-position: center;
  width: 90%;
}

.bg1, .bg2 {
  display: block;
  position: relative;
  width: 100%;
  height: 110vh;
  background-size: cover;
  background-attachment: fixed;
}

.bg1 {
  background-image: url(images/cany_needles_m_o.jpg);
  background-position: top;
}

.bg2 {
  background-image: url(images/cany_photog_m_o.jpg);
  background-position: 10% 52%;;
}

#facts {
    display: block;
    position: relative;
    width: 270px;
    float: right;
    margin: 5px 0px 0px 30px;
    text-align: center;
    letter-spacing: 4px;
    font-family: 'Lato';
    font-weight: 900;
}

#stats {
    font-weight: 300;
    line-height: 30px;
}

#stats_head {
    text-align: center;
    font-weight: 900;
    background-color: black;
    font-family: 'Raleway';
    color: white;
    letter-spacing: 3px;
    font-size: 24px;
    line-height: 26x;
    padding: 10px 0px;
    margin: 10px 0px;
}

.slideshow-container {
  width: 100%;
  position: relative;
  margin: auto;
  bottom: -15px;
}

.slideshow-container2 {
    width: 100%;
    position: relative;
    margin: auto;
    bottom: -20px;
}

/* Hide the images by default */
.mySlides {
    display: none;
}


/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 45%;
  width: auto;
  margin-top: -40px;
  padding: 16px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
    background-color: black;
    color: indianred;
}

/* Caption text */
.caption_text {
  font-family: 'Nunito', Arial;
  color: gray;
  font-size: 12px;
  letter-spacing: 2px;
  padding: 5px 12px 8px 12px;
  position: relative;
  width: 100%;
  text-align: center;
  line-height: 18px;
}

/* The dots/bullets/indicators */
.dot {
  cursor:pointer;
  height: 10px;
  width: 10px;
  margin: 0px 10px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
  margin-bottom: 20px;
}

.dot2 {
  cursor:pointer;
  height: 10px;
  width: 10px;
  margin: 0px 10px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
  margin-bottom: 20px;
}

.active, .dot:hover, .dot2:hover {
  background-color: black;
}

/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@-webkit-keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}

.video {
    position: fixed;
    top: 50%;
    left: 40%;
    min-width: 100%;
    min-height: 100%;
    background-repeat: no-repeat;
    width: auto;
    height: auto;
    -webkit-transform: translate(-40%, -50%);
        -ms-transform: translate(-40%, -50%);
            transform: translate(-40%, -50%);
}

.poster2 {
  display: none;
  position: relative;
  width: 100%;
  height: 70vh;
  background-image: url(images/cany_gr_overlook_m_o.jpg);
  background-size: cover;
  background-position: center;
  z-index: 2;
}

.footer {
    height: 165px;
    width: 100%;
    background-color: indianred;
    background-size: cover;
    display: block;
    position: relative;
    z-index: 0;
    font-family: 'Raleway';
    font-size: 12px;
    line-height: 20px;
    letter-spacing: 4px;
    color: white;
}

.footer a {
    text-decoration: none;
    color: white;
}

.footer a:hover {
    color: saddlebrown;
    transition: 0.5s;
}

.footer a:not(hover) {
    color: white;
    transition: 0.2s;
}

#footbox {
    width: 214px;
    height: 110px;
    z-index: 0;
    display: block;
    position: relative;
    left: 0;
    right: 0;
    margin: auto;
    top: 20px;
    overflow: hidden;
    padding-top: 8px;
}

#foot_left {
    display: inline-block;
    position: absolute;
    width: 174px;
    height: 110px;
    left: 0;
    border-right: 1px solid white;
    text-align: right;
}

#foot_right {
    display: inline-block;
    position: absolute;
    width: 40px;
    height: 110px;
    right: 0;
    padding-left: 10px;
}

#logos {
    height: 76px;
    width: 40px;
    display: block;
    position: absolute;
    left: 2px;
}

#insta_w {
    display: block;
    background-color: none;
    background-image: url(images/instagram_white.png);
    background-size: cover;
    width: 22px;
    height: 22px;
    margin-top: 4px;
    margin-left: 7px
}

#twitter_w {
    display: block;
    background-image: url(images/twitter_white.png);
    background-size: cover;
    width: 24px;
    height: 20.6px;
    margin-left: 7px;
    margin-top: 11px;
}

#fb_w {
    display: block;
    background-image: url(images/fb_logo.png);
    background-size: cover;
    width: 15px;
    height: 26px;
    margin-left: 7px;
    margin-top: 11px;
}

#insta_w:hover, #twitter_w:hover, #fb_w:hover {
    opacity: 1;
    transition: .5s;
}

#insta_w:not(hover), #twitter_w:not(hover), #fb_w:not(hover) {
    opacity: .8;
    transition: .5s;
}

#copyright {
    display: block;
    position: relative;
    bottom: -30px;
    color: white;
    z-index: -1;
    left: 0;
    right: 0;
    margin: auto;
    width: 340px;
    font-size: 10px;
    font-family: 'Raleway';
    letter-spacing: 1px;
    text-align: center;
}

@media screen and (max-width: 1000px) and (min-width: 681px) {
    .words {width: 75%;}
}

@media screen and (max-width: 680px) and (min-width: 451px) {
  .header {top: 5vh;}
  .big_head {font-size: 9.5vw; letter-spacing: 10px; font-weight: 900;}
  .bigger {font-size: 10.5vw;}
  .little_head {width: 90%;}
  .words {width: 75%;}
  .photo1, .photo2, .photo3 {height: 50vh;}
  .photo2 {width: 90%;}
  .bg1, .bg2 {background-attachment: scroll;}
  .bg1 {height: 90vh; background-position: 20% 52%;}
  .bg2 {height: 90vh; background-position: left;}
  #facts {width: 100%; margin: 10px 0px 30px 0px;}
}

@media screen and (max-width: 450px) {
  .intro_image {background-image: url(images/cany_tent_L_o.jpg); height: 100vh;}
  .header {top: 8vh;}
  .big_head {font-size: 8vw; letter-spacing: 10px; font-weight: 900;}
  .bigger {font-size: 8vw;}
  .little_head {font-size: 20px; letter-spacing: 6px; font-family: 'Lato'; font-weight: 900; width: 92%;}
  .byline {font-size: 14px;}
  .words {width: 90%;}
  .photo1, .photo2, .photo3 {height: 50vh;}
  .photo2 {width: 90%;}
  .bg1, .bg2 {background-attachment: scroll;}
  .bg1 {height: 90vh; background-position: 20% 52%;}
  .bg2 {height: 90vh; background-position: left;}
  #facts {width: 100%; margin: 10px 0px 30px 0px;}
  .video {display: none;}
  .container2 {height: 70vh;}
  .poster2 {display: block;}
  .cutline2 {visibility: visible;}
}
