body {
    font-family: Arial, sans-serif;
    font-family: 'Georama', sans-serif;
    font-size: 17px;
    /*    
font-family: 'Bungee Spice', cursive;
font-family: 'Georama', sans-serif;
font-family: 'Russo One', sans-serif;
*/
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Russo One', sans-serif;
}

p {}

img {
    max-width: 100%;
}

a {
    text-decoration: none;
}

.iframe-container {
    overflow: hidden;
    /* 16:9 aspect ratio */
    padding-top: 56.25%;
    position: relative;
}

.iframe-container iframe {
    border: 0;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

/******************************** SECTIONS ****************************************/

#masthead {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    padding: 0;
    z-index: 99;
}

#masthead.sticky {
    position: fixed;
    background-color: rgba(40, 90, 200, 70%);
    box-shadow: 0 5px 16px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(10px);
    animation: slideDown .45s ease-out;
}

#masthead.unstick {
    animation: slideUp .45s ease-in;
}

#mainNav .navbar-brand img {
    max-height: 115px;
}

#masthead.sticky #mainNav .navbar-brand img {
    max-height: 65px;
}

#mainNav .navbar-nav .nav-item {
    margin: 0px .5rem;
}

#mainNav .navbar-nav .nav-item .nav-link {
    font-weight: 700;
    font-size: 1.25rem;
    letter-spacing: 0.075rem;
    border: solid 1px transparent;
    border-radius: 0.5rem;
    color: #2656ca;
    text-shadow: 1px 1px 1px #fff;
}

#masthead.sticky #mainNav .navbar-nav .nav-item .nav-link {
    font-size: 1rem;
    color: #fff;
    text-shadow: 1px 1px 1px #000;
}

#masthead.sticky #mainNav {
    transform-style: preserve-3d;
    box-shadow: 0px 2px 10px 2px rgba(0, 0, 0, .75);
}

#mainNav .navbar-nav .nav-item .nav-link:hover {
    font-weight: 700;
    font-size: 1.25rem;
    background: rgba(10, 45, 95, .5);
    border: solid 1px #0c2c60;
}

#mainNav .navbar-nav .nav-item .nav-link.active {
    color: #fff;
    background: #023060;
    text-shadow: 1px 1px 1px #000;
}

#mainNav .navbar-nav.navbar-expand-md {}

#mainNav .navbar-toggler {
    margin: 0.5rem 0;
}

#mainNav .navbar-toggler:focus {
    box-shadow: 0 0 0 0.15rem;
}

#section-hero {
    background: #256811;
    display: block;
    position: relative;
    padding: 5rem 0;
    color: #fff;
    background: linear-gradient(135deg, #173bb6 0%, #01cfff 100%);
    min-height: 300px;
    height: auto;
    z-index: 9;
    transform-style: preserve-3d;
    /*
  box-shadow: 0px 1px 2px rgba(0,255,255,0.5), 
              0px 2px 4px rgba(0,255,255,0.5), 
              0px 4px 8px rgba(0,255,255,0.5), 
              0px 8px 16px rgba(0,255,255,0.5);
              */
}

#section-hero::after {
    z-index: -1;
    content: "";
    position: absolute;
    box-shadow: 0 0 40px rgba(0, 0, 0, 0.8);
    height: 20%;
    left: 10%;
    right: 10%;
    width: 80%;
    bottom: 0px;

    border-radius: 100%;
    transform: translateZ(-1px);
}

#section-hero #section-hero-stage {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background: url("../images/bg-track.webp") center center no-repeat;
    background-size: cover;
}

#section-hero #hero-animation {
    position: absolute;
    bottom: -10%;
    left: 0;
    transform: rotateY(-180deg);
    filter: invert(0) sepia(0) saturate(100%) hue-rotate(300deg) brightness(2);
    max-width: 300px;
    max-height: 265px;
    width: auto;
    height: 100%;
    --t1: rotateY(-180deg);
    animation-name: hero-horse-animation;
    animation-duration: 7s;
    /*animation-direction: alternate;*/
    animation-iteration-count: infinite;
    animation-timing-function: ease-out;
    z-index: 9;
}

