﻿/* Move down content because we have a fixed navbar that is 50px tall */
/*body {
    padding-top: 50px;
    padding-bottom: 20px;
}*/

/*body .scrolled{
    padding-top:50px;
}*/

/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Set widths on the form inputs since otherwise they're 100% wide */
input,
select,
textarea {
    /*max-width: 280px;*/
}


/* Responsive: Portrait tablets and up */
@media screen and (min-width: 768px) {
    .jumbotron {
        margin-top: 20px;
    }

    .body-content {
        padding: 0;
    }
}





/*.nav-header {
    background-color: rgba(0, 0, 0, .85);
    -webkit-backdrop-filter: saturate(180%) blur(20px);
    backdrop-filter: saturate(180%) blur(20px);
}

.nav-header a {
    color: #999;
    transition: ease-in-out color .15s;
}

.nav-header a:hover {
    color: #fff;
    text-decoration: none;
}

.navbar{
    height:3.5rem;
}

@media (max-width: 991.98px) {
    .offcanvas-collapse {
        position: fixed;
        top: 56px;
        left: 100%;
        width: 100%;
        padding-right: 1rem;
        padding-left: 1rem;
        overflow-y: auto;
        visibility: hidden;
        background-color: #343a40;
        transition: visibility .3s ease-in-out, -webkit-transform .3s ease-in-out;
        transition: transform .3s ease-in-out, visibility .3s ease-in-out;
        transition: transform .3s ease-in-out, visibility .3s ease-in-out, -webkit-transform .3s ease-in-out;
    }

        .offcanvas-collapse.open {
            visibility: visible;
            -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
        }
}

body {
    padding-top: 0;
    height: 100vh;
    background-color: #eef1f4;
}

.jumbotron{
    background-color:white;
}

.jumbotron-first{
    margin-top:0;
}*/


.mh-64 {
    min-height: 64px;
}

.right-title {
    font-size: 1.7rem;
    font-weight: bold;
}

/*.h8 {
    height: 8rem !important;
}*/

