@charset "UTF-8";
/* Body */
body {
    font-family: Constantia, "Lucida Bright", "DejaVu Serif", Georgia, "serif";
    background-color: #f2f2f2;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    font-style: normal;
    font-weight: 250;
}
/* Container */
.container {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    height: 1500px;
}
/* Navigation */
header {
    width: 100%;
    height: 5%;
    background-color: #b22222;
    border-bottom: 1px solid #EFFB35;
}
nav {
    float: right;
    width: 75%;
    text-align: right;
    margin-right: 25px;
    z-index: 1000;
}
header nav ul {
    list-style: none;
    float: right;
}
nav ul li {
    float: left;
    color: #FFFFFF;
    font-size: 14px;
    text-align: left;
    margin-right: 20px;
    letter-spacing: 2px;
    font-weight: bold;
    transition: all 0.3s linear;
}
ul li a {
    color: #FFFFFF;
    text-decoration: none;
}
ul li:hover a {
    color: #2C9AB7;
}
.hero_header {
    color: firebrick;
    text-align: center;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    letter-spacing: 4px;
}
/* Hero Section */
.hero {
    padding-top: 25px;
    padding-bottom: 20px;
    z-index: -1;
    background-color: white;
}
.light {
    font-weight: bold;
    color: #717070;
}
.tagline {
    text-align: center;
    color: firebrick;
    margin-top: 4px;
    font-weight: lighter;
    text-transform: uppercase;
    letter-spacing: 1px;
}


.directions {
    width: 45%;
    float: left;
    display: inline-block;
    -ms-flex: 0 0 45%;
    flex: 0 0 45%;
    max-width: 45%;
    text-align: center;
    margin-top: 0px;
    margin-right: 10px;
    margin-bottom: 10px;
    margin-left: 10px;
    padding-top: 0px;
    padding-right: 10px;
    padding-bottom: 0px;
    padding-left: 10px;
    color: black;
}
.about {
    padding-left: 35px;
    padding-right: 35px;
    padding-top: 15px;
    display: inline-block;
    background-color: #FFFFFF;
    margin-top: 0px;
    height: auto;
    font-size: 1.2em;
}
/* Stats Gallery */
.gallery {
    width: 100%;
    background-color: #FFFFFF;
    justify-content: center;
    text-align: center;
    align-content: center;
    vertical-align: top;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: 0px;
    margin-left: 0px;
}
/* Parallax Section */
.banner {
    background-color: #2D9AB7;
    background-image: url("../images/parallax.jpg");
    height: 400px;
    background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat;
}
.parallax {
    color: whitesmoke;
    outline: none;
    text-align: right;
    padding-right: 100px;
    padding-top: 250px;
    letter-spacing: 2px;
    margin-top: 0px;
}
.parallax_title {
    border-radius: 6px;
    padding-left: 0px;
    padding-right: 0px;
    filter: drop-shadow(1px 1px black);
    font-size: 1.5em;
}
.parallax_description {
    color: whitesmoke;
    text-align: right;
    padding-right: 100px;
    width: 30%;
    float: right;
    font-weight: bolder;
    line-height: 23px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    filter: drop-shadow(1px 1px black);
}
/* More info */
footer {
    background-color: #FFFFFF;
    padding-bottom: 35px;
}
/* Leave cards just in case */
.cards {
    width: 100%;
    height: auto;
    max-width: 402px;
    max-height: 200px;
    
}

.button {
    width: 200px;
    margin-top: 0px;
    margin-right: auto;
    margin-bottom: 10px;
    margin-left: auto;
    padding-top: 3px;
    padding-right: 10px;
    padding-bottom: 3px;
    padding-left: 10px;
    vertical-align: middle;
    border-radius: 10px;
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
    border: 1px dotted firebrick;
     transition: all 0.3s linear;
    text-decoration: none;
	}



.button:hover {
	
	background-image: url("../images/bg/bottom_bg.gif");
 width: 203px;
    margin-top: 0px;
    margin-right: auto;
    margin-bottom: 10px;
    margin-left: auto;
    padding-top: 3px;
    padding-right: 10px;
    padding-bottom: 3px;
    padding-left: 10px;
    vertical-align: middle;
    border-radius: 10px;
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
    border: 1px dotted firebrick;
    color: black;
    transition: all 0.3s linear;
    text-decoration: none;
}

.button:visited {
	color: #333333;
}

.button a {
	outline: none;
    text-decoration: none;
	color: #2C9AB7;
}
.button:hover a {
    outline: none;
	text-decoration: none;
    filter: grayscale(0) drop-shadow(0 0 1px red);
	color:black;
	
}
.button:active a {
	outline: none;
    color: firebrick;
    text-decoration: none;
	background-image: url("../images/bg/bottom_bg.gif");
}
.button a:visited {
	outline: none;
    color: #333333;
    text-decoration: none;
}
.copyright {
    width: 100%;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: firebrick;
    color: #FFFFFF;
    text-transform: uppercase;
    font-weight: lighter;
    letter-spacing: 2px;
    border-top-width: 2px;
    border-top: 1px solid #EFFB35;
}
.footer_banner {
    background-color: linen;
    padding-top: 40px;
    padding-bottom: 40PX;
    margin-bottom: 0px;
    background-image: url(../images/pattern.png);
    background-repeat: repeat;
}
footer {
    display: inline-block;
}
.hidden {
    display: none;
}


