/*!
 * Start Bootstrap - Creative v5.0.1 (https://startbootstrap.com/template-overviews/creative)
 * Copyright 2013-2018 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-creative/blob/master/LICENSE)
 */

@import url('https://fonts.googleapis.com/css?family=Lato');
@import url('https://fonts.googleapis.com/css?family=Fahkwang');
* {
    margin: 0;
    padding: 0;
}

body,
html {
    width: 100%;
    height: 100%;
}

html {
    overflow: hidden;
}

body {
    overflow-x: hidden;
    overflow-y: scroll;
    perspective: 1px;
}

.hidden {
    display: none !important;
}

/*****************************************************************************************
 *  the class that wraps main Web page content, needed for parallax effect                *
 *****************************************************************************************/

.container-fluid {
    margin: 0;
    padding: 0;
}

/*********************************************************************************************************************
  * This is the bootstrap navbar section                                                                               *
  **********************************************************************************************************************/

#spoke,
#zone {
    font-family: 'Roboto', sans-serif;
    color: #fff;
    font-size: 1.5rem;
    text-transform: uppercase;
}

#spoke {
    font-weight: 700;
}

.navbar {
    background-color: gray;
    padding: 0;
    height: 55px;
}

.navbar-header {
    background-color: rgb(236, 88, 19);
    position: relative;
    height: 100%;
    width: 22rem;
    padding: 10px 1rem 0;
}

#nav-image {
    margin-top: -5px;
}

.cc {
    .navbar-header {
        padding-left: 0.4rem;
    }

    #nav-image {
        margin-top: -8px;
        width: 40px;
    }
}

.nav-link {
    color: #fff;
    transition: 0.5s;
    margin: 1rem;
    text-transform: uppercase;
}

.navbar-dark .navbar-nav .nav-link {
    color: #fff;
}

.navbar-dark .navbar-nav .nav-link:hover {
    text-decoration: underline;
    -webkit-text-decoration-color: rgb(236, 88, 19);
    /* Safari*/
    text-decoration-color: rgb(236, 88, 19);
}

.nav-item:last-child {
    margin-right: 2rem;
}

.navbar-toggler:focus,
.navbar-toggler:active {
    outline: none;
    box-shadow: none;
}

.navbar-dark .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255)'");
    background-size: 100%;
}

.navbar-collapse.collapse.show {
    background-color: rgba(128, 128, 128, 0.85);
}

/*********************************************************************************************************
 * Background Vid and top secton                                                                          *
 **********************************************************************************************************/

.acts-like-a-section {
    height: 100vh;
}

.mobile-sized-image {
    visibility: hidden;
    position: absolute;
}

.mobile-imac-image {
    visibility: hidden;
    position: absolute;
}

#wrapper-video {
    position: fixed;
    padding-top: 2%;
    top: 0%;
    left: 0%;
    width: 0%;
    height: 0%;
    z-index: -100;
}

.header-overlay {
    height: 100vh;
    width: 100vw;
    position: absolute;
    top: 0;
    left: 0;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAFCAYAAACNbyblAAAAH0lEQVQIW2NggAABIFYAYgMgdsAqwIBNgAGbAAM2AQCXWQKBzohaMwAAAABJRU5ErkJggg==);
    z-index: 1;
    margin-top: 55px;
}

header.masthead {
    position: relative;
    top: 0;
    background-size: cover;
    z-index: 2;
    height: calc(100vh - 55px);
    width: 100%;
}

.info-everywhere {
    padding-top: 20px;
}

.text-uppercase {
    font-family: 'Lato', sans-serif;
    font-weight: 800;
    font-size: 5vw;
    letter-spacing: 3px;
    color: white;
}

.carrot {
    position: absolute;
    bottom: 0;
    right: 50%;
    left: 50%;
}

.carrot a {
    font-size: 5rem;
    color: white;
}

.carrot:hover a {
    text-decoration: none;
}

.rotate {
    -moz-transform: translateX(-50%) translateY(-50%) rotate(90deg);
    -ms-transform: translateX(-50%) translateY(-50%) rotate(90deg);
    -o-transform: translateX(-50%) translateY(-50%) rotate(90deg);
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(90deg);
    transform: translateX(-50%) translateY(-50%) rotate(90deg);
}

