body {
    font-family: 'Nunito', sans-serif;
}

.jumbotron-odi-hero {
    padding: 0rem 0rem;
    position: relative;
    max-width: 100%;
}

.jumbotron-odi-dark {
    max-width: 100%;
    padding: 0px;
}

.jumbotron-overlay {
    height: 100%;
    padding: 100px 0;
    color: #fff;
}

.jumbotron-padding {
    padding-top: 6rem;
}

.btn-circle {
    border-radius: 30px;
}

/******************* Custom Styling *******************/

/* Header CSS Grid */
#header {
    display: grid;
    grid-template-columns: repeat(24, 1fr);
    grid-template-rows: repeat(4, 25px);
    justify-items: center;
    align-items: center;
}

#logo {
    grid-column: span 3;
    grid-row: 1/5;
}

#company-name {
    grid-column: span 24;
    grid-row: 1/3;
}

#nav-links {
    background-color: #534a41 !important;
    grid-column: span 24;
    grid-row: 3/5;
}
    /* Header CSS Grid Ends */
    #nav-links a {
        text-decoration: none;
    }

        #nav-links a:hover {
            color: #fff;
        }

.color-blue {
    color: #336eac !important;
}

.color-brown {
    color: brown !important;
}

.color-saddle-brown {
    color: saddlebrown !important;
}

.mb-4-rem {
    margin-bottom: 4rem !important;
}
.mb-2-rem {
    margin-bottom: 2rem !important;
}


.mb-10 {
    margin-bottom: 10px !important;
}

.mb-20 {
    margin-bottom: 20px;
}

.bg-pitc {
    background-color: #5c0003 !important;
}

.bg-light-pitc {
    background-color: #ae7c7c
}

.bg-light-gray {
    color: rgba(255, 251, 251, 0.5);
}

.color-pitc {
    color: #5c0003 !important;
}

.color-light-grey {
    color: rgba(255,255,255,.5);
}

.maxWH100 {
    width: 100%;
    height: 100%;
}

.auto-center {
    margin: 0 auto;
}

.wh80 {
    width: calc(5rem + 2vw);
    height: 100px;
}

.wh100 {
    width: 100px;
    height: 100px;
}

.wh130-145 {
    width: 90px;
    height: 90px;
}

.w60pr {
    width: 60%;
}

#title {
    display: flex;
}

.sub {
    line-height: 0px;
    float: right;
    font-size: 10px;
}

.fs-title {
    font-size: calc(1rem + 1vw);
}

.fs-desc {
    font-size: calc(0.800rem + 1.5vw);
}

.onhover-white:hover {
    color: white !important;
}

.onhover-burlywood:hover {
    color: burlywood !important;
}

.txt-deco-none {
    text-decoration: none !important;
}

.onhover-txt-deco-none:hover {
    text-decoration: none !important;
}

.display-5 {
    font-size: 2.5rem;
    font-weight: 800;
    line-height: 1.2;
}

.btn-light-blue {
    color: cadetblue;
    background-color: #d0e7ff;
    border-color: #d0e7ff;
}

.btn-blue {
    color: #fff;
    background-color: #336eac;
    border-color: #336eac;
}

.color-pitc-light {
    color: #b08482 !important;
}

.color-wheat {
    color: wheat;
}

.bg-dark-brown {
    background: #3e1c14;
}

.color-dark-yellow {
    color: #cc945a !important;
}

.rad0 {
    border-radius: 0;
}

.pad40-30 {
    padding: 40px 30px;
}

.pad-t-6rem {
    padding-top: 7.28rem
}

.pad15 {
    padding: 15px;
}

.pad5 {
    padding: 5px;
}

.mt130 {
    margin-top: 130px;
}

.fixed {
    position: fixed;
    z-index: 1;
    width: 100%;
}

.w100p {
    width: 100%;
}

.w70p {
    width: 70%;
}

.ml-1r {
    margin-left: 1rem;
}

#header select {
    background-color: #534a41;
    border: 0;
    color: rgba(255,255,255,.5);
    font-weight: bolder;
}

.color-red {
    color: red;
}

/*Bottom Sticky Footer Starts*/
body {
    height: 100vh;
    margin: 0;
}
/* Trick */
body {
    display: flex;
    flex-direction: column;
}
footer {
    margin-top: auto;
}
/*Bottom Sticky Footer Ends*/

@media screen and (max-width: 334px) {
    #logo {
        display: none;
    }
}
