/*reset*/
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h4, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1.5;
  margin-bottom: 0;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
.clear {
	clear: both;
}

/*//////////////END RESET///////////////////////////////*/


/* ======================================== Grid ============ */
 *, *:before, *:after { 
     -webkit-box-sizing: border-box; 
    box-sizing: border-box; 
}



body {
  font-family: 'Oswald', Arial, serif;
  font-size: 62.5%;
  line-height: 24px;
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
 

  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: fixed;  /* Keep image fixed during scroll */
  background-size: auto;         /* Let the image use its natural size */
  background-color: rgb(237, 237, 237); 

  /* max-height: 600px; */
}


.maxWidth{
  max-width: 1385px;
  margin-left: auto; 
  margin-right: auto;
  background:rgba(154, 160, 174, 0.374) !important;
  overflow: hidden;
  /* max-height: 600px; */
  z-index: 4;
}
.background-overlay {
  max-width: 1280px;
  margin-left: auto; 
  margin-right: auto;
  position: fixed;
  top: 0; left: 0; right: 0; bottom: 0;
  background: rgba(154, 160, 174, 0.374);
  z-index: 3;
}
p {
  padding: 5px 7% 20px 7%;
  font-size: 1.5rem;
  text-align: left;
  max-width: 1280px;
  color: #ffffff;
}

a {
text-decoration: none;
color:#01234a;
}

a:hover {
color: #01234aa0;
text-decoration: underline;
}.carousel {
  width: 100%;
  /* height: 500px; */
  position: relative; /* To position arrows within carousel */
}

.background { 
  /* background:rgb(91 111 155 / 48%); */
  height: 80vh;
 
  margin: 0 auto;
  max-width: 1280px;
  /* max-height: 600px; */
  position: fixed;
  top: 15vh;
  z-index: 1;
  background-color: rgb(234, 234, 234);
  
}


.background2{
  background-image: none;
  background-position: center 1%;
  background-repeat: no-repeat;
  height: 50vw;
  z-index: 6;

}
.backgroundTour{
  height: 80vw;
  margin: 0 auto;
  max-width: 1280px;
  /* max-height: 600px; */
  position: fixed;
  top: 15vh;
  z-index: 1;
  background-color: rgb(234, 234, 234);
}

/* .backgroundImages{
  height: 90vh;
  margin: 0;
  padding: 0;
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: fixed;  
  background-size: auto;         

  color: white;                  
  font-family: sans-serif;
  z-index: 9;
} */

.card-container {
  /* width: 100%;
  display: flex;
  overflow-x: auto;
  overflow-y: hidden;
  scroll-snap-type: x mandatory;
  gap: 8px;
  padding: 45px; */
  display: flex;
  /* flex-wrap: wrap; */
  justify-content: center;
  gap: 20px; 
   margin: .5vw 2vw .5vw 2vw;
}

.card {
  /* min-width:100px; */
 flex: 1;
  height: 50%;
  scroll-snap-align: start;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #01244b28;
  /* border: 1px solid #4F5873; */
  color: #4a544c;
  border-radius: 8px;
  flex: 1 1 100px; /* grow, shrink, base width */
 
}

.card:hover {
  background: #778faa69;
}

.card-container::-webkit-scrollbar {
  display: none;
}

/* .prev-arrow, .next-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: rgba(0, 0, 0, 0.5);
  color: white;
  border: none;
  padding: 10px;
  cursor: pointer;
  font-size: 24px;
  z-index: 10;
}

.prev-arrow {
  left: 10px;
}

.next-arrow {
  right: 10px;
} */

/**********************CLUB HOME PAGE********************/




.button-container {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  justify-content: center;
  padding: 3vw;
  
}

.button-container button {
  flex: 1 1 20%;
  min-width: 150px;
  padding: 6px;
  font-size: 18px;
  background-color: rgb(234, 234, 234);
  color: black;
  border: 2px solid rgb(234, 234, 234);
  border-radius: 4px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.button-container button:hover {
  background-color: #e0e0e0;
}
@media (max-width: 476px){
  .background{
  height: 120vh;
  }

}

@media (max-width: 600px) {
  .button-container {
    /* flex-direction: column; */
    align-items: stretch;
    padding: 9vw;
  }

  .button-container button {
    width: 100%;
    background-color: rgba(255, 255, 255, 0.799);
  }
}



.welcome p {
  text-align: center;
  font-size: 1rem;
  padding: 50px;
}
.MembershipButton{
  display: flex;
    justify-content: center;
    align-items: center;
}
.large-white-button {
   
  padding: 20px 40px;
  font-size: 16px;
  font-weight: bold;
  background-color: white;
  border: 2px solid #ccc;
  border-radius: 1px;
  color: #333;
  cursor: pointer;
  transition: all 0.3s ease;
}

.large-white-button:hover {
  background-color: #f1f1f1;
  border-color: #999;
}

.large-white-button:focus {
  outline: none;
  border-color: #007bff;
}

.iframe-containerDesktop {
  padding-top: 170px; /* Adjust this value for the space above the iframe */
  
  display: flex;
    justify-content: center;  /* horizontal center */
    align-items: center;      /* vertical center */
    height: 100vh;            /* full viewport height */
}

.iframe-containerDesktopJunior {
  padding-top: 100px; /* Adjust this value for the space above the iframe */
  
  display: flex;
    justify-content: center;  /* horizontal center */
    /*align-items: center;       vertical center */
    height: 250vh;            /* full viewport height */
}

.iframe-container #responsiveIframe {
  width: 100%;
  height: 1200px; /* default height for desktop */
  border: none;
}

.iframe-containerMobile {
  padding-top: 170px; /* Adjust this value for the space above the iframe */
  
  display: none;
    
}
.iframe-containerMobileJunior {
  padding-top: 100px; /* Adjust this value for the space above the iframe */
  
  display: none;
}


@media (max-width: 457px) {
  .iframe-containerDesktop {
    display: none;
  }

  .iframe-containerDesktopJunior {
    display: none;
  }


  .iframe-containerMobile {
    display: flex;
    justify-content: center;  /* horizontal center */
    align-items: center;      /* vertical center */
    height: 100vh;            /* full viewport height */
  }
  .iframe-containerMobileJunior {
    display: flex;
    justify-content: center;  /* horizontal center */
    align-items: center;      /* vertical center */
    height: 1500vh;            /* full viewport height */
  }


  .welcome p {
   
    margin-bottom: 35vw;
  }


}

@media (max-width: 350px) {
  #responsiveIframe {
    height: 3000px; /* taller height for mobile screens */
    
  }
}

.album-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  margin-bottom: 20px;
  padding-top: 50px;
}

.photo {
  width: 250px;
  height: 150px;
  object-fit: cover;
  cursor: pointer;
  transition: transform 0.2s;
}

.photo:hover {
  transform: scale(1.05);
}

.show-more, .show-less {
  text-align: center;
  margin-top: 20px;
  cursor: pointer;
  color: #007bff;
  font-size: 16px;
  padding-bottom: 50px;
}

.show-less {
  display: none; /* Hide the "Show Less" link initially */
  padding-bottom: 50px;
}

.modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.7);
  justify-content: center;
  align-items: center;
  z-index: 999;
}

.modal-content {
  position: relative;
  max-width: 90%; /* Adjust the size of the modal */
  max-height: 90%;
  overflow: hidden;
}

.modal img {
  width: 100%; /* Make the image responsive to fit within the modal */
  height: auto;
  border-radius: 10px;
}

.modal .close {
  position: absolute;
  top: 50%;
  right: 10px;
  color: white;
  font-size: 30px;
  font-weight: bold;
  cursor: pointer;
}

.additional-photos {
  display: none;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
}

.additional-photos img {
  width: 250px;
  height: 150px;
  object-fit: cover;
}

/***************************************CARDS***************/
.cards {
  display: grid;
  grid-template-columns: repeat(2, 1fr); /* 2 columns on larger screens */
  grid-gap: 10px;
  width: 100%;
  max-width: 1280px; /* Maximum width */
  margin: 0 auto;
  padding: 25px 25px 25px 25px;
}

.cardPhotos {
  position: relative;
  overflow: hidden;
  border-radius: 2px;
  height: 300px; /* Ensure the container has a fixed height */
}

.cardPhotos img {
  width: 100%; /* Make images responsive to the width of the container */
  height: 100%; /* Fill the container's height */
  object-fit: cover; /* Crop the image to fill the container, centered */
  transition: transform 0.3s ease;
  transform-origin: center; /* Ensure the zoom is centered */
}

.cardPhotos:hover img {
  transform: scale(1.1); /* Zoom effect */
}