/**************************************************************************
*  These two below styles are for the large uppercase headings of each section
*****************************************************************************/

.section-heading {
    position: relative;
    display: inline-block;
    text-align: center;
    text-transform: uppercase;
    font-size: 4rem;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    padding-top: 4rem;
    margin-bottom: 3rem;
}

.dark {
    color: rgb(104, 104, 104);
}

.light {
    color: #fff;
}

.section-heading::after {
    content: '';
    height: 0.6rem;
    width: 40%;
    left: calc(50% - 20%);
    position: absolute;
    background: rgb(236, 88, 19);
    bottom: -2rem;
}

/*********************************************************************************************
   * "Industries Section"                                                                       *
   *********************************************************************************************/

.industries-container {
    text-align: center;
    vertical-align: middle;
    background-color: #ffff;
    height: 100%;
    width: 100%;
    padding-bottom: 6rem;
}

.col-xs-12 {
    margin: 0.5rem;
}

.card-img.img-fluid {
    height: 32rem;
    width: 30rem;
    max-width: 100%;
}

.card-title {
    margin-top: 1.5rem;
    color: rgb(236, 88, 19);
}

.card-text {
    margin-top: 1rem;
    color: #fff;
}

/* Overlay */

.ovl {
    opacity: 0;
    transition: 0.4s;
}

.ovl:hover {
    opacity: 1;
    background: rgba(104, 104, 104, 0.7);
}

/*************************************************************************************************
 * iMac pic                                                                                       *
 *************************************************************************************************/

.iMac {
    position: absolute;
    margin-top: 0;
    width: 100%;
    -webkit-transform: translateZ(-1px) scale(2);
    transform: translateZ(-1px) scale(2);
    z-index: -1;
    min-width: 100%;
}

/*************************************************************************************************
 * About section                                                                                  *
 *************************************************************************************************/

.about-section {
    overflow: hidden;
    position: relative;
}

.about-column {
    background: rgba(104, 104, 104, 0.85);
    height: 80vh;
    width: 100%;
}

#about-heading {
    font-family: 'Open Sans', sans-serif;
    text-transform: uppercase;
    font-size: 3.5rem;
    font-weight: 600;
    color: #d8d8d8;
    margin: 10rem 0 2rem 2rem;
}

#about-heading::after {
    background: none repeat scroll 0 0 rgb(236, 88, 19);
    bottom: -10px;
    content: '';
    display: block;
    height: 10px;
    position: relative;
    width: 20%;
}

#about-paragraph {
    font-weight: 200;
    padding: 1rem 10rem 0 1rem;
    color: white;
    font-size: 1.2rem;
    line-height: 1.5;
}

/******************************************************************************************
 * Stats Section                                                                           *
 ******************************************************************************************/

.container-fluid.stats {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgb(236, 88, 19);
}

/* this is the h1 element for the text in stats */

.stat-numbers {
    text-align: center;
    font-size: 1.5rem;
    margin: 1.5rem 6rem;
    color: white;
}

.stat-numbers::first-line {
    color: white;
    font-size: 3.5rem;
}

/*********************************************************************************************
   * "Industries Section"                                                                       *
   *********************************************************************************************/

.industries-container {
    text-align: center;
    vertical-align: middle;
    background-color: #ffff;
    height: 100%;
    width: 100%;
}

.col-xs-12 {
    margin: 0.5rem;
}

.card-img.img-fluid {
    height: 32rem;
    width: 30rem;
    max-width: 100%;
    overflow: hidden;
}

.card-title {
    margin-top: 1.5rem;
    color: #fff;
}

.card-text {
    margin-top: 1rem;
}

/************************************************************************************************
 * "Features Section"                                                                            *
 ************************************************************************************************/

.features-section {
    text-align: center;
    background-color: rgb(104, 104, 104);
    height: 100%;
    padding-bottom: 6rem;
}

.features-column {
    padding: 1rem;
}

.image-box {
    position: relative;
}

.image-box img {
    display: block;
    width: 100%;
}

.features-content {
    background-color: gray;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 12%;
    width: 100%;
    overflow: hidden;
    transition: 0.4s ease;
}

.features-content h1 {
    margin: 1rem 0;
    font-size: 2rem;
}

