@media (min-width: 576px) {
  .alexBrush_btn {
    padding-left: 0px;
    padding-right: 0px;
  }

  .nav_logo {
    margin-left: 1px;
    max-width: 120px !important;
  }
}

@media (min-width: 768px) {
  .b-slide-img {
    height: 40vh !important;
  }
  .b-slide-img-sm,
  .b-img-thumb {
    width: 128px !important;
    height: 128px !important;
  }

  .hdr_tagline {
    letter-spacing: 1px;
  }

  .img_size {
    max-width: 300px;
  }
}

@media (min-width: 992px) {
  .b-slide-img {
    height: 68vh !important;
  }
  .b-boat-gallery {
    overflow-x: hidden;
    overflow-y: auto;
  }

  .about_hdr {
    padding-left: 13px;
    padding-right: 12px;
  }
  .b-img-thumb {
    width: 256px !important;
    height: 256px !important;
  }

  .hdr_tagline {
    letter-spacing: 4px;
  }
}

@media (min-width: 1200px) {
  .about_hdr {
    padding-left: 40px;
    padding-right: 40px;
  }

  .hdr_tagline {
    letter-spacing: 4px;
  }
}

@media (min-width: 1400px) {
  .about_hdr {
    padding-right: 39px;
  }

  .hdr_tagline {
    text-align: center;
    letter-spacing: 4px;
  }

  .j-featured_card {
    height: 22.2em;
    /* -o-object-fit: contain  */
    /* -o-object-fit: contain  */
    -o-object-fit: contain;
    object-fit: contain;
  }
}

.clearlink {
  text-decoration: none;
  color: inherit;
}

.copyright {
  /* footer.ejs   margin-bottom: 1rem; */
  font-size: 0.75em;
}

.privacy_hdr {
  /*  Privacy & Terms.ejs 
  font-size: 1.5rem;*/
  margin-left: 14px;
  margin-top: 14px;
  margin-bottom: 4px;
}
.privacy_items {
  /*  Privacy & Terms.ejs */
  font-size: 0.75rem;
}
.hdr_underline {
  /*  Privacy & Terms.ejs */
  border-width: 0px 0px 1px;
  margin: 0px 10px 3px;
}
.privacy_text {
  /*  Privacy & Terms.ejs 
  font-size: 2vh; */
  text-align: justify;
  margin-left: 5vw;
  margin-right: 5vw;
}
.privacy_list_group {
  margin-right: 2px;
  padding-bottom: 0px;
  padding-left: 0px;
  padding-right: 0px;
  border-bottom-width: 19px;
  border-color: #cf1;
}

.card_border_top {
  /* elite cards on a_idx */
  border: 0px solid #015668;
  border-top: 1px solid #015668;
  font-size: 1.25em;
}

.card_border_bottom {
  /* elite cards on a_idx */
  border: solid #015668;
  border-width: 0px 0px 1px;
}

.b-disabled {
  /* various pages - seach files to find */
  pointer-events: none;
}

.featured_card {
  /* featured & masonryG */
  background-color: #262626;
}
.elite_ad_description {
  margin-top: 9px;
  margin-bottom: 5px;
  font-weight: bold;
}