.overlay {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  font-size: 3rem;
  font-weight: bold;
  opacity: 0;
  transition: opacity 0.3s ease;
  text-transform: uppercase; /* Make the text uppercase */
  background-color: rgba(0, 0, 0, 0.30); /* Darken the overlay by 30% */
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.cardPhotos:hover .overlay {
  opacity: 1;
}

.overlayClub {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  font-size: 1.25rem;
  font-weight: bold;
  opacity: 0;
  transition: opacity 0.3s ease;
  text-transform: uppercase; /* Make the text uppercase */
  background-color: rgba(0, 0, 0, 0.30); /* Darken the overlay by 30% */
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.cardPhotos:hover .overlayClub {
  opacity: 1;
}
.cards .cardPhotos:nth-child(4) img {
  object-position:top /* Align the bottom of the image with the container */
}
/* Media Query for Mobile Devices */

@media (max-width: 768px) {
  .cards {
    grid-template-columns: 1fr; /* 1 column on mobile */
  }
  .cardPhotos img {
    height: auto; /* Adjust height proportionally on mobile */
  }
  
}

@media (max-width: 540px) {
  
  .major h3 {
    
    /* display: none; */
    font-size: 2.5vw;
    
  }
  .cardPhotos {
    height: auto;
  
  }
  .cardPhotos img {
    /* Fill the container's vwheight */
    object-fit: fill; /* Crop the image to fill the container, centered */
    transition: transform 0.3s ease;
    transform-origin: center; /* Ensure the zoom is centered */
  }
  
  .cardPhotos:hover img {
    transform: scale(1.0); /* Zoom effect */
  }


  

 
}

@media (max-width: 455px) {
  .overlay{
    font-size: 2rem;
    opacity: 1;
  }
  
}

@media (max-width:327px) {
  .overlay{
    font-size: 1rem;
  }
  
}





/*************************gallery********************/
.gallery {
  display: grid;
  grid-template-columns: repeat(3, 1fr);  /* 3 items across */
  gap: 16px;
  padding: 0 25px;  /* 25px padding on sides */
  margin: 0 auto;
}

.gallery-item {
  overflow: hidden;
  border-radius: 2px;
}

.gallery-item img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

/* Mobile First */
@media (max-width: 768px) {
  .gallery {
    grid-template-columns: 1fr;  /* Switch to 1 column on mobile */
  }
}


li {
    list-style: none;
}



 /* NAVBAR STYLING STARTS */
.navbar {
    -webkit-box-align: center;
       -ms-flex-align: center;
          align-items: center;
    
    -webkit-box-pack: justify;
       -ms-flex-pack: justify;
    justify-content: space-between;
    
    padding: -30px;
    background: #01234abf;
    color: #dddcdc;
    line-height: 20px;
    display: flex;
    position: fixed;
    /* top: 0;
    left: 0;
    right: 0; */
    width: 100%;
    max-width: 1280px;
    z-index: 9;
    
  }

    .nav-left {
      flex: 1;
    }
  .nav-right {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
  }
  
  .nav-logo {
    height: 32px;
    width: auto;
    display: block;
  }
  
 .navbar ul{
    margin-left: auto;
    margin-right: auto;
    
}


.nav-links a {
  color: #dddcdc;
  /* color:#01234a; */
  text-transform: uppercase;
  font-size: 1.25rem;
  font-weight: 700
}




.navbar img{        /*Menu burgee*/
  width: 100px;
  height: 50px;
  z-index: 9;
}

.navbar img:hover{  /*Menu burgee*/
  -webkit-transform: scale(1.25,1.25);
      -ms-transform: scale(1.25,1.25);
          transform: scale(1.25,1.25);
    
  cursor: pointer;

  -webkit-transition: .1s all;
       -o-transition: .1s all;
          transition: .1s all;
}



/* NAVBAR MENU */
.menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;


  gap: 1rem;
  font-size: 1.2rem;

  -webkit-box-align: center;
     -ms-flex-align: center;
       align-items: center;
      
  -webkit-box-pack: center;
     -ms-flex-pack: center;
   justify-content: center;
}
   
.menu li:hover {
  background-color: #74879d;
  border-radius: 2px;

  -webkit-transition: 0.8s ease;
       -o-transition: 0.8s ease;
          transition: 0.8s ease;
          
}

.menu li {
  padding: 5px 10px;  /*changed 04 14 25*/
  text-align: center;

  
}
.focus{
  background-color: #74879d;
}
   
/* DROPDOWN MENU */
.services {
  position: relative; 
}

.dropdown {
  background-color: #203e61;
  padding: 1em 0; /*dropdown top margin*/
  position: absolute;
  display: none;
  border-radius: 2px;
  top: 30px;
 
}

.dropdown li + li {
  margin-top: 1px; 

}

.dropdown li {
  padding: .75rem .5rem; /*space in menu words*/
  width: 10em;
  text-align: center;
 
}

.dropdown li:hover {
  
  background-color: #74879d;
 
}

.services:hover .dropdown {
  display: block;
}

.services ul span {
  font-size: .5rem;
  -webkit-transform: scale(2, 1);
  -ms-transform: scale(2, 1);
      transform: scale(2, 1);
}



.services ul p{
  padding: 0;
  margin: 0;
}
   




   /* ///// */

.dropdowntwo {
  background-color: #203e61;
  padding: 1em 0;
  position: absolute; /*WITH RESPECT TO PARENT*/
  display: none;
  border-radius: 2px;
  top: 165px;
}

.two{
  top: 48px;
  z-index: -1;
} 

    
.dropdowntwo li + li {
  margin-top: 10px;
}
.dropdowntwo li {
  padding: .75rem .5rem;
  width: 10em;
  text-align: center;
}
.dropdowntwo li:hover {
  background-color: #74879d;
}
.services:hover .dropdowntwo {
  display: block;
}

/*RESPONSIVE NAVBAR MENU STARTS*/
/* CHECKBOX HACK */

input[type=checkbox]{
    display: none;
   } 
   /*HAMBURGER MENU*/
   .hamburger {
    display: none;
    font-size: 1.75rem;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    z-index: 9;
    padding: 20px;
   }

   .nav-right img {
    height: 32px;
    width: auto;
  }


  .club-arrow {
    position: absolute;
    height: 30px;
    margin-left: 5px;
    top: 50%;
    transform: translateY(-50%);
}

  .club-arrowSmallScreen {
    display: none;
}
  .bigScreenGone{
    display: none;
  }
/* //////////END NAV/////////////////////// */


/*///////////////Hero Background video///////////*/
/*race(rsults.html), burgee(index.html), tour.html & club(members.html)*/


.background-weather{
  height: 75vh;  /********* weather info height slide over widget***?***/
 
  margin: 0 auto;
  max-width: 1280px;
}

.background-weather{
 
  -webkit-animation: colorchange 20s infinite;
    animation: colorchange 20s infinite;
    
}
.background-weather-height{
  height: auto;
}
.background-results{
  height: 15vw;
}

.container{
  z-index: 2;
}

.containerTour{
  z-index: 2;
}

/*index , tour videos*/
#videoBGTour{
  position: fixed;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%; 
  z-index: -1;
  
  
  -webkit-transform: translateX(-50%) translateY(-50%);
      -ms-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);

  overflow-x: hidden;
  max-height: -webkit-fit-content;
  max-height: -moz-fit-content;
  max-height: fit-content;
  overflow-x: hidden;
  
}
#vidoeBGTourImage{
  visibility: hidden;
  
}

/*video background*/
/* .bgvideo{  
    background:rgb(91 111 155 / 48%);
    height: 90vh;
    z-index: auto;
    width: auto;
} */

/*race background(results.html)*/
#videoBG{
  z-index: -1;
  position: fixed;
	top: 50%;
	left: 50%;
	
	min-width: 100%;
  min-height: 100%; 
	z-index: -1;

  -webkit-transform: translateX(-50%) translateY(-50%);
	    -ms-transform: translateX(-50%) translateY(-50%);
	        transform: translateX(-50%) translateY(-50%);
}

/*stop*/
.randomimages img{ /*************members page***************/
  position: fixed;
  top:360px;
  right: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  
  height: auto;
  z-index: -1;

  max-width: 1280px;
  
  -webkit-transform: translateX(-50%) translateY(-50%);
      -ms-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
}

#boatfloat{
  position: relative;
  width:700px;  /*px keeps #signup on same on screen*/
  overflow-x: hidden;
  margin: 0 auto;
  
}

#signup h2{
  padding-top:.5%;
  padding-bottom:.5%;
}

#signup p{
  padding-top:.5%;
}

#signup {
  /* background-image: url("img/Members/wa0tlrltv7i61.jpg");
  background-color: transparent; */
  position: relative;
  top:-445px;  /*  height signup banner falls back onto picture*/
  background: #dddcdc;
  height: 100px;  /*height of signup banner*/
  border: 3px solid #01234a;
  border-radius: 5px;
  color: #01234a;

}

/*stop*/
.input{
  size:30px;
}
    
.colorful-desktop{
  visibility: hidden;
}
/*******weather background***********/
@-webkit-keyframes colorchange {
    0% {
      background: #095586;
    }
    25% {
      
      background: #01234a;
    }
    50% {
      background: #74879d;
    }
    75% {
      background: #095586;
    }
    100% {
      background: #74879d;
    }
  }
  @keyframes colorchange {
    0% {
      background: #095586;
    }
    25% {
      background: #74879d;
    }
    50% {
      background: #01234a;
    }
    75% {
      background: #74879d;
    }
    100% {
      background: #095586;
    }
  }
/*stop*/
  /* .background-weather{
    background: none;
    height: 90vh;
    z-index: auto;
} */

#weather {
  z-index: 5;
}

.app-wrap {
    color: #dddcdc;
    display: block;
    position: fixed; 
    padding: 5% 35%;
    top: 10%;
    text-align: center;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    z-index: 0;

    -webkit-transform: translateX(-50%) translateY(-50%);
        -ms-transform: translateX(-50%) translateY(-50%);
            transform: translateX(-50%) translateY(-50%);
}