.features-content hr {
    position: absolute;
    border: 0;
    margin: 2rem;
    left: calc(23% - 10%);
    width: 60%;
    height: 1px;
    background: white;
}

.features-content p {
    margin: 5rem;
    font-size: 1rem;
}

.image-box:hover .features-content {
    height: 100%;
    background-color: rgba(128, 128, 128, 0.925);
}

/************************************************************************************************
 * "Features Section"                                                                            *
 ************************************************************************************************/

.imprint-section {
    text-align: center;
}

/************************************************************************************************
 * "Contact Section"                                                                             *
 ************************************************************************************************/

.contact-section {
    text-align: center;
    position: relative;
    height: auto;
    background: #fff;
    padding-bottom: 6rem;
    color: #000;
}

.address {
    margin: 7rem 0;
    height: 100%;
    width: 100%;
}

#form-paragraph {
    margin-left: 10px;
    margin-bottom: 10px;
}

.form-group {
    height: 100%;
    margin-top: 7rem;
    margin-right: 10rem;
}

.form-control {
    background-color: rgb(219, 213, 218);
    border: none;
    border-radius: 0;
    margin: 3px;
}

.btn.btn-link {
    color: rgb(253, 251, 251);
    background-color: gray;
    border: none;
    border-radius: 0;
}

.btn-clear {
    margin-right: 20px;
}

.thisMap {
    width: 100%;
}

.contact-hr {
    border: none;
    color: rgb(236, 88, 19);
    background-color: rgb(236, 88, 19);
    width: 5rem;
    height: 0.6rem;
    margin-top: 5rem;
    margin-bottom: 4rem;
}

/*****************************************************************************************************
 * "Footer"                                                                                           *
 *****************************************************************************************************/

.page-footer {
    position: relative;
    width: 100%;
    bottom: 0;
    height: 7rem;
    background-color: black;
}

.copyright,
.social-icons {
    padding: 10px;
}

.list-inline-item,
.fa {
    color: white;
}

/****** "Media Queries" *********/

/*******************************************************************************
   *                                 MAX-WIDTH: 1100px                           *
   ******************************************************************************/

@media (max-width: 1100px) {
    #about-paragraph {
        padding: 1rem 5rem 0 1rem;
    }
}

/*******************************************************************************
   *                                 MAX-WIDTH: 992px                           *
   ******************************************************************************/

@media (max-width: 992px) {
    .mobile-sized-image {
        visibility: visible;
        position: fixed;
        z-index: -1;
        height: 100vh;
        min-width: 100%;
        width: auto;
    }
    .header-overlay {
        visibility: hidden;
    }
    .navbar {
        background-color: rgb(236, 88, 19);
    }
    .navbar-header {
        width: 230px;
    }
    video {
        display: none;
    }
    .text-uppercase {
        background-color: rgba(0, 0, 0, 0.3);
    }
    .mobile-imac-image {
        visibility: visible;
        position: relative;
        width: 100%;
        height: auto;
        margin-top: 55%;
    }
    .iMac {
        display: none;
    }
    .about-column {
        background: rgb(104, 104, 104);
        height: 50vh;
        width: 100%;
        text-align: center;
    }
    #about-heading {
        margin: 2rem;
        text-align: center;
    }
    #about-heading::after {
        left: 40%;
        right: 40%;
    }
    #about-paragraph {
        padding: 1rem;
    }
    .card-title {
        margin: 0;
        font-size: 2rem;
    }
    .card-text {
        margin-top: 1.8rem;
        font-size: 1rem;
    }
    .grid-divider::after {
        display: none;
    }
    .features-content h1 {
        margin: 0.6rem 0;
        font-size: 2rem;
    }
    .features-content hr {
        position: absolute;
        border: 0;
        margin: 2rem;
        left: calc(23% - 10%);
        width: 60%;
        height: 1px;
        background: white;
    }
    .features-content p {
        margin: 5rem;
        font-size: 1rem;
    }
    .address {
        text-align: left;
    }
    #about,
    #industries {
        margin-top: -55px;
        padding-top: 55px;
    }
    #contact {
        padding-top: 55px;
    }
}

/******************************************************************************
   *                                  MAX-WIDTH: 843px                           *
   *******************************************************************************/

