@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Baloo+2:wght@500;600;700&display=swap");
body {
    width: 100%;
    font-family: "Poppins", sans-serif;
}

input[type=submit] {
    width: 60%;
    background: transparent;
    border: 1px solid #fbbc93;
    color: #fbbc93;
}

input[type=submit]:hover {
    background: #fbbc93;
    color: black;
}

input[type=text] {
    width: 100%;
    background: transparent;
    margin: 8px 0;
    box-sizing: border-box;
    border: none;
    border-bottom: 1px solid #fbbc93;
    color: #fbbc93;
}

.footer-end {
    width: 100%;
    background: #061223;
    display: flex;
    padding: 2vh;
    justify-content: space-between;
}

footer {
    background: #121e4a;
}

.social {
    display: none;
}

@media (max-width: 500px) {
    .h2,
    h2 {
        font-size: 1.2rem;
    }
    .row {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-right: -15px;
        margin-left: -15px;
        margin-top: 20px;
        padding-top: 50px;
        flex-direction: column;
        align-content: flex-start;
        align-items: flex-start;
    }
    .text-center {
        text-align: left!important;
    }
    .col {
        padding-bottom: 15%;
        text-align: left;
    }
    .contents {
        display: none;
    }
    .footer-end {
        width: 100%;
        background: #061223;
        padding: 1vh;
        justify-content: center;
    }
    .social-icons {
        display: none;
    }
    .social {
        display: block;
        text-align: center;
        padding-bottom: 10%;
    }
    .social a {
        padding: 15px;
    }
    .cols {
        margin-left: -6%;
    }
    h2 {
        padding-top: 5%;
        font-size: 15px;
        font-size: 15px;
    }
    .nav-items {
        display: none;
    }
    .nav-items-m {
        display: flex;
        justify-content: space-evenly;
    }
    .nav-item {
        padding-left: 5%;
    }
    .copyright {
        text-align: center;
        width: 100%;
        font-size: 10px;
    }
}