.debugborder {
    border: 1px solid red !important;
}

.body-bg{
    background-color: #EBEBEB;
}

@font-face {
    font-family: Robot-Slab-Regular-Local;
    src: url(./Fonts/RobotoSlab-Regular.ttf);
}

@font-face {
    font-family: IndieFlower-Regular-Local;
    src: url(./Fonts/IndieFlower-Regular.ttf);
}

body {
    font-family: Robot-Slab-Regular-Local, serif;
  
}

.hand
{
    font-family: IndieFlower-Regular-Local, sans-serif;
}

.hero
{
    padding-top: 4rem;
    padding-bottom: 2rem;
    font-size: 2.0rem;
    line-height: 3.0rem;
}


.hero .row
{

    margin-bottom: 2rem;
}


.header-bg
{
    text-shadow: 0.2rem 0.2rem 0.5rem black;
    color: white;
    background-image: url("images/Wave.png");
    background-position: bottom;
    background-repeat: repeat-x;
}


.header-bg-2
{
    /* background-image: url("images/Wave.png");
    background-position: center;
    background-size: 10rem 100%;
    background-repeat: repeat-x fixed; */

    background-color: #0DCAF2 !important;
}


.container
{
    background-color: white;
}

.content-block{
    margin-top: 3rem;
    font-size: 1.2rem;
}

.content-block .row{
    margin-bottom: 0rem;
}

@media (min-width: 1200px) {
    .container{
        max-width: 800px;
    }
}

.small-footer
{
    font-size: 1.0rem;
}

.cms h2,
.cms .h2,
.cms h3,
.cms .h3{
    margin-top: 1.5em;
}

.figure-caption{
    text-align: left;
}


.highlight
{
    background-color: yellow;
}

.highlight-block{
    border-left: 1rem solid yellow;
    padding-left: 1rem;
}

.close-btn-position
{
    top: 1.3rem;
    right: 1rem;
}

.smaller
{
    font-size: 0.8rem;
    line-height: 1.2rem;
    display: inline-block;
}

.new{
    background-color: yellow;
    color: red;
    vertical-align: super;
}

.carousel { overflow: hidden; padding-bottom: 10rem; }
.carousel-control-next, .carousel-control-prev, .carousel-indicators { bottom: 7rem; }

@media (min-width: 768px) {
    .carousel { 
        overflow: hidden; 
        padding-bottom: 8rem; 
     }

     .carousel-control-next, .carousel-control-prev, .carousel-indicators { bottom: 5rem; }
}


.carousel-caption {  
    top: 100%; 
    padding-top: 2rem;
    left: 5%;
    right: 5%;

}
.carousel-inner { overflow: visible; }

.btn-website{
    border: 3px solid lightgray;
}
