:root {
    --bannerWidth: 100vw;
    --gray: #767676;
    font-family:'Roboto', sans-serif;
}
body {
    margin: 0;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding: 0;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    width: 100%;
    height: 100%;
    display: flex; 
    flex-direction: column;
    flex-grow: 1;
}

/* Style the header */
.header {
    background-color: #ffffff;
    padding: 0 0;
    text-align: center;
    font-size: 2px;
}

/* Style the top navigation bar */
.nav {
    padding-top: .3rem;
    padding-bottom: .3rem;
    background-color: #3b3b3b;
    font-size: 1rem;
}


.nav ul {
    margin: 0;
    list-style-type: none;
    padding: 0;
    overflow: hidden;
    background-color: #3b3b3b;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

/*For mobile reponsiveness */
@media only screen and (min-width: 760px) {
    .nav ul {flex-direction: row;}
    .nav a {padding: 14px 40px;}
    .bannerText {font-size:2.6em !important;}
}
  
.nav li {
      display: inline;
  }
  
.nav a {
    color: white;
    padding: 0px 40px;
    text-decoration: none;
    font-weight: 300;
    flex: 1;
 }

.navbarImg {
    margin: 0;
    padding: 0;
    height: auto;
    width: auto;
    max-height: 25px;
    max-width: 250px;
    vertical-align: none;
 }
/* Change color on hover */
/*.topnav a:hover {
    background-color: #ddd;
    color: black;
}*/
.bannerImg {
    /* Banner Dimensions I use are 1570x654 pixels (width x height)*/
    margin: 0;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding: 0;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    width: 100%;
    height: auto;
    overflow: hidden;
    filter: brightness(80%);
    display: block;
}
/*Style for Home Page*/
.bannerText {
    font-family:'Roboto', sans-serif;
    font-size:3vh;
    color:#ffffff;
    position: absolute;
    top: 50%;
    left:50%;
    transform: translate(-50%, -50%);
    font-weight:500;
    margin-block-start: 0;
    margin-block-end: 0;
    margin: 0;
}
.bannerContainer {
    position: relative;
    text-align: center;
    color:white;
    margin: 0;
    /*background-image: url(images/contactImage.jpg);
    background-size: cover;
    backdrop-filter: brightness(30%);*/

}
.bottomLine {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin-top:0;
    margin-left: 0;
 }
#pageBottom {
    position: relative;
    bottom: 0;
    width: 100%;
    height: 2.6rem;
    text-align: center;
    color:white;
    margin:0 0 0 0;
    clear: both;
}

#copyRightStyle {
    font-family:'Roboto', sans-serif;
    font-size:.8vw;
    color:var(--gray);
    list-style-type:none;
}
.bottomBlock {
    flex-shrink: 0;
    margin-block-start: .33rem;
    margin-block-end: 0;
}

.homeTextBlock {
    position: relative;
    background-color:#3b3b3b;
    text-align: center;
    /*padding: 0 2vw;*/
    /*font-size: 1vw;
    font-weight: 300;*/
    color: #fff;
    font-family:'Roboto', sans-serif;
    font-weight: 300;
    padding-left: 4rem;
    padding-right: 4rem;
    margin-block-start: .3rem;
    margin-block-end: .3rem;
}


/* Style for KBB Pages*/
.bodyContainer {
    position: relative;
    text-align: left;
    color: #767676;
    padding: 0 2vw;
    font-family:'Roboto', sans-serif;
    font-size: 1vw;
    font-weight: 300;
    margin-block-end: 5rem;

}
.kbbBannerImg {
    /* Banner Dimensions I use are 1570x654 pixels (width x height)*/
    margin: 0;
    margin-top: 10px;
    margin-right: 10px;
    margin-bottom: 0px;
    margin-left: 10px;
    padding: 0;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    width: 95%;
    height: 400px;
    object-fit: cover;


    overflow: hidden;
    filter: brightness(90%);
}
/*Style for Home Page*/
.kbbBannerText {
    font-family:'Roboto', sans-serif;
    font-size:5vh;
    color:#ffffff;
    position: absolute;
    top: 50%;
    left:50%;
    transform: translate(-50%, -50%);
    font-weight:500;
    margin-block-start: 0;
    margin-block-end: 0;
    margin: 0;
}
.kbbBannerContainer {
    position: relative;
    text-align: center;
    margin: auto;
    color:white;
    display: inline-block;
    width: 100%;

    /*background-image: url(images/contactImage.jpg);
    background-size: cover;
    backdrop-filter: brightness(30%);*/
}

.kbbImg {
    /* Banner Dimensions I use are 1570x654 pixels (width x height)*/
    margin: 0;
    margin-top: 1.25rem;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding: 0;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 10px;
    width: 50%;
    height: auto;
    float: right;
    overflow: hidden;
}

.kbbTitle {
    color: #3b3b3b;
    font-family:'Roboto', sans-serif;
}
.kbbSubheading {
    color: #3b3b3b;
    font-family:'Roboto', sans-serif;
}

/* Style for forms on Review and Contact Us pages*/

input[type=text], input[type=tel], select, textarea {
    width: 100%;
    padding: 12px;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
    margin-top: 6px;
    margin-bottom: 16px;
    resize: vertical;
  }
  
  input[type=submit] {
    background-color: #3b3b3b;
    color: white;
    padding: 12px 20px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
  }
  
  input[type=submit]:hover {
    background-color: #3b3b3b;
  }
  a.privacy {
    color: blue;
    text-decoration: underline;
  }
   .container {
    border-radius: 5px;
    background-color: #f2f2f2;
    padding: 20px;
  }