/* /*****************weather background start**** */
.mainW {
    margin-top: 100px;  /****widget height on screen****/
    
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
    
    padding: 25x 25px 50px;

    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -ms-flex-direction: column;
           flex-direction: column;
}

.location .city {
  font-size: 2.2rem;
  font-weight: 500;
  margin-bottom: 5px;
}

.location .date {
  font-size: 1rem;
}

.current .temp {
  font-size: 5rem;
  font-weight: 900;
  margin: 30px 0px;
  text-shadow: 2px 10px rgba(0, 0, 0, 0.6);
  margin-bottom: 60px;
}

.current .temp span {
  font-weight: 500;
}

.current .weather {
  font-size: 2.2rem;
  font-weight: 700;
  font-style: italic;
  margin-bottom: 15px;
  text-shadow: 0px 3px rgba(0, 0, 0, 0.4);
}

.current .hi-low {
  font-size: 1.8rem;
  font-weight: 500;
  margin-bottom: 15px;
  text-shadow: 0px 4px rgba(0, 0, 0, 0.4);
}

.current .wind {
  font-size: 1.5rem;
  font-weight: 500;
  text-shadow: 0px 4px rgba(0, 0, 0, 0.4);
}
  
  
/* /*****************weather background end**** */


/*///////////////Hero Cursive Logo//////////*/
/*stop*/
.fixed-float{  /* fixed background on top of video background */
    width:100%;
	  position: fixed;
  	top: 27%;
    display: block;
    margin-left: auto;
    margin-right: auto;
    
    z-index: 3;
    max-width: 1280px;
}

.fixed-float img{
    display: block;
    margin-left: auto;
    margin-right: auto;
   
}

.bigLogo{
    opacity: 0.7;
    width: 50%;
    height: 30%;
    z-index: -1;
}
  
.bigLogo:hover{
    opacity: 0.5;

    -webkit-transform: none;
        -ms-transform: none;
            transform: none;    
}

.bigLogo img{
    text-align: center;
    -webkit-box-align: center;
       -ms-flex-align: center;
          align-items: center;
}

/*stop*/

/*Marquee/*/
#marquee-container {
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  background: #f0f0f0;
  border: 1px solid #ccc;
  box-sizing: border-box;
  padding: 10px 0;
}

.marquee-text {
  display: inline-block;
  padding-right: 50px; /* space between repeats */
}

#marquee-track {
  display: inline-block;
  white-space: nowrap;
  will-change: transform;
  animation: scroll-left 30s linear infinite;
}

@keyframes scroll-left {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(-100%);
  }
}
/* .mar {
  background-color: #1c87c9;
  color: #fff;
  padding: 5px;
  margin-top:100px;

}

.mar h1 {
  -webkit-animation: marquee 40s linear infinite;
  animation: marquee 40s linear infinite;
  font-size: 1rem;
  white-space: nowrap;

        
} */

/* .mar h1:hover {
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
} */
/* @-webkit-keyframes marquee {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
@keyframes marquee {
  0% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%)
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
} */

/*///////////////Hero introduction///////////*/

.club-introduction{
    position: fixed;
    top: 25%;
    z-index: 1;
    padding: 17%;
    
    color: #dddcdc;
    font-size: 75%;
    max-width: 1280px;
    
}
.club-introduction p{
  text-shadow: 2px 2px 4px #000000;
  max-width: 1280px;
}

.helpfulLinks{
  
  padding: 10px 0px 0px 10%;
 
  font-size: .75rem;
  max-width: 1280px;
  
}


.helpfulLinks a{
  background-color: #095586;
  color:#dddcdcb7;
  
  
}

.helpfulInfo{
  font-size: 1.2rem;
  color: #a8a8a8;
}
/*/////////////////Top of Content/////*/


h1{
    color: #dddcdc;  
    padding: 6px 12px;
    border-radius: 1px;
    font-size: 1.875rem;
    
    border-top: 2px solid black;
    border-bottom: 2px solid black;

    display: block;
    margin-left: auto;
    margin-right: auto;
    text-align: center; 
    line-height: 150%;    
}

h1 p{
  text-align: center;
  font-size: .625rem;
  padding-top: 15px;
} 

h2{
    font-size: 1.25rem;
    font-weight: bold;

    padding: 10px 7% 10px 7%;
    /* text-decoration: underline; */
    line-height:40px;
}

.norH2{
  font-size: 3em;
  text-align: center;
}

header a p{
  text-align: center;
}

/*STOP*/

.bogContactFormH2{
  padding-top: 10px;
  text-align: left;
  padding-left: 8%;
}
 #cc{
  color: #01234a;
 }

 .clubCalParagraph{
   text-align: center;
 }


h3{
    font-size: 1.25rem;
    text-align: left;
    padding: 10px 7% 10px 7%;
    text-align: center;
    line-height: 150%;
}

h3 a{
  color: #dddcdc;
}

h4{
  font-size: 1rem;
    text-align: center;
    padding: 10px 7% 10px 7%;
}

.clubPhotoTitle{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 1rem;
    text-align: center;
  
}

/*STOP{*/

.button{
     /* background: #74879d;Green */
    border: 1px solid black;
    border-radius: 3px;
    color: #dcdcdc;
    padding: 5px 5px;
    margin-bottom: 25px;
    text-align: center;
    text-decoration: none;
    display: inline-block;

    /* -webkit-box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
            box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px; */
}
.button a:hover{
  color:#01234a;
}

.printButton{
  text-align: center;
  padding-bottom: 20px;
}
.navbackgroundcover{
     background: #74879d; 
    position:-webkit-sticky; 
    position:sticky;
    top:0px;
    z-index: 6;
    padding-top: 69px;

    -webkit-transition: .4s;
         -o-transition: .4s;
            transition: .4s; 
}

#navbackgroundcover + .container > h1{
  font-size: 1.875rem;
  line-height: 135%;
}

.container{
  margin: 0 auto;
  
  overflow-x: hidden;
  overflow-y: hidden;
  /* top: 5rem; */
  padding: 0 auto;

   /*display: flex; awesome!!!!!*/
   /* background: #74879d; */
   position: relative;
   z-index: 2;
   /* max-width: 1280px; */
   /* width: calc(100% - 4rem);  */
   
}
.containerTour{
  margin: 0 auto;
  
  overflow-x: hidden;
  overflow-y: hidden;
  /* top: 5rem; */
  padding-top: 35rem;

   /*display: flex; awesome!!!!!*/
   /* background: #74879d; */
   position: relative;
   z-index: 2;
   /* max-width: 1280px; */
   /* width: calc(100% - 4rem);  */
   
}

.containerCLUB{
 
    margin: 0 auto;
    
    overflow-x: hidden;
    overflow-y: hidden;
    
    padding: 0 auto;
    background-image: url("/img/Pattern2-300x300BLUE-1920w.webp");
   background-repeat: repeat;
       /* position: relative; */
     z-index: 2;
     height: 80vh;
}

.containerGUEST{
  margin: -65px auto;
   
   overflow-x: hidden;
   overflow-y: hidden;
   
   /* padding: 0 auto; */
   background-image: url("/img/Pattern2-300x300BLUE-1920w.webp");
   background-repeat: repeat;
   
    position: relative;
    z-index: 4;
    /* max-width: 1280px; */
    /* width: calc(100% - 4rem);  */
}


/*STOP*/

/***************************************/
/* Image */

.image {
  border: 0;
  display: inline-block;
  position: relative;
}

  .image img {
    display: block;
  }

  .image.left, .image.right {
    max-width: 40%;
  }

    .image.left img, .image.right img {
      width: 100%;
    }

  .image.left {
    float: left;
    margin: 0 2rem 2rem 0;
    top: 0.75rem;
  }

  .image.right {
    float: right;
    margin: 0 0 2rem 2rem;
    top: 0.75rem;
  }

  .image.fit {
    display: block;
    margin: 2.5rem 0;
    width: 100%;
  }

    .image.fit:first-child {
      margin-top: 0;
    }

    .image.fit img {
      width: 100%;
    }

  .image.main {
    display: block;
    margin: 4rem 0;
    width: 100%;
  }.card
    .image.main:first-child {
      margin-top: 0;
    }

    .image.main img {
      width: 100%;
    }

  @media screen and (max-width: 736px) {

    .image.fit {
      margin: 2rem 0;
    }

    .image.main {
      margin: 2rem 0;
    }
  }

a.image {
  overflow: hidden;
}

  a.image img {
    -webkit-transition: -webkit-transform 0.2s ease-out;
    transition: -webkit-transform 0.2s ease-out;
    -o-transition: transform 0.2s ease-out;
    transition: transform 0.2s ease-out;
    transition: transform 0.2s ease-out, -webkit-transform 0.2s ease-out;
  }

  a.image:hover img {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
  }

  /*end image*/
  .membersClub{
    
    height:2800px;
    background-image:  url("../img/clubMembers/canvas.jpg");
    background-position: center top;
    
    background-repeat: no-repeat;
    width:100%;
    text-align: center;
    
  }
  .membersClub a{
   color: #cbe2c1;
    font-size: 2.5rem;
    text-decoration: underline;
   
  }