.help_text {
  font-size: 13px;
  margin-top: -7px;
  margin-bottom: 0px;
  padding-bottom: 0px;
}
.page_divider {
  text-align: center;
  background-color: #f9ad4a;
  font-weight: bold;
  margin-top: 8px;
  margin-bottom: 8px;
  padding-top: 4px;
  padding-bottom: 4px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  font-size: 1.25em;
}
.add_cell_edit {
  border-width: 0px;
  width: auto;
  margin: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
}
.advertise_hdr {
  border-color: rgba(0, 0, 0, 0);
  border-bottom: 4px #fd7e14;
  border-style: solid;
}
.footnote_txt {
  font-size: 12px;
}
.b-bg-image-cover {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
.b-list-item-boat {
  height: 20vh;
}
/* Nish original index & s_view_boat_details
.b-boat-img-sm {
    height: 12vh !important;
}   */
.b-image-fit-cover {
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
.b-slide-img-sm,
.b-img-thumb {
  width: 80px !important;
  height: 80px !important;
}
.b-slide-img {
  height: 30vh !important;
}
.b-bg-light {
  background-color: #f5f5f5;
}

.b-cursor-pointer {
  cursor: pointer;
}

/* summernote original */
.note-editable {
  background-color: white;
}

.b-textarea .note-editable {
  min-height: 150px;
}

.b-boat-gallery {
  overflow-x: auto;
  overflow-y: hidden;
}

.hdr_tagline {
  text-align: center;
  margin: 20px 30px 15px;
}
/* Below is Flip card from Employee Card Youtube 
on 8/2023 moved to style section j_archivedGallery

.hovereffect {
  * archived_boat_listing *
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s; 
  * Animation *
}

.hovereffect .hover {
  * archived_boat_listing *
  * display:block *
  position: relative;
  -webkit-transition: all 0.4s linear;
  transition: all 0.4s linear;
}

.hovereffect:hover .hover {
  * archived_boat_listing *
  -webkit-transform: scale(110%);
  transform: scale(110%);
  position: relative;
}



#card_container {
  display: grid;
  -webkit-perspective: 400px;
  perspective: 400px;
}

div.card-flip {
  display: grid;
  grid-template: 1fr / 1fr;
  grid-template-area: frontAndBack;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transition: all 0.7s ease;
  transition: all 0.7s ease;
}

#back {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  grid-area: frontAndBack;
  -webkit-transform: rotateY;
  transform: rotateY(-180deg);
}

#front {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  grid-area: frontAndBack;
}

.card-container:hover .card-flip {
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
}



* card controls *

.hdr_overlay {
  position: absolute;
  margin-bottom: 15px;
  margin-left: 20px;
}

.card_background {
  * background-color: #120aab; removed during flex adjustments *
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
  padding-left: 5px;
  padding-right: 5px;
  }

.rounded_10 .img .card {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

*/
.rounded_10 {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

.rounded_15 {
  border-top-left-radius: 15px !important;
  border-top-right-radius: 15px !important;
  border-bottom-left-radius: 15px !important;
  border-bottom-right-radius: 15px !important;
}

.rounded_15_top {
  border-top-left-radius: 15px !important;
  border-top-right-radius: 15px !important;
}

.rounded_15_bottom {
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
}

.rounded_15_start {
  border-top-left-radius: 15px !important;
  border-bottom-left-radius: 15px !important;
}

/* commented out 10-12-24 to set webp as new image
.hdr_background_img {
  background-image: url("../assets/images/bannerboat.jpg");
  background-position: 20% 30%;
  background-size: cover;
}
*/

.cwb_tag {
  display: block;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  color: #9d5913;
  letter-spacing: 4px;
}

.since_tag {
  display: block;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  color: #fff;
  letter-spacing: 4px;
}

/* created bottom line from  header four line animation above 
#about {
  position: relative;
}

#about:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  -webkit-transition: all 0.4s, opacity 0.1s 0.4s;
  transition: all 0.4s, opacity 0.1s 0.4s;
  opacity: 0;
  bottom: 0;
  left: 0;
  border-bottom: 3px solid #9d5913;
}


#about:hover:after {
  width: calc(100%);
  -webkit-transition: 0.75s, opacitiy 0.1s;
  transition: 0.75s, opacitiy 0.1s;
  opacity: 1;
}

 JED full button style 
#ftr_navbar .nav-item:hover, .nav-item:focus, .nav-item:active {
    background-color:#98cece;
    border-radius: 5px;
    margin: 2em;
    }

*/

.bkgrd_boat {
  background-image: url("../assets/images/bannerboat_27.webp");
  background-size: cover;
}

.j-featured_card {
  background-repeat: no-repeat;
  background-position: 50% 50%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  max-height: 10em;
}

.remove_link_underline {
  text-decoration: none;
}

.remove_link_underline:hover {
  color: #0d0d0d;
}

.remove_link_underline.m_hdr {
  font-size: 0.75em;
}

.ladyben {
  font-family: "alex brush", cursive;
  font-size: 4rem;
  color: #9d5913;
  position: relative;
  top: -10px;
  border-width: 0px;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
  margin-bottom: 3px;
  padding-right: 5px;
}
/*Worlds finest tagline with CSS */
#ladyben::after {
  content: "World's Finest Classic Wooden Boat Listing Site Since 1998";
  position: absolute;
  top: 74px;
  left: 1px;
  color: #015668;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.2em;
  text-align: center;
}
.navy_blue {
  background-color: #000080;
}

#flex_ftr > .nav-item.nav-link {
  padding: 1em;
  border-radius: 5px;
  /* color: #fff;*/
  margin: 0 1;
  /* margin-bottom: .25em;
    margin-right: .25em;
    background-color: #000080;*/
}

.ftr_button {
  color: #ff6600;
}

.ftr_button:hover {
  display: block;
  border-width: 7px;
  border-color: #6610f2;
  border-top-left-radius: 7px;
  border-top-right-radius: 7px;
  border-bottom-left-radius: 7px;
  border-bottom-right-radius: 7px;
}

/* src https://www.youtube.com/watch?v=4eh2r-C5hqE  

.two_lines {
  position: relative;
  color: #000;
  text-decoration: none;
  margin-left: 2em;
  margin-right: 2em;
}

.two_lines::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 0%;
  height: 0.25em;
  background: #f8981d;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

.two_lines::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0%;
  height: 0.25em;
  background: #f8981d;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

.two_lines:hover::before,
.two_lines:hover::after {
  width: 120%;
  left: 0;
}
*/

/*   main3

#list_link {
  position: relative;
  text-decoration: none;
  padding: 7px 0;
}

#list_link::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0%;
  height: 3px;
  background: #0d0d0d;
  -webkit-transition: 0.4s ease-out;
  transition: 0.4s ease-out;
}

#list_link:hover::after {
  left: 0;
  width: 100%;
}
*/

#elite_card .card {
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}

