/* initialize the body */
body{
    margin:0; 
    padding:0; 
    font: 16px/1.5 roboto, arial, sans-serif;
    overflow-x:hidden;
  }
  
  .hide {
    opacity: 0.0;
  }
  
  /* navbar styling */
  .navbar{
    width:100%;
    margin:0;
    height:55px;
    background: #2E395A;  
  } 
  
  /* side navbar styling */
  .open-slide .fas{
    display:none;
    float:left;
    color:white;
    font-size: 35px;
    padding: 10px 10px 10px 15px;
  } 
  
  .fas:hover{
    background: #ccc;
  }
  
  #side-menu{
    min-height:700px;
  }
  
  .side-nav{
    height:100%;
    width:0;
    position:absolute;
    z-index:800;
    top:1px;
    left:0;
    background-color:#111;
    overflow:hidden;
    padding-top:60px;
    transition:0.5s;
  }
  
  .side-nav a{
    padding:10px 10px 10px 30px;
    text-decoration:none;
    font-size:22px;
    color:#ccc;
    display:block;
    transition:0.3s;
  }
  
  .side-nav a:hover{
    color: #2E395A;
  }
  
  .side-nav .btn-close{
    position:absolute;
    top:0;
    right:22px;
    font-size:36px;
    margin-left:50px;
  }
  
  /* main navbar styling */
  .navbar .main-nav {
    float:left;
    margin-left:-40px;
  }
  
  .main-nav a{
    color:white;
    text-align:center;
    text-decoration:none;
    margin-left:25px;
    padding:20px;
  }
  
  .main-nav li{ 
    float:left;
    display:inline;
  } 
  
  .main-nav a:hover{
    color:#718A91;
  } 
  
  .dropdown .dropbtn{
    margin-left:25px;
    font-size: 16px;
    font-family:roboto;
    border:none;
    color:white;
    background-color:inherit;
    padding-bottom:18px;
  }
  
  .dropbtn:hover{
    cursor:pointer;
    color:#718A91;
  }
  
  .dropdown-content{ 
     display: none; 
  } 
  
  .dropdown-content a {
    color: black;
    padding: 14px;
    text-decoration: none;
    display: block;
    text-align: left;
    border: 1px solid #ccc;
    background:white;
  } 
  
  .dropdown:hover .dropdown-content {
    display: block;
    position:absolute;
    z-index:15;
  } 
  
  .dropdown-content a:hover {
    background: #ddd;
  } 
  
  /* contact navbar styling */
  .navbar .contact-nav{ 
    float:right
  }
  
  .contact-nav li{ 
    display:inline; 
    padding:20px; 
    color:white;
  } 
  
  .fab{
    font-size:20px;
  } 
  
  .fab:hover{
    color:#718A91;
  }
  
  .contact-nav a{ 
    color:white;
    text-decoration:none;
  }
  
  /* reserve buttons and menu */
  .reserve-button{ 
    background: #718A91;
    padding:18px;
    margin-right:-60px;
    color:white;
    text-decoration:none;
  } 
  
  li .mobile{
    display:none;
  } 
  
  li .mobile .fas{
    position:absolute;
    font-size:20px;
    background: #718A91;
    color:white;
    text-decoration:none;
    padding:18px; 
    margin-top:-58px;
    right:0;
  }
  
  #reserve-menu{
    min-height:700px;  
  }
  
  .reserve-panel{
    height:100%;
    width:0;
    position:absolute;
    z-index:700;
    top:55px;
    right:0;
    background-color:white;
    overflow:hidden;
    padding-top:60px;
    transition:0.5s;
  }
  
  .reserve-panel .btn-close{
    position:absolute;
    top:2px;
    left:15px;
    font-size:36px;
    margin-left:0px;
  } 
  
  .btn-close{ 
    text-decoration:none;
    color:black;
    font-weight: bold;
  }
  
  .btn-close:hover{
    color: #ddd;
  } 
  
  #reservations{ 
    margin-left:50px;
    width:350px;
  }
  
  #reservations h2{
    width:200px;
    text-transform: uppercase;
    font-family:roboto; 
    font-size: 40px;
    color: #2E395A;
    margin-bottom: 15px;
  } 
  
  #reservations p{
    width:250px;
    font-size: 20px;
    margin-bottom:15px; 
  }
  
  .heading{ 
    width:200px;
    font-family:roboto;
    color:#2E395A;
    font-size:24px;
    padding:10px 0px;
    margin-right:50px;  
  } 
  
  #location{
    width:200px;
    margin-bottom:18px;
    border-radius:5px;
    border: 1px solid #333;
  } 
  
  .date-time{
    width:200px;
    margin-bottom:18px;
    border-radius:5px;
    border: 1px solid #333;
  }
  
  .people{
    width:60px;
    margin-left:5px;
    margin-right:60px;
    margin-bottom:25px;
    border-radius:5px;
    border: 1px solid #333;
    text-align:center;
  } 
  
  .submit{ 
    border: 3px solid  #2E395A;
    border-radius: 40px;
    background:none; 
    font-size: 24px; 
    color:#2E395A;
    padding:10px;
  } 
  
  .submit:hover{ 
    background: #718A91;
    color:white;
  } 
  /* header styling */
  #header{
    width:80%;
    margin:10px auto;
    margin-bottom:-110px;
  }
  
  #header p{
    font-size:20px;
  }
  
  /* container styling */
  section{
    width:100%;
    height:800px;
    display:flex;
    align-items:center;
    justify-content:center;
  }
  
  .container{
    width:100%;
    margin-top:800px;
    margin-bottom:100px;
    max-width:1100px;  
    
  }
  
  .container h2{
    font-size:35px;
    text-align:center;
    color: #2E395A;
    margin-top:200px; 
  }
  
  /* FAQ styling */
  .accordion-item{
    background-color:#2E395A;
    border-radius: 5px;
    margin-bottom: 10px;
    padding: 10px;
    /*box-shadow: 5px 2px 5px rgba (0,0,0,0.4);*/
  }
  
  .accordion-link{
    font-size:16px; 
    color:white; 
    text-decoration:none; 
    background-color:#2E395A;
    width:100%; 
    display:flex; 
    align-items: center;
    justify-content: space-between;
    padding:10px 0; 
  }
  
  .accordion-link i{
    padding: 5px;
  }
  
  .accordion-link .fa-minus-square{
    display:none;
  }
  
  .answer{
    max-height:200px;
    overflow:hidden;
    position:relative; /*for pseudo element */
    background-color: #212838;
    transition: max-height 450ms;
  } 
  
  /* style bar */
  .answer::before{
    content: "";
    position:absolute;
    width: 6px;
    height: 90%;
    background-color: #718A91;
    top:50%;
    left:0;
    transform: translateY(-50%);  
  } 
  
  .answer p{
    color:white;
    font-size:15px;
    padding:20px;
  } 
  
  /* bottom text styling */
  section .bottom{
    padding-top:20px;
    font-size:16px;
  }
  
  /* contact form styling */
  .contact-section{
    width:100%;
    margin-top:850px;  
  }
  
  .contact-section h1{
    text-align: center;
    color:#2E395A;
  }
  
  .border{
    width: 100px;
    height: 10px;
    background: #718A91;
    margin: 40px auto;
  }
  
  .contact-form{
    max-width: 600px;
    margin: auto;
    padding: 0 10px;
    overflow: hidden;
  }
  
  .contact-form-text{
    display: block;
    width: 100%;
    box-sizing: border-box;
    margin: 16px 0;
    border: 0;
    background: #111;
    padding: 20px 40px;
    outline: none;
    color: #ddd;
    transition: 0.5s;
  }
  
  .contact-form-text:focus{
    box-shadow: 0 0 10px 4px #34495e;
  }
  
  textarea.contact-form-text{
    resize: none;
    height: 120px;
    font-family:arial;
  }
  
  .contact-form span{
    padding:18px;
  }
  
  .contact-form-btn{
    float:right;
    border: 0;
    background: #2E395A;
    color: #fff;
    padding: 12px 50px;
    border-radius: 20px;
    cursor: pointer;
    transition: 0.5s;
    margin-bottom:100px;
  }
  
  .contact-form-btn:hover{
    background: #718A91;
  }
  
  /* footer styling */ 
  #footer{
    background:#2E395A;
    color:white;
    height:300px;
    position:relative;
  } 
  
  #footer #footer-bottom{
    background:black;
    color:white;
    height:40px;
    text-align:center;
    position:absolute;
    left:0px;
    bottom:0px;
    width:100%; 
    padding-top:15px; 
  } 
  
  #footer #footer-content{
    height:245px;
    display:flex;
    justify-content:center;
  }
  
  #footer #footer-content .footer-section{
    flex:1;
    padding:15px;
    text-align:center;
    margin:0 auto;
  }
  
  #footer #footer-content h6{
    color:white;
    font-size:20px;
    margin:0;
    padding:0;
  } 
  
  #footer #footer-content .connected h6 span{
    color:white;
  }
  
  #footer #footer-content .connected .contact-links span{
    display:block;
    font-size:16px;
  }
  
  #footer #footer-content .connected .contact-links{
    margin-top:-5px;
    margin-bottom:14px;
  }
  
  #footer #footer-content .connected .socials a{
    color:white;
    text-decoration:none;
    text-align:center;
    font-size:16px;
    padding-right:20px; 
  }
  
  #footer #footer-content .links ul a{
    display:block; 
    font-size:15px;
    text-decoration:none;
    color:white;  
  }
  
  #footer #footer-content .links li{
    list-style:none;
  }
  
  #footer #footer-content .links ul a:hover{
    color:#718A91;
  }
  
  #footer #footer-content .links ul{
    margin-top:-18px;
    margin-left:-34px;
  }
  
  #footer #footer-content .trip p{
    margin-bottom:30px;
  }
  
  #footer #footer-content .logo .email{
    padding:10px;
    border: 5px solid #EE8624;
    margin:0;
  }
  
  #footer #footer-content .logo .email-enter{
    padding:15px;
    background:black;
    border: black;
    color:white;
    border:none;
    margin-left:-5px;
  }
  
  .footer-button{
    background: #718A91;
    padding:18px;
    color:white;
    text-decoration:none;
  }
  
  .company-logo{
    width:200px;
    margin-bottom:-40px;
    margin-top:-20px;
  }
  
  /* Media Queries */
  @media only screen and (max-width: 1300px){
    .right-links{
      display:none;
    }
    
    #footer #footer-content .trip{
      display:none;
    }
   
   #footer #footer-bottom{
      font-size:13px;
   }
    
    #footer #footer-content .footer-section{
      font-size:10px;
    }
    
    #footer #footer-content .connected .contact-links span{
      font-size:10px;
    }
    
    #footer #footer-content .links ul a{
      font-size:10px;
    }
    
    #footer #footer-content h6{
      font-size:13px;
    }
    
    .company-logo{
      width:75px;
    }
    
    #footer #footer-content .logo .email {
      width:80px;
    }
    
    #footer #footer-content .logo .email-enter {
      margin:3px auto;
    }       
  }
  
  @media only screen and (max-width: 950px){
    li .mobile{
      display:block;  
    }
    
    li .mobile .fas{
      display:block;   
    }
    
     .reserve-button{
      display:none;
      background:none;
    } 
    
    .main-nav{
      display:none;
    }
    
   .open-slide .fas{
      display:block;
    } 
    
    .right-links{
      display:none;
    }  
  }
  
  @media only screen and (max-width: 400px) {
    
     li .mobile{
      display:block;   
    }
    
    li .mobile .fas{
      display:block;    
    }
    
     .reserve-button{
      display:none;
      background:none;
    } 
    
    .main-nav{
      display:none;
    }
    
   .open-slide .fas{
      display:block;
    } 
    
    .right-links{
      display:none;
    }
    
    #footer #footer-content .trip{
      display:none;
    }
    
     #footer #footer-bottom{
      font-size:13px;
   }
    
    #footer #footer-content .footer-section{
      font-size:10px;
    }
    
    #footer #footer-content .connected .contact-links span{
      font-size:10px;
    }
    
    #footer #footer-content .links ul a{
      font-size:10px;
    }
    
    #footer #footer-content h6{
      font-size:13px;
    }
    
    .company-logo{
      width:75px;
    }
    
    #footer #footer-content .logo .email{
      width:80px;
    }
    
    #footer #footer-content .logo .email-enter{
      margin:3px auto;
    }  
  }