html,
body {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: sans-serif;
    background: rgb(164, 252, 200);
}

.top-banner {
    height: 30px;
    width: 100%;
    margin: auto;
    background: rgb(106, 0, 168);
    border-bottom: 0px solid rgb(157, 176, 196);
    display: flex;
}

.top-banner-box {
    width: 80%;
    margin: auto;
}

.top-banner-box p {
    font-size: 14px;
    color: whitesmoke;
    float: left;
    margin: auto 0;
    margin-right: 30px;
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
}

.top-banner-box p {
    font-size: 13px;
}

.top-banner-box p2 a {
    font-size: 13px;
    color: whitesmoke;
    float: right;
    text-decoration: none;
    margin: auto 0;
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
}

.top-banner-box p2 a:hover {
    text-decoration: underline;
}

.one {
    margin-top: 5px;
    width: 100%;
    height: auto;
    background: linear-gradient(rgba(28, 44, 44, 0.95), rgba(28, 44, 44, 0.95)), url(flo.png);
    background-size: cover;
}

.logo {
    width: 80%;
    margin: auto;
    display: flex;
    justify-content: flex-start;
}

.logo img {
    margin: 0;
    margin-top: 0px;
    height: 120PX;
    padding: 10px 0;
}

.art {
    margin: auto 0;
    text-align: left;
    margin-left: 30px;
}

.logo h1 {
    font-size: 28px;
    color: white;
    margin-top: 0;
    margin-bottom: 10px;
}

.logo h2 {
    font-size: 28px;
    color: white;
    margin-top: 0;
    margin-bottom: 10px;
    display: none;
}

.logo p {
    font-size: 17px;
    color: white;
    font-style: italic;
    margin: 0;
}

.two {
    width: 100%;
    height: auto;
    z-index: 4;
    position: relative;
    border-top: 1px solid rgb(158, 233, 177);
    border-bottom: 4px solid rgb(106, 0, 168);
}

.mobile-menu {
    display: none;
}

.sidenav {
    display: none;
}

.nav {
    width: 80%;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.nav ul:last-child li {
    margin: 0;
    padding: 9px 0;
}

.nav ul:last-child li a {
    margin: 0;
}

.nav:hover ul {
    filter: none;
}

.sidenav p {
    display: none;
}

.nav ul {
    margin: auto 0;
    display: flex;
    justify-content: space-between;
    padding: 0;
}

.nav ul li {
    list-style: none;
    transition: .3s;
    display: flex;
    padding: 9px 0;
    padding-right: 30px;
}

.nav ul li a {
    font-size: 12px;
    padding-left: 0;
    color: rgb(0, 0, 0);
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 700;
    word-spacing: 2px;
    letter-spacing: 0px;
}

.nav ul li a:hover,
.nav ul li.active a {
    color: rgb(152, 0, 240);
}

.footer-end {
    height: auto;
    width: 100%;
    margin: 0;
    padding: 20px 0;
}

.footer-cage {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 80%;
    margin: auto;
}

#footer-I {
    width: 30%;
    height: auto;
}

#footer-I h1 {
    font-size: 15px;
    color: rgb(128, 0, 179);
    margin-top: 0;
}

#footer-I p {
    margin: 0;
    margin-top: 5px;
    font-size: 15px;
    color: rgb(0, 0, 0);
    text-decoration: none;
}

#footer-I p a {
    font-size: 15px;
    color: rgb(0, 0, 0);
    text-decoration: underline;
}

#footer-I p a:hover {
    text-decoration: none;
}

footer {
    background: rgb(106, 0, 168);
}

footer p {
    font-size: 13px;
    padding: 10px 0;
    text-align: center;
    color: black;
    margin: 0;
}

@media (max-width:1100px) {
    .nav ul li {
        display: none;
    }
    .sidenav {
        display: block;
        height: 100%;
        width: 0;
        position: fixed;
        top: 0;
        left: 0;
        background: rgb(95, 0, 150);
        overflow-x: hidden;
        transition: 0.5s;
        padding-top: 60px;
        z-index: 200;
        margin-top: 0px;
        box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.25);
    }
    .mobile-menu {
        display: flex;
        justify-content: space-between;
        width: 80%;
        margin: auto;
    }
    .m-box {
        display: flex;
    }
    .mobile-menu p {
        padding: 8px 0;
        display: flex;
        padding-right: 10px;
        font-weight: bold;
        margin: auto 0;
        color: rgb(137, 0, 216);
        cursor: pointer;
        font-size: 16px;
    }
    .m-box p2 {
        font-weight: bold;
        font-size: 12px;
        margin: auto;
        text-transform: uppercase;
    }
    .m-box p2 a {
        text-decoration: none;
        color: rgb(74, 86, 105);
    }
    .sidenav {
        list-style: none;
    }
    .sidenav li {
        margin: 5px 0;
    }
    .sidenav a {
        padding: 10px 30px;
        color: white;
        text-decoration: none;
        font-size: 14px;
        text-transform: uppercase;
        font-weight: bold;
        word-spacing: 4px;
        letter-spacing: 0.5px;
        display: block;
        transition: 0.3s;
    }
    .sidenav a:hover {
        background: rgb(158, 233, 177);
        color: rgb(106, 0, 168);
    }
    .sidenav li.active a {
        color: rgb(106, 0, 168);
        background: rgb(228, 255, 228);
    }
    .sidenav .closebtn {
        position: absolute;
        top: 0;
        width: 0px;
        height: 0px;
        right: 25px;
        font-size: 36px;
        margin-left: 50px;
    }
    .sidenav .closebtn:hover {
        color: rgb(218, 218, 218);
        background: none;
    }
    .sidenav .iv {
        border-top: 2px solid rgb(158, 233, 177);
    }
}

@media (max-width:799px) {
    #footer-I {
        width: 40%;
        margin-bottom: 30px;
    }
    #footer-I:last-child {
        margin-bottom: 0;
    }
}

@media (max-width:600px) {
    .logo h1 {
        display: none;
    }
    .logo h2 {
        display: block;
    }
    .logo p {
        display: none;
    }
    #footer-I {
        width: 100%;
    }
}