html {
    /* make 1rem = 10px */
    font-size: 62.5%;
}

body {
    font-family: Montserrat, Arial, sans-serif;
    line-height: 1.2;
}

li {
    list-style: none;
}

.site-wrapper {
    font-size: 1.6rem;
}

#big-home {
    min-height: 100vh;
}

#home-blue {
    background: none;
}

@media screen and (min-width: 760px) {
    #home-blue {
        background: url(../images/Rectangle.png) top right no-repeat;
    }
}


/* header */

.comquas-header {
    padding: 2rem 0.5rem 0 2rem;
    position: relative;
    min-height: 100px;
}

.comquas-header__logo {
    width: 17rem;
    height: auto;
}

.comquas-header__nav {
    text-align: right;
    position: absolute;
    z-index: 100;
    width: 100%;
    -webkit-transition: -webkit-transform ease-in 300ms;
    transition: -webkit-transform ease-in 300ms;
    -o-transition: transform ease-in 300ms;
    transition: transform ease-in 300ms;
    transition: transform ease-in 300ms, -webkit-transform ease-in 300ms;
}

.comquas-header__nav-control {
    padding: 0.4rem 0;
}

.comquas-header__nav-control span {
    position: relative;
    display: none;
    width: 3.6rem;
    height: 0.4rem;
    background: #2b44ff;
    position: absolute;
    right: 4rem;
    top: 4rem;
    z-index: 9999;
    cursor: pointer;
    -webkit-transition: background ease 300ms;
    -o-transition: background ease 300ms;
    transition: background ease 300ms;
}

.comquas-header__nav-control span:before,
.comquas-header__nav-control span:after {
    position: absolute;
    content: "";
    width: inherit;
    height: inherit;
    background: #2b44ff;
    -webkit-transition: all ease 300ms;
    -o-transition: all ease 300ms;
    transition: all ease 300ms;
}

.comquas-header__nav-control span:before {
    top: -0.8rem;
}

.comquas-header__nav-control span:after {
    bottom: -0.8rem;
}

.comquas-header__nav-control.active span {
    position: fixed;
    background: none;
}

.comquas-header__nav-control.active span:before {
    -webkit-transform: translateY(0.8rem) rotate(45deg);
    -ms-transform: translateY(0.8rem) rotate(45deg);
    transform: translateY(0.8rem) rotate(45deg);
    background: #fff;
}

.comquas-header__nav-control.active span:after {
    -webkit-transform: translateY(-0.8rem) rotate(-45deg);
    -ms-transform: translateY(-0.8rem) rotate(-45deg);
    transform: translateY(-0.8rem) rotate(-45deg);
    background: #fff;
}

.comquas-header__nav li {
    display: inline-block;
    margin-right: 4rem;
    list-style: none;
    font-size: 2rem;
    font-weight: 500;
}

.comquas-header__nav.active {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
}

.comquas-header__nav a:active,
.comquas-header__nav a:visited,
.comquas-header__nav a {
    color: #333;
    text-decoration: none;
    font-family: Muli, Arial, Helvetica, sans-serif;
    font-weight: 300;
}

.comquas-header__banner {
    z-index: 5;
}

.comquas-header__hero-txt {
    z-index: 8;
}

.comquas-header__banner-bg {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
}

.comquas-header__subtitle {
    padding-top: 1.2rem;
}

.comquas-header__subtitle h1 {
    font-size: 5rem;
    font-weight: bold;
    color: #2f3676;
    font-family: 'Work Sans', 'Helvetica';
}

.full-blue {
    background: #2b44ff;
}

.full-contact {
    background: #dde3e9;
}

.comquas-header__subtitle p {
    font-size: 2.5rem;
    color: #2f3676;
    padding: 5rem 0;
    font-family: Muli, Arial, Helvetica, sans-serif;
    font-weight: 300;
    line-height: 1.4em;
}

.comquas__btn {
    min-width: 23rem;
    display: inline-block;
    padding: 2rem;
    color: #fff;
    background: #2B44FF;
    border-radius: 0.4rem;
    font-size: 2rem;
    outline: none;
    border: 0;
    font-family: 'Work Sans', 'Helvetica';
    font-weight: bold;
    cursor: pointer;
}

.comquas__btn:active,
.comquas__btn:hover,
.comquas__btn:visited {
    color: #fff;
    background: #4c74ff;
    text-decoration: none;
}