.card_no_border {
  border: none;
}

.card_details {
  padding-bottom: 0px;
}

.bkgrd_about_img {
  background-image: url("../assets/img_list/42483_edited.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  height: 0px;
  min-height: 400px;
}

/* place the tweet icon before a card
#elite_card::before {
  font-family: "Font Awesome 5 Brands";
  content: "\f099";
}
*/

.emlLink {
  color: #f8981d;
}

.value_right {
  margin-right: 2px;
  padding-right: 2px;
  font-size: 1em;
  text-align: right;
}

.accordion-item {
  /* all accordions are working with BS5 elements */
  border-width: 0px !important;
  margin-bottom: 1em;
}

.accordion-button:not(.collapsed) {
  /* color: #9d5913 !important;   #89b8b8 #cce6e6*/
  color: #0d0d0d !important;
}

.accordion-button {
  border-radius: 25px !important;
  font-size: 0.75em !important;
  background-color: #f9ae4d !important; /* color came from Google color picker lighter than #f8981d */
}

.testimonial {
  font-style: italic;
}

.credit {
  font-weight: bold;
  color: #9d5913;
}

.img-fluid {
  max-width: 75vh !important;
}

#swiper2 img {
  /* elite_featured_swiper */
  max-width: 100px !important;
}

.misc_table {
  width: 144px;
}

.alexBrush {
  font-size: 3.5rem;
  font-family: "Alex Brush";
  color: #f8981d;
}

.alexBrush_btn {
  font-size: 3.5rem;
  font-family: "Alex Brush";
  color: #cf7820;
  /* color: #9d5913; orginal color */
  display: inline-block;
  line-height: 1.5;
  font-size: 1rem;
  /* padding: 0rem 0rem 0.375rem; */
}

.since_1998 {
  color: #f8981d;
  /*  color: #cf7820; changed when I placed logo in place */
  line-height: 0px;
  font-size: 0.35rem;
  background-image: url("../assets/images/since_1998.png");
}

.nav_btn_mb {
  display: inline-block;
  /* line-height: 1.5; */
  color: #fff;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-size: 1.5rem;
  border-radius: 0.25rem;
  margin-left: 1rem;
  margin-right: 1rem;
  padding: 0.375rem 0.75rem;
  font-weight: bold;
  text-decoration: none;
  outline: none;
}

.nav_btn_mb:hover {
  /* background-color: #888c8f; Chrome from retro logo
  background-color: #bb5022; wood brown from retro logo*/

  background-color: #29a5a7;
}

.retro_bkgrd {
  background-image: url("../assets/images/background_wood.png");
}

.nav_logo {
  border: 0px;
  max-width: 120%;
  height: auto;
  margin: 0;
  padding: 0;
}

.since_1998:hover {
  color: #fff;
}

.nav_btn {
  display: inline-block;
  /* line-height: 1.5; */
  color: #fff;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-size: 1 rem;
  margin-left: 1rem;
  margin-right: 1rem;
  padding: 0.375rem 0.75rem;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}