.membersClub img{
 
 width:100%;
 max-width: 1000px;
 margin: 0 auto;
 
}

  /* Actions */

	ul.actions {
		display: -moz-flex;
		display: -ms-flex;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		cursor: default;
		list-style: none;
		margin-left: -1rem;
		padding-left: 0;
	}

		ul.actions li {
			padding: 0 0 0 1rem;
			vertical-align: middle;
		}

		ul.actions.special {
			-moz-justify-content: center;
			-ms-justify-content: center;
			-webkit-box-pack: center;
			    -ms-flex-pack: center;
			        justify-content: center;
			width: 100%;
			margin-left: 0;
		}

			ul.actions.special li:first-child {
				padding-left: 0;
			}

		ul.actions.stacked {
			-moz-flex-direction: column;
			-ms-flex-direction: column;
			-webkit-box-orient: vertical;
			-webkit-box-direction: normal;
			        flex-direction: column;
			margin-left: 0;
		}

			ul.actions.stacked li {
				padding: 1.3rem 0 0 0;
			}

				ul.actions.stacked li:first-child {
					padding-top: 0;
				}

		ul.actions.fit {
			width: calc(100% + 1rem);
		}

			ul.actions.fit li {
				-moz-flex-grow: 1;
				-ms-flex-grow: 1;
				-webkit-box-flex: 1;
				    -ms-flex-positive: 1;
				        flex-grow: 1;
				-ms-flex-shrink: 1;
				-ms-flex-negative: 1;
				    flex-shrink: 1;
				width: 100%;
			}

				ul.actions.fit li > * {
					width: 100%;
				}

			ul.actions.fit.stacked {
				width: 100%;
			}

		@media screen and (max-width: 480px) {

			ul.actions:not(.fixed) {
				-moz-flex-direction: column;
				-ms-flex-direction: column;
				-webkit-box-orient: vertical;
				-webkit-box-direction: normal;
				        flex-direction: column;
				margin-left: 0;
				width: 100% !important;
			}

				ul.actions:not(.fixed) li {
					-moz-flex-grow: 1;
					-ms-flex-grow: 1;
					-webkit-box-flex: 1;
					    -ms-flex-positive: 1;
					        flex-grow: 1;
					-ms-flex-shrink: 1;
					-ms-flex-negative: 1;
					    flex-shrink: 1;
					padding: 1rem 0 0 0;
					text-align: center;
					width: 100%;
				}

					ul.actions:not(.fixed) li > * {
						width: 100%;
					}

					ul.actions:not(.fixed) li:first-child {
						padding-top: 0;
					}

					ul.actions:not(.fixed) li input[type="submit"],
					ul.actions:not(.fixed) li input[type="reset"],
					ul.actions:not(.fixed) li input[type="button"],
					ul.actions:not(.fixed) li button,
					ul.actions:not(.fixed) li .button {
						width: 100%;
					}

						ul.actions:not(.fixed) li input[type="submit"].icon:before,
						ul.actions:not(.fixed) li input[type="reset"].icon:before,
						ul.actions:not(.fixed) li input[type="button"].icon:before,
						ul.actions:not(.fixed) li button.icon:before,
						ul.actions:not(.fixed) li .button.icon:before {
							margin-left: -0.5rem;
						}

		}


/* Section/Article */

section.special, article.special {
  text-align: center;
}

header {
cursor: default;
}

header > .date {
  display: block;
  font-size: 0.8rem;
  height: 1;
  margin: 0 0 1rem 0;
  position: relative;
}

header > p {
  font-style: italic;
}

header > h1 + p {
  font-size: 1.1rem;
  margin-top: -0.5rem;
  line-height: 2;
  border: none;
}

header > h2 + p {
  font-size: 1.5rem;
  margin-top: -0.75rem;
}

header > h3 + p {
  font-size: 0.9rem;
  margin-top: -0.75rem;
}

header > h4 + p {
  font-size: 0.8rem;
  margin-top: -0.75rem;
}

header.major {
  margin: 0 0 .5rem 0;
  text-align: center;
}

  header.major > :last-child {
    margin-bottom: 0;
  }

  header.major > p {
    margin-top: 0;
    text-align: center;
  }

  header.major > .date {
    font-size: 1rem;
    margin: 0 0 4rem 0;
  }

    header.major > .date:before, header.major > .date:after {
      content: '';
      display: block;
      position: absolute;
      top: 50%;
      width: calc(50% - 6rem);
      border-top: solid 2px;
    }

    header.major > .date:before {
      left: 0;
    }

    header.major > .date:after {
      right: 0;
    }

    #mainPicture{
      
      background-size: 100% 100%;
      max-width: 100%;
    }

    #socialFunction{
      background-size: 100% 100%;
      max-width: 100%;
    }

@media screen and (max-width: 980px) {

  header br {
    display: none;
  }

}

@media screen and (max-width: 736px) {

  header.major {
    margin: 0 0 2rem 0;
  }

}

header.major .date:before, header.major .date:after {
border-top-color: #eeeeee;
}

/* Main */

#main {
  background-color: #ffffff;
  position: relative;
  margin: 0 auto;
  width: calc(100% - 4rem);
  max-width: 1385px;
  z-index: 2;
}

  #main > * {
    padding: 4rem 4rem 2rem 4rem ;
    border-top: solid 2px #eeeeee;
    margin: 0;
  }
 #hrefUpdatesLink{
  padding: 0;
 }
  /* padding: 4rem 4rem 2rem 4rem; */

    #main > *:first-child {
      border-top: 0;
    }

  #main > footer {
    text-align: center;
  }

  #main > .post {
    padding: 8rem 8rem 6rem 8rem ;
  }

    #main > .post header.major > .date {
      margin-top: -2rem;
    }

    #main > .post header.major > h1, #main > .post header.major h2 {
      font-size: 3em;
      line-height: 1.1;
      margin: 0 0 2rem 0;
      border: none;
    }

    #main > .post.featured {
      text-align: center;
    }

    @media screen and (max-width: 1280px) {

      #main > .post {
        padding: 6rem 4rem .5rem 4rem ;
      }

    }

    @media screen and (max-width: 736px) {

      #main > .post {
        padding: 4rem 2rem 2rem 2rem ;
      }

        #main > .post header.major > .date {
          margin-top: -1rem;
          margin-bottom: 2rem;
        }

        #main > .post header.major > h1, #main > .post header.major h2 {
          font-size: 2.5rem;
          line-height: 1.2;
          margin: 0 0 1.5rem 0;
        }

    }

  #main > .posts {
    display: -moz-flex;
    display: -ms-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -moz-align-items: -moz-stretch;
    -ms-align-items: -ms-stretch;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    text-align: center;
    width: 100%;
    padding: 0;
  }

    #main > .posts > * {
      -ms-flex-shrink: 1;
      -ms-flex-negative: 1;
          flex-shrink: 1;
      -moz-flex-grow: 0;
      -ms-flex-grow: 0;
      -webkit-box-flex: 0;
          -ms-flex-positive: 0;
              flex-grow: 0;
    }

    #main > .posts > * {
      width: 50%;
    }

    #main > .posts > * {
      padding: 4rem;
      width: 50%;
    }

    #main > .posts > article {
      border-color: #eeeeee;
      border-left-width: 2px;
      border-style: solid;
      border-top-width: 2px;
      text-align: center;
    }

      #main > .posts > article > :last-child {
        margin-bottom: 0;
      }

      #main > .posts > article:nth-child(2n - 1) {
        border-left-width: 0;
      }

      #main > .posts > article:nth-child(-n + 2) {
        border-top-width: 0;
      }

    @media screen and (max-width: 980px) {

      #main > .posts > * {
        width: 50%;
      }

      #main > .posts > * {
        padding: 2.5rem;
        width: 50%;
      }

    }

    @media screen and (max-width: 736px) {

      #main > .posts > * {
        width: 100%;
      }

      #main > .posts > * {
        padding: 2rem;
        width: 100%;
      }

      #main > .posts > article:nth-child(2n - 1) {
        border-left-width: 2px;
      }

      #main > .posts > article:nth-child(-n + 2) {
        border-top-width: 2px;
      }

      #main > .posts > article:nth-child(n) {
        border-left-width: 0;
      }

      #main > .posts > article:nth-child(-n + 1) {
        border-top-width: 0;
      }

      #main > .posts > article .image {
        max-width: 25rem;
        margin-left: auto;
        margin-right: auto;
      }

    }

  @media screen and (max-width: 736px) {

    #main > * {
      padding: 2rem 2rem 0.1rem 2rem ;
    }

  }

  @media screen and (max-width: 600px){
 .card{
  background: #ffffffae;
  
 }

  }

  @media screen and (max-width: 480px) {

    #main {
      width: 100%;
    }

  }
/*end main*/

.mainSkinny{
  width: 100%;
}

.logoSize{
  width: 100%;
}

/************news flexbox***************/
.containerNews{
  display : flex;
  
  border: rgb(187, 85, 85);
  border-style: dashed;
  gap : 25px;
  flex-direction : row;
  justify-content: center;

  align-content: center;
  /* without this line, align-content won't work*/
  flex-wrap: wrap;

  /* This property distributes Flex-items along the Cross Axis. */
  align-items: flex-start;
  place-content : center center;
}


