/*@import url('https://fonts.googleapis.com/css?family=Barlow+Condensed:400,500,700');*/
@import url('https://fonts.googleapis.com/css?family=Exo+2:300,400,500,600,700');
@import url('https://fonts.googleapis.com/css?family=Gothic+A1:300,400,500,700');

body{
    font-family: 'Gothic A1', sans-serif;
    font-size: 14px;
    font-weight:500;
    color: white;
}

h1{
    font-size: 20px;
    font-weight:700;
}

h2{
    font-size: 16px;
    font-weight:700;
    line-height: 26px;
}

h3{
    font-family: 'Exo 2', sans-serif;
    font-size: 30px;
    font-weight:700;
    text-align: center;
    line-height: 30px;
    margin-bottom: 20px;
}

h4{
    font-family: 'Exo 2', sans-serif;
    font-weight: 400;
    font-size: 18px;
}

h5{
    font-family: 'Exo 2', sans-serif;
    font-weight: 700;
    font-size: 18px;
}

p{

}

.title, .subtitle{
    color: white;
}

body.modal-open {
    /*position: fixed;*/
    overflow: hidden;
}

/*UTILITY*/
/*=========================*/

.no-padding{
    padding: 0;
}

.no-margin{
    margin: auto;
}

.top-nav{
    padding: 10px 20px;
}

.reset-margin{
    /*margin-left:20px;*/
    margin: auto;
}

.restrict-width{
    max-width:70%;
}

.align-left{
    margin:auto;
    text-align: left;
}

.align-center{
    margin: auto;
    text-align: center;
}

.pad-top{
    padding-top:50px;
}

.use-bullets{
    list-style: square;
    padding-left: 20px;
}

.white-bg{
    background-color: white;
}

.hide-mobile{
    display:block;
}

@media screen and (max-width: 768px){
    .hide-mobile{
        display: none;
    }
}



/*             NAV                */
/*================================*/
.nav-black{
    background-color: black;
}


/*FLICKITY*/

/* inherit height from parent */
.carousel { height: 100%; }

.carousel-cell { height: 100% }


/* move page dots into carousel */
.flickity-page-dots { bottom: 10px; }

/* no circle */
.flickity-prev-next-button {
    background: transparent;
    top:55%;
}

/*smaller than 1024 - mobile and ipad*/
@media screen and (max-width: 1023px){
    .flickity-prev-next-button {
        top:60%;
    }
}

.flickity-prev-next-button:hover {
    background: transparent;
}

/**/

.second-hero {
    padding-top: 60vh;
    background-image: url("../images/facial-recognition.jpg");
    /*height: 100%;*/
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.navbar.is-info .navbar-brand > a.navbar-item:hover{
    background-color: #6a8aa3;
}
.navbar-item a:hover{
    color: #071c53;
}

.logo-box{
    display:none;
    text-align: center;
    /*background-color: #15242e;*/
    background-color: #071c53;
}

/*HERO IMAGE AT TOP*/

.carousel {
    padding-top:72px;
}

.carousel img{
    width:100%;
    height:100%;
    object-fit: cover;
}

.hero-image {
    height:65vh;
}

.logo-over-hero{
    top:20%;
    display: block;
    position: absolute;
    text-align:right;
    right: 40px;
}

.logo-over-hero img{
    width:50%;
}

/*greater than 1280 - large screens*/
@media screen and (min-width: 1280px){
    .hero-image {
        height: 75vh;
    }
    .logo-over-hero{
        top:30%;
    }
}

/*smaller than 1024 - mobile and ipad*/
@media screen and (max-width: 1023px){
    .hero-image {
        height:55vh;
    }
    .logo-box {
        display:block;
    }
    .logo-over-hero {
        display:none;
    }
    .logo-m{
        padding:0;
        padding-bottom:10px;
    }
    .logo-box > .hero-body{
        padding: 1.5rem;
    }
    .logo-m img{
        max-width: 40%;
        text-align:center;
    }
}

/* No greater than 767px, no less than 667px - landscape mobile*/
@media (max-width:767px) and (min-width:567px) {
    .hero-image {
        height:90vh;
    }
}​



/*     SERVICES/HOW WE OPERATE    */
/*================================*/
.logos-container{
    max-width: 1000px;
    padding-left: 10px;
}

.services-box{
    background-color: #6a8aa3;
    /*padding: 200px 40px;*/
}

.services-box img{
    border:1px solid black;
}

.services-box .subtitle {
    padding-top: 20px;
}

.services-header-bg{
    text-align: center;
    color: #6a8aa3;
    background-color: white;
    padding-top:7px;
    padding-bottom:7px;
    margin-bottom:20px;
}

@media screen and (max-width: 768px){
    .services-box h1{
        font-size: 20px;
    }
    .services-box h2{
        font-size: 18px;
    }
}


/*           INTRODUCTION         */
/*================================*/
.introduction-box{
    margin-top:-20px;
    /*padding-top: 100px;*/
    background-color: white;
    color: #15242e;
}

.introduction-box .subtitle {
    text-align: left;
    color: #15242e;
}

#introduction .column{
    padding-top:60px;
    padding-bottom:60px;
}

