﻿a, a:hover, a:visited, a:active, a:focus {
    color:#fff !important;
    text-decoration:none;
}

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

.cell-text-arrow img {
    width: 3vw;
    height: 1.5vw;
    margin-top: .5vw;
}

.cell-text-header {
    font-family: Montserrat;
    font-weight: 900;
    font-size: 2.3vw;
}

.cell-text {
    font-family: Open Sans;
    font-size: 1.2vw;
}

.grid-container {
    width: 100%;
    height: 100%;
    color: white;
}

.grid-tl {
    float: left;
    background-color: #0367B8;
    width: 33%;
    height: 50%;
}

.grid-tr {
    float: left;
    background-color: #0071CE;
    width: 67%;
    height: 50%;
}

.grid-bl {
    float: left;
    background-color: blue;
    width: 33%;
    height: 50%;
    background: url('../img/Meridian_photo.jpg') no-repeat;
    background-size: cover;
}

.grid-bm {
    float: left;
    background-color: darkblue;
    width: 33%;
    height: 50%;
    background: url('../img/HI_photo.jpg') no-repeat;
    background-size: cover;
}

.grid-br {
    float: left;
    background-color: steelblue;
    width: 34%;
    height: 50%;
    background: url('../img/Blackfoot_photo.jpg') no-repeat;
    background-size: cover;
}

.grid-br, .grid-bm, .grid-bl {
    position: relative;
}

.grid-bl:hover .overlay,
.grid-bm:hover .overlay,
.grid-br:hover .overlay {
    opacity: .75;
    transition: 0.5s ease-in-out;
}

/*.grid-bl:hover,
.grid-bm:hover,
.grid-br:hover {
    background-size: 110% 110%;
    background-position: center;
    transition: 0.5s ease-in-out;
    -webkit-transition: 0.5s ease-in-out;
}*/




.logo-container {
    width: 100%;
    height: 100%;
    display: table;
}

