body
{
    font-family: sans-serif;
}
.test {
    padding-top: 10;
    height: 22%;
    width:10%;
    background-color:black;
    border-color: black;
    margin-bottom: 15%;
   
   }
   main{
        margin-top: 40%;
        font-style: italic;
        font-size: larger;
        margin-top: 0%;
        background-color: black;
        color:white;
        margin: 0%;
        padding-top: 1%;
        text-align: center;
        padding-bottom: 1%;
        margin-bottom: 3%;
        height:60%; 
   }
   #col-nav
   {
    
      word-spacing: 100px;
      text-align: center; 
   }
   #more {display: none;}
   nav{
    position: absolute;
    width: 79%;
    background-color: black;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 1vw 10vw;
   
   }
   
   nav img{
    width: 150px;
    height: 120px;
    cursor: pointer;
   
   }
   nav .Navigation{
    display: flex;
    padding-left: 26%;
   }
   
   #menu-btn{
    width: 30px;
    height: 35px;
    display: none;
   }
   
   #menu-close{
    display: none;
   }
   
   nav .Navigation ul {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    
   }
   
   nav .Navigation ul li {
    list-style: none;
    margin-left: 30px;
    cursor: pointer;
    text-transform: uppercase;
    width: fit-content;
    padding: 0.1em;
    padding-bottom: -1em;
    margin: 0 1em;
    
   }
   
   nav .Navigation ul li a {
    text-decoration: none;
    color :white;
    font-size: 18px;
    font-weight: 500;
    transition: 0.3s ease;
   
   }
   
   nav .Navigation ul li a.active,
   nav .Navigation ul li a:hover {
    color: #FDC93B;
   }
   
   .dropdown {
    opacity: 0;
    position: absolute;
    display: flex;
    flex-direction: column;
    margin: auto -60px;
    width: 20%;
    padding: 0.3em;
    padding-top: 0.5em;
    background-color: black;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    transform: translateY(-2em);
    z-index: -1;
    transition: all 0.3s ease 0s, visibility 0s linear 0.3s, z-index 0s linear 0.01s;
   }
   
   nav .Navigation ul li:focus .dropdown,
   nav .Navigation ul li:focus-within .dropdown,
   nav .Navigation ul li:hover .dropdown {
    visibility: visible;
    opacity: 1;
    z-index: 1;
    transform: translateY(0);
    transition-delay: 0s, 0s, 0.3s;
   
   }


.container{
    height:70%;
    width: 70%;
    margin: 0 auto;
    border: 3px solid #b3c7e6;
    box-shadow: 0 5px 5px 5px;
    padding-bottom: 5%;
}

form{
    padding-left: 3%;
    padding-right: 3%;
    font-weight: bold;
}
input[type=text], select {
    width: 100%;
    padding: 12px 20px;
    margin: 8px 0;
    display: inline-block;
    border: 1px solid;
    border-radius: 4px;
    box-sizing: border-box;
    margin-top: 3%;
    margin-bottom: 3%;
    margin-right: 3%;
  }
  input[type=button] {
    width: 100%;
    background-color:black;
    color: white;
    padding: 14px 20px;
    margin: 8px 0;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    margin-top: 3%;
    margin-bottom: 3%;
    margin-right: 3%;

  }
  
  input[type=button]:hover {
    background-color:rgb(70, 71, 71);
  }
  input[type='range'] .slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    background:black;

  } 
  footer {
    padding: 20px 5%;
    background-color:black;
    color:white;
    height: 350px;
    width: 90%;
    margin-top: 60px;
}
.fl a, .fl p{
    color: white !important;
    text-decoration: none;
    margin: 10px 0 !important;
    line-height: 2;
}
.row {
    display: block;
}
.row .col4 {
    width: 33.33%;
    margin: auto;
    float: left;
    text-align: left;
}
.w{
    color: white;
}
/*main img{
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    margin:0%;
    <img src="style/LogoSample_ByTailorBrands (1).jpg" width="80px" height="80px"/>
}*/

/***************************************/
@media only screen and (max-width:600px) {
  
  .container{
      width:100%;
      height:60%;
  }
  footer{
    background-color: black;
    color: aliceblue;
    width: 600px;
    text-align: center;
    font-size: 20px;
    padding-top: 30px;
    padding-bottom: 150px;
  }
  .Navigation{
    font-size: 20px;
    background-color: black;
    width:600px;
    text-align: center;
    padding-bottom: 70px;
    padding-top: 50px;
  
  }

}