html, body {
    height: 100%;
}

body {
    text-rendering: optimizeLegibility;
    overflow-x: hidden;
    margin: 0;
    padding: 0;
    font-size: 20px;
    color: white;
}

h2 {
    font-size: 3em;
    color: white;
    font-weight: bold;
    line-height: 1.0;
}

h3 {
    font-size: 2.5em;
    color: grey;
}

textarea {
    resize: none;
}

a:hover {
    text-decoration: none;
}

.privacy_terms_body {
    color: black;
}

.privacy_terms_body h1 {
    font-weight: unset;
    font-size: 3em;
    color: black;
    line-height: 2.0;
}

.privacy_terms_body h2 {
    font-weight: unset;
    font-size: 2em;
    color: black;
    line-height: 1.5;
}

.scrollToTop {
    padding: 10px;
    text-align: center;
    font-size: 2rem;
    font-weight: bold;
    color: #ff2a27;
    text-decoration: none;
    position: fixed;
    bottom: 20px;
    right: 40px;
    display: none;
    z-index: 9999;
    transition: 0.3s ease-in-out;
}

.heading_image {
    padding-top: 100px;
}

.heading_text {
    margin-top: 25px;
}

.scrollToTop:hover {
    color: #ff9900;
}


.top-content img, .header_container img, .buka_logo img {
    height: 100% !important;
}

.google_play_button {
    height: 80%;
    width: 80%;
}

.error {
    font-size: 0.7em;
}

.top-content {
    background-image: url("../images/background/girl_with_phone.png");
    background-size: auto;
    background-repeat: no-repeat;
    position: relative;
}

.bottom-content {
    background-color: #e8eaea;
    background-image: url("../images/background/guy_with_phone.png");
    background-size: cover;
    background-repeat: no-repeat;
}

.footer-container {
    padding: 30px;
    background-color: #363637;
    color: white;
    font-size: 0.7em;
}

.grey_text {
    color: #808285;
    display: flex;
    align-items: center;
    justify-content: center;
}

/*Header*/
.header_container {
    position: relative;
}

a.menu_item:hover {
    color: rgba(255, 26, 49, 0.7);
    transition: background .1s linear;
    border-radius: 10px;
}

/*Footer*/
.footer-container .buka_logo {
    width: auto;
}

.privacy_terms {
    padding: 10px;
}

ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    width: 100%;
    text-align: center;
}

li {
    display: inline-block;
}

li a {
    display: block;
    color: red;
    text-align: center;
    text-decoration: none;
}


.overlay {
    position: relative;
    float: left;
    cursor: pointer;
}

.overlay:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: none;
    transition: background .1s linear;
    border-radius: 50%;
}

.overlay:hover:before {
    background: rgba(255, 0, 0, 0.7);
}

.copyright {
    width: 100%;
}

/*For skew background*/
.wrapper {
    overflow: hidden;
}

.wrapper div {
    position: relative;
    padding: 40px 50px 19px 50px;
    text-align: center;
}

.wrapper div.skew::before {
    content: '';
    position: absolute;
    top: 44%;
    left: 50%;
    width: 120vw;
    height: 100%;
    transform: translate(-50%, -29%) rotate(-4deg) skew(0deg);
    background: #e8eaea;
    z-index: -1;
}

/*Contact form*/
::-webkit-input-placeholder {
    font-style: italic;
}

:-moz-placeholder {
    font-style: italic;
}

::-moz-placeholder {
    font-style: italic;
}

:-ms-input-placeholder {
    font-style: italic;
}

.form-control {
    border: 0px;
    border-radius: 0px;
}

.input_contact_form {
    margin-top: 10px;
}

.submit_button {
    background-color: red;
    color: white;
    border: none;
    padding: 8px 30px;
}

.contact_form {
    text-align: end;
}

.contact_form_padding {
    padding-top: 280px;
    padding-bottom: 150px;
}

/*Header Nav bar styling*/
.social_media_image {
    height: 40px;
    width: 40px;
}

.header_spacer i {
    color: red;
    font-size: 10px;
    vertical-align: middle;
    padding: 6px 9px 8px 9px;
}

.topnav {
    overflow: hidden;
    background-color: transparent;
    top: 0;
    position: absolute;
    width: 100%;
    z-index: 999;
}

.topnav li {
    vertical-align: middle;
}

.topnav a {
    float: left;
    display: block;
    color: #f2f2f2;
    text-align: center;
    padding: 8px 16px 8px 16px;
    text-decoration: none;
}

.topnav a.social_media_icon {
    padding: 8px 5px 8px 5px;
}

.topnav .icon {
    display: none;
}

@media screen and (max-width: 1000px) {
    .topnav a {
        padding: 6px 0px 8px 0px;
    }

    a.header_spacer {
        padding: 6px 0px 8px 0px;
    }
}

@media screen and (max-width: 768px) {
    .header_container.container {
        max-width: unset;
        width: 100%;
        padding-right: 0;
        padding-left: 0;
        margin-right: 0;
        margin-left: 0;
    }

    .fa.fa-bars {
        font-size: 2em;
        margin-right: 10px;
    }

    .header_container {
        width: 100%;
        padding: 0px;
    }

    .center_bars {
        text-align: center;
    }

    .topnav a {
        display: none;
    }

    .topnav a.icon {
        float: right;
        display: block;
    }

    .topnav .header_spacer {
        display: none;
    }

    .topnav {
        padding-bottom: 20px;
    }

    .footer_social_media .social_media_image {
        width: 30px;
        height: 30px;
    }

    .top-content {
        padding-left: 15px;
        padding-right: 15px;
    }

    .wrapper div {
        padding: 20px;
    }

    .footer_social_media {
        text-align: center;
    }

}

@media screen and (max-width: 768px) {
    .topnav.responsive {
        position: absolute;
        background-color: rgba(0, 0, 0, 0.7);
    }

    .topnav.responsive .icon {
        position: absolute;
        right: 15px;
        top: 8px;
    }

    .topnav.responsive a {
        float: none;
        display: block;
        text-align: center;
    }

    .topnav.responsive a.header_spacer {
        display: none;
    }
}


@media screen and (max-width: 575px) {
    .copyright {
        margin-top: 15px;
    }

    .footer_social_media .social_media_image {
        width: 40px;
        height: 40px;
    }
}


@media screen and (max-width: 480px) {
    h2 {
        font-size: 2.5em;
    }
}


