@charset "utf-8";

body, html {
    font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
    color: #707070;
    font-size: 100%;
    height: 100%;
    line-height: 100%;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    width: auto;
}
body a {
    color: #000000;
    text-decoration: none;
}
body a:hover {
    color: #F60408;
}
body a:visited {
    color: #0044FF;
}
body a:active {
    color: #000000;
}
/* NAV MENU */
#nav {
/*    font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;*/
    text-align: center;
    width: auto;
}
.nav-tabs {
    border-bottom: 1px solid #dee2e6;
}
.nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}
ol, ul, dl {
    margin-top: 0;
    margin-bottom: 1rem;
}
li {
    display: list-item;
    text-align: -webkit-match-parent;
}
.nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link {
    color: #495057;
    background-color: #fff;
    border-color: #dee2e6 #dee2e6 #fff;
}
.nav-tabs .nav-link {
    border: 1px solid transparent;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
}
.nav-link {
    display: block;
    padding: 0.5rem 1rem;
}
/* END NAV MENU */

.bg {
/*    background-image: url(../images/SardisLake_horizon.jpg);*/
/*    background-image: url(../images/<?php echo($rs_css_image->getColumnVal("name")); ?>);*/
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    height: 50%;
}
.bg_container {
    margin-top: 0;
    margin-right: 2%;
    margin-left: 2%;
    margin-bottom: 0;
    width: 94%;
    padding-top: 1.25rem;
    display: block;
}
/* CONTRAST FONTS */
.font_hl {
    font-family: Ubuntu, sans-serif;
}
/* FONT SIZES */
.font_hl_L {
    font-size:2.5em;
}
.black { color: black; }
.white { color: white; }
.darkgray { color: #505050; }
.blue { color: #0044FF; }

.font_p {
/*    font-size:0.875em;*/
    font-size:1.25em;
    line-height: 1.25em;
}
.font_specs {
    font-size: 1.1em;
    line-height: 1.25em;
}

/*Setting Basic Dimensions to give gallery view */
.container{
    margin: 0 auto;
    width: 100%;
        }
.main_view{
            width: 48%;
            display: block;
            float: left;
        }
.main_view img{
            width: 100%;
            height: 100%;
            object-fit: cover;
        }
.side_view{
            display: flex;
            justify-content: center;
            flex-wrap: wrap;
            width: 99%;
            clear: both;
        }
.side_view img{
            width: 9rem;
            height: 7rem;
            width: 20%;
            height: 20%;
            object-fit: cover;
            cursor: pointer;
            margin:0.25rem;
        }
.specs {
    display: block;
    float: left;
    width: 50%;
    clear: right;
    padding-top: 2%;
/*    font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;*/
}
/* PRODUCT PAGE MODEL */
.model_text {
    font-weight: bold;
    font-size: large;
}
#repeated_table_1 {
    width: 90%;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}
td a img {
    width: 61%;
}
#topband {
    /*    font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;*/
    text-align: center;
    background-color: #71BBE8;
    color: #212529;
    padding-top: 1%;
    padding-right: 1%;
    padding-bottom: 1%;
    padding-left: 1%;
    width: auto;
}
#nav {
/*    font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;*/
    text-align: center;
}

.wrapper {
  box-sizing: border-box;
  position: relative;
  padding-bottom: 1em; /* Height of footer */
  min-height: 100%;
}


#footband {
    /*    font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;*/
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    position: fixed;
/*    position: relative;*/
    bottom: 0;
    height: 24px;   /* Height of the footer */
    background: #71BBE8;
    padding-top: 1%;
    padding-bottom: 1%;
    color: #212529;
    width: 100%;
    margin-top: 8vh;
}
.jumbotron {
    background-image: url(../images/SardisLake_horizon.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    height: 450px;
}
.lead {
    text-align: justify !important;
    font-weight: 400 !important;
    line-height: 35px;
}
#products_container {
    /*    font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;*/
    text-align: center;
    padding-top: 1%;
    padding-right: 1%;
    padding-left: 1%;
    height: auto;
    padding-bottom: 1%;
    display: block;
    width: auto;
}
.products {
/*    font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;*/
    display: block;
    float: left;
    width: 25%;
    object-fit: cover;
    margin-bottom: 5%;
}
#products_container .products img {
    width: 66%;
}
#products_image {

}
.spacer {
    display: block;
    height: 5%;
    width: 100%;
    clear: both;
}


@media only screen and (max-width: 600px), 
        {
    .font_p {
    font-size: 0.95em;
    line-height: 1.5em !important;
}
    .font_hl_L { font-size:2.25em; }
    .font_specs {
    font-size: 0.7em;
    line-height: 0.7em !important;       
    }
    .main_view {padding-top: 25%;}
    #footband {
    font-size: 0.5em;
    line-height: 1.25em;
}
}
@media only screen and (max-height: 900px) {
    #footband {
/*    position: relative;*/
    display: none;
}
}