#section-hero #hero-logo {
    position: relative;
    max-height: 130px;
    height: 100%;
    max-width: max-content;
    margin: auto;
    z-index: 8;
}

#section-hero .container {
    position: relative;
    z-index: 10;
}

#asideCol {
    top: 7rem;
    z-index: 80;
}

#asideCol .card {
    background: linear-gradient(135deg, rgba(23, 59, 182, .75) 0%, rgba(1, 207, 255, .75) 100%);
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, .5);
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    text-shadow: 1px 1px 1px #000;
}

#asideCol .card.jockeys:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url("../images/icon-jockey.svg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    opacity: .25;
    transform: rotate(-25deg);
}

#asideCol .card.hippodromes:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url("../images/icon-hippodrome.svg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    opacity: .4;
}

#asideCol .card .text-cell {
    width: 100%;
}

#asideCol .card .list-group-item {
    background: unset;
    color: #fff;
}

footer {
    background: linear-gradient(135deg, #01cfff 0%, #173bb6 100%);
    box-shadow: 0 5px 16px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(10px);
    color: #fff;
    font-size: 14px;
}

footer a {
    color: rgba(255, 255, 255, .55);
}

footer a:hover {
    color: rgba(255, 255, 255, .95);
    text-shadow: 1px 1px 1px #000;
}

footer p {
    margin: 0;
    padding: 0;
}

footer #disclaimer {
    padding: 1rem 0;
}

footer #disclaimer .column-disclaimer-sitelogo img {
    max-height: 125px;
}

footer #disclaimer .column-disclaimer-logos img {
    max-height: 100px;
    max-width: min(350px, 100%);
    height: auto;
    width: auto;
    filter: drop-shadow(3px 3px 2px rgba(0, 0, 0, .7));
}

footer #copyright {
    padding: 0.75rem 0;
    background: #004474;
}

footer .column-links {
    text-align: left;
}

footer .column-copyright-text {
    text-align: right;
}

/*********************************************************/

.form-control:focus {
    box-shadow: none;
}

.form-section {}

.form-section .mx-auto.col-lg-6,
.form-section .mx-auto.col-lg-8 {}

.form-section .form-section-inner {
    position: relative;
    padding: 0;
    margin: 0.5rem;
    background-color: rgba(255, 255, 255, 0.65);
}

.form-section .form-section-inner,
.play-games-section .play-games-section-inner {
    position: relative;
    z-index: 0;
    border-radius: 10px;
    overflow: hidden;
    padding: 0 2rem;
}

.form-section .form-section-inner::before {
    content: "";
    position: absolute;
    z-index: -2;
    left: -50%;
    top: -50%;
    width: 200%;
    height: 200%;
}

.form-section .form-section-inner::after,
.play-games-section .play-games-section-inner::after {
    content: "";
    position: absolute;
    z-index: -1;
    left: 6px;
    top: 6px;
    width: calc(100% - 12px);
    height: calc(100% - 12px);
    background: white;
    border-radius: 5px;
}

.has-float-label>span.form-error {
    position: relative;
    display: block;
    margin: 0.75rem 0 0;
}

.has-float-label>span.form-error::after {
    background: none;
}

.has-float-label .form-control:placeholder-shown:not(:focus)+* {
    font-size: 100%;
    top: 50%;
    transform: translateY(-50%);
}

.has-float-label textarea.form-control:placeholder-shown:not(:focus)+* {
    font-size: 100%;
    top: 10%;
    transform: translateY(-10%);
}

.btn-primary {
    background-color: #2cbaf7;
    border-color: #0e4074;
    font-size: 1.15rem;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
    background-color: #0e4074;
    border-color: #0e4074;
}

