@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,700&display=swap');

header {
    padding: 156px 0 100px;
}

section {
    padding: 100px 0;
}

h1 {
    font-size: 4rem;
    font-family: 'Roboto', sans-serif;
}

h2 {
    font-size: 2.5rem;
    font-family: 'Roboto', sans-serif;
}

.navbar {
    padding: 1rem;
}

@media screen and (min-width: 481px) {
    .navbar-brand img {
        width: 250px;
    }
}

#topNav {
    transition: 0.5s all ease;
}

.bg-dark {
    background-color: #1b2932 !important
}

#bottomNav {
    transition: 0.5s all ease;
}

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

.upCase {
    text-transform: uppercase;
}

.bg-image-main {
    background-image: url("../img/Banner.png");
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: 75vh;
    width: auto;

}

.scrolled {
    transition: 0.5s all ease;
    position: fixed;
    display: flex;
    width: 100%;
    z-index: 100;
    padding: .5rem;
}

.scrolled2 {
    transition: 0.5s all ease;
    position: fixed;
    display: flex;
    width: 100%;
    top: 70px;
    z-index: 100;
    padding: .5rem;


}

#about img {
    width: 100%;
}

.feature-icon {
    background-color: #0E2A3B;
    border-radius: 50%;
    height: 150px;
    width: 150px;
    text-align: center;
    line-height: 150px;
    margin: auto;
}

.feature-icon img {
    vertical-align: middle;
    width: 80px;
}

.footer {
    color: white;
    padding: 3.5rem 0;

}

.footer ul {
    list-style: none;
    padding-left: 0;

}

.footer ul li a {
    color: white;
    line-height: 35px;
}

.footer ul li i {
    font-size: 12px;
    color: #dc524e;
}

.nav-icon li i {
    font-size: 20px;
    color: #dc524e;
}

.footer-logo img {
    width: 80px;
}

#get-started {
    padding: 40px 0;
    background-color: #8b2323;
    color: white;
}

.bottom {
    padding: 1rem;
    background-color: #1b1e21;
    color: white;
}

.btn{
    border-radius: 30px;
}

.btn:hover{
    background: #2E8B57;
}

.btn-primary {
    color: #fff;
    background-color: #0E2A3B;
    border-color: #fff;
    padding: .8rem 3.5rem;
    font-weight: 600;
    border: 2px solid;
}

@media (min-width: 1200px) {
    .container {
        max-width: 1340px;
    }

}
