body {
    font-family: 'Lato', 'Helvetica Neue', Helvetica, Arial, sans-serif
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Lato', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: 700;
}

header.masthead {
    position: relative;
    background-color: #343a40;
    background: url("../images/banner-landing.jpg") no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    padding-top: 128px;
    padding-bottom: 128px
}

    header.masthead .container {
        position: relative
    }

    header.masthead .overlay {
        position: absolute;
        background-color: #212529;
        height: 100%;
        width: 100%;
        top: 0;
        left: 0;
        opacity: 0.3
    }

    header.masthead h1 {
        font-size: 32px
    }

@media (min-width: 768px) {
    header.masthead {
        padding-top: 132px;
        padding-bottom: 132px
    }

        header.masthead h1 {
            font-size: 48px
        }
}

.showcase .showcase-text {
    padding: 48px
}

.showcase .showcase-img {
    min-height: 480px;
    background-size: cover
}

@media (min-width: 768px) {
    .showcase .showcase-text {
        padding: 112px
    }
}

.features-icons {
    padding-top: 112px;
    padding-bottom: 112px
}

    .features-icons .features-icons-item {
        max-width: 320px
    }

        .features-icons .features-icons-item .features-icons-icon {
            height: 112px
        }

            .features-icons .features-icons-item .features-icons-icon i {
                font-size: 72px
            }

        .features-icons .features-icons-item:hover .features-icons-icon i {
            font-size: 80px
        }

.testimonials {
    padding-top: 112px;
    padding-bottom: 112px
}

    .testimonials .testimonial-item {
        max-width: 1128px
    }

        .testimonials .testimonial-item img {
            max-width: 132px;
            box-shadow: 0px 5px 5px 0px #adb5bd
        }

footer.footer {
    padding-top: 64px;
    padding-bottom: 64px
}

.bg-light {
    background-color: #f8f9fa !important
}

.navbar {
    margin-bottom: 0 !important
}

.text-white {
    color: #fff !important
}

.mb-5, .my-5 {
    font-size: 48px !important;
    margin-bottom: 48px !important;
}

#btnRegister
{
    width: 200px;
}

#loginForm {
    margin-top: 7.5px
}

#btnLogin {
    margin-left: 2px;
    height: 32px;
}

.navbar-brand {
    padding-top: 5px !important
}

.navbar-logo
{
    display: inline !important;
    height: 40px;
    margin-right: 5px;
}