/*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; 
     -moz-box-sizing: border-box; 
    box-sizing: border-box; 
}



body {
  font-family: 'Lexend Mega', Arial, serif;
  font-size: 62.5%;
  line-height: 24px;
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  overflow-x: hidden;
  max-height: 600px;
}

.maxWidth{
  max-width: 1385px;
  margin-left: auto; 
  margin-right: auto;
  background:rgba(154, 160, 174, 0.374);
  overflow: hidden;
  /* max-height: 600px; */
}

p{
  padding: 5px 7% 20px 7%;
  font-size: 1.5rem;
  text-align: left;
  max-width: 1280px;
}

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

a:hover{
color: #01234aa0;
text-decoration: underline;
}




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: 2px;
    background: #01234abf;
    color: #dddcdc;
    line-height: 20px;
    position: fixed;
    width: 100%;
    max-width: 1280px;
    z-index: 9;
  }
  
 .navbar ul{
    margin-left: auto;
    margin-right: auto;
    
}


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

.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 14px;
  text-align: center;
}
.focus{
  background-color: #74879d;
}
   
/* DROPDOWN MENU */
.services {
  position: relative; 
}

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

.dropdown li + li {
  margin-top: 10px;
}

.dropdown li {
  padding: .75rem .5rem;
  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);
  -moz-transform: scale(2, 1);
  -o-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;
   }
/* //////////END NAV/////////////////////// */


/*///////////////Hero Background video///////////*/
/*race(rsults.html), burgee(index.html), tour.html & club(members.html)*/
.background { 
  /* background:rgb(91 111 155 / 48%); */
  height: 90vh;
 
  margin: 0 auto;
  max-width: 1280px;
  max-height: 600px;
  
}
.background-weather{
  height: 90vh;
 
  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;
}

/*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: 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;
} */

.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: 125px;
    
    -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: 1;
    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*/


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

.club-introduction{
    position: fixed;
    top: 25%;
    z-index: 0;
    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: flex;
    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: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;
   
   padding: 0 auto;

    /*display: flex; awesome!!!!!*/
    /* background: #74879d; */
    position: relative;
    z-index: 2;
    /* 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%;
  }

    .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 {
    -moz-transition: -moz-transform 0.2s ease-out;
    -webkit-transition: -webkit-transform 0.2s ease-out;
    -ms-transition: -ms-transform 0.2s ease-out;
    transition: transform 0.2s ease-out;
  }

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

  /*end image*/

  /* Actions */

	ul.actions {
		display: -moz-flex;
		display: -webkit-flex;
		display: -ms-flex;
		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;
			-webkit-justify-content: center;
			-ms-justify-content: 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;
			-webkit-flex-direction: column;
			-ms-flex-direction: column;
			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;
				-webkit-flex-grow: 1;
				-ms-flex-grow: 1;
				flex-grow: 1;
				-moz-flex-shrink: 1;
				-webkit-flex-shrink: 1;
				-ms-flex-shrink: 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;
				-webkit-flex-direction: column;
				-ms-flex-direction: column;
				flex-direction: column;
				margin-left: 0;
				width: 100% !important;
			}

				ul.actions:not(.fixed) li {
					-moz-flex-grow: 1;
					-webkit-flex-grow: 1;
					-ms-flex-grow: 1;
					flex-grow: 1;
					-moz-flex-shrink: 1;
					-webkit-flex-shrink: 1;
					-ms-flex-shrink: 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: 1rem;
  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%;
    }

@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;
  }

    #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: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -moz-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -moz-align-items: -moz-stretch;
    -webkit-align-items: -webkit-stretch;
    -ms-align-items: -ms-stretch;
    align-items: stretch;
    text-align: center;
    width: 100%;
    padding: 0;
  }

    #main > .posts > * {
      -moz-flex-shrink: 1;
      -webkit-flex-shrink: 1;
      -ms-flex-shrink: 1;
      flex-shrink: 1;
      -moz-flex-grow: 0;
      -webkit-flex-grow: 0;
      -ms-flex-grow: 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: 480px) {

    #main {
      width: 100%;
    }

  }
/*end main*/

.mainSkinny{
  width: 100%;
}

.logoSize{
  width: 100%;
}


#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;

}

