

@media(max-width:900px) {
    .btn.btn-light.dropdown-toggle {
        margin-top: 10px;
        margin-bottom: 10px;
        margin-left: 32px;
    }
}

.phoneNumber {
    margin-top: 25px;
}

.footer-panel {
    position: relative;
    padding-left: 5%;
    padding-right: 5%;
    padding-bottom: 60px;
    background: #030e0b;
}

.footerLogo {
    position: absolute;
    bottom: 0px;
    right: 0px;
    z-index: 10;
}

    .footerLogo img {
        float: right;
        max-width: 100%;
        height: auto;
    }


.contact-info {
    display: flex;
    align-items: flex-start;
    margin-bottom: 10px;
}

@media (max-width: 768px) {
    .contact-info {
        margin-left: 5px;
    }
}

.contact-info i {
    margin-right: 10px;
    margin-top: 5px;
    color: #AAEDAA;
}


@media screen and (max-width: 900px) {
    .navMenu {
        display: none;
    }
}

.mylist {
    float: left;
    background-color: #ff0000;
}

    .mylist a {
        display: flex;
        display: block;
        margin: 30px;
        color: white;
        text-decoration: none;
    }

.header {
    height: 100px;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    background-color: #030E0B;
    z-index: 999;
    justify-content: center;
    align-items: center;
}

.green-bg {
    background-color: #030e0b;
    border-top: 2px solid #AAEDAA;
    border-bottom: 2px solid #AAEDAA;
}

@media (min-width:500px) and (max-width:768px) {
    .green-bg {
        padding-top: 50px;
        padding-bottom: 30px;
    }
}

.footer-contact .contact-info {
    color: white;
    margin-bottom: 10px;
    z-index: 1;
}

.styled-image {
    max-width: 100%;
}


.styled {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

@media (max-width: 768px) {
    .styled {
        margin-top: 30px;
        width: 230px;
        height: auto;
        margin: 0 auto;
        display: block;
        left: 127px;
    }
}

.footer-contact {
    position: relative;
    margin-top: 10%;
    width: 100%;
    z-index: 11;
}


@media screen and (min-width: 768px) and (max-width: 1100px) {
    .footer-contact {
        width: 190%;
        margin-left: -100px;
        margin-bottom: -30px;
        margin-top: -5px;
    }
}

@media screen and (min-width: 1101px) and (max-width: 1400px) {
    .footer-contact {
        width: 140%;
        margin-left: -100px;
    }
}

.sidepanel {
    width: 0;
    position: absolute;
    z-index: 1;
    height: auto;
    top: 99px;
    left: 0;
    background-color: rgb(3 14 11);
    overflow-x: hidden;
    transition: 0.3s;
    padding-top: 0;
    padding-bottom: 10px;
}

@media (min-width:900px) {
    .sidepanel {
        display: none;
    }
}

.sidepanel a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 20px;
    color: white;
    display: block;
    transition: 0.3s;
    text-align: left;
}

@media (min-width: 900px) {
    .sidepanel a {
        display: none;
    }
}

.openbtn {
    font-size: 35px;
    cursor: pointer;
    background-color: rgba(6, 132, 102, 0);
    color: white;
    padding: 10px 15px;
    border: none;
    margin-left: 7%;
}

@media (max-width: 450px) {
    .openbtn {
        font-size: 32px;
    }
}

@media (min-width: 900px) {
    .openbtn {
        display: none;
    }
}

.my-home {
    display: none;
    margin: 0 auto;
    margin-left: 7%;
}

@media (max-width: 900px) {
    .my-home {
        display: block;
    }
}

.my-home img {
    width: 220px;
    height: auto;
}