@media screen and (max-width: 768px){
    .introduction-box h1{
        font-size: 20px;
    }
    .introduction-box h2{
        font-size: 18px;
    }
    .introduction-box h3{
        font-size: 26px;
    }
}

/*             DOMAINS            */
/*================================*/
.domains-box{
    text-align: center;
    color: #15242e;
    /*padding:0px 40px;*/
    background-color:white;
}

.domains-box h2{
    padding-bottom:10px;
}

#wrapper {
    display: flex;
}
#left {
    flex: 0 0 45%;
}
#right {
    flex: 1;
}
.domains-left{
    padding:5%;
}

.domains-list{
    padding-top:3rem;
    padding-bottom: 2rem;
}
.domains-header-bg{
    text-align: center;
    color: white;
    background-color: #15242e;
    padding-top:7px;
    padding-bottom:7px;
    margin-bottom:20px;
}


@media screen and (max-width: 768px){
    .introduction-box{
        padding:20px; 20px;
    }
    #introduction .column{
        padding-top:0;
        padding-bottom:0;
    }
    .domains-left{
        padding-top: 1rem;
        padding-bottom: 1rem;
        padding-left: 2rem;
    }
    .domains-list{
        padding-top:2rem;
        padding-bottom: 2rem;
    }
    #wrapper {
        display: block;
    }
    .domains-box h1{
        font-size: 20px;
    }
    .domains-box h2{
        font-size: 14px;
    }
}


/*              CONTACT           */
/*================================*/
.contact-box{
    color:white;
    /*padding: 150px 40px;*/
    background-color: #6a8aa3;
}

.icon-link a{
    color:white;
}

/*PDP*/
.pdp-cell{
    max-width:80%;
}

#contact a{
    text-decoration: underline;
    color: white;
}

#contact .column{
    /*text-align: center;*/
}

.copyright{
    font-size: 12px;
    text-align: center;
}
.contact-logo-small img{
    height: 80px;
    padding-bottom: 20px;
}

/*=========================*/
/*MODAL*/

.client-title{
    text-transform: uppercase;
    padding-bottom: 15px;
}

.client-subtitle{
    text-transform: uppercase;
}

.client-description{
    padding-bottom: 50px;
}

.client-services-list{
    line-height: 100%;
}

.modal-image{
    /*max-height: 500px;*/
}

.close-icon{
    text-align: right;
}

/*=========================*/
/*CAROUSEL*/

/*.carousel {*/
    /*margin-bottom: 40px;*/
/*}*/

.carousel-cell {
    width: 100%;
}

/*=========================*/
/*OVERRIDES*/
/*=========================*/

.columns:last-child{
    /*margin:0;*/
}

.navbar-menu{
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;

}

.navbar-item{
    font-family: 'Exo 2', sans-serif;
    font-size: 16px;
    font-weight:500;
    color:white;
    text-transform: uppercase;
}

.navbar-item:hover{
    color:white;
    text-decoration: none;
}

.navbar-item a{
    color:white;
    text-decoration: none;
}

.navbar-item img{
    max-height: 200px;
}

.navbar-logo{
    padding: 0;
    padding-left: 10px;
}

.navbar-logo img{
    height: 50px;
}

.navbar-burger:hover{
    background-color: white;
}

.navbar.is-info{
    background-color: #6a8aa3;
}

.modal-card{
    /*width: 80vw;*/
    /*height: 80vw;*/
}

.modal-card-head{
    /*text-align: right;*/
    background-color: white;
    border-bottom: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    padding-bottom: 0;
}

.modal-card-body{
    padding-bottom: 50px;
}

.modal-card-body{
    padding-top:0;
    margin-top:0;
    /*background-color: #dadada;*/
}

hr{
    background-color: black;
    color:black;
    height: 3px;
    margin: .5rem 0;
}

.input{
    font-family: Georgia, Times, "Times New Roman", serif;
    font-size: 14px;
}

.textarea{
    font-family: Georgia, Times, "Times New Roman", serif;
    font-size: 14px;
}

.label{
    color: white;
    font-size: 20px;
    font-weight:500;
}

.button.is-link{
    background-color: white;
    color: #6a8aa3;
    font-family: 'Exo 2', sans-serif;
    font-size: 16px;
    font-weight:700;
}

.button.is-text{
    text-decoration: none;
    background-color: white;
    color: #6a8aa3;
    font-family: 'Exo 2', sans-serif;
    font-size: 16px;
    font-weight:700;
}

.button.is-link:hover, .button.is-link.is-hovered{
    background-color: lightgray;
    color: #6a8aa3;
}


/*changed this too*/
/*.container.is-fluid {*/
    /*!*margin-left: 32px;*!*/
    /*!*margin-right: 32px;*!*/
    /*max-width: none;*/
    /*width: auto;*/
/*}*/

/*@media screen and (min-width: 769px), print {*/
    /*.modal-content,*/
    /*.modal-card {*/
        /*margin: 0 auto;*/
        /*max-height: calc(100vh - 40px);*/
        /*width: 800px;*/
/*this used to be 640*/
    /*}*/
/*}*/