[class ^="box-"]{
  
   width: 290px;
   height: 500px; 
   background-color: skyblue;
   border: 2px solid black;

   /*place text at center*/
    display : flex;
    justify-content : center;
    align-items : center;

    /*justify prperty content*/
    

/* To view the letter better*/
   font-size: 65px;
}

.box-2{
  align-self : center;
  
  }

#postFullImage{
  background-image: url("../img/CSSAWR97_0089.jpg");
  background-color: #cccccc;
  background-position: center top;
}



#postFullImageTwo{
  background-image: url("../img/CB15_0002.jpg");
  background-color: #cccccc;
  background-position: center center;
  color:#dddcdc;
}

#postFullImageThree{
  background-image: url("../img/DSC32548.jpg");
  background-color: #cccccc;
  background-position: center center;
  color:#dddcdc;
}
#postFullImageFour{
  background-image: url("../img/DOL1997_00054.JPG");
  background-color: #cccccc;
  background-position: center center;
  color:#dddcdc;
}
#postFullImageFive{
  background-image: url("../img/SFS19_0009.jpg");
  background-color: #cccccc;
  background-position: center center;
  color:#dddcdc;
}
#postFullImageSix{
  background-image: url("../img/DSC32641.jpg");
  background-color: #cccccc;
  background-position: center center;
  color:#dddcdc;
}




#postFullImage h2, #postFullImageTwo h2, #postFullImageThree h2, #postFullImageFour h2, #postFullImageFive h2, #postFullImageSix h2{
  font-size: 3rem;
  text-shadow: 3px 4px 4px #01234a;
  
}
#postThree{
  background-image: url("../img/fleets/Thistle.gif");
  background-color: #cccccc;
  background-position: center center;
  color:#dddcdc;
  background-repeat: no-repeat;
}
#postThree h2{
  color: #01234a;
  font-size: 1.75rem;
 
}

#postThree p{
  color: #01234a;
  margin-top:60px;
  text-align: center;
  font-size: 1rem;
}

#postFour{
  background-image: url("../img/fleets/mcScow.gif");
  background-color: #cccccc;
  background-position: center center;
  color:#dddcdc;
  
}


 #postFour h2{
font-size: 1.75rem;
background-color: #01234a;
margin-top: 50px;
  
}
#postFour p{
  background-color: #01234a;
  margin-top: 100px;
  text-align: center;
  font-size: 1rem;
 
  
}

#cardOne p{
  text-align: center;
  font-size: 1rem;

}
#cardTwo p{
  text-align: center;
  font-size: 1rem;
  
}
#cardTwo{
  background-color: #cccccc;
}



#postFive{
  background-image: url("../img/fleets/Catalina.gif");
  background-color: #ffffff;
  background-position: center center;
  color:#dddcdc;
  
}

#postFive h2{
  font-size: 1.75rem;
  background-color: #01234a;
  margin-top: 50px;
    
  }
  #postFive p{
    background-color: #01234a;
    margin-top: 100px;
    text-align: center;
    font-size: 1rem;
   
    
  }

#postSix{
  background-image: url("../img/fleets/CR914.gif");
  background-color: #cccccc;
  background-position: center center;
  color:#dddcdc;
  background-repeat: no-repeat;
}

#postSix h2{
  color: #01234a;
  font-size: 1.75rem;
 
}

#postSix p{
  color: #01234a;
  margin-top:140px;
  text-align: center;
  font-size: 1rem;
}

#postSeven{
  background-image: url("../img/fleets/JBoat.gif");
  background-color: #ffffff;
  background-position: center center;
  color:#dddcdc;
  min-height: 100px;
  
}

#postSeven h2{
  font-size: 1.75rem;
  background-color: #01234a;
  margin-top: 50px;
    
  }
  #postSeven p{
    background-color: #01234a;
    margin-top: 100px;
    text-align: center;
    font-size: 1rem;
   
    
  }

  #postEight{
    background-image: url("../img/fleets/Opti.gif");
    background-color: #cccccc;
    background-position: center center;
    color:#dddcdc;
    min-height: 100px;
  }
  
  #postEight h2{
    font-size: 1.75rem;
    background-color: #01234a;
    margin-top: 50px;
      
    }
    #postEight p{
      background-color: #01234a;
      margin-top: 100px;
      text-align: center;
      font-size: 1rem;
     
      
    }

#postFullR1{
  background-image: url("/img/howTo/RACE15_.0001.jpg");
  background-color: #cccccc;
  background-position: center center;
  color:#dddcdc;
  min-height: 300px;
  background-size: 100% 100%;
  
}
#postFullR2{
  background-image: url("/img/howTo/RACE15_.0002.jpg");
  background-color: #cccccc;
  background-position: center center;
  color:#dddcdc;
  min-height: 300px;
  background-size: 100% 100%;
}
#postFullR3{
  background-image: url("/img/howTo/RACE15_.0003.jpg");
  background-color: #cccccc;
  background-position: center center;
  color:#dddcdc;
  min-height: 300px;
  background-size: 100% 100%;
}
#postFullR4{
  background-image: url("/img/howTo/RACE15_.0004.jpg");
  background-color: #cccccc;
  background-position: center center;
  color:#dddcdc;
  min-height: 300px;
  background-size: 100% 100%;
}
#postFullR5{
  background-image: url("/img/howTo/RACE15_.0005.jpg");
  background-color: #cccccc;
  background-position: center center;
  color:#dddcdc;
  min-height: 300px;
  background-size: 100% 100%;
}
#postFullR6{
  background-image: url("/img/howTo/RACE15_.0006.jpg");
  background-color: #cccccc;
  background-position: center center;
  color:#dddcdc;
  min-height: 300px;
  background-size: 100% 100%;
}
#postFullR7{
  background-image: url("/img/howTo/RACE15_.0007.jpg");
  background-color: #cccccc;
  background-position: center center;
  color:#dddcdc;
  min-height: 300px;
  background-size: 100% 100%;
}
#postFullR8{
  background-image: url("/img/howTo/RACE15_.0008.jpg");
  background-color: #cccccc;
  background-position: center center;
  color:#dddcdc;
  min-height: 300px;
  background-size: 100% 100%;
}

#postFullT1{
  background-image: url("/img/training/TR_JR2019.jpg");
  background-color: #cccccc;
  background-position: center center;
  color:#dddcdc;
  min-height: 350px;
  background-size: 100% 100%;
}

#postFullT2{
  background-image: url("/img/training/TR_JR2003.jpg");
  background-color: #cccccc;
  background-position: center center;
  color:#dddcdc;
  min-height: 350px;
  background-size: 100% 100%;
}
#postFullT3{
  background-image: url("/img/training/TR_JR2017.jpg");
  background-color: #cccccc;
  background-position: center center;
  color:#dddcdc;
  min-height: 350px;
  background-size: 100% 100%;
}
#postFullT4{
  background-image: url("/img/training/TR_JR2015.jpg");
  background-color: #cccccc;
  background-position: center center;
  color:#dddcdc;
  min-height: 350px;
  background-size: 100% 100%;
}
#postFullT5{
  background-image: url("/img/training/TR_JR2013.jpg");
  background-color: #cccccc;
  background-position: center center;
  color:#dddcdc;
  min-height: 350px;
  background-size: 100% 100%;
}
#postFullT6{
  background-image: url("/img/training/TR_JR2012.jpg");
  background-color: #cccccc;
  background-position: center center;
  color:#dddcdc;
  min-height: 350px;
  background-size: 100% 100%;
}
#postFullT7{
  background-image: url("/img/training/TR_JR2011.jpg");
  background-color: #cccccc;
  background-position: center center;
  color:#dddcdc;
  min-height: 350px;
  background-size: 100% 100%;
}
#postFullT8{
  background-image: url("/img/training/TR_JR2009.jpg");
  background-color: #cccccc;
  background-position: center center;
  color:#dddcdc;
  min-height: 350px;
  background-size: 100% 100%;
}
#postFullT9{
  background-image: url("/img/training/TR_JR2008.jpg");
  background-color: #cccccc;
  background-position: center center;
  color:#dddcdc;
  min-height: 350px;
  background-size: 100% 100%;
}
#postFullT10{
  background-image: url("/img/training/TR_JR2006.jpg");
  background-color: #cccccc;
  background-position: center center;
  color:#dddcdc;
  min-height: 350px;
  background-size: 100% 100%;
}
#postFullT11{
  background-image: url("/img/training/TR_JR2004.jpg");
  background-color: #cccccc;
  background-position: center center;
  color:#dddcdc;
  min-height: 350px;
  background-size: 100% 100%;
}
#postFullT12{
  background-image: url("/img/training/TR_JR2003.jpg");
  background-color: #cccccc;
  background-position: center center;
  color:#dddcdc;
  min-height: 350px;
  background-size: 100% 100%;
}




/***********************************************/

section{
    height: auto;
    text-align: center;
    margin-right: auto;
    margin-left: auto;
    padding: 10px 0 0 0;
    z-index: 6;
    
    
}
section .col-1-3{
  padding: 0px 7% 0px 7%;
}

