﻿body {
    padding-bottom: 20px;
    background-image: url(/images/Background.jpg);
    background-repeat: no-repeat;
    background-color: black;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 280px;
}

header {
    background-image: url(/images/HeaderBackground.jpg);
    background-repeat: repeat-x;
    width: 100%;
    height: 200px;
    display: block;
}
@media (max-width: 576px) {
    header {
        display: none;
    }
}
@media (max-width: 768px) {
    header {
        background-image: url(/images/HeaderBackground_Small.jpg);
        height: 100px;
    }
}


.Logo {
    width: 229px;
    height: 200px;
}
.TagLine {
    width: 440px;
    height: 103px;
}
@media (max-width: 768px) {
    .Logo {
        width: 115px;
        height: 100px;
    }

    .TagLine {
        width: 220px;
        height: 51px;
    }
}



.navbar-brand {
    display: none;
}

@media (max-width: 576px) {
    .navbar-brand {
        display: inline-block;
    }
}

/*********** Gallery classes*******************/
/**/
.gallery-block {
    padding-bottom: 60px;
    padding-top: 60px;
}

    .gallery-block .heading {
        margin-bottom: 50px;
        text-align: center;
    }

        .gallery-block .heading h2 {
            font-weight: bold;
            font-size: 1.4rem;
            text-transform: uppercase;
        }

    .gallery-block.cards-gallery h6 {
        font-size: 17px;
        font-weight: bold;
    }

    .gallery-block.cards-gallery .card {
        transition: 0.4s ease;
    }

        .gallery-block.cards-gallery .card img {
            box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.15);
        }

    .gallery-block.cards-gallery .card-body {
        text-align: center;
    }

        .gallery-block.cards-gallery .card-body p {
            font-size: 15px;
        }

    .gallery-block.cards-gallery a {
        color: #212529;
    }

        .gallery-block.cards-gallery a:hover {
            text-decoration: none;
        }

    .gallery-block.cards-gallery .card {
        margin-bottom: 30px;
        box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.15);
    }

@media (min-width: 576px) {

    .gallery-block .transform-on-hover:hover {
        transform: translateY(-10px) scale(1.02);
        box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.15) !important;
    }
}
