body {
    font-family: 'Mulish', 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

a {
    text-decoration:none;
}

.container {
    height: 100vh;
    width: 100vw;
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    z-index:1;
    transition:0.5s;
}

.footer{
    position:absolute;
    bottom:0;
    left:0;
    width:100%;
    height:80px;
    background:#6A30DD;
}

.footer ul li{
    color:#FFF;
    float:left;
    display:block;
    padding:10px;
    font-size:18px;
}

.footer ul li:hover{
    background:#8C52FF;
}

.login{
    width:60vw;
    height:300px;
    position:absolute;
    top:100px;
    left:20vw;
    background:#FFF;
    display:block;
    border:3px solid #CCC;
    z-index:2;
    transition:0.5s;
}

.error{
    color:#D00;
    display:block;
    text-align:center;
    margin-top:-20px;
}

.loginInput{
    margin:25px auto 0 auto;
    display:block;
    width:50%;
    padding:10px;
    border:3px solid #CCC;
}

.loginButton {
    margin: 30px auto;
    display: block;
    width: 50%;
    padding: 10px;
    border: 3px solid #3CF;
    background:#0AF;
}

.menu {
    height: 100px;
    width: 100vw;
    position: absolute;
    top: 0;
    left: 0;
    background:#4c008f;
    color:#FFF;
    filter: blur(10px);
    background-image: url("../assets/logo.png");
    background-size:200px;
    background-repeat:no-repeat;
}
    .menu ul{
        padding:10px 0 0 170px;
    }

        .menu ul li {
            float: left;
            display: block;
            color: #FFF;
            margin: 0 20px;
            border-bottom: 3px solid #4c008f;
            transition: 0.3s;
            padding: 10px;
            font-size: 20px;
        }

        .menu ul li:hover {
            margin: -10px 20px 10px 20px;
            border-bottom: 3px solid #FFF;
        }

.pages {
    width: 600vw;
    height: calc(100vh - 100px);
    position: absolute;
    top: 100px;
    left: 0vw;
    transition: 0.5s;
    filter: blur(10px);
}

.headerContact{
    float:right;
    padding:0 20px 0 0;
    margin-top:-25px;
    text-align:right;
}

.reviewBox {
    position: absolute;
    top: 100vh;
    border: 3px solid #AE74FF;
    left: 20vw;
    width: 60vw;
    background: rgba(255,255,255,0.75);
    transition: 0.3s;
}

.reviewInput{
    padding:10px;
    font-size:20px;
    width:calc(100% - 40px);
    border:0;
    margin:10px;
}
.reviewSubjectInput {
    font-size: 20px;
    padding: 10px;
    height: 150px;
    width: calc(60vw - 40px);
    border: 0;
    margin: 10px;
}

.reviewButton {
    background: #FFF;
    color: rgba(100,20,255,0.5);
    border: 3px solid #AE74FF;
    padding: 8px 20px;
    font-size: 24px;
    float: right;
    margin: 0 10px 10px 10px;
    display: block;
}

.phone{
    width:250px;
    font-weight:600;
    float:right;
}
.phone a {
    color: #FFF;
}
.annotation{
    background:rgba(255,255,255,0.75);
    padding:10px;
    border:3px solid #000;
}
.page {
    width: 100vw;
    float: left;
    height: calc(90vh - 20px);
    position:relative;
    overflow-y:scroll;
    margin: 0;
    overflow-x:hidden;
}

.mobileIconDark {
    background-image: url("../assets/mobileIconDark.png");
    width: 24px;
    background-repeat: no-repeat;
    background-position: center;
    height: 24px;
    background-size: contain;
    float: right;
    margin-left: 10px;
    display: block;
}
.mobileIcon {
    background-image: url("../assets/mobileIcon.png");
    width: 32px;
    height: 32px;
    margin-left: 10px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    float: right;
    display: block;
}
.phoneIconDark {
    background-image: url("../assets/phoneIconDark.png");
    width: 24px;
    height: 24px;
    margin-left: 10px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    float: right;
    display: block;
}

.contactDetailsMain{
    width:300px;
    margin-left:calc(50vw - 150px);
    font-size:24px;
}

.contactDetailRow{
    float:left;
    color:#000;
    display:block;
    width:100%;
}
.contactDetailRowDark {
    float: left;
    color: #FFF;
    display: block;
    width: 100%;
}



.phoneIcon {
    background-image: url("../assets/phoneIcon.png");
    width: 32px;
    background-repeat: no-repeat;
    background-position: center;
    height: 32px;
    background-size: contain;
    float: right;
    margin-left:10px;
    display: block;
}

.header {
    color:#FFF;
    font-size: 24px;
    background: #315;
    padding: 10px;
    font-weight:700;
    text-transform:uppercase;
    border-bottom: 5px solid #6A30DD;
}
.reviews {
    text-align: center;
    font-size: 36px;
    width: 70%;
    margin: 30px 15%;
}
.faqs{
    text-align:center;
    font-size:36px;
    width:50%;
    margin:30px 25%;
}

.faqs ul {
    margin:0;
    padding:0 0 100px 0;
    display:block;
}
.subtitle{
    font-size:24px;
    margin:30px 10%;
    width:80%;
}
.reviews ul li {
    font-size: 24px;
    padding: 20px 0;
    float:left;
    width:40%;
    margin:20px 5%;
    display: block;
}
.faqs ul li{
    font-size:24px;
    padding:20px 0;
    display:block;
}
.reviewTitle {
    margin: 20px 0;
    background: #8C52FF;
    color: #FFF;
    display: block;
    padding: 10px;
}

.reviewSubject {
    font-size: 20px;
    width: 70%;
    margin: 10px 15%;
}

.faqTitle{
    color:#8C52FF;
    display:block;
    padding:10px;
}

.faqSubject {
    font-size: 20px;
    width: 100%;
    color: #FFF;
    background: #8C52FF;
    padding:30px 20px;
    margin: 10px 0;
}
.iconographyWide {
    width: 50%;
    float: left;
    display: block;
    height: 330px;
    margin: 30px 25%;
    background-color: rgba(100,100,255,0.25);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.iconography {
    width: 40%;
    float: left;
    display: block;
    height: 300px;
    margin: 30px 5%;
    background-color: #eee;
    background-size: calc(100% - 20px) calc(100% - 20px);
    box-shadow: 5px 5px 5px rgba(0,0,0,0.25);
    background-position: center;
    background-repeat: no-repeat;
}



    .iconography:nth-last-child(-n+1) {
        width: 90%;
        margin: 30px 5%;
    }

.iconTitle {
    color: #6A30DD;
    display: block;
    padding: 10px;
    margin:10px;
    width: calc(100% - 40px);
    font-size: 24px;
    background: rgba(255,255,255,0.75);
}

.iconBlurb {
    color: #FFF;
    text-align: left;
    padding: 10px;
    margin: 100px 7%;
    width: 50%;
    font-size: 16px;
    background: rgba(70,20,145,0.75);
}


    .banner {
        min-height: 300px;
        width: 100%;
        border-bottom: 5px solid #6A30DD;
        margin: 0;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        font-weight: 600;
        font-size: 36px;
        text-align: center;
    }

    .narrowBanner {
        height:200px;
        width: 100%;
        margin: 0 0 40px 0;
        background-size: contain;
        background-position: center;
        background-repeat: no-repeat;
        font-size: 36px;
        text-align: center;
    }

.bannerTitle {
    color: #FFF;
    font-weight: 600;
    text-shadow: 5px 5px 5px rgba(0,0,0,0.5);
    padding: 100px;
}
.reviewBanner {
    padding: 30px;
    float: left;
    width: 100vw;
    border-bottom: 5px solid #8C52FF;
    background:linear-gradient(to bottom, #FFF, rgba(100,0,255,0.25));
    margin:30px 0;
}
.reviewBannerBox {
    width: calc(30% - 20px);
    float: left;
    margin:20px;
    min-height:250px;
    background:rgba(255,255,255,0.5);
    border: 3px solid #CCC;
}
.reviewBannerTitle {
    padding: 10px;
    text-align: center;
    font-size: 26px;
    color: #6A30DD;
    margin-top:70px;
}
.reviewBannerBoxName {
    font-weight: 600;
    font-size: 22px;
    color: #6A30DD;
    padding: 10px;
    background: #CCC;
}
.reviewBannerBoxContent {
    padding: 10px;
    font-size: 18px;
}
.companyTitle {
    color: #FFF;
    font-size: 64px;
    font-weight: 700;
    padding: 20px 0;
}

.arrowContainer{
    width:100vw;
    float:left;
    margin:70px 0 0 0;
    height:50px;
    display:flex;
    position:relative;
    justify-content:center;
}

.arrowBottom{
    display:block;
    position:absolute;
}
    .arrowBottom::before {
        display: block;
        transform: rotate(45deg);
        content: '';
        position: absolute;
        width: 40px;
        height: 5px;
        left:-13px;
        background: #8C52FF;
    }
    .arrowBottom::after {
        display: block;
        transform: rotate(135deg);
        content: '';
        width: 40px;
        left:12px;
        position: absolute;
        height: 5px;
        background: #8C52FF;
    }

.contactUs {
    background: linear-gradient(to right, rgba(100,20,255,0), rgba(100,20,255,0.5), rgba(130,20,255,0.95), rgba(100,20,255,0.5), rgba(0,0,0,0));
    width: 80vw;
    margin: 20px 10vw 0 10vw;
    line-height: 45px;
    font-size: 24px;
    color: #FFF;
    padding: 20px;
    display: block;
}

    .sendButton {
        font-size: 30px;
        margin: 30px 40%;
        display: block;
        padding: 10px;
        width: 20%;
        border: 3px solid #AE74FF;
        float: right;
        background: #8C52FF;
        color: #FFF;
        transition: 0.3s;
    }

    .contactButton {
        font-size: 30px;
        margin: 10px auto;
        padding: 10px 30px;
        border: 3px solid #AE74FF;
        background: #8C52FF;
        color: #FFF;
        transition: 0.3s;
    }

        .contactButton:hover {
            background: #AE74FF;
            color: #FFF;
            border-color: #CCC;
        }

    .contactForm {
        width: 50%;
        margin: 30px 25%;
    }

    .contactUsBlurb{
        width:calc(100% - 80px);
        padding:20px;
    }

    .contactFormTitle {
        padding: 20px;
        font-size: 24px;
        text-align: center;
    }

    .formElement {
        width: 50%;
        float: left;
        display: block;
    }

    .formInputTitle {
        padding: 10px;
        font-size: 20px;
        margin: 0 20px;
    }

    .formInputInner {
        padding: 10px;
        width: calc(100% - 40px);
        margin: 0 10px;
        border: 1px solid #CCC;
        background: #FFF;
    }

    .sampleText {
        padding: 30px;
    }



.terms {
    float: left;
    display: block;
}

.termsSection {
    padding: 20px;
    float: left;
    width: calc(100% - 40px);
    border-bottom:3px solid #8C52FF;
}

.termsHeader {
    padding: 20px;
    font-weight: 700;
    font-size: 22px;
}

.termsSection ul li{
    padding:10px 0;
}

    .img0 {
        background-image: linear-gradient(rgba(0,0,0, 0.25), rgba(0,0,0, 0)),url("../assets/img0.png");
    }

    .img1 {
        background-image: linear-gradient(rgba(0,0,0, 0.25), rgba(0,0,0, 0)),url("../assets/img1.jpeg");
    }

    .img2 {
        background-image: linear-gradient(rgba(0,0,0, 0.25), rgba(0,0,0, 0)),url("../assets/img2.png");
    }

    .img3 {
        background-image: linear-gradient(rgba(0,0,0, 0.25), rgba(0,0,0, 0)),url("../assets/img3.jpeg");
    }

    .img4 {
        background-image: linear-gradient(rgba(0,0,0, 0.25), rgba(0,0,0, 0)),url("../assets/img4.png");
    }

    .img5 {
        background-image: linear-gradient(rgba(0,0,0, 0.25), rgba(0,0,0, 0)),url("../assets/img5.jpeg");
    }

    .img6 {
        background-image: linear-gradient(rgba(0,0,0, 0.25), rgba(0,0,0, 0)),url("../assets/img6.jpg");
    }

    .img7 {
        background-image: linear-gradient(rgba(0,0,0, 0.25), rgba(0,0,0, 0)),url("../assets/img7.jpg");
    }

    .img8 {
        background-image: linear-gradient(rgba(0,0,0, 0.25), rgba(0,0,0, 0)),url("../assets/img8.jpg");
    }

    .img9 {
        background-image: linear-gradient(rgba(0,0,0, 0.25), rgba(0,0,0, 0)),url("../assets/img9.jpeg");
    }

    .img10 {
        background-image: linear-gradient(rgba(0,0,0, 0.25), rgba(0,0,0, 0)),url("../assets/img10.jpg");
    }

    .img11 {
        background-image: linear-gradient(rgba(70,0,255, 0.5), rgba(0,0,0, 0.0)),url("../assets/img11.jpg");
    }

    .mobileMenu{
        display:none;
    }

    .dismisser{
        display:none;
    }


@media screen and (max-width: 1130px) {

    .iconography {
        width: 80%;
        float: left;
        display: block;
        height: 60%;
        margin: 30px 10%;
        background-color: rgba(100,100,255,0.25);
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
    }
    .iconographyWide {
        width: 80%;
        float: left;
        display: block;
        height: 85%;
        margin: 30px 10%;
        background-color: rgba(100,100,255,0.25);
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
    }

    .mobileMenu{
        display:block;
        position:fixed;
        top:20px;
        right:20px;
        width:60px;
        height:60px;
        background-color:transparent;
        background-image:url("../assets/mobile.png");
        background-size:contain;
        background-position:center;
        background-repeat:no-repeat;
        border:0;
    }

        .iconography:nth-last-child(-n+1) {
            width: 80%;
            margin: 30px 10%;
        }

    .contactUsBlurb {
        width: 60%;
        margin: 20px 20%;
    }

    .headerContact{
        display:none;
    }

    .menu{
        position:absolute;
        z-index:3;
    }

    .menu ul{
        position:fixed;
        transition:0.3s;
        top:-500px;
        margin:0;
        width:100%;
        padding:0;
        height:500px;
        background:rgba(125,0,210,0.75);
        left:0;
        z-index:0;
    }

    .menu ul li{
        width:100%;
        font-size:36px;
        padding:20px;
        margin:0;
    }

    .menu ul li:hover {
        margin:0;
        padding:20px 20px 20px 50px;
        border-bottom: 3px solid #FFF;
    }

    .formElement{
        width:100%;
    }
    .contactForm{
        width:80%;
        margin: 0 10%;
        float:left;
    }

    .faqs ul{
        padding:0;
    }

    .subtitle{
        width:80%;
        margin:30px 10%;
    }

    .contactUs {
        padding: 20px 0px;
    }

    .bannerTitle{
        padding:30px;
    }

    .sendButton{
        width:50%;
        margin:20px 25% 100px 25%;
    }

    .formInputTitle {
        margin: 0;
    }

    .dismisser {
        display: block;
        background: rgba(0,0,0,0.5);
        width: 100%;
        float: left;
        height: 0;
        transition: 0.3s;
    }

    .faqs {
        width: 80%;
        margin:0 10%;
    }

    .reviews ul li{
        width:80%;
    }
    .footer{
        height:40px;
    }
    .footer ul{
        margin:0;
        padding:5px 20px;
    }

    .footer ul li {
        font-size: 12px;
    }
}