@media (max-width: 843px) {
    #information-everywhere {
        font-size: 40px;
        padding: 50px 0;
    }
    #carrot {
        font-size: 80px;
    }
    .horizontal-rule.about-rule {
        text-align: center;
    }
    .container-fluid.stats {
        display: flex;
        align-items: center;
        justify-content: center;
        height: 420px;
        background-color: rgb(236, 88, 19);
    }
    .card-title {
        margin: 1rem;
        font-size: 1.3rem;
    }
    .card-text {
        margin-top: 10px;
        font-size: 1rem;
    }
}

/****************************************************************************
   *                                    MAX-WIDTH: 767px                       *
   ****************************************************************************/

@media (max-width: 767px) {
    .card-title {
        margin: 0;
        font-size: 1rem;
    }
    .card-text {
        margin: 0;
        font-size: 0.6rem;
    }
    .features-content h1 {
        margin: 1rem 0;
        font-size: 4rem;
    }
    .features-content hr {
        position: absolute;
        border: 0;
        margin: 2rem;
        left: calc(23% - 10%);
        width: 60%;
        height: 1px;
        background: white;
    }
    .features-content p {
        margin: 5rem;
        font-size: 2rem;
    }
    .features-section {
        padding-bottom: 20px;
    }
    .ovl {
        opacity: 1;
        background: rgba(104, 104, 104, 0.7);
    }
}

/***************************************************************************
   *                                     MAX-WIDTH: 576px                     *
   ****************************************************************************/

@media (max-width: 576px) {
    #spoke,
    #zone {
        font-family: 'Roboto', sans-serif;
        color: #fff;
        font-size: 1rem;
        text-transform: uppercase;
    }
    .text-uppercase {
        font-size: 8vw;
    }
    a.carrot {
        font-size: 10rem;
        color: #fff;
    }
    a.carrot:hover {
        text-decoration: none;
        color: #fff;
    }
    .about-column {
        height: 60vh;
    }
    #about-heading {
        font-size: 2rem;
        padding: 0;
    }
    #about-paragraph {
        font-size: 1rem;
    }
    .container-fluid.stats {
        display: flex;
        align-items: center;
        justify-content: center;
        height: 35rem;
        background-color: rgb(236, 88, 19);
        text-align: center;
    }
    .stat-numbers {
        font-size: 20px;
        margin-left: 80px;
        margin-right: 80px;
    }
    #stat-section {
        padding-bottom: 55px;
    }
    .col-xs-12::first-line {
        color: white;
        font-size: 60px;
    }
    .section-heading {
        font-size: 2rem;
        padding: 1rem;
    }
    .section-heading::after {
        bottom: -0.5rem;
    }
    .industries-container {
        padding: 0;
    }
    .card-title {
        margin-top: 1rem;
        font-size: 2rem;
    }
    .card-text {
        margin-top: 1rem;
        font-size: 1rem;
    }
    .features-content h1 {
        margin: 1.5rem 0;
        font-size: 2rem;
    }
    .features-content hr {
        position: absolute;
        border: 0;
        margin: 2rem;
    }
    .features-content p {
        margin: 5rem;
        font-size: 1.5rem;
    }
    #features {
        margin-top: -55px;
        padding-top: 55px;
    }
    .image-box:hover .features-content {
        height: 100%;
        background-color: rgba(128, 128, 128, 0.925);
    }
    .thisMap {
        display: none;
    }
    .form-group {
        text-align: center;
        margin: 2rem;
    }
    #form-paragraph {
        margin: 2rem;
    }
    .btn {
        width: 100%;
        border-radius: 0;
    }
    .address {
        text-align: center;
        margin: 0 2.5rem;
    }
    .contact-hr {
        display: none;
    }
}

/***************************************************************************
   *                                     MAX-WIDTH: 420px                     *
   ****************************************************************************/

@media (max-width: 420px) {
    .about-column {
        height: 85vh;
    }
    #about-paragraph {
        margin: 0;
    }
    .features-content h1 {
        margin: 0.8rem 0;
        font-size: 1.5rem;
    }
    .features-content hr {
        position: absolute;
        border: 0;
        margin: 2rem;
        left: calc(23% - 10%);
        width: 60%;
        height: 1px;
        background: white;
    }
    .features-content p {
        margin: 5rem;
        font-size: 1rem;
    }
}
