/*-- Defaults --*/
html, body {
    height: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
    color: #ffffff;
    background-color: #000000;
}
header,main,footer{
    position: relative;
    z-index: 3;
}
h1,h2,h3,h4,h5,h6{
    font-family: serif;
    color: #ceb752;
}
a{
    color: #ceb752;
}
a:hover{
    color: #8F7F39;
}
li{
    color: #ffffff;
}
textarea{
    resize: none;
}
/*-- End Defaults --*/
/*-- Common --*/
.gold-text{
    color: #ceb752;
}
.gold-text a:hover{
    color: #8F7F39;
}
.gold-text a:active{
    color: #8F7F39;
}
.silver-text{
    color: #CACACA;
}
.white-text{
    color: #ffffff;
}
.alert{
    margin-bottom: 0px;
    border-radius: 0px;
}
.bg-dark{
    background-color: #0d0d0d !important;
}
.tagline{
    font-size: 2rem;
    font-family: serif;
    color: #ceb752;
    text-align: right;
}
.card p{
    color: #ffffff;
}
.navbar,.navbar .navbar-nav ul{
    position: relative;
    z-index: 999;
}
/*-- End Common --*/
/*-- About --*/
.awards{
    font-family: sans-serif;
    font-size: 12px;
    color: #ffffff;
}
/*-- End About --*/
/*-- Equine Massage --*/
#equine-massage #video{
    background-image: url(/assets/img/nikki-hall-crest.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
}
/*-- End Equine Massage --*/

#testimonials h2{
    font-size: 24px;
}
/*-- Contact --*/
#contact .icon{
    font-size: 50px;
}
#form{
    background-color: #CACACA;
}
/*-- End Contact --*/

/*-- Cover --*/

/*-- End Cover --*/

/*-- Cover Carousel --*/
#mainCarousel{
    z-index: 1;
    position: absolute;
    background-image: url(/assets/img/banners/banner-3.jpg);
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
#mainCarousel .carousel-item {
    height: 100vh;
    width: 100vw;
    transition: transform 3s ease, opacity 3s ease-out !important;
}
#mainCarousel .carousel-item img{
    height: 100vh !important;
    width: auto!important;
    min-width: 100vw;
}
#mainCarousel .carousel-caption{
    background-color: rgba(0,0,0,0.8);
    border-radius: 5px;
    left: 0;
}
.site-overlay{
    z-index: 2;
    background: linear-gradient(to top,rgba(0,0,0,0),rgba(0,0,0,.9));
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.image-overlay{
    z-index: 2;
    background: linear-gradient(to bottom,rgba(0,0,0,0),rgba(0,0,0,.9));
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
/*-- End Cover Carousel --*/
/*-- Footer --*/
footer a{
    color: #808080;
}
footer a:hover{
    color: #bfbfbf;
    text-decoration: none;
}
footer li{
    color: #808080;
}
footer li a.active{
    color: #FFFFFF;
}
footer li a.nav-link{
    padding: 0px;
}
.social{
    font-size: 40px;
}
/*-- End Footer --*/
/* Copyright */
.copyright{
    background: #000;
    padding:10px 0px;
    color: #cccccc;
    font-size: 12px;
}
.arrow-up-black {
    width: 0; 
    height: 0; 
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid black;
    margin-left: auto;
    margin-right: auto;
    margin-top: -10px;
}
#commercio-logo{
    width:30px;
    height:30px;
}
.commercio{
    padding-left: 18px;
    filter: brightness(50%);
}
.commercio a{
    color: #ffffff;
    text-decoration: none;
}
.commercio:hover{
    filter: brightness(100%);
}
/*-- End Footer --*/

@media (max-width: 767.98px) { 
    #logo{
        margin-top: 20px;
    }
    .navbar{
        padding:.5rem 1rem;
    }
    #home h1{
        font-size: 2rem;
        text-align: center;
    }
    #home .cover-image{
        z-index: 1;
        background-image: url(/assets/img/banners/banner-3.jpg);
        background-size: cover;
        background-attachment: fixed;
        background-repeat: no-repeat;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
    }
    /*-- Common --*/
    #home h2, .tagline{
        font-size: 1.5rem;
        text-align: center;
    }
    /*-- End Main Carousel --*/
}
@media (max-width: 991.98px) { 
    #logo-container{
        text-align: center;
    }
    .navbar-nav{
        margin-left: auto;
        margin-right: auto;
    }
}
@media (max-width: 1199.98px) {
    #home h1{
        font-size: 1.2rem;
    }
}
/*-- Custom Buttons --*/
.btn-gold { 
  color: #000000; 
  background-color: #CEB752; 
  border-color: #C2AE55; 
} 
 
.btn-gold:hover, 
.btn-gold:focus, 
.btn-gold:active, 
.btn-gold.active, 
.open .dropdown-toggle.btn-gold { 
  color: #000000; 
  background-color: #8F7F39; 
  border-color: #C2AE55; 
} 
 
.btn-gold:active, 
.btn-gold.active, 
.open .dropdown-toggle.btn-gold { 
  background-image: none; 
} 
 
.btn-gold.disabled, 
.btn-gold[disabled], 
fieldset[disabled] .btn-gold, 
.btn-gold.disabled:hover, 
.btn-gold[disabled]:hover, 
fieldset[disabled] .btn-gold:hover, 
.btn-gold.disabled:focus, 
.btn-gold[disabled]:focus, 
fieldset[disabled] .btn-gold:focus, 
.btn-gold.disabled:active, 
.btn-gold[disabled]:active, 
fieldset[disabled] .btn-gold:active, 
.btn-gold.disabled.active, 
.btn-gold[disabled].active, 
fieldset[disabled] .btn-gold.active { 
  background-color: #CEB752; 
  border-color: #C2AE55; 
} 
 
.btn-gold .badge { 
  color: #CEB752; 
  background-color: #000000; 
}
.btn-silver { 
  color: #33333D; 
  background-color: #CACACA; 
  border-color: #ADADAD; 
} 
 
.btn-silver:hover, 
.btn-silver:focus, 
.btn-silver:active, 
.btn-silver.active, 
.open .dropdown-toggle.btn-silver { 
  color: #33333D; 
  background-color: #8F8D8D; 
  border-color: #ADADAD; 
} 
 
.btn-silver:active, 
.btn-silver.active, 
.open .dropdown-toggle.btn-silver { 
  background-image: none; 
} 
 
.btn-silver.disabled, 
.btn-silver[disabled], 
fieldset[disabled] .btn-silver, 
.btn-silver.disabled:hover, 
.btn-silver[disabled]:hover, 
fieldset[disabled] .btn-silver:hover, 
.btn-silver.disabled:focus, 
.btn-silver[disabled]:focus, 
fieldset[disabled] .btn-silver:focus, 
.btn-silver.disabled:active, 
.btn-silver[disabled]:active, 
fieldset[disabled] .btn-silver:active, 
.btn-silver.disabled.active, 
.btn-silver[disabled].active, 
fieldset[disabled] .btn-silver.active { 
  background-color: #CACACA; 
  border-color: #ADADAD; 
} 
 
.btn-silver .badge { 
  color: #CACACA; 
  background-color: #33333D; 
}
/*-- End Custom Buttons --*/