html {
    height: 100%;
}
body {
    height: 100%;
    font-family: 'Poppins', sans-serif;
    background: #033977;
}

.brand-logo {
    line-height: 0;
    padding-left: 1%;
}

a.brand-logo {
    padding-left: 1%;
    font-size: 2rem;
}

.frm-scroll {
    position: fixed;
    line-height: 0;
    z-index: 1;
}

.frm-scroll div p {
    font-size: 1.2rem;
    color: #f0f0f0b3;
}

.frm-mobile-scroll {
    position: fixed;
    line-height: 0;
    z-index: 1;
}

.frm-mobile-scroll div p {
    font-size: 1.2rem;
    color: #f0f0f0b3;
}

.frm-containter {
    height: 100%;
    width: 100%;
    overflow-x: hidden;
}

.bg-image.frm1 {
    height: 100%;
    position: relative;
    background: rgb(2,0,36);
    background: linear-gradient(180deg, rgba(2,0,36,1) 17%, rgba(3,57,119,1) 86%);
}

/*.bg-image.frm1:before {
    content:"";
    position:absolute;
    top:0;
    bottom:0;
    left:-250px;
    width:95%;
    background:#000;
    transform:skew(-65deg);
}*/


#frm1a {
    position: relative;
    color: white;
    /*margin-left: 5%;*/
    font-size: 2.5rem;
    margin-right: -11%;
    margin-left: 15%;
}

#frm1b {
    position: relative;
    color: white;
    /*margin-left: 5%;*/
    font-size: 2.5rem;
}

.frm2 {
    color: whitesmoke;
    /*background-image:  url(../images/dawn.jpg);*/
    background:#033977;
    font-size: 1.5rem;
    padding-bottom: 12%;
}

#icon1 {
    font-size: 11rem;
}

.frm3 {
    color: whitesmoke;
    background:#033977;
    font-size: 1.5rem;
    padding-bottom: 12%;
}

.frm4 {
    color: whitesmoke;
    background:#033977;
    font-size: 1.5rem;
    padding-bottom: 12%;
}

.frm5 {
    background: linear-gradient(180deg, rgba(3,57,119,1) 17%, rgba(2,0,36,1) 86%);
    height: 100%;
}

.frm5 div.row.center-align p {
    color: white;
    font-size: 2.3rem;
}

.bg-image {
    background-size: cover;
    background-position: center;
}

#frm-nav {
    position: fixed;
    z-index: 1;
    line-height: 0;
}

.frmnav {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.navClear {
    box-shadow: 0 0px;
    background-color: #020024;
}

.navBlack {
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
    background-color: #020024;
}

.future, .next, .present {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.present {
    position: absolute;
    opacity: 1;
}

.future {
    position: absolute;
    transform: translateY(-200%);
    opacity: 0;
}

.next {
    position: absolute;
    transform: translateY(200%);
    opacity: 0;
}

.padder10 {
    padding-top: 10%;
}

.spacer10 {
    height: 10%;
}

@media only screen and (max-width: 800px) {
    .bg-image.frm1:before {
        width:195%;
        top: -100px;
    }
    #i3 {
        padding-top: 10%;
    }

    .frm2-img {
        width: 50%;
        margin-left: 25%;
    }

    #icon1 {
        display: inline-block;
        width: 100%;
        text-align: center;
    }
}

@media only screen and (min-width: 800px) {
    .mspacer5 {
        height: 5%;
    }

    .frm2-img {
        width: 80%;
    }
}