.logo-container-inner {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.logo-container-inner img {
    width: 15vw;
}

.social-container {
    float: right;
    margin-right: 1.5vw;
    margin-top: 1.1vw;
}

.social-container ul {
    list-style: none;
    padding: 0;
}

.social-container li {
    padding-top: .27vw;
    padding-bottom: .27vw;
}

.social-icon {
    background-color: #fff;
    border-radius: 10vw;
    width: 1.5vw;
    height: 1.5vw;
    color: #0071CE;
    opacity: .7;
    cursor: pointer;
}

.social-icon-fb {
    padding: .31vw .5vw .5vw .47vw;
    font-size: .9vw;
}

.social-icon-tw {
    padding: .37vw .5vw .5vw .35vw;
    font-size: .9vw;
}

.social-icon-ig {
    padding: .25vw .5vw .5vw .3vw;
    font-size: 1vw;
}

.social-icon-li {
    padding: .25vw .5vw .5vw .32vw;
    font-size: 1vw;
}

.social-icon-gp {
    padding: .3vw .5vw .5vw .24vw;
    font-size: .9vw;
}
.social-container {
    display: block;
}

.social-container-tablet {
    display: none;
}

.table {
    display: table;
    width:100%;
    height:100%;
    margin: 0;
    padding: 0;
    border: none;
}

.table-cell {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}



.main-text-container {
    display: table;
    width: 100%;
    height: 100%;
}

.main-text-container-inner {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.design-meet-develop-container {
    margin-left: 4.5vw;
    float: left;
    width: 83%;
}

.design-meet-develop {
    color: #FFFFFF;
    font-family: Montserrat;
    font-size: 3.6vw;
    font-weight: 900;
    text-align: left;
}

.design-meet-develop-2 {
    color: #FFFFFF;
    font-family: Open Sans;
    font-size: 1.4vw;
    font-weight: 400;
    text-align: left;
}


.text-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 10;
}

.overlay {
    background-color: #000;
    opacity: .35;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 0;
}




@media screen  and (max-width: 736px) {
    .grid-tl {
        width: 100%;
        height: 100px;
    }

    .logo-container-inner img {
        margin-top: 5px;
        margin-bottom: 5px;
    }

    .logo-container-inner img {
        width: 100px;
    }

    .grid-tr {
        float: left;
        width: 100%;
        height: 240px;
    }

    .design-meet-develop {
        margin-top: 5px;
        margin-left: 10px;
        font-size: 20px;
        font-weight: 900;
        text-align: center;
    }

    .design-meet-develop-2 {
        font-family: Open Sans;
        font-size: 14px;
        font-weight: 400;
        text-align: center;
        margin-left: 10px;
    }

    .social-container {
        display: none;
    }

    .social-container-tablet {
        display: none;
    }

    .grid-bl, .grid-bm, .grid-br {
        width: 100%;
        height: 180px;
        background-position:center;
    }


    .cell-text-header {
        font-size: 20px;
    }

    .cell-text {
        font-size: 15px;
    }

    .cell-text-arrow img {
        width: 50px;
        height: 25px;
    }
}


@media only screen and (device-width : 568px) and (device-height : 320px) {
    .grid-tr {
        height: 150px !important;
    }
}


@media only screen and (device-width : 375px) and (device-height : 812px), 
            screen and (device-width : 812px) and (device-height : 375px) {
    .grid-tl {
        width: 100%;
        height: 100px;
    }

    .logo-container-inner img {
        width: 100px;
    }

    .grid-tr {
        float: left;
        width: 100%;
        height: 240px;
    }

    .design-meet-develop {
        margin-top: 0px;
        margin-left: 10px;
        font-size: 20px;
        font-weight: 900;
        text-align: center;
    }

    .design-meet-develop-2 {
        font-family: Open Sans;
        font-size: 14px;
        font-weight: 400;
        text-align: center;
        margin-left: 10px;
    }

    .social-container {
        display: none;
    }

    .social-container-tablet {
        display: none;
    }

    .grid-bl, .grid-bm, .grid-br {
        width: 100%;
        height: 180px;
        background-size: 100% 180%;
        background-position: center;
    }

    .cell-text-header {
        font-size: 20px;
    }

    .cell-text {
        font-size: 15px;
    }

    .cell-text-arrow img {
        width: 50px;
        height: 25px;
    }
}


@media only screen and (device-width : 812px) and (device-height : 375px) {
    .grid-bl, .grid-bm, .grid-br {
        width: 100%;
        height: 180px;
        background-position: center;
    }
}


@media screen and (min-width: 737px) and (max-width: 811px) {
    .grid-tl {
        width: 25%;
        height: 19%;
    }

    .logo-container-inner img {
        width: 100px;
    }

    .grid-tr {
        float: left;
        width: 75%;
        height: 19%;
    }

    .design-meet-develop {
        margin-top: 10px;
        margin-left: 10px;
        font-size: 20px;
        font-weight: 900;
        text-align: left;
    }

    .design-meet-develop-2 {
        font-family: Open Sans;
        font-size: 14px;
        font-weight: 400;
        text-align: left;
        margin-left: 10px;
    }

    .social-container {
        display: none;
    }

    .social-container-tablet img {
        opacity: .7;
    }

    .social-container-tablet {
        display: block;
    }

    .social-container-tablet ul {
        list-style: none;
        padding: 0;
        margin-top: .7vw;
    }

    .social-container-tablet li {
        padding-top: .27vw;
        padding-bottom: .27vw;
    }

    .social-container-tablet img {
        width: 18px;
    }

    .grid-bl, .grid-bm, .grid-br {
        width: 100%;
        height: 27%;
    }


    .cell-text-header {
        font-size: 20px;
    }

    .cell-text {
        font-size: 15px;
    }

    .cell-text-arrow img {
        width: 50px;
        height: 25px;
    }
}


@media only screen and (device-width : 1024px) and (device-height : 1366px) {

    .grid-tl {
        width: 25%;
        height: 15%;
    }

    .logo-container-inner img {
        width: 100px;
    }

    .grid-tr {
        float: left;
        width: 75%;
        height: 15%;
    }

    .design-meet-develop {
        margin-top: 10px;
        margin-left: 10px;
        font-size: 20px;
        font-weight: 900;
        text-align: left;
    }

    .design-meet-develop-2 {
        font-family: Open Sans;
        font-size: 14px;
        font-weight: 400;
        text-align: left;
        margin-left: 10px;
    }

    .social-container {
        display: none;
    }

    .social-container-tablet {
        display: block;
    }

    .social-container-tablet ul {
        list-style: none;
        padding: 0;
        margin-top: .7vw;
    }

    .social-container-tablet li {
        padding-top: .27vw;
        padding-bottom: .27vw;
    }

    .social-container-tablet img {
        width: 18px;
    }

    .grid-bl, .grid-bm, .grid-br {
        width: 100%;
        height: 29%;
        background-position: center;
    }


    .cell-text-header {
        font-size: 20px;
    }

    .cell-text {
        font-size: 15px;
    }

    .cell-text-arrow img {
        width: 50px;
        height: 25px;
    }


    .grid-bl, .grid-bm, .grid-br {
        background-position: center;
    }
}


