*{
    font-family: aktiv-grotesk, sans-serif;
}


header h1{
    margin-top:40px;
    font-family: aktiv-grotesk-extended, sans-serif;
    font-weight: 500;
    font-size: 36px;
    color: #1A1A1A;
}
hr{
    border-color: #f0e1da81;
    margin: 2em 0;
}

header{
    padding: 40px 10% 5px;
    background-color:#f0e1da;
}
.content-wrap{
    background-color: #1A1A1A;
    min-height: 90vh;
    padding: 40px 10% 10%;
    color:#f0e1da
    
}


/* Navigation starts here */
#navigation{
    /* padding: 15px 30px; */
    background-color: #f0e1da;
    display: flex;
    /* justify-content: flex-end; */
    /* border-bottom: 1px solid #1a1a1a35; */
}
.menu-items a{
    
    color: #1A1A1A;
    padding: 0 2px;
    margin: 0 6px;
    font-weight: 400;
    font-size: 16px;
    display: inline-block;
    min-width: 24px;
    min-height: 24px;
    text-align: center;  
    /* font-family: aktiv-grotesk-condensed, sans-serif; */
}
.toggle{
    display: none;
}
#navigation .toggle{
    font-size: 20px;
    padding: 5px;
    margin: 0 6px;
    cursor: pointer;
}
.menu-items a:hover{
    text-decoration: none;
    border-bottom: 1px solid #1A1A1A;
}
.menu-items a.active{
    /* font-weight: 500; */
    opacity: 0.65;
    border-bottom: 1px solid #1A1A1A;
}

#footer-logo-bar{
    background-color: #f0e1da;
    display: flex;
    justify-content: center;
    /* flex-wrap: wrap; */
    padding: 40px 15px 20px;
}
.logo-wrap{

    padding: 10px 15px;
    align-self: center;
}
#uthh-logo{
    width: 300px;
}
#uthct-logo{
    width: 190px;
}
#uts-logo{
    width: 300px;
}
#dfps-logo{
    width:45%;
    width: 250px;
}
.logo-wrap img{
    width:100%;
}


@media only screen and (max-width: 1199px){
    header{
        padding: 20px 5% 5px;
    }
    .content-wrap{
        padding: 20px 5% 5%;
    }
}
@media only screen and (max-width: 768px){

    .content-wrap{
        padding: 20px 15px 20px;
    }

    p{
        font-size: 14px;
    }
    h2{
        font-size: 24px;
    }

    #navigation{
        justify-content: flex-end;
        flex-direction: column;
        /* position: relative; */
    }
    #navigation .menu{
        align-self: flex-end;
    }



    .menu-items{
        display: none;
        animation: slide 0.3s ease forwards;
    }
    @keyframes slide {
        from {right: -100%;}
        to {right: 0px;}
    }
    #navigation .toggle{
        display: block;
    }

    #navigation.responsive .menu-items{
        display: flex;
        flex-direction: column;
        position: absolute;
        top:0px;
        right: 0px;
        padding: 60px 30px;
        height: 100vh;
        width: 100%;
        max-width: 380px;
        z-index: 10;
        background-color: #1a1a1a;
        box-shadow: #1a1a1a25 0 0 20px 10px;
    }
    
    .menu-items a{
        align-self: flex-end;
        font-size: 20px;
        padding: 0px 2px;
        margin: 4px 6px;
        color: #f0e1da;
    }
    .menu-items a:hover{
        border-bottom: 1px solid #f0e1da;
    }
    .menu-items a.active{
        border-bottom: 1px solid #f0e1da;
    }
    #navigation.responsive .toggle{
        display: block;
        color: #f0e1da;
        position: relative;
        z-index: 11;
    }

}

@media only screen and (max-width: 575px){
    h1, h1 a{
        font-size: 24px;
    }
    header, .content-wrap{
        padding: 20px 5px 5px;
    }
    #footer-logo-bar{
        flex-wrap: wrap;
    }

}


#footer {
    background: #f0e1da;
    color: #1a1a1a;
    padding: 2rem 1.5rem 1rem 1.5rem;
    text-align: center;
    font-size: 0.8rem;
    margin: 0 auto;
}

#footer p {
    margin: 0 0 1rem 0;
    line-height: 1.5;
}

.policy-links {
    margin: 0 0 1rem 0;
}

.policy-links a {
    color: #000;
    text-decoration: none;
    padding: 0 0.5rem;
    transition: color 0.2s ease;
}

.policy-links a:hover {
    color: #ccc;
}

.separator {
    color: #1a1a1a;
}

.contact a {
    color: #1a1a1a;
    text-decoration: underline;
}

.contact a:hover {
    color: #ccc;
}

#footer-dark {
    background: #1a1a1a;
    color: #fff;
    padding: 2rem 1.5rem 1rem 1.5rem;
    text-align: center;
    font-size: 0.8rem;
    margin: 0 auto;
}

#footer-dark p {
    margin: 0 0 1rem 0;
    line-height: 1.5;
}

.policy-links-dark {
    margin: 0 0 1rem 0;
}

.policy-links-dark a {
    color: #fff;
    text-decoration: none;
    padding: 0 0.5rem;
    transition: color 0.2s ease;
}

.policy-links-dark a:hover {
    color: #ccc;
}

.separator-dark {
    color: #fff;
}

.contact-dark a {
    color: #fff;
    text-decoration: underline;
}

.contact-dark a:hover {
    color: #ccc;
}