#postFive{
  background-image: url("../img/fleets/Catalina.gif");
  background-color: #cccccc;
  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: #cccccc;
  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_JR2019.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: -webkit-gradient(linear, left top, left bottom, from(#74879d), to(#dddcdc));
    background: -o-linear-gradient(#74879d, #dddcdc);
    background: linear-gradient(#74879d, #dddcdc);
    margin: 0 auto;

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

.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% 25px 7%;
    background:#01234a;
    
    background: -webkit-gradient(linear,left top, left bottom,from(#dddcdc),to(#01234a));
    background: -o-linear-gradient(#dddcdc,#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: -webkit-gradient(linear, left top, left bottom, from(#01234a), to(#dddcdc));
    background: -o-linear-gradient(#01234a, #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;
}

.steveBG{
  
  background-image: url("../img/Steve on Boat 2010.jpg");
  background-position: 20% 30%;
  height: 300px;
  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: -webkit-gradient(linear, left top, left bottom, from(#01234a), to(#dddcdc));
  background: -o-linear-gradient(#01234a, #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: 1rem;
}
.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);
     -moz-transform: scale(1);
         transform: scale(1);
  
  -webkit-transform-origin: 1 0;
     -moz-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: 50px;
    padding:0px;
}

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

#darkerFont{
  color:#01234a;
}

#tableYear, tableYearW{
  background: -webkit-gradient(linear, left top, right bottom, from(#1b3553), to(rgb(182, 190, 255)));
  background: -o-linear-gradient(top left, #1b3553, 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: -1px;
  text-transform: uppercase;
}
td{
  padding: 15px;
  text-align: left;
  vertical-align:middle;
  font-weight: 300;
  font-size: 1.25rem;
  color: #dddcdc;
  letter-spacing: -1px;
  border-bottom: solid 1px rgba(255,255,255,0.1);
}

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


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

.wrapper{
  display: inline;
} 

#tableSectionW{
  margin:0%;
  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;
}

/*/////////////////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;
} 
.footer p{
  position: realative;
}

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

.footer-bottom ul{
  vertical-align: top;

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

.footer-bottom ul li{
  display: inline-block;
  margin: 3px 10px;

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

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

/*STOP*/

label.copyright{
  color: rgb(156, 156, 156);
  font-size: .625;
  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;
    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;
  }
}
 
  
@media (max-width: 1110px) {
 

  .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:912px){

  #ProSignUpID{
    height:1600px;
  }
}

      
@media (max-width: 844px){


  #ProSignUpID{
    height:1800px;
  }

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

@media (max-width: 768px) {



  
  .navbar img{
      width:80px;
      height:40px;
  }

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

  .menu li{
      text-align: left;
  }
    
  .menu li img:hover{
    padding: 5px -45px 5px -1px;
  }

  .menu li + li {
    margin-top: 12px;
    margin-left: 2%;
  }

  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: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%;
  }



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

  #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;
  }

 
}/*-------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){
 


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

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

/*STOP*/

@media (max-width:600px){


  .background{
    background-image: url("/img/MLV_00044.jpg");
    background-position: center center;

  }
  .backgroundTour{
    background-image: url("/img/beach2021.jpg");
    background-position: center center;
    background-size: 100% 100%;
  }
  #videoBGTour{
    visibility: hidden;
  }
  #vidoeBGTourImage{
    visibility: visible;
    background-position: center bottom;
    
    
  }

  .club-introduction p{
    color: #01234a;
    text-shadow: 1px 1px 4px #ffffff;
    font-size: .675rem;
  }

  .wideAgain{
    width:100%;
  }

  .footer-bottom2 img{
    -o-object-fit: cover;
       object-fit: cover;

    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 100%;/*takeout testing*/
  }
}
@media (max-width:585px){

  

  #ProSignUpID{
    height:1500px;
  }
}

@media (max-width: 573px) {

  
  
  /*race/photos table*/
  th{
    font-size: .625rem;
  }
  td{
    font-size: .625rem;
  }
  
  #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){

  
  
  .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){

  .helpfulLinks{
  
    
   
    font-size: .625rem;
  }

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





/*STOP*/

@media (max-width: 500px) {
  
  p{
      font-size: .75rem;
  }

  h3{
    font-size: .875rem;
  }

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

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

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

  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%;
  }
  

}

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

  
  th{
    font-size: .5rem;
    
  }
  th{
    font-size: .5rem;
  }
  .footer-bottom ul li{
    margin: 3px 5px;
  }
}
  

     
@media (max-width: 410px){

  

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

.sprite li{
  zoom:1;
  -webkit-transform: scale(.75);
      -moz-transform:scale(.75);
          transform: scale(.75);
  
  -webkit-transform-origin: .75 0;
     -moz-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) {

  

  .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){

  
  
  #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;
  }
}
