header#header .menuzord-brand img {
    max-height: 76px;
    width: auto;
    transition: all 0.3s ease;
}

.text-theme-coloredRed {
    color: #ad1f27 !important;
}
.BasicShadow {
    border: 1px solid #000;
    box-shadow: 2px 2px 12px #000;
 
}
li {
    list-style-position: initial;
}

#top-primary-nav .menuzord-menu > li > a, #top-primary-nav-clone .menuzord-menu > li > a {
    font-size: 15px;
    padding-left: 18px;
    padding-right: 18px;
}
.bg-light {
    background-color: white !important;
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (max-width: 720px) {
    .row.p-3 {
        margin: 60px auto;
        border: solid 1px #0a0a0a;
        width: auto;
    }
}


/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
    .row.p-3 {
        margin: 60px auto;
        border: solid 1px #0a0a0a;
        width: 1000px;
    }
}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
    .row.p-3 {
        margin: 60px auto;
        border: solid 1px #0a0a0a;
        width: 1000px;
    }
}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
    .row.p-3 {
        margin: 60px auto;
        border: solid 1px #0a0a0a;
        width: 1000px;
    }
}
