/*on screens larger than 768px */
@media only screen and (min-width: 768px) {
  #logo {
  width: 40%!important;
  }

  body {

  }

  h1 {
    font-family: catalpa,sans-serif;
    font-weight: 800;
    font-style: normal;
    text-transform: uppercase;
    font-size: 78px;
    letter-spacing: 0px;
    line-height: 100%;
    margin-left: 20px;
    margin-right: 20px;
    max-width: 100%;
  }

  .topdiv {
    background-color: #5A3A06;
    padding-left: 100px;
    padding-right: 20px;
    padding-top: 60px;

  }

  .bottomdiv {
    background-image: linear-gradient(#FFC418, #EF7F23);
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 40px;

  }

  .flex-container {
    display: flex;
    margin-right: 30px;
  }

  .flex-item{
    flex-wrap: wrap;

  }


  .item3 {
    align-self: flex-end;
    margin-left: 20px;
    margin-bottom: 25px;
  }

  .item1 {
    width: 60%;

  }

  .whitetext {
    font-size: 30px;
    width: 65%;
  }

  #caption1 {
  font-size: 32px;
  }

  .video-responsive iframe{
      width:60%;
      margin-top: 20px;
      margin-bottom: -150px;
  }

  .video-responsive {
    padding-bottom:400px;
  }

  .browncontainer {
    width: 55%;
  }

  .bodycopy {
    width: 45%;
    margin: 0 auto;
    padding-top: 25px;
    padding-bottom: 35px;
  }

  #browndownload {
    margin-bottom: 150px;
  }

}


/*on screens smaller than 767px */

@media only screen and (max-width: 767px) {
  #logo {
  width: 100%!important;
  }

  h1 {
    font-family: catalpa,sans-serif;
    font-weight: 800;
    font-style: normal;
    text-transform: uppercase;
    font-size: 50px;
    letter-spacing: 0px;
    line-height: 100%;
    margin-left: 20px;
    margin-right: 20px;
  }

  .topdiv {
    background-color: #5A3A06;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 40px;

  }

  #caption1 {
  font-size: 23px;
  }

  .whitetext {
    font-size: 20px;
    line-height: normal;
  }


  .bottomdiv {
    background-image: linear-gradient(#FFC418, #EF7F23);
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 40px;
    padding-bottom: 60px;

  }

  .video-responsive{
      margin-top: -90px;
      padding-bottom:58%;
      margin-bottom: 25px;

  }

  .video-responsive iframe{
      left:0;
      top:0;
      height:100%;
      position:absolute;
      width: 100%;
  }

  .browncontainer {
    padding: 20px 30px;

  }

  .bodycopy {
    font-size: 20px;
    line-height: normal;
    color: #4E3101;
    margin: 60px 20px;
  }

}








body {
  background-color: #ffffff!important;
  width: 100%;
  padding: 0;
  margin: 0 auto;
}

#orange {
  color: #FF8900;
}

#yellow {
  color: #FFC418;
}

#caption1 {
  color: #FFC418;
  font-family: futura-pt,sans-serif;
  font-weight: 600;
  font-style: normal;
  margin-top: -15px;
  margin-left: 20px;
  margin-right: 30px;
  line-height: normal;
}

p {

}

li {
  font-family: sans-serif;
}


#orangedownload {
  width: 400px;
  max-width: 100%;
}


#browndownload {
  width: 400px;
  max-width: 100%;
}

.centered {
  text-align: center;
}

.whitetext {
  color: #ffffff;
  font-family: futura-pt,sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: normal;
  margin-left: 20px;
  margin-right: 20px;
  padding-bottom: 20px;
}

.video-responsive{
    overflow:hidden;
    position:relative;
    height:0;
}

.browncontainer {
  background-color: #593906;
  border-radius: 10px;
  color: #FAB01B;
  padding: 20px 30px;
  font-family: futura-pt,sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 22px;
  line-height: normal;
  margin: 0 auto;
  text-align: left;
}


  .bodycopy {
    font-family: futura-pt,sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 22px;
    line-height: normal;
  }
