:root {
	--site-blue: #1b508c;
	--site-red: #b4151a;
    --site-light-grey: #d9dada;
    --site-trans-white: rgba(255,255,255,.64);
}

body {
    font-family: "Montserrat", sans-serif;
    font-size: .85em;
    position: relative;
}

.page-container {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

.page-container .content {
    flex: 1;
    background-color: rgba(255,255,255,.8);
    position: relative;
    margin-top: 10rem;
    margin-bottom:  -2rem;
    padding-bottom: 1.5rem;
}

.top-nav {
    font-size: 110%;
    background-color: rgba(255,255,255, .65);
    border-bottom: solid 1px #ccc;
    top: -1px;
}

.top-nav:hover {
    background-color: rgba(255,255,255, 1);
}

.top-nav a:hover {
    color: #E77073;
}

h1 {
    font-weight: 800;
}

.top {
    z-index: 10;
    position: relative;
}

.grey {
    background-color: var(--site-light-grey);
}

.btn-red {
    background-color: var(--site-red);
    color: #fff;
    border-radius: 3px;
    font-size: 96%
}

.btn-trans-white {
    background-color: var(--site-trans-white);
    color: var(--site-blue);
    border-radius: 3px;
}

.info .col-12 {
    background-color: rgba(255,255,255,.7)
}

.info {
    margin-bottom: 20vh;
}

.hero-container {
    background-color: var(--site-blue);
}

.hero {
    position: relative;
    margin-top: 20rem;
}

.hero .backdrop {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    flex-direction: column;
}

.hero .screens {
    background-image: url(../img/screens.jpg);
    background-size: cover;
    position: relative;
    height: 35vh;
}

.hero .blue-gradient {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#1b508c+0,1b508c+100&0+0,1+100 */
    background: linear-gradient(to right,  rgba(27,80,140,0) 0%,rgba(27,80,140,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 50%;
}

.hero .logo, .page-logo {
    position: absolute;
    width: 95vw;
    top: -50vh;
    left: 0;
}

.page-logo {
    width: 120vw;
    top: -30vh;
    left: -10vw
}

.hero .guy {
    background-image: url(../img/guy.png);
    background-position: 30% bottom;
    background-size: auto 90%;
    background-repeat: no-repeat;
    height: 35vh;
}

.hero .content {
    color: #fff;
    position: relative;
}

.hero h1 {
    margin: 5rem 0 3rem 0;
    text-align: right;
    font-size: 1.55rem;
}

.why {
    /* display: flex;
    flex-wrap: wrap;
    justify-content: center; */
}

.why .owl-carousel {
    display: block;
    margin: 2rem auto;
    width: 100%;
}

.why .slide {
    text-align: center;
    opacity: .9;
    width: 100%;
    font-size: 130%;
    width: 100%;
}

.why .slide:hover {
    opacity: 1;
    transition: opacity .1s;
}

.why .slide img {
    margin: 0 auto 2rem auto;
    width: 8rem;
}

.intro {
    font-weight: 300;
    font-size: 115%;
}

.intro b {
    font-weight: 600;
}

.equipment {
    background-color: #d9dada;
    background-image: url(../img/mesh.png);
}

.equipment img {
    mix-blend-mode: multiply;
    width: 40%
}

h2 {
    font-weight: 800;
    color: #2a2c30;
}

.site-btn {
    color: #fff;
    font-weight: 700;
    font-size: 97%;
    border-radius: 0;
    padding: .7rem 1rem;
    opacity: .64;
    margin-right: 1rem;
    display: inline-flex;
    align-items: center;
    margin-bottom: 1rem;
}

.site-btn i {
    margin-left: 1rem;
    font-size: 22px;
}

.site-btn:hover {
    opacity: 1;
    transition: all .7s;
    color: #fff;
}

.btn-jump, .btn-jump:hover {
    background-color: #ed3237;    
}

.btn-go, .btn-go:hover {
    background-color: #2a2c30;
}

.square {
    width: 100%;
    height: 0;
    padding-bottom: 100%;
    background-size: cover;
    display: flex;
    flex-direction: column;
}

.services h3 {
    font-size: 2rem;
    font-weight: 300;
    line-height: 2rem;
    margin: 2rem 0;
}

.services h3 b {
    font-weight: 800;
    font-size: 2.4rem
}

.square h4 {
   font-weight: 800;
}

.square-1 {
    background-image: url(../img/square-1.jpg);
    color: #fff;
}

.square-2 {
    background-image: url(../img/square-2.jpg);
}

.square-3 {
    color: #fff;
    background-image: url(../img/square-3.jpg);
}

.square ul {
    list-style-type: square;
    padding-left: 1rem;
}

.service-image {
    height: 20vh;
}

.qa .owl-stage, .qa .owl-item, .qa .item {
    display: flex;
    align-items: stretch;
}

.qa .owl-carousel .item > div  {
    border: solid 1px #d0d0d0;
    padding: 1rem;
    background-color: #ffffff;
    box-shadow: 0px 0px 10px 0px #d0d0d0;
    margin: .5rem;
}

.qa .item h4 {
    font-size: 1.1rem;
    /* font-weight: 300; */
    margin-bottom: 1rem;
    color: #1B508C;
}

.qa .form-control {
    background-color: #e6e6e6;
    border-radius: 0;
}

.qa form h5 {
    font-size: 1rem;
    font-weight: 400;
    margin-top: 2rem;
    margin-bottom: 1rem;
}

.qa form .btn {
    
    padding: 1rem;
    border-radius: 0;
    font-size: 90%;
    flex: 1;
    margin: 0 .3rem;
}

.qa form .btn i {
    font-size: 150%;
}

.qa form .btn-check:checked+.btn {
    background-color: var(--site-blue);
    color: #fff;
    border: none;
}

.qa .send-button {
    outline: solid 1px var(--site-blue);
    width: 100%;
    font-size: 110% !important;
}

.qa .send-button:hover {
    background-color: var(--site-blue);
    color: #fff;
}

.copy {
    background-color: var(--site-blue);
    padding: 1rem;
    color: #fff;
    margin-top: 2rem;
}

.content h3 {
    font-size: 1.2rem;
}

.bottom-image {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    flex: 1;
    position: relative;
}

.light-bg {
    outline: solid 1px #ccc;
}

.front-news {
    max-height: 60vh;
    overflow: hidden;
    position: relative;
    padding-bottom: 2.5rem;
    cursor: pointer;
}

.font-news h3 {
    font-size: 1.3rem;
}

.front-news .date {
    font-size: 90%;
    text-align: right;
}

.front-news .thumb {
    border: solid 1px #aaa;
}

.front-news .lead {
    font-size: 1.1rem;
    line-height: 1.4rem;
}

.front-news .full {
    margin-top: 1rem;
}

.front-news .whiteout {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&0+0,1+100 */
    background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    text-align: center;
    height: 2.5rem;
    padding-top: 1rem;
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
}

.certificate {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    border: solid 4px #e7e7e7;
    text-align: center;
    box-shadow: 0 0 8px rgba(0, 0, 0, .7);
    background-color: #fff;
    position: relative;
}

.certificate img {
    width: 100%;
    cursor: pointer;
}

.album-item {
    position: relative;
}

.jobs {
    background-color: #DADBDB;
}

.jobs .item > div {
    background-color: #fff;
    padding: 1rem;
    margin: 1rem;
    border: solid 1px #999;
    box-shadow: 0 0 10px rgba(0, 0, 0, .2);
}

@media (min-width: 992px) {

    .top {
        position: static;
    }

    .hero .logo, .page-logo {
        width: 35rem;
        margin-left: -17.5rem;
        left: 50%;
        top: -32rem;
    }

    .page-logo {
        top: -15.7rem;
    }
    
    .why > div {
        width: 25%;
    }
    
    .hero .screens, .hero .guy {
        height: auto;
    }

    .hero h1 {
        margin: 5rem 0 3rem 0;
        text-align: left;
    }

    .why > div {
        padding: 2em;
    }

    .equipment img {
        width: 70%;
    }
    
    .hero h1 {
        font-size: calc(1.375rem + 1.5vw);
    }

    .info {
        margin-bottom: 4rem;
    }
    
    .page-container .content {
        margin-top: 14rem;
    }
}