.row-alt {
    background: #cbe2c1;
    z-index: 6;
    background: -o-linear-gradient(#74879d, #dddcdc);
    background: -webkit-gradient(linear, left top, left bottom, from(#74879d), to(#dddcdc));
    background: linear-gradient(#74879d, #dddcdc);
    margin: 0 auto;

    padding: 35px 0px 45px 0px;
    width: calc(100% - 4rem);
    /* margin-top: 25px; */
   
}


 /* #tour {

    margin-top: 54%;
  } */
 
.lead  {
    text-align: center;
    padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 10px;
}
  
.lead p  {
    font-size: 1.25rem;
    line-height: 33px;
    text-align: center;
}
.lead p a:hover{
    color: #01234a;
    text-decoration: underline;
}

.new-row {
    background: #dcdcdc;
    width:100%;
    padding: 0px 0px 60px 0px;
   
}

.new-row a{
    color: #01234a;
    font-size: 1rem;

}


/*stop*/

.col-1-3,
.col-2-3, .col-1-2  {
  padding-left: 15px;
  padding-right: 15px;
}
.col-1-3,
.col-2-3, .col-1-2  {
  display: inline-block;
  vertical-align: top;
}
.col-1-3 {
  width: 30.33%;
  height: 200px;
}
.col-1-3 + .col-1-3{
    border-left: 2px solid #01234a
}
.col-1-3 a:hover{
  color: #01234a;
  text-decoration: underline;
}

.col-2-3 {
  width: 66.66%;
  
}

.col-1-2{
  width: 50%;
  margin-top: 30px;
  float: left;
}
.col-1-2 p{
  text-align: center;
  
}
.col-1-2 > img {
  width: 20%;
  border-radius:205px;

}
/*stop*/

.content-area{
    width: 100%;  
    padding: 45px 7% 114px 7%;
    background:#01234a;
    background: -o-linear-gradient(#dddcdc,#01234a);
    background: -webkit-gradient(linear,left top, left bottom,from(#dddcdc),to(#01234a));
    background: linear-gradient(#dddcdc,#01234a);
    
    height: 100%;   
    color: #dddcdc; 
    z-index: 2;
}

.content-area img{   
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 75%;
} 

.content-area a{
  color:#dddcdc;
  font-size: 1rem;
}
#content-area-norPadding{
  padding: 20px 2% 20px 2%;
}
#norImage{
  width:100%;
  border-bottom: 2px solid #01234a;
}

.align{
  text-align: left;
  padding-left: 16%;
  padding-top: 5%;
}
/*STO{*/

.content-area-b{
  width: calc(100% - 4rem); 
    position: relative;
    overflow: hidden;
    padding-top: 125px;
    padding-left: 20%;
    padding-right: 20%;
    background:#1b3553;
    background: -o-linear-gradient(#01234a, #dddcdc);
    background: -webkit-gradient(linear, left top, left bottom, from(#01234a), to(#dddcdc));
    background: linear-gradient(#01234a, #dddcdc);

    height: 100%;  
    color: #dddcdc; 
    font-size: 1rem;  /* where is this used*/
    z-index: 2;
    padding-bottom: 50px;
    clear: both;
  }

  .content-area-b p{
    text-align: center;
    padding-bottom: 25px;
  }
  .content-area-b-photoMargin{
    padding-left: auto;
    padding-right: auto;
  }
  
.trim{  /*margin/padding for bog page*/
  clear: both;
  padding: 25px 2%;
  background: #01234a;
  width: 100%;
}
.trim2{
  width: calc(100% - 4rem);
}


.padTop{
  margin: 68px 0 0 0 !important; 
}

.padTop li{
  padding-bottom: 0;
}

.charityRegatta p{
  font-size: 1rem;
  margin-top: 20px;
}
.twoCR{
  border: solid 1px black;
  background-color: #a8a8a8;
  margin: 7% 7%;
}

.steveBG{
  
  background-image: url("../img/ALS Banner picture.jpg");
  /* background-position: 20% 30%; */
  height: 300px;
  background-size: cover;
  background-repeat: no-repeat;
  /* overflow-y: hidden; */
  
  
}

/* .flex{
  display: flex;
  justify-content: space-around;
} */

.typicalImage{
  /* flex-basis:30%; */
  width: 33%;
  padding-left: 7%;
  
}
.typicalImage p{
  padding-top: 100px;
  
}

.typicalImage img{
  width:100%;
  float: left;
  padding: 7% 7% 7% 4%;
 
}


.right{
  float: right;
  padding: 0 7% 0 5px;
}


.typicalParapgraph {
  
  /* flex-basis: 30%; */
  padding-left: 50px 0 0 10px;
  background: yellow;
  
}

.typicalParapgraph p{
  text-align: left;
  padding-left: 20px;
  font-size: .75rem;
}



.content-area-c img{
  position: relative;
  overflow: hidden;
  
  padding-left: 20%;
  padding-right: 20%;
  background:#1b3553;
  background: -o-linear-gradient(#01234a, #dddcdc);
  background: -webkit-gradient(linear, left top, left bottom, from(#01234a), to(#dddcdc));
  background: linear-gradient(#01234a, #dddcdc);

  height: 100%;  
  color: #dddcdc; 
  font-size: 1rem;  /* where is this used*/
  z-index: 2;
  padding-bottom: 50px;
  clear: both;
}

.content-area-cimg{
  margin: 2px auto;   
}



.content-area-weather{
    text-align: left;
    /* font-size: 8rem; */
    padding: 4%;
    background: #01234a;

}
.content-area-weather h2{
    font-size: 1.5rem;
    color:#dddcdc;
}

.content-area-windwords{
  padding-left: 7%;
    padding-right: 7%;
    
}
.content-area-windwords{
  background:#01234a;

}
/*STOP*/



#sizeTwo{
  font-size: .875rem;
}
.hideContactLink{
  visibility: hidden;
  padding-top: 30px;
}
.hideContactLink a{
  font-size: .875rem;
 }

 .hideContactLink a:hover{
  color: #01234a;
 }



.col-1-2 .bogNameDiscription {
  padding-bottom:60px;
  line-height: 25px;
  font-size: 1.2rem;
}
.contactFormPadding{
  padding-left:10%;
}

#otherInvolvedH2{
  font-size: .875rem;
}
.otherInvoledParties li{
  font-size: .875rem;
  text-align: left;
  padding-left: 28%;

}
/*STOP*/

/***************** Updates*******/

.row{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  
  width: 100%;
}

/* Three image containers (use 25% for four, and 50% for two, etc) */
.column {
    width: 50%;
    padding: 5px;
    height: auto;
    margin-bottom: auto;
    text-align: center;
}
  .column img{
    width: 60%;
    margin: auto;
}

/* Clear floats after image containers */
.row::after {
  content: "";
  clear: both;
  display: table;
}
  
.span-date{
  font-style: italic;
  font-size: .75rem;
  margin-bottom: 8px;
}
  
 
hr{
  height: 1px;
  background-color: #ccc;
  border: none;
  margin: 0 200px;
} 

.classifieds img{
  height: auto;
  width: 80%;  
}

.classifiedWants{
  color: #01234a;
}

/*STOP*/



/* =====================
      Weather Page
    =================== */
 #WeatherTable {
  border: none;  
  width: 80%;
  margin: 10px;
 }

#WeatherTable td{
  text-align: right;
}
  
#WeatherTable a{
  font-size: .875rem;
  letter-spacing: .5px;
}

.tableWeather{
  padding: 0;
  margin-bottom: 20px;
  overflow-x: auto; 
}
 
.tableWeather td{
  text-align: center;
}

/*STOP*/

.sprite li{
  width: 268px;
  height: 38px;
  background: url("https://water.weather.gov/resources/hydrographs/keyo2_hg.png") 0 0 no-repeat;
  background-position: -56px -85px;
  margin-left: auto;
  margin-right: auto;
  border: 4px solid #01234a;
  margin-top: 30px;
  zoom:1.25;
  -webkit-transform: scale(1);
         -ms-transform: scale(1);
      transform: scale(1);
  
  -webkit-transform-origin: 1 0;
          -ms-transform-origin: 1 0;
      transform-origin: 1 0;
}

/*STOP*/

#WaterLevelsTable th, td {
  border: none;
  text-align: left;
  height: auto; 
  overflow: visible;
  padding: 15px;
  letter-spacing: 2px;
  vertical-align: top;
}
 
  
/*************** RACING  PHOTOS TABLES **************/

#tableSection{
    margin: 10px;  /*table wider*/
    padding:0px;
}

table{
    width:100%;
    table-layout: fixed;
    padding-bottom: 50px;
}

#darkerFont{
  color:#01234a;
}

#tableYear, tableYearW{
  background: -o-linear-gradient(top left, #1b3553, rgb(182, 190, 255));
  background: -webkit-gradient(linear, left top, right bottom, from(#1b3553), to(rgb(182, 190, 255)));
  background: linear-gradient(to bottom right, #1b3553, rgb(182, 190, 255));
}

.heart{
    font-size: 1.5rem;
} 

.tbl-header, .tbl-headerW{
  background: rgba(255,255,255,0.3);

  }

.tbl-content, .tbl-contentW{
  height:autopx;
  overflow-x:auto;
  margin-top: 0px;
  border: 1px solid rgba(255,255,255,0.3);
}

th{
  padding: 10px;
  text-align: left;
  font-weight: 500;
  font-size: .75rem;
  color: #dddcdc;
  letter-spacing: 0px;
  text-transform: uppercase;
}
td{
  padding: 15px;
  text-align: left;
  vertical-align:middle;
  font-weight: 300;
  font-size: 1.25rem;
  color: #dddcdc;
  letter-spacing: 0px;
  border-bottom: solid 1px rgba(255,255,255,0.1);
}

.tbl-content td{  /*table font size*/
  font-size: .9rem;
  padding: 3px 10px;/*height of each row*/


}
.tbl-content > table > tbody > tr > td a{
    color:#dddcdc;
    background-color: #ababab2c;  /*table background*/
}
#amp{
    color: #dddcdc;
}

.wrapper{
  display: inline;
} 

#tableSectionW{
  margin:0%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding:25px 25px;
  width:24%;   /*Number of columns on page */
   
}

/*STOP*/

.tableW{
width:100%;
}

.tbl-headerW{
  width: 10%;
  
}

#tableYearW th{
  padding: 20px 15%;
}

.heartW{
  font-size: 1rem;
} 

.tbl-contentW{
  width: 100%;
}

.tbl-contentW td{  
  font-size: .625rem;

  /*height of each row*/
  padding: 3px 10px; 
  overflow: hidden;

}
.tbl-contentW td a{
  color: #dddcdc;
  
}

.tbl-contentW td a:hover{
  text-decoration: underline;
}

/*STOP*/

/****Race Pro Sign Up *********/

.proH2{
  text-align: left;
  padding-left: 15%;
  font-size: 1rem;
}

.proH4{
  text-align: left;
  padding: 0 15%;
  font-size: .875rem;
}

#ProPrint{
  text-align: left;
  padding: 15px 15%;
}
.ProSignUp{
  padding: 0 15%;
}

#ProSignUpID{
  height: 1200px;
}

/*STOP*/ 

/********Iframes*******/

.iFrame{
  -webkit-box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
          box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
}

/* .memberSectionCrewSignup{
  width: 730px;
  height: 850px;
} */


/*/////////////////Footer///////////////////*/

.footer{
  /* width: calc(100% - 4rem); */
  max-width: 1385px;
  margin: 0 auto; 
  padding-bottom: 50px;
  padding: 0px 10px;
  /* display: block; */
  color: #dddcdc;
  background: #01234a;
  position: relative;
  height: 400px; 
  clear: both;
  z-index: 2;

    height: 90vh;
    margin: 0;
    padding: 0;
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: fixed;  
    background-size: auto;         
  
    color: white;                  
    /* font-family: sans-serif; */
  
 

} 
.footer p{
  position: relative;
}
 
.footer-bottom{
  background: #74879d;
  /* width: calc(100% - 4rem); */
  max-width: 1385px;
  margin: 0 auto; 
  position: relative;
  text-align: center;
  padding-bottom: 10px;
  z-index: 3;
}

.footer-bottom ul{
  display: flex;
    flex-wrap: nowrap;            /* Prevent wrapping */
    justify-content: center;      /* Center items horizontally */
    align-items: flex-start;      /* Align items at the top */
}

.footer-bottom ul li{
      flex-shrink: 1;               /* Allow items to shrink */
    min-width: 0;                 /* Ensure items can actually shrink */

  /* display: inline-block;
  margin: 3px 10px;

   -webkit-box-pack: justify;
      -ms-flex-pack: justify;
  justify-content: space-between; */
}

.footer-bottom ul li img{
  height: 100%;
  width: 40%; 
  padding-top:-2px;
}

.footer-bottom-ALS{
  background-image: url("/img/ALS Charity Regtta 2022.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  }

label.copyright{
  color: #01234b;
  font-size: 1rem;
  line-height: 20px;
  padding: 5px 10px;

  -webkit-box-pack: center;
    -ms-flex-pack: center;
  justify-content: center;
}

#contactWSC{
  color: #dddcdc;
  font-size: .875rem;
  line-height: 30px;
  padding: 15px 10px;
  text-decoration: underline;

-webkit-box-pack: center;
    -ms-flex-pack: center;
  justify-content: center;
}

#contactWSC a{
    text-decoration: underline;
}

.footer-bottom2{
  /* width: calc(100% - 4rem); */
  max-width: 1385px;
  margin: 0 auto; 
  position: relative; 
  z-index: 6;
}

.footer-bottom2 img{
    width: 100%;
    height: 150px;
}

/*STOP*/

/* ///////////////MEDIA QUERIES>////////////// */
  
@media (min-width: 671px){
  .smallCalendarHide{
    visibility: hidden;
    display: none;
  }
}
  
@media (min-width: 746px){
  .content-area-weather{
      padding: 4% 15% 4% 15%;
  }

  .pro{
    padding-left: 10%;
    padding-right: 10%;
  }
}

@media (min-width: 1096px){
     
  .col-1-3 p{
    font-size: 1rem;
  }
  
  .content-area-weather{
      padding: 4% 25% 4% 25%;
  } 

  .pro{
    padding-left: 15%;
    padding-right: 15%;
  }
  
}
/* @media screen and (min-height: 700px){
  .fixed-float{
    
    top: 15%;
  }
  .club-introduction{
    top: 7%;
  }

} */

@media (min-width: 1280px){
  
  #videoBGTour, #videoBG{
    min-width: unset;
    min-height: 100%;
    
    /* overflow:hidden; */
  }
.randomimages img{
  min-width: 1280px;
  max-width: 1280px;
}
  
  .app-wrap{
    min-width: unset;
    /* min-height: unset;  Took out 5/19/22  app height*/
    max-width: 1600px;
    padding: 5% 10%;
  } 
  p{
    font-size: 1.3rem;
  }

  .pro{
    padding-left: 20%;
    padding-right: 20%;
  }  

}


/*STOP*/  
@media (min-width:1800px){
  .club-introduction{
    padding-top: 15%;
  }
}

@media (min-width:2000px){
  .club-introduction{
    padding-top: 12%;
  }
}
 
@media (max-width:1266px){
 
  #ProSignUpID{
    height:1300px;
  }
  .background2{
    background-image: none;
    background-position: center 1%;
    background-repeat: no-repeat;
    height: 58vw;
    z-index: 6;
  
  }
  /* #tour {

    margin-top: 57%;
  }
  */
}
 
  
@media (max-width: 1110px) {
  .containerGUEST{
    margin: -49px auto;
  }

  .proH2{
    font-size: .875rem;
  }

  .proH4{
    font-size: .875rem;
  }

  h3{
    font-size: 1rem;
  }
p{
    font-size: 1rem;
  }   
  
  .otherInvoledParties li{
    padding-left: 28%;
  }
  
  .bogContactFormH2{
    padding-left: 10%;
  }
}

@media (max-width:925px){
.containerGUEST{
  margin: 23px auto;
}
}
@media (max-width:912px){

  #ProSignUpID{
    height:1600px;
  }
  /* .background2{
    background-image: none;
    background-position: center 1%;
    background-repeat: no-repeat;
    height: 78vw;
    z-index: 6;
  
  } */
}

      
@media (max-width: 844px){
  /* #tour {

    margin-top: 65vw;
  } */


  #ProSignUpID{
    height:1800px;
  }

  .helpfulLinks{
  
    padding: 10px 0px 0px 15%;
  }
  
  .footer-bottom2 img{
    display: block;
    margin-left: auto;
    margin-right: auto;
  }   
}
/*STOP*/

