* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html, body, div, h1, h2, h3, h4, h5, h6, p, a, footer, nav, img, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
}

footer, nav {
  display: block;
}

body {
  line-height: 1.2;
  background-color: #ddd3bb;
  font-family: helvetica, sans-serif; 
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  text-align: center;
}

h1, h2, h3, h4, h5, h6, a {
  color: #256b74;
  font-family: 'Audiowide', sans-serif;
}

/* Page titles are h1 */
h1 {
  font-size: 310%;
  text-shadow: 1px 1px 1px dimgrey;
  padding-bottom: 10px;
}

/* Subtitles are h3 */
h3 {
  font-size: 30px;
  padding-bottom: 3px;
}

/* reno page has 2 columns for larger screens */
.reno h3 {
  font-size: 23px;
}

/* Only used on reno page */
h4 {
  font-size: 18px;
  padding-bottom: 3px;
}

a {
  color: #256b74;
  text-decoration: none;
  font-size: 14px;
}

a:hover {
  color: #1f5961;
}

.container, .content {
  max-width: 835px;
  margin: 0 auto;
}

.content {
  background-color: white;
  min-height: 783px;
  padding: 28px 6% 6%; 
  border: 1px solid #3db2c2;
  border-top: none;
  border-radius: 0 0 5px 5px;
  -webkit-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

nav {
  background-color: #3db2c2;
  border-top: 1.5px solid #256b74;
  border-bottom: 1px solid #256b74;
  
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  
  -webkit-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

nav a {
  color: #1f5961;
  display: block;
  text-align: center;
}

nav a:hover {
  color: #18474e;
}

.home-link {
  padding: 10px 9px 10px 10px;
}

.menu-icon {
  display: none;
}

/* horizontal nav */
.horizontal-link-holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
}

.horizontal-link-holder div {
  padding: 10px 9px 10px 0;
}

.horizontal-link-holder div:last-of-type {
  padding: 10px 12px 10px 0;
}

p {
  font-weight: 300;
  text-indent: 25px;
  line-height: 1.8; 
}

p a {
  padding: 0 2px;
  font-size: 97%;
}

img, video {
  border-radius: 5px;
  -webkit-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
  width: 100%;
  margin-bottom: 5px;
  display: block;
}
video {
  background-color: #A9A9A9; /* dark grey for video issue */
}

.home-img01 {
  float: right;
  width: 40%;
  margin: 1.5% 0 1% 3%;
}

.kayak {
  margin: 28px 0 0;
}

footer {
  text-align: center;
  padding-top: 36px;
}

/* h6 is only used on the footer on homepage */
footer h6 {
  font-family: helvetica, sans-serif;
  font-weight: 300;
  font-size: 15px; /* font-size: 12px; */
  padding-right: 3px;
  display: inline;
}

footer a {
  font-size: 15px; /* font-size: 13px; */
}

.canoe {
  padding: 15px 0;
}

.diamond {
  width: 33%;
  margin: 20px 0 0 20px;
  float: right;
}

.flex-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  
  margin: 0 auto 40px;
}

.flex-container:last-of-type {
  margin: 0 auto 0;
}

.itemA, .itemB {
  width: 47%;
}

.item-solo {
  width: 67%;
  margin: 0 auto;
}

.item {
  width: 47%;
  position: relative;
}

.item2 {
  width: 47%;
  position: relative;
}

.item4 {
  width: 47%;
  position: relative;
}

.group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.half {
  width: 49%;
  height: 49%;
}

.botA {
  width: 38.25%;
  height: 38.25%;
}

.botB {
  height: 60.75%;
  width: 60.75%;
}

.clockA {
  width: 44.75%;
  height: 44.75%;
}

.clockB {
  width: 54.5%;
  height: 54.5%;
}

.hatA {
  position: absolute;
  top: 17.5%;
  left: 1%;
  width: 31%;
}

