* {
    box-sizing: border-box;
    
    
}
.title {
    float: left;
    width: 70%;
    text-align: center;
    color: white;
    background: #1749b3;
  }
  
  .title p {
    padding: 0px;
    margin: 0px;
    /* display: block; */
    width: 100%;
    text-align: right;
    padding-top: -50px;
    background: #1749b3;
  }
  
  .title h1 {
      font-size: 70px;
      padding: 0px;
      margin: 0px;
      background: #1749b3;
  }
  .horizontal_menu {
    color: white; 
    font-size: 24px; 
    font-family:Montserrat, sans-serif, Times, 'Times New Roman'; 
    white-space: nowrap;
    display: block;
  }

/* The container <div> - needed to position the dropdown content */
.dropdown {
  position: relative;
  display: inline-block;
  left: 10%;
}

/* Dropdown Button */
.dropbtn {
background-color: #3498DB;
color: white;
padding: 16px;
margin: 0;
font-size: 16px;
border: none;
cursor: pointer;
}

/* Dropdown button on hover & focus */
.dropbtn:hover, .dropbtn:focus {
background-color: #2980B9;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
display: none;
position: absolute;
background-color: #3498DB; /*#f1f1f1; */
min-width: 200px;
box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
z-index: 9999;
left: 80%;
top: 10%;
}

/* Links inside the dropdown */
.dropdown-content a {
color: white;
padding: 12px 16px;
text-decoration: none;
display: block;
font-size: 18px;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {
  background-color: green; /* #ddd;*/
}

/* Show the dropdown menu (use JS to add this class to the .dropdown-content container when the user clicks on the dropdown button) */
.show {display:block;}


.social {
    float: left;
    width: 10%;
    padding: 0 0px;
    background: #1749b3;
    
  }
  
.social div {
    float: left;
    width: 45%;
    text-align: center;
    color: white;
    background: #1749b3;
    z-index: 9999;
}
.socialmedia {
  margin: 0px 0px 0px 10px;
  padding: 0px 0px 0px 50px;
  /*
  margin-left: 10px;
  padding-left: 50px;
  */
}
.socialmedia div {
  margin: 0px 0px 0px 30px;
  padding: 0px 0px 0px 10px;
  /*
  margin-left: 30px;
  padding-left: 10px;
  */
}

.left {
      width: 10%;    
      float: left;
      background-color: #1749b3;
}
.left img {
      width: 100%; /* or any custom size */
      height: 100%; 
      object-fit: contain;
}
.left a {
      color: white;
      text-decoration: none;
      display: block;
      font-size: 22px;
      padding: 5px;
      text-align: center;
      width: 100%;
      /* margin-top: 10px; */
      margin: 10px 0px 0px 0px;
      background: #1749b3;
}
.videoDiv {
    float: left;
    width: 100%;
}

.after-video {
    background: #1749b3;
    width: 50%;
    height: 350px;
    margin: -80px 0px 10% 20px;
    padding: 0px 0px 0px 0px 30px;
    /*
    margin-left: 20px;
    margin-top: -80px;
    margin-bottom: 10%;
    padding-left: 30px;
    */
    position: relative;
    z-index: 1;
    border-radius: 45px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.after-video h1 {
    color: white;
    padding: 15px 15px 0px 15px;
    
    font-family: Times, Fantasy, cursive, sans-serif;
    font-size: 32px;
}
.after-video p {
    color: #95d126;
    padding: 15px;
    font-size: 28px;
    font-family: Times, 'Times New Roman', serif, Fantasy, cursive, sans-serif;
}
.after-video a {
     color: white; 
     font-size: 24px; 
     font-family: Times, 'Times New Roman', serif, Fantasy, cursive, sans-serif;
     padding: 15px;
     text-decoration: none;
}

.serving {
    margin: auto;
    height: 250px;
    
    color: black;
}
.serving h1 {
    text-align: center;
    font-size: 48px;
    font-family: Times, 'Times New Roman', serif, Fantasy, cursive, sans-serif;
    
}
.serving p {
    padding: 25px;
    text-align: center;
    font-size: 24px;
    font-family: Times, 'Times New Roman', serif, Fantasy, cursive, sans-serif;   
}
  

  
  @media only screen and (max-width: 1200px) {
    .title h1 {
      font-size: 55px;
    }
    .horizontal_menu {
      font-size: 20px; 
    }
    .dropdown-content {
      left: 80%;
      top: 13%;
      }
  }
  @media only screen and (max-width: 1000px) {
    .title h1 {
      font-size: 50px;
    }
    .horizontal_menu {
      /*font-size: 18px;
      margin-top: 50px;*/
      display: none;
    }
  }
  @media only screen and (max-width: 900px) {
    .title h1 {
      font-size: 40px;
    }
    .horizontal_menu {
      /* font-size: 16px; */
      display: none;
    }
  }
  @media only screen and (max-width: 800px) {
    .title h1 {
      font-size: 32px;
    }
    .horizontal_menu {
      display: none;
    }
    .dropdown-content {
      left: 75%;
      top: 13%;
      }
  }
  @media only screen and (max-width: 790px) {
    /* For mobile phones: */
    .left, .title, .social, .videoDiv, .after-video, .serving, .afterVideoContainer {
      width: 100%;
    }
    .title h1 {
        font-size: 32px;
      }
      .title p {
        font-size: 18px;
      }
      .serving h1 {
        font-size: 32px;
      }
      .serving p {
        font-size: 18px;
      }
      .after-video {
        height: 350px;
        padding-left: 5px;
        margin-left: 0px;
        margin-top: 10px;
        margin-bottom: 50px
      }
      .after-video h1 {
        font-size: 24px;
      }
      .after-video p {
        font-size: 20px;
      }
      .afterVideo1 {
        width: 100%;
      }
      .horizontal_menu {
        display: none;
      }
      .dropdown-content {
        left: 30%;
        top: 115%;
        }

  }
  @media only screen and (max-width: 750px) {
    .dropdown-content {
      left: 30%;
      top: 110%;
      }
    }
  @media only screen and (max-width: 700px) {
    .title p {
      padding: 0px;
      margin: 0px;
      /* display: block; */
      width: 100%;
      text-align: center;
      padding-top: -50px;
      background: #1749b3;
    }
    .dropdown-content {
      left: 30%;
      top: 100%;
      }
     
  }
  @media only screen and (max-width: 600px) {
    .title p {
      padding: 0px;
      margin: 0px;
      /* display: block; */
      width: 100%;
      text-align: center;
      padding-top: -50px;
      background: #1749b3;
    }
    .dropdown-content {
      left: 30%;
      top: 90%;
      }
     
  }
  @media only screen and (max-width: 520px) {
    .title p {
      padding: 0px;
      margin: 0px;
      /* display: block; */
      width: 100%;
      text-align: center;
      padding-top: -50px;
      background: #1749b3;
    }
    .dropdown-content {
      left: 30%;
      top: 80%;
      }
     
  }
  @media only screen and (max-width: 450px) {
    .title p {
      padding: 0px;
      margin: 0px;
      /* display: block; */
      width: 100%;
      text-align: center;
      padding-top: -50px;
      background: #1749b3;
    }
    .serving {
      margin: auto;
      height: 350px;
      
      color: black;
  }
    .dropdown-content {
      left: 30%;
      top: 70%;
      }
  }
  @media only screen and (device-width: 1170px) {
    .horizontal_menu {
      font-size: 10px;
    }
  }

 
  /* display: none; */