body {
  background-color: #219baa;
  font-family: verdana, sans-serif;
  margin: 0;
  min-height: 100vh;
}

.sf-sub-indicator {
  display: inline-block;
  float: right;
  color: #ccc;
}

main a:hover {
  color: yellow;
  border-bottom: solid white;
}
main a {
  color: #ddd;
  text-decoration: none;
  border-bottom: solid yellow;
}

h1,h2,h3,h4,h5,h6,.impact {
  font-family: impact;
  font-weight: normal;
  letter-spacing: 1px;
  color: #fff;
 /* padding: 0 0 15px 0; */
  text-align: center;
  width: 100%;
}

.flex-container {
  display: flex;
  justify-content: space-around;
  flex-flow: column wrap;
  
}

.flex-container-reverse {
  flex-direction: column-reverse;
}

.flex-container-row {
  display: flex;
  justify-content: space-around;
  flex-flow: row wrap;
}

.flex-container-row-reverse {
  flex-direction: row-reverse;
}

.block-container {
  display: block;
}

.block-container-centered {
  display: block;
  margin: 0 auto;
}

.ob-carousel {
  width: 70%;
  max-width: 70vw;
  margin: -24px auto 46px;
}
.ob-carousel > * {
  margin: auto;
}
.ob-content {
  padding: 24px;
}
header {
  background-image: url(../images/header-background-slim.jpg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  min-height: 240px;
}


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

.align-right {
  text-align: right;
}

.left-side {
  align-self: flex-start;
}

.right-side {
  align-self: flex-end;
}
.margin-buff{
  padding-left: 50px !important;
  padding-right: 50px !important;
}
.blurb{
  color:red; 
  font-size:20pt; 
  text-align:center;
  font-weight: bold; 
}
nav {
  -webkit-flex: 1 1 20%;
  -ms-flex: 1 1 20%;
  flex: 1 1 20%;
  align-self: flex-end;
}

.ob-main {
  max-width: 1280px;
  margin: 0 auto auto auto;
  justify-content: space-between;
  flex-grow: 1;
}

.ob-dealer h2 {
    text-transform: uppercase;
    font-size: 2.5em;
    color: #d71a21;
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: black;
} 

.sf-menu {
  display: none;
}

.nav-main-mobile {
  background-color: rgba(0, 0, 0, 0.7);
}

.nav-main-mobile .sf-menu {
  padding: 0;
  display: flex;
  flex-flow: wrap;
  position: relative;
  z-index: 9;
  top: -18px;
}

.nav-main-mobile .sf-menu li {
  background-color: rgba(0, 0, 0, 0.7);
  padding: 6px;
  width: 100%;
}

.sf-dropdown-menu {
  padding: -12px 0 0 6px;
}

.sf-menu, .sf-menu * {
  list-style: none;
}

.sf-menu li {
  border-bottom: 1px solid white;
}
.sf-menu a {
  color: #ffffff;
  font-size: .72em;
  font-weight: normal;
  line-height: 1.25em;
  text-align: left;
  padding: 7px 5px;
  letter-spacing: normal;
  display: inline-block;
  position: relative;
  text-decoration: none;
}

.footer-bottom {
  background-color: black;
  color: #555;
  font-size: .72em;
}

.topbar-widget {
  height: 36px;
  /* align-items: flex-end; */
  background-color: black;
  font-size: .8em;
  align-items: flex-end;
  padding-bottom: 12px;
}

.footer-top {
  background-color: rgb(0, 129, 145);
}

.footer-icons {
  margin-top: 3px;
  height: 24px;
}

.footer a {
  color: white;
  text-decoration: none;
}

.footer-credits {
  text-align: center;
}

.call {
    font-family: Impact;
    font-size: 40px;
    font-weight: normal;
}

.image-pride-usa {
  height: 60px;
}

.search-query,
.topbar-widget select,
.mobilenav-button,
.search-icon,
.footer a:hover {
    color: #ffc905;
}

.topbar-widget ::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: white;
    opacity: 1; /* Firefox */
}

.topbar-widget :-ms-input-placeholder, /* Internet Explorer 10-11 */
.topbar-widget ::-ms-input-placeholder { /* Microsoft Edge */
    color: white;
}

.topbar-widget select, .topbar-widget input {
    background-color: transparent;
    border: none;
}

.mobilenav-button {}

.search-icon {
  background-color: transparent;
  border: none;
}

#searchform .search-query {
  color: white;
}

.search-icon, .search-query, .navselect, .mobilenav-button {
  position: relative;
  top: -6px;
}

.navselect {
  width: 90vw;
  position: relative;
}

.navselect option {
  color: black;
  background: white;
}

.container-vertical-center {
  align-items: center;
}

.hidden {
  display: none !important;
}

.fa, .fas {
    font-weight: 900;
}

.fa, .far, .fas {
    font-family: Font Awesome\ 5 Free;
}

.fa-fw {
    text-align: center;
    width: 1.25em;
}

.fa, .fab, .fal, .far, .fas {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
}

.to-the-top i {
  position: relative;
  height: 36px;
  width: 36px;
  color: #ffc905;
  right: 24px;
  top: 36px;
  font-size: 24px;
}

.ob-products > * {
  max-width: 60vw;
}

.product > h2 {
  flex: 4;
}

.product-description {
  flex: 3;
  margin: 0 24px;
}
.hb-product-description {
  flex-basis:0;
  flex-grow:3;
  flex-shrink:1;
  display:block;
  flex: 3;
  margin:24px;
}
.product-description > * {
  text-align: left;
}
.product-description {
  margin: 0 24px;
  padding: 0;
}    
.product-media {
  flex: 1;
  justify-content: flex-end;
  align-self: center;
  margin: 0 24px;
}

.product-image {
  text-align: right;
  max-width: 30vw;
}
.product-image2 {
  max-width: 30vw;
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
}
.product-image3 {
  max-width: 20vw;
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
}

@media only screen and (max-width: 320px) {
  header {
    background-image: url(../images/header-background-small.jpg);
    min-height: 80px;
  }

}
@media only screen and (min-width: 321px) {

}
  @media only screen and (min-width: 640px) {
    .image-pride-usa {
      height: auto;
    }
    .topbar-widget {
      height: 36px;
      align-items: flex-end;
      background-color: black;
      font-size: 100%;
    }
    .product-small .product-single, .col3, .product-half .product-single, .col2 {
      /* max-width: 48%; */
    }
  }


  @media only screen and (min-width: 768px) {
    .mobilenav {
      display: none;
    }
    .sf-menu {
      display: block;
    }
    header {
      background-image: url(../images/header-background.jpg);
      min-height: 500px;
    }
    .new-half-back {
      background-image: url(../images/header-background.jpg);
      min-height: 500px;
      display: flex;
      justify-content: space-around;
      flex-flow: column wrap;
    }
    .footer-icons {
      margin-top: 3px;
      height: 48px;
    }

    .product-small .product-single, .col3 {
     /* max-width: 30%; */
    }

    .product-half .product-single, .col2 {
      max-width: 48%;
    }

}

@media only screen and (min-width: 1050px) {
  .sf-menu a {
    font-size: .9em;
  }

  @media only screen and (min-width: 1280px) {
    .sf-menu a {
      font-size: 1.25em;
  }
}
