* {
    text-decoration: none;
    margin: 0 auto;
    font-family: Lato;
}


/* NAV */
.nav {
    font-family: Lato;
    position: fixed;
    z-index: 1000;
    top: 0;
    right: 0;
    left: 0;
    height: 80px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 0 25px 0 25px;
    background-color: #fff;
    color: #000;
    box-shadow: 0 19px 38px rgba(0, 0, 0, 0.1);
}

.nav .logo {
    display: flex;
    flex-direction: row;
    align-items: baseline;
}

.nav .links a {
    margin-right: 40px;
    font-size: 16px;
    font-weight: 600;
    color: #000;
}

.nav .links .mainlink {
    color: #ec1d24;
}

#main #red {
    color: #ec0208;
    text-align: center;
    font-size: 35px;
    line-height: .1vmin;
    font-family: 'Mr Dafoe', cursive;
}

.nav .logo {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-items: center;
}

.nav h4 {
    font-size: 30px;
    font-weight: bold;
}

.nav #call {
    font-size: 22px;
    font-weight: 600;
    color: #000;
}

/* LANDING */

.landing {
    display: flex;
    justify-content: center;
    align-items: center;
    background-image: url('img/ok.PNG');
    height: 85vw;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

.landing img {
    max-width: 60vw;
    padding-top: 10vw;
}



/* SERVICES */

.services .serviceGrid {
    display: flex;
    flex-direction: row;
    align-items: space-between;
    /* justify-items: center; */
    margin-top: -7vw;
    height: 50vw;
}

.services .serviceGrid img {
    width: 16vw;
    padding: 2vw;
    margin-left: 2vw;
}

.services .serviceGrid h4 {
    text-align: center;
    font-size: 2vw;
    font-weight: 800;
    padding: 2vw;
}

.services .serviceGrid p {
    width: 20vw;
    line-height: 2.7vw;
    /* text-align: center; */
    padding-bottom: 2vw;
    margin-left: 2vw;
}

.btntwo a {
    background-color: #ec0208;
    color: #fff;
    padding: 1vw 3vw;
    border-radius: 10px;
    display: inline;
    margin: 2vw;
    font-size: 1.4vw;
}





/* ABOUT */

#about {
    font-size: 3.5vw;
    margin-left: 43vw;
    position: relative;
    top: 10vw;
}

.about {
    /* padding: 3vw; */
    height: 55vw;
    font-family: Lato;
    background-color: whitesmoke;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-items: center;
}

.aboutText {
    max-width: 40vw;
    font-size: 1.8vw;
    font-weight: 500;
    line-height: 2.5vw;
}

.aboutText p {
    margin-bottom: 4vw;
    margin-top: 2vw;
}

.aboutText .btn a {
    background-color: #ec1d24;
    color: #fff;
    padding: 1vw 3vw;
    border-radius: 10px;
    margin: 9vw;
}

.about img {
    max-width: 50vw;
}



/* WORK WITH */

.workSection {
    height: 20vw;
    background-color: whitesmoke;
}

.workSection .workText {
    text-align: center;
    padding: 10vw 0;
    font-size: 3vw;
    background-color: whitesmoke;
    /* color: #ec0208; */
}

.workSection .companies {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-items: space-between;
    padding-top: 15vw;
    background-color: whitesmoke;
}

.workSection .companies img {
    height: 8vw;
    background-color: whitesmoke;
}

/* CONTACT */

.contact {
    margin-top: 51vw;
}

.contact #map {
    width: 100vw;
}









/* FOOTER */

#footer {
    background-color: white;
    height: 200px;
    padding-bottom: 20px;
    display: flex;
    flex-direction: row;
    align-items: center;
    text-align: center;
}


#footer section {
    display: inline-block;
    width: 20vw;
    font-size: 1.5vw;
    margin: 0 6vw;
}















/* SERVICES PAGE */








section {
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.container {
    width: 100%;
    max-width: 80rem;
    margin: 0 auto;
    padding: 2.5rem;
    background-color: #fff;
}

#servtitle {
    font-size: 3.5vw;
    margin-left: 43vw;
    position: relative;
    top: 6vw;
    margin-bottom: 5vw;
}

.accordion {
    padding-top: 10vw;
    margin-bottom: 10px;
    padding: 10px 35px;
    font-weight: 400;
    position: relative;
    cursor: pointer;
    outline: none;
}

.accordion-item {
    border-radius: .4rem;
    margin-bottom: 1rem;
    padding: 1rem;
    box-shadow: .5rem 2px .5rem rgba(0, 0, 0, 0.1);
}


.accordion-item p {
    color: #000;
}

.accordion-link {
    font-size: 1.6rem;
    color: rgba(255, 255, 255, 0.8);
    text-decoration: none;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 6rem;
}

.redbg {
    background-color: #ec1d24;
    padding: 0vw;

}

.accordion-item #at {
    font-size: 2.5vw;
    position: relative;
    top: -10px;
    color: #fff;
}

.redbg i {
    color: #ec1d24;
    background-color: white;
    border-radius: 50px;
    padding: .5vw;
    position: relative;
    left: -40px;
}


i #minus {
    display: none;
}

.answer {
    overflow: scroll;
    max-height: 0;
    position: relative;
    background-color: whitesmoke;
    transition: max-height 650ms;
    display: flex;
}

.answer::before {
    content: "";
    position: absolute;
    width: 0.6rem;
    height: 90%;
    /* background-color: red; */
    top: 0;
    left: 0;
    transform: translateY(-50%; );
}

.answer p {
    font-size: 1rem;
    padding: 2rem;
}

.accordion-item:target .answer {
    max-height: 20rem;

}

.accordion-item ul li {
    color: black;
}



















/* SMALL SCREENS */

@media only screen and (max-width: 800px) {

    /* NAV */

    .nav .links a {
    margin-right: 40px;
    font-size: 12px;
    font-weight: 600;
    color: #000;
}

    #thin {
        font-size: 12px;
    }

    #call {
        display: none;
    }


    .services .serviceGrid {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-items: center;
        margin-top: -7vw;
        height: 260vw;
        text-align: center;
    }


    .services .serviceGrid img {
        width: 30vw;
        padding: 2vw;
        padding-top: 15vw;
    }

    .services .serviceGrid h4 {
        text-align: center;
        font-size: 5vw;
        font-weight: 800;
        padding: 2vw;
    }

    .services .serviceGrid p {
        width: 60vw;
        line-height: 4vw;
        text-align: center;
        padding-bottom: 2vw;
        padding: 4vw;
    }

    .btntwo a {
        background-color: #ec0208;
        color: #fff;
        padding: 1vw 3vw;
        border-radius: 10px;
        display: inline;
        margin: 2vw;
    }

    .accordion-item #at {
        font-size: 4vw;
        position: relative;
        top: -10px;
        color: #fff;
    }


    #lh {
        line-height: 5vw;
    }

    .btntwo a {
        background-color: #ec0208;
        color: #fff;
        padding: 1vw 3vw;
        border-radius: 10px;
        display: inline;
        margin: 2vw;
        font-size: 3vw;
    }

}







/* LARGE SCREENS */



@media only screen and (min-width: 1000px) {

    .services .serviceGrid img {
        width: 16vw;
        padding: 2vw;
        margin-left: 0vw;
    }

}