.advertisement_sq {
    width: 40%;
    margin: 0 auto;
}


a {
    text-decoration: none;
    color: #2d2d30;
}

a:hover {
    color: #66666b;
}

.head {
    background-color: #b7b7bc;
    height: 4rem;
    text-align: left;
    /* 637b60 b7b7bc 828399*/
}

.wid75 {
    width: 75%;
    margin: 0 auto;
}

.text_xs {
    font-size: x-small;
}

.text_s {
    font-size: small;
}

.head img {
    width: 1rem;
}

#head_text {
    font-size: large;
    font-family: 'Modak', cursive;
    padding: 1.2rem 1rem 1rem 1rem;
    height: 100%;
    color: #2d2d30;
}

footer {
    text-align: center;
    width: 100%;
    padding: 1rem;
}

footer .flex {
    display: flex;
    padding: 1rem;
}

#home,
#privacy,
#disclaimer {
    width: 33%;
}

#privacy {
    border-left: solid;
    border-right: solid;
}

#nav {
    position: fixed;
    top: 0;
    right: -120%;
    width: 60%;
    height: 100vh;
    background: #ffffff;
    transition: .7s;
    z-index: 9;
}

#nav ul {
    padding-top: 80px;
    padding-left: 0px;
}

#nav ul li {
    list-style-type: none;
    font-size: 20px;
}

#nav a {
    display: block;
    text-decoration: none;
    color: #2d2d30;
    margin: 0 15px;
    padding: 10px;
    transition: .5s;
}

#nav li a:hover {
    color: #69696e;
    background: linear-gradient(transparent 65%, #637b6081 65%);
    border-bottom: none;
}

#hamburger {
    display: block;
    position: fixed;
    top: 1.5%;
    right: 8%;
    width: 10%;
    height: 5%;
    cursor: pointer;
    transition: 1s;
    z-index: 10;
}

.inner_line {
    display: block;
    position: absolute;
    left: 0;
    width: 3rem;
    height: 10%;
    background-color: #2d2d30;
    transition: 1s;
    border-radius: 4px;
}

.line_1 {
    transform: translateY(16.5px) rotate(-45deg);
    top: 2.5rem;
}

.line_2 {
    opacity: 0;
}

.line_3 {
    transform: translateY(-15px) rotate(45deg);
    bottom: 0;
}

#line1 {
    top: 2%;
}

#line2 {
    top: 1rem;
}

#line3 {
    top: 2rem;
}

.in {
    transform: translateX(100%);
    right: 60% !important;
}

.line_1,
.line_2,
.line_3 {
    background: #000000;
}


.menu_child {
    display: none;
    padding-top: 0px !important;
    padding-left: 2rem !important;
}

.menu_child li {
    font-size: 15px !important;
}

ul.menu li:hover a+ul {
    display: block;
}


.mgn21 {
    margin: 2rem 1rem;
}

.mgn21 .flex {
    width: 75%;
}

.ofs {
    margin-top: 1rem;
}

.ofs iframe {
    margin: 0 auto;
}

.adsp {
    display: none;
}

.adpc {
    display: block;
}

@media screen and (max-width: 480px) {


    .adsp {
        display: block;
    }

    .adsp img {
        display: inline;
    }

    .adpc {
        display: none;
    }

    .wid75 {
        width: 90%;
    }

    #hamburger {

        top: 2.5%;
    }

    #line1 {
        top: 0.5rem;
    }

    #line2 {
        top: 1rem;
    }

    #line3 {
        top: 1.5rem;
    }

    .inner_line {
        width: 80%;
    }

    .line_1 {
        transform: translateY(14px) rotate(-45deg);
        -webkit-appearance: none;
        top: 1rem;
    }

    .line_3 {
        transform: translateY(-2px) rotate(45deg);
        -webkit-appearance: none;
    }

    .menu_child {
        padding-left: 3rem !important;
    }

    .menu_child li {
        font-size: 10px !important;
    }

    .menu_child a {
        padding: 5px 0px !important;
        margin: 0px !important;
    }

    .mgn21 {
        margin: 1rem 0.5rem;
    }

    .mgn21 .flex {
        width: 90%;
    }

    .advertisement_sq {
        width: 48%;
    }

    .google-ads {
        max-width: 320px
    }
}