@media (max-width: 800px) {
  .containerGUEST{
    margin: 128px auto;
  }
}


@media (max-width: 768px) {



  
  .navbar img{
      width:60px;
      height:30px;
      margin-top: 2vw;
      
  }
  

  .menu { 
    display:none;
    position: absolute;
    background-color:#203e61;
    margin-left: 0px;  /**************04 15 25  */
    left: 0;
    text-align: left;
    padding: 16px 0;
  }

  .menu li{
      text-align: left;
      padding: 11px 20px;  /**************04 15 25  */
      height:auto;
      font-size: 1.2rem;
  }

  #onlyClubMenu li{
    padding: 15px 20px;
  }
    
  .menu li img:hover{
    padding: 5px -45px 5px -1px;
  }

  .menu li + li {
    /* margin-top: 12px; */
    margin-left: 0%;

  }

  input[type=checkbox]:checked ~ .menu{
    display: block;
  }

  .hamburger {
    display: block;
  }

  .dropdown {
    left:40%;
    top: 0px;
    z-index: 6;
    
    

    -webkit-transform: translateX(35%);
        -ms-transform: translateX(35%);
            transform: translateX(35%);
  }
  
  .dropdown li {
    padding: none;
   
   
  }
  .dropdown li:hover {
    background-color: #74879d;
    margin-left: 2%;
  }

  .span-nav
  
  .dropdowntwo {
    left: 40%;
    top: 0px;
    
    -webkit-transform: translateX(35%);
        -ms-transform: translateX(35%);
            transform: translateX(35%);
  }
  
  .dropdowntwo li:hover {
    background-color: #4c9e9e;
  }
  
  .navbackgroundcover{
      padding:12px;
  }
  
  .navbar ul{
      margin-left: 2%;
  }


  .club-arrow {
    display: none;
  }
