main {
    margin-top: 1rem;
}

h2 {
    color: #867004;
    text-align: center;
    padding-bottom: 1rem;
}

.text-uppercase {
    text-transform: uppercase !important;
}

.nav {
    position: absolute;
    left: 45%;
}
.navbar {
    background-color: #25384a;
    position: relative;
    display: flex;
}

.h6, h6 {
    font-size: 1.5rem !important;
}

h1 {
    color: #00606b;
    font-size: 2rem;
    padding-bottom: 1rem;
    text-align: center;
}

h1, h2 {
    line-height: 1.1;
    font-weight: 500;
}

p {
    color: #3E3E38;
    /* padding-bottom: 0.5rem; */
    text-align: justify;
}

body {
    font-family: ProximaNova-Regular,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif !important;
    font-size: 1rem !important;
    font-weight: 350 !important;
    line-height: 1.5 !important;
    color: #3e3e38 !important;
}

.examples-col-yes{
    background-color: #d9fad9;
}

.examples-col-no{
    background-color: #ffc9c9ad;
}

.row {
    padding-bottom: 1em;
}

.wicys {
    text-align: right;
}

.title{
    text-align: center;
    position: absolute;
    display: flex;
}

.navbar-brand {
    position: absolute !important;
}

@media (max-width: 768px) {
    .title{
        text-align: center;
        /* position: absolute; */
        display: flex;
    }

    .navbar-brand {
        position: relative !important;
    }

}

@media (max-width: 576px) {
    .examples-col-yes{
        max-width: 93%  !important;
        margin-left: 3% !important;
    }

    .examples-col-no{
        max-width: 93%  !important;
        margin-left: 3% !important;
    }

    .cam{
        line-height: 2.5rem;
    }
}

@media (min-width: 768px) { 
    .navbar{
        padding: 1.2rem 1rem !important;
    }
}

@media (max-width: 768px) and (min-width: 576px) { 
    .col-sm-2 {
        flex: 100%!important;
        max-width: 100% !important;
    }
    .cam{
        line-height: 2.5rem;
    }
}

@media (max-width: 769px) and (min-width: 440px) { 
    #surreyLogo {
        width: 60%;
        margin: auto;
        display: flex;
    }
}

@media (max-width: 929px) and (min-width: 769px) { 
    #surreyLogo {
        width: 120%;
        /* margin: auto; */
        /* display: flex; */
    }

    .navbar {
        padding-left: 1% !important;
    }

    .title {
        padding-right: 0 !important;
        padding-left: 5% !important;
    }

    .navbar-brand{
        padding-left: 0.1rem !important;
    }
}

.cam{
    font-weight: 600;
    font-size: 2.4rem;
}

.tip {
    color: #00606b;
}
.ncsc {
    color: #003e7e;
    font-weight: 700;
}

.logos {
    padding-top: 0.5rem;
    padding-bottom: 1.5rem;
}

.tipsBack {
    background-color: rgba(209, 229, 226, .4);
    padding-bottom: 0.1rem;
    margin-bottom: 1rem;
}

.tipsContent {
    padding-top: 1rem;
}

.roundedIm{
    overflow: hidden !important;
    border-radius: .75rem !important;
    margin: auto;
    display: flex;
}

.tipList {
    list-style: none;
    padding: 0;
}

.start {
    padding-top: 1rem;
}