.row-hippodrome {
	display: flex;
   margin: 2rem 0;
    background: linear-gradient(135deg, rgba(23, 59, 182, .75) 0%, rgba(1, 207, 255, .75) 100%);
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, .5);
        border-radius: 10px;
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    text-shadow: 1px 1px 1px #000;
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 1.5rem;    	
}

.row-hippodrome .map {
	flex-order: 1;
}
.row-hippodrome .content {
	flex-order: 2;
}
.row-hippodrome .content .title-area {
	display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;	
}
.row-hippodrome .content .title-area > * {
    margin: 0.75rem;
}

.row-hippodrome .content .title-area.title-rows  {
	display: block;
	text-align: center;
}
.row-hippodrome .content .title-area.title-rows > * {
	margin: 0.25rem;
}






.btn {
    font-weight: bold;
    padding: 0.7rem 1rem;
    font-size: 18px;
    font-size: 1.2857142857rem;
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    position: relative;
    overflow: hidden
}

.btn:after {
    background: #fff;
    content: "";
    height: 155px;
    left: -75px;
    opacity: 0.15;
    position: absolute;
    top: -50px;
    transform: rotate(35deg);
    transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
    width: 50px;
    z-index: -10
}

.btn:hover:after {
    left: 120%;
    transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1)
}

.btn--green {
    background: #009f28;
    box-shadow: 0px 3px 2px rgba(0, 0, 0, 0.1);
    color: #fff
}

.btn--green:hover {
    color: #fff;
    opacity: 0.7
}

.btn--green-border {
    color: #009f28;
    border: 1px solid #009f28
}

.btn--green-border:hover {
    color: #fff;
    background: #009f28
}

.btn--full {
    display: block;
    width: 100%
}

.table-s1 {
    margin-bottom: 20px;
}
.table-s1 .table {
    margin-bottom: 0;
}

.text-area a {
	cursor: pointer;
}

.table-s1 .item {
    padding: 25px 0;
    background: #f4f2ef;
    border-bottom: 2px solid #eeedeb;
    display: flex;
     align-items: center;
}

@media (max-width:991px) {
    .table-s1 .item {
        display: block
    }
}

.table-s1 .item:nth-child(even) {
    background: #f8f6f4
}

.table-s1 .item>div {
    padding: 0 10px
}

@media (max-width:991px) {
    .table-s1 .item>div {
        height: auto;
        float: left
    }
}

.table-s1 .item .c1 {
    width: 7%;
    text-align: center
}

@media (max-width:991px) {
    .table-s1 .item .c1 {
        width: 100%;
        position: relative
    }
}

.table-s1 .item .c2 {
    width: 26%;
    text-align: center
}

.table-s1 .item .c2 a {
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease;
    display: block
}

@media (max-width:991px) {
    .table-s1 .item .c2 {
        width: 100%
    }
}

@media (max-width:575px) {
    .table-s1 .item .c2 {
        padding: 0 50px
    }
}

.table-s1 .item .c3 {
    width: 19%;
    text-align: center
}

.table-s1 .item .c3 .rating {
    display: inline-block
}

@media (max-width:991px) {
    .table-s1 .item .c3 {
        width: 100%;
        padding: 12px 0 20px
    }
}

.table-s1 .item .c4 {
    width: 34%;
    position: relative;
    padding-left: 35px
}