/* main */

.comquas-clients {
    background: #2b44ff;
    color: #fff;
}

.banner-right {
    float: right;
}

.comquas-clients__list {
    margin: 3rem 0;
}

.comquas-clients p {
    color: #ccc;
}

.comquas-clients h1 {
    font-size: 6rem;
    font-weight: bold;
    font-family: 'Work Sans', 'Helvetica';
}

.comquas-clients li {
    padding-bottom: 2rem;
}

.comquas-contact,
.comquas-clients {
    padding: 3rem 2rem;
}

.comquas-contact {
    background: #dde3e9;
}

.comquas-contact .form-control {
    padding: 3rem 2rem;
    -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, .15);
    box-shadow: 0 2px 2px rgba(0, 0, 0, .15);
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .15);
    box-shadow: 0 1px 2px rgba(0, 0, 0, .15);
    font-size: 1.8rem;
    margin-bottom: 2rem;
    border-radius: 0;
    -webkit-transition: all ease-in 0.3;
    -o-transition: all ease-in 0.3;
    transition: all ease-in 0.3;
    font-family: Muli, Arial, Helvetica, sans-serif;
    font-weight: 300;
}

.form-control:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.comquas-clients__list li {
    font-family: Muli, 'Helvetica';
    font-weight: 300;
}

.comquas-contact__info {
    padding-bottom: 0.8rem;
}

.comquas-contact h1 {
    font-size: 6rem;
    color: #2b44ff;
    font-weight: bold;
    font-family: 'Work Sans', 'Helvetica';
}

.comquas-contact p {
    line-height: 2.2;
    padding-top: 1.5rem;
    font-family: Muli, Arial, Helvetica, sans-serif;
    font-weight: 300;
}

.comquas-contact__img-container {
    text-align: right;
    padding-bottom: 1.5rem;
}

.comquas-contact__img-container a {
    text-decoration: none;
}

.comquas-contact img {
    width: 4.5rem;
}


/* Address */
.full-address {
    background: #EEE;
}

.comquas-address__info {
    padding-bottom: 0.8rem;
}

.comquas-address h1 {
    font-size: 6rem;
    color: #111;
    font-weight: bold;
    font-family: 'Work Sans', 'Helvetica';
}

.comquas-address p {
    line-height: 2.2;
    padding-top: 1.5rem;
    font-family: Muli, Arial, Helvetica, sans-serif;
    font-weight: 300;
}

.comquas-address__img-container {
    text-align: right;
    padding-bottom: 1.5rem;
}

.comquas-address__img-container a {
    text-decoration: none;
}

.comquas-address img {
    width: 4.5rem;
}
/* End Address */

#comquas-map {
    height: 420px;
}


/* footer */

.comquas-footer-copyright {
    background: #2b44ff;
    color: #fff;
    padding: 20px 0;
    font-family: 'Work Sans', 'Helvetica';
    font-weight: bold;
}


/* media query */

@media (max-width: 768px) {
    .comquas-contact__img-container {
        text-align: left;
    }
    .comquas-header {
        overflow: hidden;
    }
    .comquas-header__nav {
        position: fixed;
        -webkit-transform: translateX(100%);
        -ms-transform: translateX(100%);
        transform: translateX(100%);
        width: 60%;
        top: 0;
        right: 0;
        bottom: 0;
        text-align: center;
        background: #2f3676;
    }
    .comquas-header__nav-control span {
        display: inline-block;
    }
    .comquas-header__nav li {
        display: block;
        text-align: center;
        margin-top: 50%;
    }
    .comquas-header__nav a:active,
    .comquas-header__nav a:visited,
    .comquas-header__nav a {
        color: #fff;
    }
    .comquas-header__sub-title {
        padding-top: 3rem;
    }
    .comquas-contact img {
        margin-right: 1.5rem;
    }
    .comquas-header__subtitle p {
        padding: 2.5rem 0;
    }
}

@media (min-width: 769px) {
    .comquas-contact img {
        margin-left: 1.5rem;
    }
}

@media screen and (max-width: 420px) {
    .comquas-header__subtitle h1 {
        font-size: 3rem;
    }
    .comquas-header__subtitle p {
        font-size: 2rem;
    }
    .comquas-clients h1,
    .comquas-contact h1 {
        font-size: 5rem;
    }
    .comquas__btn {
        min-width: 19rem;
    }
}