
*{
   box-sizing: border-box;
   margin: 0;
   line-height: 1;
   scroll-behavior: smooth;
  
}

body{
  background: #eee;
   
   
}
nav, header, footer, .container, button{
   display: block;
}

/* ########### Nav Bar ########## */
nav{
   width: 100%;
   margin: 0;
   overflow: hidden;
   position: fixed;
   /* z-index: -1; */
}

nav ul{
   background-color: rgb(0, 0, 0);
   background-color: rgb(0, 0, 0, .3);
   background: transparent;
   backdrop-filter: blur(7px);
   overflow: hidden;
   margin: 0;
   padding: 0;
}

.nav-bar li{
   list-style: none;
   float: right;
}


.nav-bar li a{
   display: block;
   text-transform: uppercase;
   text-decoration: none;
   padding: 16px;
   text-align: center;
   color: #eee;
   text-shadow: 4px 4px 8px #1E1E1E;
   border-radius: 5px;
   font-weight: 530;
}

.nav-bar li a:hover{
   color:#0a053e;
   background-color: rgb(211, 205, 205);
   transition: all 1s;
}

.nav-bar .beachways-logo{
   display: block;
   float: left;
   color: #949494;
   text-transform: uppercase;
   margin: 16px;
   text-shadow: 4px 4px 8px #1E1E1E;
   
}

.nav-bar .dropdownIcon{
   display: none;
}



.row{
   display: flex;
   width: 100%;
   flex-wrap: wrap;
}

.row::after{
   display: block;
   content: "";
   clear: both;


}


.col-1{width: 8.33%;}
.col-2{width: 16.66%;}
.col-3{width: 25%;}
.col-4{width: 33.33%;}
.col-5{width: 41.66%;}
.col-6{width: 50%;}
.col-7{width: 58.33%;}
.col-8{width: 66.66%;}
.col-9{width: 75%;}
.col-10{width: 83.33%;}
.col-11{width: 91.66%;}
.col-12{width: 100%;}

#section-gradient{
   background:linear-gradient(to bottom,#002e69 0,#001e44 65%,#001e44 100%);
}
.container{
   width: 100%;
   margin: auto;
   padding-top: 6.5%;
   padding-bottom:4% ;
   
}



.contents-on-the-left{
   margin-left: 4%;

}

.right-col{
   margin-left: 30%;

}

details{
   display: block;
   padding: 10px;
   background: rgb(28, 28, 65);
   
}



p{
   color: #eee;
   padding: 5px;
   font-family: sans-serif;
   line-height: 1.5em;
}
h2{
   text-align: center;
   text-transform: uppercase;
   color: #eee;
   padding: 5px;
}
/* h1{
   color: #eee;
   text-transform: uppercase;
   text-align: center;
   margin-right: 20%;
   font-weight: 500;
   font-family: sans-serif;
   padding: 5px;

} */

.contents-on-the-right{
   margin-left: 20%;
   flex-wrap: wrap;
   display: flex;
   overflow: hidden;
   /* border: 1px solid #babec3; */
  
   padding: 20px 30px;
   font-family: sans-serif;
}

form h3{
   color: #eee;
}

form .userforms{
   padding: 5px;
}

input[type="text"], input[type="date"], input[type="number"]{
   font-size: 16px;
   width: 200px;
   min-width: 100px;
   padding: 5px;
   border-radius: 7px;
   margin-bottom: 3%;
   align-items: center;
}


button{
   
   padding: 15px;
   margin-left: 1%;
   margin-top: 6%;
   box-shadow: 0px 0px 18px rgb(0, 0, 0, .3);
   text-transform: uppercase;
   font-weight: 600;
   background-color: #fec52e;
   color: #0a053e;
}

button:hover{
   color:#eee;
   background-color: #0a053e;
}
.box{
   text-align: center;
   margin: 24px;
   padding: 36px 24px 40px 24px;
   border-radius: 7px;
   background-color: #fff;
   box-shadow: 0 0 0 1px rgba(0,0,0,.15),0 2px 3px 0 rgba(0,0,0,.1);
   
}


h4{
   background: linear-gradient(to bottom,#002e69 0,#001e44 65%,#001e44 100%) ;
   color: #fff;
   margin-left: 30px;
   width: 180px;
   padding: 7px;
   text-transform: uppercase;
   font-weight: 100;
}

.new-h2{
   color: #1E1E1E;
}

.trip-About{
   color: #1E1E1E;
}
.foot{
   background-color: #0a053e;
   padding-top: 20px;
   padding-left: 10%;
   padding-bottom: 20px;
   
}
.foot-header{
   color: #fff;
   font-size: 22px;
   font-family: 'Times New Roman', Times, serif;
}

.foot ul{
   list-style: none;
   text-align: left;
   padding-left: 0;
}
.foot ul li{
   color: white;
   font-size: 16px;
   line-height: 1.5;
}

.foot address{
   color: #eee;
}

@media screen and (max-width: 680px){
   ul.nav-bar li{
      display: none;
   }

   ul.nav-bar li.dropdownIcon{
      display: block;
      float: right;
   }

   ul.nav-bar.responsive li.dropdownIcon{
      position: absolute;
      top: 0;
      right: 0;
   }

   ul.nav-bar.responsive{
      position: relative;
   }

   ul.nav-bar.responsive li{
      display: inline;
      float: none;
   }

   ul.nav-bar.responsive li a{
      display: block;
      text-align: left;
   }

   .col-6,
   .col-4{
      width: 100%;
      margin: 0;
    }

   div.mobilestack{
      width: 50%;
      margin: 0;
  }

  .box{
      padding: 5px;
      display: block;
  }
  .container .contents-on-the-left, .right-col{
   margin: 15px;
  }
  .container{
   width: 100%;
   margin: 0;
   /* margin-top: 7%; */
  }

  .foot{
   width: 100%;
   margin: 0;
   padding: 10px;
  }

  .foot .mobilestack{
   padding: 35px;
  }
}



