*{
    padding: 0;
    margin:0;
}
html{
    width: 100%;
    height: 100%;
    padding: 0 !important;
    margin: 0;
}
body{
    width: 100%;
    height: 100%;
    background-color: #283618 !important;
    color: white !important;
    font-family: Arial, Helvetica, sans-serif;
}

.container{
    padding: 10px !important;
}
marquee img{
    width: 100px;
}
hr{
    color: green;
}

aside img{
    width:230px;
    object-fit:fill;
    margin: auto;
}

h1{
    color:  #dda15e !important;
}
.section-content , aside,main{
    background-color:#283618 !important;
}
.section-content, .sect-padding{
    padding: 0 !important;
}
.sect-padding p{
    color: white !important;
    font-family: Arial !important;
}
ul.box li, ul.bullet li{
    font-family: arial !important;
    color: white !important;
}
.box{
    border: none !important;
}

.nav{
    margin:0 auto;
    text-align: center;
    background-color:transparent !important;

}
h4{
    color: #dda15e !important;
    text-align:left;
    font-size: 20px;
    margin: 10px 0;
}
h2{
    color: white;
    font-size: 24px;
}
h3{
    color: yellow !important;
}
strong{
    color: yellow;
}
.navbar {
    display: flex; 
    justify-content:space-between;
    align-items: center;
    padding: 10px 0px;
}

.navbar .logo {
    color: white;
    font-size: 24px;
    width: 100px !important;
}

.nav-links {
    list-style: none;
}

.nav-links li {
    margin: 5px;
    padding:15px;
    display: inline-block;
}
.nav-links li:hover{
    background-color: #ebad67;
}

.nav-links a {
    color: white;
    text-decoration: none;
    font-size: 18px;
}

.hamburger {
    display: none;
    flex-direction: column;
    justify-content: space-around;
    width: 30px;
    height: 30px;
    cursor: pointer;
}

.hamburger .bar {
    width: 25px;
    height: 3px;
    background-color: white;
}
.copy p{
    color: white;
    font-size: 16px;
    font-family: arial;
    text-align: center !important;
    margin: 20px 0;

}
.footer-p{
    color: white;
    font-size: 18px;
    padding:10px 0 40px;
}
.red{
    color: rgb(168, 104, 19);
}
.container1{
    padding: 5px;
    clear: both;
    display: flex;
    gap: 20px !important;
}
ul.bullet1 li {
    list-style-position: inside;
    padding-left: 0;
    font-size: 18px;
    margin-bottom: 5px;
    color: white;
    /* margin-bottom: 15px; */
}

@media(max-width:1024px){
    .container{
     padding: 10px;
    }
}
@media(max-width:912px){
    aside img{
        width:100%;  
    } 
    .nav-links li {
        margin: 5px;
        padding:15px 5px;
    }
}
@media(max-width:820px){
    .container1{
        display:block;
    }
    aside{
        width: 100% !important;
        padding:10px;
    }
    .section-content{
        width: 100% !important;
    }
    aside img{
        width:100%;
    }
   
}


@media(max-width:576px){
    body{
        background:#283618 !important;
    }
    .sect-padding{
        padding: 0px !important;
    }
    header{
        background-color: #283618 !important;
    }
    .container1{
        display: block;
    }
    aside{
        width: 100% !important;
        padding: 10px;
    }
    .section-content{
        width: 100% !important;
    }
    aside img{
        width:100%;
    }
    marquee img{
        width:25px;
    }
   
    .img-ul{
        overflow-x: scroll !important;
    }
    #nav2{
        width: 100%;
        overflow-x: scroll;
        padding: 0 !important;
        margin: 0 !important;
    }
    .nav-links {
        display: none;
        width: 100%;
        text-align: center;
        position: absolute;
        top: 100px;
        left: 0;
        background-color: #333;
        flex-direction: column;
        z-index: 1000;
    }
    .nav-links li{
        padding: 7px 0;
        border-top: 1px solid rgb(136, 133, 133);
    }
    .nav-links.active {
        display: flex;
        background-color: #606c38;
    }

    .hamburger {
        display: flex;
        position: absolute;
        /*top: 40%;*/
        right:5%;
    }
    .navbar{
        /* justify-content: space-between; */
        width: 100%;
        display: flex;
    }
}