.browse {
    min-width: 410px;
    width: 410px;
    max-width: 410px;
    display: inline-block;
    text-align: center;
    margin-top: 0px;
    margin-right: 10px;
    margin-bottom: 10px;
    margin-left: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    color: black;
}
/* Mobile */
@media (max-width: 320px) {
	
	
	.browse {
 width: 100%;
		 min-width: 100%;
        max-width: 100%;
    display: inline-block;
    text-align: center;
    margin-top: 0px;
    margin-right: 2px;
    margin-bottom: 10px;
    margin-left: 2px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    color: black;
}

    .container header nav {
        margin-top: 0px;
        margin-right: 0px;
        margin-bottom: 0px;
        margin-left: 0px;
        width: 100%;
        float: none;
        display: none;
    }
    header nav ul {}
    nav ul li {
        margin-top: 0px;
        margin-right: 0px;
        margin-bottom: 0px;
        margin-left: 0px;
        width: 100%;
        text-align: center;
    }

    .parallax {
        text-align: center;
        margin-top: 0px;
        margin-right: 0px;
        margin-bottom: 0px;
        margin-left: 0px;
        padding-top: 40%;
        padding-right: 0px;
        padding-bottom: 0px;
        padding-left: 0px;
        width: 100%;
        font-size: 18px;
    }
    .parallax_description {
        padding-top: 0px;
        padding-right: 0px;
        padding-bottom: 0px;
        padding-left: 0px;
        width: 90%;
        margin-top: 25px;
        margin-right: 0px;
        margin-bottom: 0px;
        margin-left: 12px;
        float: none;
        text-align: center;
    }
    .banner {
        background-color: #2D9AB7;
        background-image: none;
    }
    .tagline {
        margin-top: 20px;
        line-height: 22px;
    }
    .hero_header {
        padding-left: 10px;
        padding-right: 10px;
        line-height: 22px;
        text-align: center;
    }
}
/* Small Tablets */
@media (min-width: 321px)and (max-width: 767px) {
	
		.browse {
 width: 100%;
		 min-width: 100%;
        max-width: 100%;
    display: inline-block;
    text-align: center;
    margin-top: 0px;
    margin-right: 2px;
    margin-bottom: 10px;
    margin-left: 2px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    color: black;
}
	
    .directions {
        width: 100%;
        display: inline-block;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        text-align: center;
        margin-top: 0px;
        margin-right: 0px;
        margin-bottom: 10px;
        margin-left: 0px;
        padding-top: 0px;
        padding-right: 0px;
        padding-bottom: 0px;
        padding-left: 0px;
    }
    .hero {
        padding-top: 150px;
        padding-bottom: 25px;
    }

    .container header nav {
        margin-top: 0px;
        margin-right: 0px;
        margin-bottom: 0px;
        margin-left: 0px;
        width: 100%;
        float: none;
        overflow: auto;
        display: inline-block;
        background: #b22222;
    }
    header nav ul {
        padding: 0px;
        float: none;
    }
    nav ul li {
        margin-top: 0px;
        margin-right: 0px;
        margin-bottom: 0px;
        margin-left: 0px;
        width: 100%;
        text-align: center;
        padding-top: 8px;
        padding-bottom: 8px;
    }

    .footer_column {
        width: 100%;
        margin-top: 0px;
    }
    .parallax {
        text-align: center;
        margin-top: 0px;
        margin-right: 0px;
        margin-bottom: 0px;
        margin-left: 0px;
        padding-top: 40%;
        padding-right: 0px;
        padding-bottom: 0px;
        padding-left: 0px;
        width: 100%;
        font-size: 18px;
    }
    .parallax_description {
        padding-top: 0px;
        padding-right: 0px;
        padding-bottom: 0px;
        padding-left: 0px;
        margin-top: 30%;
        margin-right: 0px;
        margin-bottom: 0px;
        margin-left: 0px;
        float: none;
        width: 100%;
        text-align: center;
    }

    .banner {
        padding-left: 20px;
        padding-right: 20px;
    }
    .footer_column {
        width: 100%;
    }
}
/* Small Desktops */
@media (min-width: 768px) and (max-width: 1096px) {
    .directions {
        width: 100%;
        display: inline-block;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        text-align: center;
        margin-top: 0px;
        margin-right: 10px;
        margin-bottom: 10px;
        margin-left: 10px;
        padding-top: 0px;
        padding-right: 10px;
        padding-bottom: 0px;
        padding-left: 10px;
        justify-content: center;
    }


    .banner {
        margin-top: 0px;
        padding-top: 0px;
    }
}
/* Luba */
footer, hgroup, main, section {
    display: block;
}
.block {
    display: block;
}

.headline {
    font-family: Baskerville, Palatino Linotype, Palatino, Century Schoolbook L, Times New Roman, serif;
    text-align: center !important;
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0.5rem 0.1rem;
    font-size: 1.5em;
    color: #717070;
}

.fontlight {
    color: #CBC4C4;
}
.text-red {
    color: red;
}

.ven_name {color:#000099;  Font: Bold 20px Garamond; }
.ven_nameover {color: firebrick; text-decoration: inherit; Font: Bold 20px Garamond; }
.location {color: #717070;; Font:14px Garamond;}
.telfaxemailweb {color:maroon; Font:14px Garamond;}

.textshadow {
    text-shadow: 2px 3px 4px rgba(0, 0, 0, 0.3);
    /*Chrome, Safari*/
    -webkit-background-clip: text;
    /*Firefox*/
    -moz-background-clip: text;
    /*Standard Syntax*/
    background-clip: text;
}
.small-text {
    font-size: 60%;
}

.img-fluid {
    max-width: 100%;
    height: auto;
}
.float-left {
    float: left !important;
}
.float-right {
    float: right !important;
}
.float-none {
    float: none !important;
}
.picover:hover {
    opacity: 0.9;
}
.rounded-corner {
    border-radius: 10% !important;
}

.rounded-lg {
  border-radius: 0.3rem !important;
}

.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}