* {
  margin: 0;
  padding: 0;
  }
/* Style the header */
.header {
    height: 8vh;
    margin-top: 4px;
    display: inline-flexbox;
    background-color: whitesmoke;
    padding: 1px;
    font-size: 20px;
    color: white;
  }
        
  .logo {
    width: 120px;
}
.button1 {
    float: right;
    background-color: red;
    border: 0px;
    color: white;
    padding: 5px 16px;
    text-align: center;
    text-decoration: none;
    font-size: 17px;
    margin: 4px 3px;
    cursor: pointer;
  }
  .button1:hover {
    background-color: navy;
    color: white;
     }

     body {
        
        margin: 0;
        padding: 0;
        font-family: 'Poppins', sans-serif;
      }

      .navbar {
        overflow: hidden;
        background-color: #333; 
      }
      
      .navbar a {
        float: left;
        font-size: 16px;
        color: white;
        text-align: center;
        padding: 14px 16px;
        text-decoration: none;
      }
        /* Add an active class to highlight the current page */
  .active {
    background-color: red;
    color: white;
  }


  .navbar {
    overflow: hidden;
    background-color: navy; 
  }
  
  .navbar a {
    float: left;
    font-size: 16px;
    color: white;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
  }
  
    /* Add an active class to highlight the current page */
    .active {
      background-color: red;
      color: white;
    }
  
  .subnav {
    float: left;
    overflow: hidden;
  }
  
  .subnav .subnavbtn {
    font-size: 16px;  
    border: none;
    outline: none;
    color: white;
    padding: 14px 16px;
    background-color: inherit;
    font-family: inherit;
    margin: 0;
  }
  
  .navbar a:hover, .subnav:hover .subnavbtn {
    background-color: blue;
  }
  
  .subnav-content {
    display: none;
    position: absolute;
    left: 0;
    background-color: red;
    width: 100%;
    z-index: 1;
  }
  
  .subnav-content a {
    float: left;
    color: white;
    text-decoration: none;
  }
  
  .subnav-content a:hover {
    background-color:blue;
    color: white;
  }
  
  .subnav:hover .subnav-content {
    display: block;
  }

 /* Video  */

    .v-container {
        position: relative;
        height: 600px;
        width: 100vw;
        overflow: hidden;
        display: flex;
        justify-content: center;
        align-items: flex-start;
        
      }

      .v-container video {
        opacity: 0.8;
        z-index: -1;
        position: absolute;
        width: auto;
        height: auto;
        min-width: 100%;
        min-height: 100%;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        
      }
.content{
    text-align: center;
    }
    .content h1{
        font-size: 50px;
        color: #fffffffb;
        font-weight: 600;
        margin-top: 125px;
        margin-bottom: 75px;
        transition: 0.5s;
    }
    .content h1:hover{
        -webkit-text-stroke: 2px red;
        color: transparent;
    }
    .content a{
        font-size: 23px;
        color: rgb(255, 255, 255);
        text-decoration: none;
        border: 4px solid rgb(255, 249, 249);
        padding: 15px 25px;
        border-radius: 50px;
        transition: 0.3s;
        
    }
    .content h2{
      font-size: 30px;
      margin: 20px;
    }
    .content a:hover{
        background-color: navy;
        color: rgb(255, 253, 253);
    }
  .content h3{
    font-size: 25px;
    margin: 5px 120px 50px;
  }
   
    
 /* Gallery start */

    }
    div.gallery {
      border: 1px solid grey;
      background-color: black;
    }
    
    div.gallery:hover {
      border: 5px solid red;
    }
    
    div.gallery img {
      width: 100%;
      height: auto;
    }
    
    div.desc {
      padding: 15px;
      text-align: center;
      color: white;
      font-size: 20px;
      
    }
    * {
      box-sizing: border-box;
    }
    
   
    
    .responsive {
      padding: 0 6px;
      float: left;
      width: 24.99999%;
    }
    
    @media only screen and (max-width: 700px) {
      .responsive {
        width: 49.99999%;
        margin: 6px 0;
      }
    }
    
    @media only screen and (max-width: 500px) {
      .responsive {
        width: 100%;
      }
    }
    
    .clearfix:after {
      content: "";
      display: table;
      clear: both;
    }

     /* Contact Form Start */

      input[type=text], email, tel {
      width: 100%;
      padding: 12px;
      border: 1px solid navy;
      border-radius: 4px;
      box-sizing: border-box;
      margin-top: 5px;
      margin-bottom: 16px;
      resize: vertical;
    }
    
    input[type=submit] {
      background-color: red;
      color: white;
      padding: 12px 20px;
      border: none;
      border-radius: 4px;
      cursor: pointer;
    }
    
    input[type=submit]:hover {
            background-color: navy;
    }
    
   
       

    .container {
      color: white;
      margin: auto;
      width: 80%;
      border-radius: 15px;
      background-color: navy;
      padding: 20px;
      opacity: 0.9;
    }

    .container:hover {
      background-color: red;
    }
    
  
    .center {
      text-align: center;
      margin: auto;
      width: 75%;
      padding: 20px;
    }


    
    
   .footer {
    width: 100%;
    margin: 0;
    margin-top: 40px;
    display:inline-flexbox;
    background-color: navy;
    padding: 1px;
    font-family: Tahoma;
    font-size:14px;
    color: white;
    opacity: 0.8;
    text-align: center;
   }

   /* Create three equal columns that floats next to each other */
.column {
  float: left;
  width: 33.33%;
  text-align: center;
  padding: 10px;
  height: 300px; /* Should be removed. Only for demonstration */
}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}
/* Responsive layout - makes the three columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
  .column {
    width: 100%;

  }
}