/*!
 * Start Bootstrap - Grayscale v5.0.8 (https://startbootstrap.com/template-overviews/grayscale)
 * Copyright 2013-2019 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-grayscale/blob/master/LICENSE)
 */
 #mainNav {
    padding-right: 5%;
    padding-left: 5%;
    min-height: 56px;
    background-color: #fff;
    transition: background-color 0.3s ease-in-out, padding 0.3s ease-in-out;
}

#mainNav .navbar-toggler {
    font-size: 80%;
    padding: .75rem;
    color: #64a19d;
    border: 1px solid #64a19d;
}

#mainNav .navbar-toggler:focus {
    outline: 0;
}

#mainNav .navbar-brand {
    color: #161616;
    font-weight: 700;
    padding: .9rem 0;
}

.navbar .nav-link .navbar-nav {
    color: white;
}

#mainNav .navbar-nav .nav-item:hover {
    color: fade(white, 80%);
    outline: 0;
    background-color: transparent;
}

#mainNav .navbar-nav .nav-item:active,
#mainNav .navbar-nav .nav-item:focus {
    outline: 0;
    background-color: transparent;
}

@media (min-width:768px) {
    #mainNav {
        padding-top: 0;
        padding-bottom: 0;
        border-bottom: none;
        background-color: transparent;
        transition: background-color 0.3s ease-in-out, padding 0.3s ease-in-out;
    }

    #mainNav .navbar-brand {
        padding: .5rem 0;
        color: rgb(246, 241, 241);
        transition: color 0.3s ease-in-out;
    }

    #mainNav .nav-link {
        transition: color 0.3s ease-in-out;
        padding: 1.5rem 1.5rem;
        color: rgb(241, 241, 241);
    }

    #mainNav .nav-link:hover {
        color: rgba(255, 255, 255, .75);
    }

    #mainNav .nav-link:active {
        color: #fff;
    }

    #mainNav.navbar-shrink {
        background-color: #fff;
        transition: background-color 0.3s ease-in-out;
    }

    #mainNav.navbar-shrink .navbar-brand {
        color: #161616;
        transition: color 0.3s ease-in-out;
    }

    #mainNav.navbar-shrink .nav-link {
        color: #161616;
        padding: 1.5rem 1.5rem 1.25rem;
        border-bottom: .25rem solid transparent;
        transition: color 0.3s ease-in-out, border-color 0.3s ease-in-out;
    }

    #mainNav.navbar-shrink .nav-link:hover {
        color: #64a19d;
    }

    #mainNav.navbar-shrink .nav-link:active {
        color: #467370;
    }

    #mainNav.navbar-shrink .nav-link.active {
        color: #64a19d;
        outline: 0;
        border-bottom: .25rem solid #64a19d;
    }
}


.masthead {
    position: relative;
    width: 100%;
    height: auto;
    min-height: 35rem;
    padding: 15rem 0;
    background: -webkit-gradient(linear, left top, left bottom, from(#000044), color-stop(50%, #004080), to(#4682b4));
    background: linear-gradient(to bottom, #000044 0, #004080 50%, #4682b4 100%);
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-size: cover
}

.masthead h1  {
    font-family:'Times New Roman', Times, serif;
    font-size: 2rem;
    line-height: 2rem;
    letter-spacing: .8rem;
    background: -webkit-linear-gradient(rgba(255, 255, 255, 1), rgba(255, 255, 255, 0.8));
    text-shadow: 1px 1px 2px rgba(255, 255, 255, 0.3); 
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
}

.masthead h2 {
    background: -webkit-linear-gradient(rgba(255, 255, 255, 1), rgba(255, 255, 255, 0.8));
    text-shadow: 1px 1px 2px rgba(255, 255, 255, 0.3); 
    font-family:'Times New Roman', Times, serif;
    width: 100%;
    font-size: 0.75rem;
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
} 

@media (min-width:450px) {
    .masthead {
        height: 100vh;
        padding: 0
    }
    
    .masthead h1 {
        font-size: 3.0rem;
        line-height: 3.0rem;
        letter-spacing: 0.8rem;
    }

    .masthead h2 {
        font-family:'Times New Roman', Times, serif;
        width: 100%;
        font-size: 0.8rem
    }
}


@media (min-width:550px) {
    .masthead {
        height: 100vh;
        padding: 0
    }
    
    .masthead h1 {
        font-size: 4rem;
        line-height: 4rem;
        letter-spacing: 0.8rem;
    }

    .masthead h2 {
        font-family:'Times New Roman', Times, serif;
        width: 100%;
        font-size: 0.9rem
    }
}

@media (min-width:768px) {
    .masthead {
        height: 100vh;
        padding: 0
    }

    .masthead h1 {
        font-size: 6rem;
        line-height: 6rem;
        letter-spacing: 0.8rem;
    }

    .masthead h2 {
        font-family:'Times New Roman', Times, serif;
        width: 100%;
        font-size: 1rem
    }
}

@media (min-width:992px) {
    .masthead {
        height: 100vh;
        padding: 0
    }

    .masthead h1 {
        font-family:'Times New Roman', Times, serif;
        font-size: 8rem;
        line-height: 8rem;
        letter-spacing: 1rem
    }

    .masthead h2 {
        font-family:'Times New Roman', Times, serif;
        width: 100%;
        font-size: 1.5rem;
    }
}

@media (min-width:1200px) {
    .masthead {
        height: 100vh;
        padding: 0
    }

    .masthead h1 {
        font-family:'Times New Roman', Times, serif;
        font-size: 9rem;
        line-height: 9rem;
        letter-spacing: 1rem
    }

    .masthead h2 {
        font-family:'Times New Roman', Times, serif;
        width: 100%;
        font-size: 2rem;
    }
}

.btn {
    -webkit-box-shadow: 0 .1875rem .1875rem 0 rgba(0, 0, 0, .1) !important;
    box-shadow: 0 .1875rem .1875rem 0 rgba(0, 0, 0, .1) !important;
    padding: 1.25rem 2rem;
    font-family: 'Varela Round';
    font-size: 80%;
    text-transform: uppercase;
    letter-spacing: .15rem;
    border: 0
}

.loginBtn, .contactBtn{
    background-color: black;
}

.loginBtn:hover, .contactBtn:hover {
    background-color: rgba(0, 0, 0, 0.7);
}

.btn-primary:active {
    background-color: #467370 !important
}

.about-section {
    padding-top: 10rem;
    background: -webkit-gradient(linear, left top, left bottom, from(#4682b4), color-stop(50%, #004080), to(#000044));
    background: linear-gradient(to bottom, #4682b4 0, #004080 50%, #000044 100%);
}

.features-icons, .testimonials {
    background-color: #e0e0e0;
}

footer.footer{
    background-color: black;
}

#row1 h2, .firstSection h4{
    color: #007bff;
}

#row4 {
    background-color: #007bff;
    color: white;
}

#row4{
    background: -webkit-gradient(linear, left , right, from(#4682b4), color-stop(50%, #004080), to(#000044));
    background: linear-gradient(to right, #4682b4 0, #004080 50%, #000044 100%);
}


/* #firstSectionContainer {
    background-image: url('../../img/landingPage1.jpg');
    background-size: cover; 
    background-repeat: no-repeat; 
    background-position: center; 
} */



/* #007bff blue color*/