.table-s1 .item .c4 i {
    position: absolute;
    font-size: 30px;
    color: #e2e2e2;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

@media (max-width:991px) {
    .table-s1 .item .c4 i {
        display: none
    }
}

.table-s1 .item .c4 h4 {
    font-weight: 300;
    font-size: 20px;
    font-size: 1.4285714286rem;
    font-family: "Open Sans";
    margin-bottom: 5px
}

.table-s1 .item .c4 h4 strong {
    color: #009f28;
    font-weight: 700;
    padding: 0;
}

.table-s1 .item .c4 p {
    font-size: 13px;
    font-size: 0.9285714286rem;
    line-height: 1.5em;
    color: #2d2d2c;
    margin: 0
}

@media (max-width:991px) {
    .table-s1 .item .c4 p {
        max-width: 400px;
        margin: 0 auto
    }
}

@media (max-width:991px) {
    .table-s1 .item .c4 {
        width: 100%;
        padding-left: 0;
        text-align: center;
        padding-bottom: 20px
    }
}

@media (max-width:575px) {
    .table-s1 .item .c4 {
        padding: 0 20px 20px
    }
}

.table-s1 .item .c5 {
    width: 20%
}

.table-s1 .item .c5 .btn {
    font-size: 16px;
    font-size: 1.1428571429rem
}

.table-s1 .item .c5 .btn--blue {
    margin-bottom: 4px
}

@media (max-width:991px) {
    .table-s1 .item .c5 {
        width: 100%
    }
}

.table-s1 .item .count {
    background: #f8f8f8;
    width: 47px;
    line-height: 47px;
    text-align: center;
    border: 1px solid #e9eef2;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    border-radius: 100%;
    color: #0c5ace;
    font-size: 18px;
    font-size: 1.2857142857rem;
    font-weight: bold;
    text-indent: 3px;
    display: inline-block
}

@media (max-width:991px) {
    .table-s1 .item .count {
        position: absolute;
        top: 0;
        left: 10px
    }
}

@media (max-width:575px) {
    .table-s1 .item .count {
        width: 36px;
        line-height: 36px;
        font-size: 12px;
        font-size: 0.8571428571rem;
        left: 5px
    }
}

.table-s1 .item:hover .c2 a {
    -webkit-transform: scale(1.15);
    -moz-transform: scale(1.15);
    -ms-transform: scale(1.15);
    -o-transform: scale(1.15);
    transform: scale(1.15)
}

.table-s1 .item .terms-wrapper {
    margin-top: 3px
}

.table-s1.table-big {
    background: #f4f4f4;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    overflow: hidden
}

.table-s1.table-big .item .c1 {
    padding-left: 20px
}

.table-s1.table-big .item .c2 {
    width: 25%
}

@media (max-width:991px) {
    .table-s1.table-big .item .c2 {
        width: 100%;
        padding: 0 65px
    }
}

@media (max-width:575px) {
    .table-s1.table-big .item .c2 {
        padding: 0 50px
    }
}

.table-s1.table-big .item .c2 a {
    display: block;
    background: rgba(12, 90, 206, 0.1);
    padding: 30px 15px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    border-bottom: 3px solid rgba(12, 90, 206, 0.11)
}

.table-s1.table-big .item .c3 {
    width: 19%
}

@media (max-width:991px) {
    .table-s1.table-big .item .c3 {
        width: 100%
    }
}

.table-s1.table-big .item .c3 .review-link {
    display: block;
    text-decoration: underline;
    margin-top: 10px
}

.table-s1.table-big .item .c3 .review-link:hover {
    text-decoration: none
}

.table-s1.table-big .item .c4 {
    width: 31%;
    padding-right: 40px;
    padding-left: 40px
}

@media (max-width:991px) {
    .table-s1.table-big .item .c4 {
        width: 100%
    }
}

.table-s1.table-big .item .c4 p {
    display: none
}

.table-s1.table-big .item .c4 h4 {
    font-size: 26px;
    font-size: 1.8571428571rem;
    color: #2d2d2c
}

.table-s1.table-big .item .c4 i {
    font-size: 60px;
    font-size: 4.2857142857rem;
    color: #ececec;
    left: -10px;
    margin-top: -30px
}

.table-s1.table-big .item .c4 i.icon-right {
    left: auto;
    right: 0px
}

@media (max-width:1199px) {
    .table-s1.table-big .item .c4 i {
        font-size: 40px;
        font-size: 2.8571428571rem;
        margin-top: -20px;
        left: 10px
    }
}

.table-s1.table-big .item .c5 {
    padding-right: 20px
}

@media (max-width:991px) {
    .table-s1.table-big .item .c5 {
        padding: 0 20px
    }
}

.table-s1.table-big .item .c5 .btn {
    padding: 1.6rem 1rem;
    font-size: 21px;
    font-size: 1.5rem
}

.table-s1.table-s1--ncount .item .c1 {
    display: none
}

.table-s1.table-s1--ncount .item .c2 {
    width: 24%
}

@media (max-width:991px) {
    .table-s1.table-s1--ncount .item .c2 {
        width: 100%
    }
}

.table-s1.table-s1--ncount .item .c3 {
    width: 23%
}

@media (max-width:991px) {
    .table-s1.table-s1--ncount .item .c3 {
        width: 100%
    }
}

.table-s1.table-s1--ncount.table-big .item .c2 {
    width: 24%;
    padding-left: 30px
}

@media (max-width:991px) {
    .table-s1.table-s1--ncount.table-big .item .c2 {
        padding: 0 65px;
        width: 100%
    }
}

@media (max-width:575px) {
    .table-s1.table-s1--ncount.table-big .item .c2 {
        padding: 0 50px
    }
}

.main-col .table-s1 .item .count {
    width: 32px;
    line-height: 32px;
    font-size: 12px;
    font-size: 0.8571428571rem
}

.main-col .table-s1 .item .c3 .rating i {
    width: 22px;
    line-height: 22px;
    font-size: 12px;
    font-size: 0.8571428571rem
}

@media (max-width:1199px) {
    .main-col .table-s1 .item .c3 .rating i {
        width: 18px;
        line-height: 18px;
        font-size: 11px;
        font-size: 0.7857142857rem
    }
}

@media (max-width:991px) {
    .main-col .table-s1 .item .c3 .rating i {
        width: 28px;
        line-height: 28px;
        font-size: 16px;
        font-size: 1.1428571429rem
    }
}

.main-col .table-s1 .item .c4 {
    padding-left: 10px
}

.main-col .table-s1 .item .c4 i {
    display: none
}

.main-col .table-s1 .item .c4 p {
    display: none
}

.main-col .table-s1.table-s1--ncount .item .c2 {
    width: 22%
}

@media (max-width:991px) {
    .main-col .table-s1.table-s1--ncount .item .c2 {
        width: 100%
    }
}

.main-col .table-s1.table-s1--ncount .item .c3 {
    width: 25%
}

@media (max-width:991px) {
    .main-col .table-s1.table-s1--ncount .item .c3 {
        width: 100%
    }
}

.main-col .table-s1.table-s1--ncount .item .terms-wrapper {
    margin-top: 0;
}

.main-col .table-s1.table-s1--ncount .item .terms-wrapper .tooltip-el {
    font-size: 8px;
    font-size: 0.5714285714rem;
}


.rating i {
    display: inline-block;
    margin: 0 1px;
    background: none;
    color: #fff;
    width: 25px;
    line-height: 28px;
    text-align: center;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    border-radius: 100%;
    font-size: 16px;
    font-size: 1.1428571429rem;
    vertical-align: middle;
    color: #0e91d2;
}

.ratings-wrapper .rating-counter {
    text-align: center;
    position: relative;
    top: -5px;
    font-size: 13px;
    font-size: 0.9285714286rem;
    letter-spacing: 0.2px;
    opacity: 0.8
}

.ratings-wrapper .rating-counter span {
    font-weight: 700
}

.ratings-wrapper .rating-msg {
    text-align: center;
    margin-bottom: 10px
}

.ratings-wrapper .rating-msg.success {
    color: #009f28
}

.ratings-wrapper .rating-msg.error {
    color: #da2942
}

.ratings-wrapper .rating i {
    display: inline-block;
    margin: 0 1px;
    background: #0c5ace;
    color: #fff;
    width: 28px;
    line-height: 28px;
    text-align: center;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    border-radius: 100%;
    font-size: 16px;
    font-size: 1.1428571429rem;
    vertical-align: middle;
    -webkit-transition: all 100ms linear;
    -moz-transition: all 100ms linear;
    -ms-transition: all 100ms linear;
    -o-transition: all 100ms linear;
    transition: all 100ms linear
}

.ratings-wrapper .rating.rating-user i {
    cursor: pointer
}

.ratings-wrapper .rating.rating-user i:hover {
    -webkit-transform: scale(1.06);
    -moz-transform: scale(1.06);
    -ms-transform: scale(1.06);
    -o-transform: scale(1.06);
    transform: scale(1.06)
}
.no-reviews .btn-jogar {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}













/*********************************************************/

@keyframes hero-horse-animation {
    0% {
        transform: var(--t1, ) rotate(0deg);
        z-index: 9;

    }

    42% {
        transform: var(--t1, ) scale(.95);
        left: 80%;
        z-index: 9;
        bottom: -12%;
    }

    45% {
        transform: var(--t1, ) rotateY(50deg) scale(.85);
        left: 90%;
        z-index: 9;
        bottom: -10%;
    }

    48% {
        transform: var(--t1, ) rotateY(60deg) scale(.6);
        left: 150%;
        z-index: 9;
        bottom: -5%;
    }

    50% {
        transform: var(--t1, ) rotateY(80deg) scale(.5);
        left: 200%;
        bottom: 0;
        z-index: 1;
    }

    52% {
        transform: var(--t1, ) rotateY(180deg) scale(.3);
        left: 200%;
        z-index: 1;
        bottom: 7%;
    }

    55% {
        transform: var(--t1, ) rotateY(180deg) scale(.3);
        z-index: 1;
    }

    56% {
        transform: var(--t1, ) rotateY(180deg) scale(.3);
        z-index: 1;
    }

    57% {
        transform: var(--t1, ) rotateY(180deg) scale(.3);
        z-index: 1;
    }

    100% {
        transform: var(--t1, ) rotateY(180deg) scale(.3);
        z-index: 1;
        left: -10%;
        bottom: 7%;
    }

}

@keyframes slideDown {
    from {
        transform: translateY(-100%);
    }

    to {
        transform: translateY(0);
    }
}

@keyframes slideUp {
    from {
        transform: translateY(0%);
    }

    to {
        transform: translateY(-100%);
        position: absolute;
    }
}

@keyframes movebounce {
    0% {
        transform: var(--t1, ) rotate(0deg);
    }

    50% {
        transform: var(--t1, ) rotate(180deg);
    }

    100% {
        transform: var(--t1, ) rotate(360deg);
    }
}

/* XX-Large devices (larger desktops) */
/* No media query since the xxl breakpoint has no upper bound on its width */

/* X-Large devices (large desktops, less than 1400px) */
@media (max-width: 1399.98px) {}

/* Large devices (desktops, less than 1200px) */
@media (max-width: 1199.98px) {}

/* Medium devices (tablets, less than 992px) */
@media (max-width: 991.98px) {
    #masthead.add-bg {
        background-color: rgba(40, 90, 200, 70%);
        box-shadow: 0 5px 16px rgba(0, 0, 0, 0.1);
        backdrop-filter: blur(10px);
    }

    #mainNav .navbar-brand img {
        max-height: 60px;
    }

    #section-hero {
        padding: 4rem 0;
        min-height: unset;
    }
}

/* Small devices (landscape phones, less than 768px) */
@media (max-width: 767.98px) {
    #mainNav .navbar-brand img {
        max-height: 50px;
    }

    #mainNav .navbar-nav .nav-item .nav-link {
        text-align: center;
        color: #fff;
        text-shadow: 1px 1px 1px #000;
    }

    .navbar-dark .navbar-toggler {
        background: #2657c8;
    }

    #section-hero {
        padding: 3rem 0;
        min-height: unset;
    }

    #section-hero #hero-logo {
        position: relative;
        max-height: 80px;
    }

    footer .column-links {
        text-align: center;
    }

    footer .column-copyright {
        text-align: center;
    }
}

/* X-Small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {

    #section-hero {
        padding: 2rem 0;
        min-height: unset;
    }

    #section-hero #hero-logo {
        position: relative;
        max-height: 50px;
    }

}