@font-face {
    font-family: 'Helvetica Neue Ultra Light';
    src: url('./fonts/HelveticaNeueUltraLight.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Helvetica Neue Thin';
    src: url('./fonts/HelveticaNeueThin.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Helvetica Neue Light';
    src: url('./fonts/HelveticaNeueLight.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Helvetica Neue Bold';
    src: url('./fonts/HelveticaNeueBold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Helvetica Neue Heavy';
    src: url('./fonts/HelveticaNeueHeavy.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Helvetica Neue Black';
    src: url('./fonts/HelveticaNeueBlack.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

body, html {
    margin: 0;
    padding: 0;
    height: 100%;
    color: #192B6D;
}

body {
    font-family: 'Helvetica Neue Light', sans-serif;
    margin: 0;
    padding: 0;
    background: #ffffff;
}

.container {
    width: 100%;
    margin: 0 auto;
    padding: 0 40px;
    box-sizing: border-box;
}

@media (min-width: 640px) {
    .container {
        max-width: 640px;
    }
}

@media (min-width: 768px) {
    .container {
        max-width: 768px;
    }
}

@media (min-width: 1024px) {
    .container {
        max-width: 1024px;
    }
}

@media (min-width: 1280px) {
    .container {
        max-width: 1280px;
    }
}

.parallax {
    background-image: url("./images/QAtechsLLC.png");
    min-height: 600px;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-bottom: solid 20px #192b6d;
}

nav {
    position: fixed;
    top: 0;
    background: white;
    padding: 10px;
    z-index: 1000;
    width: 100%;
    box-shadow: 0 6px 10px rgba(0, 0, 0, 0.1);
}

nav .container {
    height: 100px;
    display: grid;
}

.nav-wrapper {
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: space-between;
}

.nav-links {
    display: none;
}

@media (min-width: 1024px) {
    .nav-links {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
    }

    .nav-links a {
        text-decoration: none;
        color: #192b6d;
        font-weight: bold;
        padding: 0 40px;
        white-space: nowrap;
    }

    .nav-links a:hover {
        color: #d41417;
    }
}

.content {
    padding: 40px;
    max-width: 800px;
    background: #f2f2f2;
    box-shadow: 0 6px 10px rgba(0, 0, 0, 0.1);
    margin: 0 40px 0 auto;
    margin-top: -12rem;
}

.brand {
    font-size: 24px;
    font-weight: bold;
}

.company-name {
    font-size: 66px;
    text-align: left;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-bottom: 40px;
    color: #192b6d;
    white-space: nowrap;
}

.description {
    font-size: 18px;
    margin-top: -8px;
    padding: 0 40px;
    text-align: left;
    line-height: 32px;
}

.section-service {
    padding-bottom: 90px;
    border-bottom: solid 20px #192b6d;
}

header {
    min-height: 175px;
    padding: 60px 0 120px 0;
    background: #192b6d;
    z-index: -3;
    position: relative;
}

header h2 {
    color: #fff;
    font-size: 55px;
    font-weight: 400;
}

header p {
    color: #333333;
    font-size: 18px;
    line-height: 32px;
    color: #fff;
    max-width: 40rem;
}

.service-wrapper {
    display: flex;
    justify-content: space-between;
}

.service {
    background-color: #f0f0f0;
    margin: 1em 0;
    padding: 2em;
    max-width: 250px;
    margin-top: -5rem;
    height: 26rem;
}

.service-border {
    border: solid 4px #f2f2f2;
    height: 502px;
    position: absolute;
    width: 260px;
    margin-top: -48px;
    margin-left: 30px;
    z-index: -1;
}

.service h2 {
    color: #192b6d;
    font-size: 28px;
    font-weight: 300;
}

.service p {
    color: #000;
    font-size: 18px;
    font-weight: 400;
    line-height: 32px;
}

.section-discover {
    padding: 100px 0;
}

.section-whychooseus,
.section-industries {
    padding: 100px 0 50px 0;
}

.section-discover .content {
    margin: 0 auto;
}

.section-whychooseus .content, .section-industries .content {
    max-width: 650px;
    margin: -12rem auto 0 auto;
}

.section-discover .company-name,
.section-whychooseus .company-name,
.section-industries .company-name {
    white-space: unset;
    font-weight: 300;
}

.section-whychooseus .company-name,
.section-industries .company-name {
    max-width: 500px;
    padding-bottom: 0;
}

.section-discover .line {
    margin-top: 5px;
}

.section {
    padding: 60px 30px;
    height: 200px;
}

.content-wrapper {
    display: flex;
}

.line {
    border-top: solid 4px #192b6d;
    width: 65%;
}

.logo {
    width: 130px;
    height: 130px;
    margin-top: -15px;
}

.hamburger-menu .cross {
    display: none;
}

footer {
    background: #192b6d;
    padding: 60px 0 5px 0;
}

footer .container {
    padding: 0 60px;
}

.footer-header {
    max-width: 800px;
    margin: 0 auto 60px auto;
}

.footer-header h2 {
    font-size: 38px;
    font-weight: 400;
    text-align: center;
    color: #fff;
}

.footer-header p {
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    text-align: center;
    line-height: 28px;
}

.contact-info {
    max-width: 800px;
    margin: 0 auto 60px auto;
}

.contact-info p {
    font-size: 18px;
    line-height: 32px;
    font-weight: 600;
    color: white;
}

.contact-info a,
.contact-info span {
    font-weight: 400;
    color: white;
    text-decoration: none;
}

.social-icon p {
    text-align: center;
    color: #fff;
    font-size: 28px;
    margin: 40px auto;
    font-weight: 300;
}

.icons {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 80px;
}

.icons img {
    width: 40px;
    margin: 0 10px;
}

.copy-right {
    color: #f2f2f2;
    font-size: 14px;
    padding-left: 5px;
}

.hero {
    background-image: url("./images/whychooseus.png");
    height: 450px;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-bottom: solid 20px #192b6d;
}

.hero-industry {
    background-image: url("./images/industries.png");
}

.whyChooseUs, .industries, .home, .aboutus {
    margin-top: 100px;
} 

.listitems {
    max-width: 650px;
    margin: 50px auto 0 auto;
}

ul.numbered-list li {
    font-size: 18px;
    display: flex;
}

ul.numbered-list {
    list-style: none;
    padding-left: 0;
}

ul li span.decimal-style {
    color: #192B6D;
    font-size: 28px;
    font-weight: lighter;
    padding-right: 25px;
    margin-top: 25px;
}

ul li p {
    font-size: 18px;
    color: #192B6D;
    line-height: 32px;
    font-weight: 100;
}

ul li p span {
    font-weight: 600;
}

.industryitem {
    max-width: 650px;
    margin: 50px auto 0 auto;
}

.industryitems {
    margin-bottom: 30px;
}

.industryitems h3 {
    font-size: 28px;
    font-weight: 600;
    line-height: 42px;
    margin-bottom: 0;
}

.industryitems p {
    font-size: 18px;
    font-weight: 300;
    line-height: 32px;
    margin-top: 0;
}

.plain-content {
    padding-top: 60px;
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
}

.plain-content h2 {
    font-size: 56px;
    font-weight: 100;
    line-height: 56px;
}

.plain-content p {
    font-size: 18px;
    line-height: 32px;
    max-width: 700px;
    margin: 0 auto;
}

.mission-vision {
    background: #fff;
    margin-top: 80px;
}

.two-section {
    display: flex;
    background: #fff;
}

.image-section {
    width: 50%;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.image-section.left {
    background-image: url("./images/QAtechs-Mission.png");
}

.image-section.right {
    background-image: url("./images/QAtechs-Vision.png");
}

.image-section.right-mobile, .image-section .mobile {
    display: none;
}

.two-section-text{
    width: 50%;
}

.two-section-text-wrapper {
    margin: 0 auto;
    max-width: 460px;
    text-align: center;
    padding: 20px;
}

.two-section-text-wrapper h2 {
    font-size: 55px;
    font-weight: 600;
}

.two-section-text-wrapper p {
    font-size: 18px;
    font-weight: 300;
    line-height: 32px;
}

@media (max-width: 1279px) {
    .service {
        padding: 1em;
    }
    .service-border {
        height: 470px;
        width: 240px;
        margin-top: -32px;
        margin-left: 30px;
    }
}

@media (max-width: 1023px) {
    .nav-links {
        display: none;
    }

    .nav-links.show-menu {
        display: flex;
        flex-direction: column;
        background-color: #ffffff;
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        padding: 10px;
        box-shadow: 0 6px 10px rgba(0, 0, 0, 0.1);
        z-index: 999;
        text-align: center;
        padding-top: 50px;
        height: 100vh;
    }

    .nav-links a {
        color: #192b6d;
        text-decoration: none;
        padding: 10px;
    }

    .hamburger-menu {
        display: block;
        cursor: pointer;
    }

    .hamburger-menu .bar {
        width: 25px;
        height: 3px;
        background-color: #192b6d;
        margin: 5px 0;
    }

    .hamburger-menu.change .bar {
        display: none;
    }

    .hamburger-menu.change .cross {
        display: block;
        font-size: 30px;
        font-weight: 700;
        color: #192b6d;
    }

    .parallax {
        min-height: 400px;
    }

    .content {
        margin-right: auto;
    }

    .line {
        display: none;
    }

    .description {
        padding: 0;
    }

    .service-wrapper {
        display: block;
    }

    .service {
        margin: 1em 0;
        padding: 2em;
        width: auto;
        height: auto;
        max-width: unset;
    }

    .service:first-of-type {
        margin-top: -5rem;
    }

    .service-border {
        display: none;
    }
    .contact-info {
        text-align: center;
    }
    .copy-right {
        text-align: center;
    }
    .section-discover {
        padding: 60px 0;
    }
    .company-name {
        font-size: 55px;
    }
}

@media (max-width: 992px) {
    .two-section-text-wrapper {
        max-width: 300px;
    }
}

@media (max-width: 767px) {
    .two-section {
        display: block;
    }
    .two-section-text-wrapper {
        max-width: unset;
    }
    .two-section-text {
        width: 100%;
    }
    .image-section {
        width: 100%;
        background: none;
        background-image: none;
    }
    .image-section.right {
        background-image: none;
    }
    .image-section.left {
        background-image: none;
    }
    .image-section.right-mobile, .image-section .mobile {
        display: block;
    }
    .image-section img {
        width: -webkit-fill-available;
    }
}

@media (max-width: 646px) {
    .section {
        padding: 30px;
        min-height: 200px;
        height: auto;
    }

    .section .container {
        padding: 0;
    }

    .content {
        padding: 40px 20px;
    }

    .section-whychooseus .company-name {
        max-width: 455px;
    }

    .company-name, .section-discover .company-name {
        font-size: 48px;
    }
}

    @media (max-width: 479px) {
    .company-name, .section-discover .company-name, .section-whychooseus .company-name {
        font-size: 38px;
    }
}