.hatB {
  position: absolute;
  top: 17.5%;
  right: 1%;
  width: 31%;
}

.feederA {
  width: 63.3%;
  height: 63.3%;
}

.feederB {
  width: 35.7%;
  height: 35.7%;
}

.holder-div, .travel-div {
  margin: 0 auto 50px;
  width: 100%;
  position: relative;
}

.holder-div:last-of-type {
  margin: 0 auto 0;
}

.travel-div {
  max-width: 600px;
}

.title {
  padding-bottom: 15px; /* h1 padding-bottom is 10px */
}

.section {
  padding-bottom: 20px;
}

.blurb {
  line-height: 1.4;
  text-indent: 0px;
  padding: 13px 15px 15px 15px;
}

.blurb-box, .control-box {
  border: 1px solid #3db2c2;
  width: 100%;
  display: block;
  border-radius: 5px;
  -webkit-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.control-box {
  text-align: center;
  padding: 5px;
}

.slideshow {
  margin: auto;
}

.arrow  {
  color: #3db2c2;
  cursor: pointer;
  width: auto;
  font-weight: bold;
  position: relative;
  top: -1px;
}

.prev {
  padding: 0 8px 0 0;
}

.next {
  padding: 0 0 0 8px;
}

.arrow:hover {
  color: #256b74;
}

.dot {
  cursor: pointer;
  height: 13px;
  width: 13px;
  margin: 1.2% 2.5% 0;
  background-color: #3db2c2;
  border-radius: 50%;
  display: inline-block;
}

.dot:hover {
  background-color: #256b74;
}

#A1, #B1, #C1, #D1 {
  background-color: #256b74;
}

.go-to {
  max-width: 600px;
  margin: -30px auto 30px;
}

.go-to:first-of-type {
  margin: 0 auto 30px;
}

.go-to:last-of-type {
  margin: -30px auto 0;
}



@media (max-width: 834px) {
  body {
    background-color: white;
  }

  .content {
    border: none;
    margin-bottom: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }

  footer {
    padding-top: 30px;
    margin-bottom: 0;
  }
}

/* switch to dropdown menu at this size */
@media (max-width: 550px) {
  nav {
    border: none;
    
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
  }
  
  nav a {
    font-size: 16px;
  }
  
  .home-link-and-menu-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    
    border-top: 1.5px solid #256b74;
    border-bottom: 1px solid #256b74;
  }

  .home-link {
    padding: 0 10px;
  }

  .menu-icon {
    padding: 4px 12px 10px 8px;
    display: block;
    cursor: pointer;
  }

  .menu-icon div {
    background-color: #256b74;
    width: 35px;
    height: 3px;
    border-radius: 3px;
    margin-top: 6px;
  }

  .horizontal-link-holder {
    display: none;
  }
  
  /* dropdown nav */
  .vertical-link-holder {
    border-bottom: 0.5px solid #256b74;
  }

  .vertical-link-holder div {
    padding: 10px;
    border-top: 0.5px solid #256b74;
    border-bottom: 0.5px solid #256b74;
  }

  .home-img01 {
    float: none;
    margin: 0 auto 15px;
    width: 75%;
  }

  .flex-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    
    margin: 0 auto 0;
  }

  .itemA, .itemB, .item-solo {
    width: 100%;
    margin-bottom: 20px;
  }

  .item, .item2, .item4 {
    width: 100%;
    margin-bottom: 40px;
  }

  .clockA {
    width: 100%;
    height: 100%;
    margin-bottom: 5px;
  }

  .clockB {
    width: 100%;
    height: 100%;
  }

  .reno h3 {
    font-size: 30px;
  }
  
  h4 {
    font-size: 22px;
  }
  
}

@media (max-width: 479px) {

.item, .item2, .item4 {
    width: 100%;
    margin-bottom: 20px;
  }
}
  
@media (max-width: 375px) {
  h1 {
    font-size: 250%;
  }
  h3 {
    font-size: 26px;
  }
}