body{
    font-family: sans-serif;
   /* background-image: url('Capture.JPG');
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: 100% 100%;*/
}.test {
    height: 22%;
    width:10%;
    background-color:black;
    border-color: black;
    margin-bottom: 15%;
   
   }
   #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;
   
   }

    h4{
        font-style: italic;
        color: brown;
    }
    .ms{
        padding-left: 2%;
        padding-right: 2%;
        font-size: large;
        font-weight: bold;
    }
    .sec1
        {
        font-size: large;
        font-style: italic;
        padding-left: 1.75%;
        padding-bottom: 3%;
        border: 7px solid;
        border-color: black;
        display: block;
        width:77%;
        margin-left: 23px;
        padding-right: 1.75%;
       
    }
    .sec2
        {
        font-size: large;
        font-style: italic;
        padding-left: 1.75%;
        padding-bottom: 3%;
        border: 7px solid;
        border-color: black;
        width:77%;
        margin-left: 23px;
        padding-right: 1.75%;
    
    }
    .sec3
        {
        font-size: large;
        font-style: italic;
        padding-left: 1.75%;
        padding-bottom: 3%;
        border: 7px solid;
        border-color: black;
        width:77%;
        margin-left: 23px;
        padding-right: 1.75%;
    }
    .sec4
        {
        font-size: large;
        font-style: italic;
        padding-left: 1.75%;
        padding-bottom: 3%;
        border: 7px solid;
        border-color: black;
        width:77%;
        margin-left: 23px;
        padding-right: 1.75%;

    }
    .sec5
        {
        font-size: large;
        font-style: italic;
        padding-left: 1.75%;
        padding-bottom: 3%;
        border: 7px solid;
        border-color: black;
        width:77%;
        margin-left: 23px;
        padding-right: 1.75%;
    }
    .sec6
        {
        font-size: large;
        font-style: italic;
        padding-left: 1.75%;
        padding-bottom: 3%;
        border: 7px solid;
        border-color: black;
        width:77%;
        margin-left: 23px;
        padding-right: 1.75%;
        
    }
    .sec7
        {
        font-size: large;
        font-style: italic;
        padding-left: 1.75%;
        padding-bottom: 3%;
        border: 7px solid;
        border-color: black;
        width:77%;
        margin-left: 23px;
        padding-right: 1.75%;
    }
    #l1 img {
    display: block;
    background-color: black;
    margin-left: 3%;
    margin-right: auto;
    width:15%;
    height:15%;
    padding-left: 80%;
    box-shadow: 0 4px 8px 0 rgb(70, 71, 71), 0 6px 20px 0 rgb(70, 71, 71);
    opacity: 0.5;
}
    

    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"/>
    }*/
    
    
   