.nav_btn:hover {
  background-color: #98cccc;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}

.nav_btn:focus {
  background-color: #98cccc;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}

.text_shadow_sm {
  text-shadow: 1.01px 1.01px #808080;
}

.text_shadow {
  text-shadow: 1.25px 1.25px #808080;
}

.text_shadow_white {
  text-shadow: 1.25px 1.25px #fff;
}

.text_shadow_white_sm {
  text-shadow: 1.01px 1.01px #fff;
}

.img_size {
  max-width: 250px;
}

.top_chevron {
  /* go to top of page chevron */
  display: none; /* Hidden by default */
  position: fixed; /* Fixed/sticky position */
  bottom: 20px; /* Place the button at the bottom of the page */
  right: 30px; /* Place the button 30px from the right */
  z-index: 2099; /* Make sure it does not overlap */ /* Remove borders */
  outline: none; /* Remove outline */
  color: white; /* Text color */
  cursor: pointer; /* Add a mouse pointer on hover */
  padding: 15px; /* Some padding */ /* Rounded corners */
  font-size: 18px; /* Increase font size */
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

/* profile tab lines */

.profile_tab_line {
  position: relative;
  text-decoration: none;
  color: #000;
}

.profile_tab_line::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 20%;
  width: 0%;
  height: 20px;
  background: #9d5913;
  -webkit-transition: all 70ms ease-in-out;
  transition: all 70ms ease-in-out;
}

.profile_tab_line::after {
  width: 100%;
  left: 0;
  color: #000;
}

.profile_tab_line:hover::before,
.profile_tab_line:hover::after {
  width: 100%;
  left: 0;
  color: #000;
}

.two_lines:link {
  position: relative;
  text-decoration: none;
}
.two_lines:visited::after {
  position: absolute;
  bottom: 0;
  left: 20%;
  width: 0%;
  height: 20px;
  background: #9d5913;
}

.two_lines::before {
  content: "";
  position: absolute;
  top: 0;
  left: 20%;
  width: 0%;
  height: 2px;
  background: #9d5913;
  -webkit-transition: all 90ms ease-in-out;
  transition: all 90ms ease-in-out;
}

.two_lines::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 20%;
  width: 0%;
  height: 2px;
  background: #9d5913;
  -webkit-transition: all 70ms ease-in-out;
  transition: all 70ms ease-in-out;
}

.two_lines:hover::before,
.two_lines:hover::after {
  width: 100%;
  left: 0;
}

.no_description {
  -webkit-columns: 1;
  -moz-columns: 1;
  -webkit-column-count: 1 !important;
  -moz-column-count: 1 !important;
  column-count: 1 !important;
}

.bkgrd_grey {
  background-color: rgb(242, 242, 242);
}

.form-text {
  font-size: 1em !important;
  font-weight: 600 !important;
  color: #000 !important;
}

.chars_count {
  font-size: small !important;
  color: #808080 !important;
}

.bkgrd_gradient_top {
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(17%, #015668),
    color-stop(83%, white),
    color-stop(86%, white)
  );
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(17%, #015668),
    color-stop(83%, white),
    color-stop(86%, white)
  );
  background-image: linear-gradient(180deg, #015668 17%, white 83%, white 86%);
}

.bkgrd_gradient_bottom {
  background-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(#015668),
    to(white)
  );
  background-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(#015668),
    to(white)
  );
  background-image: linear-gradient(0deg, #015668 0%, white 100%);
}

.bkgrd_gradient_middle {
  background-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    color-stop(23%, white),
    color-stop(30%, #007a80),
    color-stop(81%, #007a80),
    color-stop(87%, #fff),
    to(white)
  );
  background-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    color-stop(23%, white),
    color-stop(30%, #007a80),
    color-stop(81%, #007a80),
    color-stop(87%, #fff),
    to(white)
  );
  background-image: linear-gradient(
    0deg,
    white 23%,
    #007a80 30%,
    #007a80 81%,
    #fff 87%,
    white 100%
  );
}

.bkgrd_dropdown {
  background-color: #20c997 !important;
  z-index: 190 !important;
  position: #20c997;
}

.sold_bkgrd {
  background-image: url("../assets/images/Lady_Ben_retro_Sold.png");
  width: 150px;
  height: 74px;
  background-size: contain;
  margin-right: 40px;
  z-index: 500 !important;
}
