﻿.container {
    width:90%;
}

select {
    height: initial !important;
}

td, tr {
    padding:0px !important;
}

tr {
    border-bottom: none;
}

h1 {
    font-size:2.5rem;
    margin-top:0px;
    margin-bottom:20px;
}

h2 {
    font-size: 2.0rem;
    margin-top: 0px;
    margin-bottom: 10px;
}

h3 {
    font-size: 1.7rem;
    margin-top: 0px;
    margin-bottom: 10px;
}

h4 {
    font-size: 1.5rem;
    margin-top: 0px;
    margin-bottom: 10px;
}

b {
    font-weight: bold;
}

#menu-wrapper {
    margin-top:10px;
}

.tabs {
    overflow:initial !important
}

nav {
    dheight: 60px !important;
    transition: max-height 0.5s ease-in-out;
    line-height:38px;
}

    nav .nav-link-small i {
        line-height: 40px !important;
        height: 10px !important;
        font-size: 16px !important;
        margin-right: 5px !important;
    }

.nav-link-small {
    font-size: 12px;
    color: #000 !important;
}

    .nav-link-small:hover {
        background-color: transparent;
        text-decoration: underline;
    }


nav ul a {
    color:#000 !important;
}

.sidenav li > a {
    font-size:20px;
}

    .brand-logo img {
    max-height: 100px;
    transition: max-height 0.5s ease-in-out;
}

    main a {
        color:black;
    }

.sdpModalPopupCloseButton {
    font-size: 40px;
    float: right;
}

.padding-bottom-40 {
    padding-bottom:40px !important;
}

.repeater-row img {
    clear:both;

}

.products-row {
    padding:10px;
    border-radius: 10px 10px; 

}

.flex-column {
    display:flex;
    flex-direction:column;
}

.breadcrumb {
    color:black;
}

.breadcrumb:before {
    color: black;
    font-size:18px;
}


@media screen and (max-width: 390px) {
    nav {
        max-height: 50px;
    }



    .brand-logo img {
        max-height: 50px;
    }
}

