* {
    box-sizing: border-box;
    font-family: 'Open Sans', Roboto, sans-serif;
    font-size: calc(12px + 0.390625vw);
    /* font-size: 105%; */
    scroll-behavior: smooth;
    scroll-padding-top: 80px;
}

.hidden {
    display: none;
}

.bg-light {
    background-color: #F2F1ED;
}

.bg-med {
    /* background-color: #D66360; */
    /* background-color: #D59156; */
    /* background-color: #E18046; */
    /* background-color: #c94747; */
    background-color: #d57d74;
}

.bg-dark {
    background-color: #333131;
}

.bg-dark-lighter {
    background-color: #6f6b6b;
}

.font-light {
    color: #F2F1ED;
}

.font-med {
    color: #AFA8A2;
}

.font-dark {
    color: #333131;
}

a {
    font-weight: normal;
}

a:hover {
    transition: 0.2s;
}

.a-light {
    color: #ff7575;

}

.a-light:hover {
    color: #ff9797;
}

.a-dark {
    color: #420f0f;
}

.a-dark:hover {
    color: #882424;
}

body {
    margin: 0;
}

nav {
    padding: 30px 20px;
    overflow: hidden;
    position: sticky;
    position: -webkit-sticky;
    top: 0;
    z-index: 1;
    display: flex;
    flex-wrap: wrap;
}

.nav-item {
    /* float: left; */
    /* display: inline-block; */
    text-align: center;
    padding: 14px 20px;
    text-decoration: none;
    cursor: default;
}

.nav-item a {
    padding: 0 20px;
}

.custom-box {
    padding: 14px 0;
    margin-left: 40px;
    /* margin: 10px 0 10px 50px; */
    width: 210px;
    height: 60px;
    border: 2px solid #AFA8A2;
}

.border-text {
    width: 85%;
    font-size: 0.8rem;
    font-weight: 700;
    transform: scale(1, 0.95);
    position: relative;
    bottom: calc(2.75rem);
    /* bottom: calc(22px * 2); */
    letter-spacing: 3.5px;
    margin: auto;
}

.box-content {
    font-weight: 900;
    /* font-size: 1.02rem; */
    letter-spacing: 1.5px;
    transform: scale(1, 0.95);
}
/*
.wrapper-box { float:left; width:500px; height:150px; }
.side-border { float:left; height:24px; width:199px; border-top: solid black 1px; margin-top:25px; }
.side-border.l { float:left; border-left: solid black 1px; }
.side-border.r { float:left; border-right: solid black 1px; }
.border-text { float:left; height:35px; margin-top:15px; width:100px; text-align:center; }
.box-content { float:left; width:498px; height: 100px; border-left: solid black 1px; border-right: solid black 1px; border-bottom: solid black 1px; } 
*/


.center {
    text-align: center;
}

nav .right {
    margin-left: auto;
    cursor: pointer;
}

nav .right:hover {
    background: #333131;
}

.fa {
    font-size: 1.2rem;
}
main {
    padding: 30px 6%;
}

.header {
    font-weight: 400;
    margin: 0.75em auto;
}

h1 {
    font-size: 1.95rem;
}

h2 {
    font-size: 1.7rem;
}

h3 {
    font-size: 1.45rem;
}

h4 {
    font-size: 1.2rem;
}

p {
    font-weight: 200;
    padding-left: 5px;
    margin-left: 2px;
    margin-top: 10px;
}

.indent {
    padding-left: 10px;
}

.main-section {
    margin-bottom: 50px;
}

footer {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    background: #333131;
    padding-bottom: 60px;
}

footer section {
    width: 45%;
    padding: 2% 5% 5% 5%;
}

.contact-us {
    padding-left: 3%;
    font-size: 0.95rem;
    overflow-wrap: break-word;
}

form input,
textarea {
    border: none;
    border-bottom: 2px solid #3331317a;
    display: block;
    width: 100%;
    padding: 10px 12px;
    background: #F2F1ED;
    margin-bottom: 28px;
}

form input:hover,
input:focus,
textarea:hover,
textarea:focus {
    background: #cac9c44d;
    transition: 0.2s;
    border-bottom: 2px solid #333131b7;
    outline: none;
}

.submit-button {
    cursor: pointer;
    border: none;
    background: #d57d74;
    color: #F2F1ED;
    border-radius: 100px;
    padding: 15px 0;
    font-size: 0.9rem;
}

.submit-button:hover {
    background: #973232;
    color: #F2F1ED;
    border: none;
    transition: 0.2s;
    border: none;
}

a:hover,
a:focus {
    box-shadow: 0 0 3px 0, #420f0f;

}

.contact-us p, .contact-us h4 {
    padding-left: 50px;
}

.contact-us h2 {
    padding-left: 8px;
}

.uni-chat, .uni-location {
    width: 50px;
    text-align: center;
}



@media screen and (max-width: 700px) {
    footer {
        flex-direction: column;
    }

    footer section {
        width: 100%;
        padding: 30px;
        justify-content: center;
    }
}



@media (max-width: 480px) {
    .custom-box {
        margin: 0;
        height: 55px;
    }
    nav .right {
        flex: 100%;
    }
    nav {
        padding-bottom: 0 !important;
        justify-content: center;
    }
}

@media (max-width: 1122px) {
    .border-text {
        position: relative;
        bottom: calc(2.9rem);
    }
    .custom-box {
        padding: 16px 0 12px 0;
    }
}