﻿.privacy-page-top {
    color: black;
    font-family: 'Montserrat', sans-serif;
    font-size: 1.5em;
    margin-top: 5%;
    font-weight: bold;
    margin-left: 12%;
}

.privacy-page-body {
    display: inline-block;
    margin-left: 12%;
    margin-right: 5%;
}

.privacy-page-title {
    font-family: 'Montserrat', sans-serif;
    color: #F7B05B;
    font-size: 4.5em;
    margin-bottom: 2%;
    font-weight: lighter;
    display: inline-block;
    width: 70%;
}

.privacy-paragraph-heading {
    font-family: 'Montserrat', sans-serif;
    color: black;
    font-weight: bolder;
    font-size: 1.5em;
    margin-bottom: 3%;
}

.privacy-content {
    font-family: 'Abhaya Libre', sans-serif;
    margin-bottom: 8%;
    display: inline-block;
    width: 70%;
}

.privacy-paragraph-body {
    margin-right: 4%;
    margin-bottom: 4em;
}

.privacy-paragraph-text-followed {
    margin-bottom: 1em;
    color: #717171;
}

.privacy-paragraph-text {
    color: #717171;
}

.privacy-paragraph-body {
    line-height: 2em;
    font-family: 'Cabin', sans-serif;
}

.privacy-policy-nav-menu {
    
    display: inline-block;
    position: relative;
    vertical-align: top;
}

.privacy-nav-menu-wrapper {
    background-color: white;
    list-style-type: none;
    padding: 0;
    margin: 0;
    display: block;
}

    .privacy-nav-menu-wrapper a {
        display: block;
        height: inherit;
        width: inherit;
        padding-left: 1em;
        padding-bottom: 1em;
        padding-top: 1em;
    }



.site-map-link:hover, .privacy-policy-link, .privacy-policy-link:hover {
    color: white;
    text-decoration: none;
}

.privacy-nav-menu2 {
    background-color: white;
    border-bottom-width: 2px;
    border-bottom-style: groove;
    border-bottom-color: #f6f6f6;
}



.privacy-nav-menu2:hover {
    background-color: #f39c12;
}

.button-6 {
    align-items: center;
    background-color: #FFFFFF;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: .25rem;
    box-shadow: rgba(0, 0, 0, 0.02) 0 1px 3px 0;
    box-sizing: border-box;
    color: rgba(0, 0, 0, 0.85);
    cursor: pointer;
    display: inline-flex;
    font-family: system-ui,-apple-system,system-ui,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 16px;
    font-weight: 600;
    justify-content: center;
    line-height: 1.25;
    margin: 1rem 0; /* Add margin to create space */
    min-height: 3rem;
    padding: calc(.875rem - 1px) calc(1.5rem - 1px);
    position: relative;
    text-decoration: none;
    transition: all 250ms;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    vertical-align: baseline;
    width: auto;
}

    .button-6:hover,
    .button-6:focus {
        border-color: rgba(0, 0, 0, 0.15);
        box-shadow: rgba(0, 0, 0, 0.1) 0 4px 12px;
        color: rgba(0, 0, 0, 0.65);
    }

    .button-6:hover {
        transform: translateY(-1px);
    }

    .button-6:active {
        background-color: #F0F0F1;
        border-color: rgba(0, 0, 0, 0.15);
        box-shadow: rgba(0, 0, 0, 0.06) 0 2px 4px;
        color: rgba(0, 0, 0, 0.65);
        transform: translateY(0);
    }

@media (max-width: 481px) {

    .privacy-page-body, .privacy-page-top, .privacy-page-title, .privacy-content {
        width: 90%;
        margin-right: 0;
        text-align: left;
    }

    .privacy-policy-nav-menu {
        width: 80%;
        margin-bottom: 3.5em;
    }

    .privacy-page-top {
        padding-bottom: 15px;
    }

    .privacy-page-title {
        font-size: 3em;
        line-height: 1em;
    }
