
html{
    background-color: #f8f9fa !important;
    height: 100%;
}

.bg-orange{
    background-color: #f69322;
}

.bg-orange th{
    background-color: #f69322;
}

.text-orange{
    color: #f69322;
}

.btn-orange{
    background-color: #f69322;
    color: #fff;
}

.btn-orange:hover{

    background-color: #ff6a00;
    color: #fff;
}

body {

    font-family: 'Roboto', Helvetica, Arial, Lucida, sans-serif;
    color: rgba(38, 38, 38, 0.86);
}

.nav-logo {
    width: 90%;
    max-height: 40px;
    max-width: 200px;
    image-rendering: -webkit-optimize-contrast;
}

.nav-logo-2 {
    max-height: 50px;
}

.hero-text {
    font-weight: 500 !important;
    font-size: 40px;
}

.hero-sub {
    font-size: 24px;
    font-weight: lighter;
}

.hero {
    /*background-image: url("../assets/background/bg-orange.jpg");*/
    background-image: url("../assets/background/laptop-preset.png");
    background-color: #fff;
    height: 500px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;

}

#overlay {

    /*position: fixed;*/
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(255, 255, 255, 0.48);
    /*z-index: -2;*/
    /*cursor: pointer;*/
    /*filter: blur(8px);*/
}

.jumbotron {
    background-color: transparent !important;
    height: 500px;
}

.ico {
    height: 100px;
    width: 100px;
    color: #f69322;
}

#backToTop {
    display: none;
    position: fixed;
    bottom: 60px;
    right: 30px;
    z-index: 99;
    font-size: 18px;
    border: none;
    outline: none;
    background-color: #f69322;
    color: white;
    cursor: pointer;
    padding: 10px;
    border-radius: 4em;
}

#backToTop:hover {
    background-color: #555;
}

.min-vh-60{

    height: 60vh;
}

h5 {
    font-size: 1.5vw;
}

.modal-backdrop{
    position: relative !important;
}

.table{
    margin-bottom: 60px !important;
}

.dash-container{
    margin-bottom: 0 !important;
}

@media only screen and (max-width: 600px) {

    .navbar{
        padding: 0 !important;
    }

    .footer{
        padding: 2px !important;
    }

    main{
        margin-bottom: 1em;
    }

    .hero-text{
        font-size: 1.5rem;
    }

    .welcome-logo img{
        width: 100%;
    }

    h5 {
        font-size: 5vw;
    }

    .modal-content{
        width: 90% !important;
        margin: auto !important;
        margin-bottom: 60px !important;
        margin-top: 10% !important;
    }

    .row{
        margin: auto !important;
        padding: 0px !important;
    }
}