.bigScreenGone {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
  }
  .button-with-tag {
    display: flex;
    align-items: center;
    gap: 10px; /* spacing between button and image */
  }

 .club-arrowSmallScreen {
    display: block;
    height: 50px;
    animation: blink 1s infinite;
  }

   .button-with-tag a button {
    font-size: 16px;
    padding: 10px 16px;
  }
  

  .content-area{
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 80px;
  }

  #WeatherTable td{
    line-height: 18px;
  }

  .tbl-headerW{
    width: 15%;  /*width of table header on side*/
  }
  .proH2{
    padding-left: 10%;
  }
  .proH4{
    padding: 0 10%;
   }
  
  #ProPrint{
    text-align: left;
    padding: 15px 10%;
  }

  .ProSignUp{
    padding: 0 5%;
  }
 
  #ProSignUpID{
    height:1300px;
  }

  .mar {
    margin-top:35px;
  }

  .mar h1{
    font-size: .75rem;
  }
 
}/*-------max width 768px-----*/

 /*STOP*/



@media (max-width: 746px){

  
  
  .proH2{
    font-size: .875rem;
  }
  
  .proH4{
    font-size: .75rem;
  }
 
  #ProSignUpID{
    height: 1200px;
  } 
  
  .button a{
    font-size: .75rem;
  }
  
  .footer-bottom2 img{
    -o-object-fit: cover;
       object-fit: cover;

    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 100%;/*takeout testing*/
  }

  #otherInvolvedH2{
    font-size: .75rem;
  }

  .otherInvoledParties li{
    padding-left: 15%;
    font-size: .75rem;
  }

  .bogContactFormH2{
    padding-left: 15%;
    font-size: 1rem;
  }
}

@media (max-width:691px){
  
  #ProSignUpID{
    height:1800px;
  }
}

@media (max-width: 670px){
  /* .background2{
    background-image: none;
    background-position: center 1%;
    background-repeat: no-repeat;
    height: 96vw;
    z-index: 6;
  
  } */
   .containerGUEST{
    margin: 164px auto;
   }
 
  #WeatherTable td{
    line-height: 16px;
  }

  .tableWeather img{
    width: 95%;
  }
  .bigCalendarHide{
    display: none;
  }
  .colorful-desktop{
    visibility:visible;
  }
}

/*STOP*/
@media (max-width:626px){
  .tbl-content td{
    font-size: .725rem;
  }

  /* #tableSection{

  } */

  }
@media (max-width:600px){

  .club-introduction p{
    color: #101010;
    text-shadow: 2px 2px 4px rgb(255, 255, 255);
  }

  .background{
    display: none;
  }

  .background2{
    background-image: url("/img/MLV_00044.jpg");
    background-position: center 1%;
    background-repeat: no-repeat;
    height: 111vw;
    z-index: 6;
  }

  .backgroundTour2 {
    background-image: url("/img/beach2021.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    
    width: 100%;
    height: 100vh; /* Ensures it fills the screen */
    position: fixed;
    top: 0;
    left: 0;
    z-index: 0;
  }

  .containerGUEST {
    margin: -47px auto;
}

  .containerTour {
    margin-top: 15vh; /* Push content below backgroundTour2 */
    position: relative;
    z-index: 2;
    padding-top: 28rem;
  }

  .backgroundTour{
    display: none;
  }
    
  #videoBGTour{
    /* visibility: hidden; */
    display: none;  
  }
  
}
@media (max-width:585px){

  #ProSignUpID{
    height:1500px;
  }
}

@media (max-width: 573px) {

  
  
  /*race/photos table*/
  th{
    font-size: .625rem;
  }
  td{
    font-size: 1.2rem;
  }
  
  #tableSectionW{
    /*Number of columns on page */
    width:32%;   
  }

  #WeatherTable td{
    line-height: 14px;
  }

  .tbl-headerW{
    /*width of table header on side*/
    width: 15%;  
  }
}

@media (max-width:555px){
  
  .background2{
    background-image: url("/img/MLV_00044.jpg");
    background-position: center 1%;
    background-repeat: no-repeat;
    height: 131vw;
    z-index: 6;

  }
  .containerCLUB{
    height: 75vw;
}
  
  .hideContactLink{
    visibility: visible;
  }

  .col-1-2{
    width: 100%;
    float:none; /**changed**/
}

  .otherInvoledParties li{
    padding-left: 30%;
    font-size: .75rem;
}

  .bogContactFormH2{
    padding-left: 12%;
  }
  
  .contactFormPadding{
    padding-left: 23%;
  }

  #ProSignUpID{
    height:1600px;
  }
}

@media (max-width: 544px){

  .containerCLUB{
    height: 65vh;
}
  
  .helpfulLinks{
  
    font-size: .625rem;
  }

  .helpfulInfo{
    font-size: 1rem;
  }
  .sprite li{
    zoom:1.25;
  -webkit-transform: scale(1);
         -ms-transform: scale(1);
      transform: scale(1);
  
  -webkit-transform-origin: 1 0;
          -ms-transform-origin: 1 0;
      transform-origin: 1 0;
  }
}





/*STOP*/

@media (max-width: 500px) {
  
#main > .post {
        padding: 4rem 1rem 2rem 1rem;
    }

    header > h2 + p {
    font-size: 1rem;
    margin-top: -0.75rem;
}

  p{
      font-size: 1rem;
  }

  h3{
    font-size: .875rem;
  }

  
  .menu { 
    
    left: 0;
    text-align: left;
    padding: 16px 0;
  }

  .menu li{
   
      padding: 11px 20px;  /**************04 15 25  */

      font-size: .9rem;
  }
  .menu li + li {
    margin-left: 4%;
  }

  .button a{
    font-size: .625rem;
  }

  .new-row{
    height: 95vw;
    padding-bottom: 10px;
  }

  .content-area{
    padding-top: 0;
    padding-bottom: 0;
    padding-bottom: 65px;
  }

  h5{
    font-size: .625rem;
  }

  .new-row p{
    font-size: .5rem;
  }

  
  
  .content-area-b{
    padding: 0;
  
  }
  .classifieds img{
    width: 90%;
    padding: 0;
  }

  #WeatherTable td{
    line-height: 12px;
  }

  #WeatherTable a{
    font-size: .75rem;
  }
  
  #ProSignUpID{
    height: 1950px;
  }
    
 .footer-bottom2 img{
    -o-object-fit: cover;
       object-fit: cover;

    margin-left: auto;
    margin-right: auto;
    width: 100%;/*takeout testing*/
  }
}

/*STOP*/

@media (max-width: 480px){
  
  
  .row-alt, .content-area-b, .footer, .footer-bottom, .footer-bottom2{
    width: 100%;
  }
  .card-container {
    
    gap: 10px; 
    
  }
  .background2{
    background-image: url("/img/MLV_00044.jpg");
    background-position: center 1%;
    background-repeat: no-repeat;
    height: 148vw;
    z-index: 6;

  }
}

/*my s3*/
@media (max-width: 465px){

  
  th{
    font-size: .5rem;
    
  }
  th{
    font-size: .5rem;
  }
  .footer-bottom ul li{
    margin: 3px 5px;
  }
}
@media (max-width: 480px){
  
  

  .card-container {
    
    gap: 5px; 
 
    
  }
  .card{
  
  min-width: none;}

}
  

     
@media (max-width: 410px){
  .containerCLUB{
    height: 60vh;
}
  

  #WeatherTable a{
    font-size: .625rem;
    letter-spacing: .5px;
  }

.sprite li{
  zoom:1;
  -webkit-transform: scale(.75);
          -ms-transform: scale(.75);
      transform: scale(.75);
  
  -webkit-transform-origin: .75 0;
          -ms-transform-origin: .75 0;
      transform-origin: .75 0;
  }

  .col-1-2 .bogNameDiscription{
    font-size: .875rem;
  }

  #otherInvolvedH2{
    padding-left: 0;
  }

  .otherInvoledParties li{
    padding-left: 22%;
    font-size: .75rem;
  }

  .bogContactFormH2{
    padding-left: 9%;
  }

  .contactFormPadding{
    padding-left: 12%;
  }

  #ProSignUpID{
    height:2050px;
  }
}

/*STOP*/

@media (max-width: 381px) {

  .background2{
    background-image: url("/img/MLV_00044.jpg");
    background-position: center 1%;
    background-repeat: no-repeat;
    height: 172vw;
    z-index: 6;

  }

  .content-area{
    padding-top: 65px;
  }
  
  #tableSectionW{
    width:48%;   /*Number of columns on page */
  }
  
  .tbl-headerW{
    width: 15%;  /*width of table header on side*/
  }
  
  #WeatherTable td{
    line-height: 10px;
  }
  
  .proH2{
    font-size: .75rem;
  }

  #ProSignUpID{
    height: 2150px;
  }

  #signup h2{
    font-size: .875rem;
  }

  #signup{
    height: 130px;
  }
}

@media (max-width:346px){

  .containerCLUB{
    height: 55vh;
}
  
  
  #ProSignUpID{
    height: 2250px;
  }

  th{
    font-size: .5rem;
    
  }

  th{
    font-size: .5rem;
  }
}



@media (max-width:341px){

  
  #ProSignUpID{
    height:2400px;
  }
}

@media (max-width:329px){

  
  
  #ProSignUpID{
    height:2600px;
  }
}