.overlay-text {
    text-align: left;
    position: absolute;
    top: 45%;
    left: 35%;
    transform: translate(-35%, -35%);
    color: white;
}


.container-box {
    /*box-shadow: 0px 0px 34px -2px rgba(0, 0, 0, 0.19);*/
    transition: 0.3s;
    padding: 30px;
    font-family: 'Montserrat', sans-serif;
}

.uppercase {
    text-transform: uppercase;
}

.bg-color {
    background-color: #254f86;
}

.text-white {
    color: white;
}

html,
body {
    height: 100%;
}

.bg-image {
    background-image: url(../img/backg.jpg);
    height: 100vh !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.overlay {
    background: rgba(10, 83, 1, 0.95);
    overflow: hidden;
    height: 100%;
    z-index: 2;
}


.f-20 {
    font-size: 14px;
    font-weight: 100;
    color: #C8C8C8;
}

.p-10 {
    padding-top: 10px;
}



/*==========  Mobile First Method  ==========*/


/* Custom, iPhone Retina */

@media only screen and (min-width: 320px) {
    .container2 {
        width: auto;
        margin: 5px 5px 0;

    }
    .f-40 {
        font-size: 15px;
        font-weight: 300;
        font-family: 'Montserrat', sans-serif;
    }
}


/* Extra Small Devices, Phones */

@media only screen and (min-width: 480px) {
    .container2 {
        width: auto;
        margin: 5px 5px 0;

    }
    .f-40 {
        font-size: 20px;
        font-weight: 700;
        font-family: 'Montserrat', sans-serif;
        text-shadow: 0px 0px 7px rgba(0, 0, 0, 0.75);
    }
}


/* Small Devices, Tablets */

@media only screen and (min-width: 768px) {
    .container2 {
        width: auto;
        margin: 20px 20px 0;

    }
    .f-40 {
        font-size: 30px;
        font-weight: 700;
        font-family: 'Montserrat', sans-serif;
        text-shadow: 0px 0px 7px rgba(0, 0, 0, 0.75);
}


/* Medium Devices, Desktops */

@media only screen and (min-width: 992px) {
    .container2 {
        width: auto;
        margin: 20px 20px 0;
        
    }
    .f-40 {
        font-size: 30px;
        font-weight: 700;
        font-family: 'Montserrat', sans-serif;
        text-shadow: 0px 0px 7px rgba(0, 0, 0, 0.75);
    }
}


/* Large Devices, Wide Screens */

@media only screen and (min-width: 1200px) {
    .container2 {
        width: auto;
        margin: 20px 20px 0;
    }
    .f-40 {
        font-size: 36px;
        font-weight: 700;
        font-family: 'Montserrat', sans-serif;
        text-shadow: 0px 0px 7px rgba(0, 0, 0, 0.75);
    }
}

