.main_logo{
  width: 320px; 
  height: 320px;
}

.navbar .navbar-nav .nav-link {
    color: #000000;
    font-size: 1.1em;
}

.navbar .navbar-nav .nav-item
{
    margin-right: 40px;
}
.navbar .navbar-nav .nav-item a{
    color: #cbcbcb;
}

/* .navbar-brand img{
    width: 300px;
    height: 100%;
} */

.navbar-nav > .nav-item a {
    text-decoration: none;
    transition: 0.5s;
}

.navbar-nav > .nav-item a:hover {
    color: #cea123;
    letter-spacing: 2px;
}
.nav-item:hover {
    text-decoration: none;
}
.loc_log{
    font-size: 2em; 
    color: black;
}
.log-pho{
    font-size: 2em;
    margin-right: 12px;
}
@media only screen and (min-width: 992px) {
  .navbar .container-fluid{
    flex-direction: column;
  }
  /* .navbar .navbar-nav {
    border-bottom: 2px solid #000;
  } */
  .navbar .nav-item {
    padding: 0.5em 1em;
  }
}
.navbar .navbar-nav {
  margin-top: 0.5em;
  /* border-top: 2px solid #000; */
}

@media only screen and (max-width: 500px) {
  .loc_text{
    font-size: 0.8rem;
  }
  
 .loc_log{
    font-size: 1.5em; 
    color: black;
 }
 .log-pho{
    font-size: 1.5em;    
 }



}




/*Hero section styles*/

.hero-section {
  background-image: url(../images/backgrounds/jetSkiBg.PNG);
  padding: 100px;
  /* height: 300px; */
  /*parallex*/
  background-attachment:none; /*image will not slide up & down*/
  background-position: center; 
  background-repeat: no-repeat; /*just show one time */
  background-size: 100% 100%;;       /*crops image */
  /* min-width: 1094px; */
}

/*building border around*/
.hero-section > .top-heading {
  padding: 1px 20px;
  background-color: #11122b;
  color: #cbcbcb;
  width: 290px;
  border-radius: 2px;
}

/*border gold around*/
.hero-section > .bottom-heading {
  background-color: #2196f3;
  color: #11122b;
  padding: 1px 20px;
  margin-top: 15px;
  width: 196px;
  border-radius: 2px; /*rounded edges*/

}

.pitch{
  font-size: large;
  color: black;
}


@media only screen and (max-width: 452px) {
  .main_logo {
    width: 100%;
    height: 156px;
    object-fit: cover;
}
.navbar-brand{
    margin-right: 0 !important;
}
  .hero-section {
  
       padding: 21px;

   
  }

  .ma-cen{
    margin-left: auto!important;
    margin-right: auto!important;
  }
  .hero-section > .top-heading {
    padding: 1px 2px;
    
    width: 261px;
   
}
}
/*                                        About page styles */

.about_content h2{
    text-align:center;
    padding-top:10px;
}
.about_content p{
    margin:10px;
}
/*                                        Menu page styles */


/* Menu page styles */
.menu-page {
  max-width: 800px;
  margin: 0 auto;
  padding: 20px;
}

.menu-page h1 {
  text-align: center;
  font-size: 24px;
  margin-bottom: 20px;
  color: #11122B;
}

.rate-card-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 20px;
}

.rate-card {
  background-color: #F5F5F5;
  border-radius: 10px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  margin: 10px;
  flex-basis: calc(50% - 20px);
  max-width: calc(50% - 20px);
  text-align: center;
}

.rate-card img {
  max-height: 250px; /* Increased image size */
  object-fit: contain;
  margin: 20px 0;
}

.rate-details {
  padding: 20px;
  text-align: left; /* Align text to the left */
}

.rate-details h3 {
  margin: 0;
  font-weight: bold;
  color: #11122B;
}

.rate-details ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.rate-details ul li {
  margin-bottom: 10px;
  color: #11122B;
}

/*                       footer          */

.footer-container {
  background-color: #11122B;
  color: #FFFFFF;
  padding: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 30px;
}

.footer-logo img {
  max-height: 50px;
}

.footer-navigation ul {
  list-style-type: none;
  padding: 0;
  display: flex;
}

.footer-navigation li {
  margin-right: 20px;
}

.footer-navigation li:last-child {
  margin-right: 0;
}

.footer-navigation a {
  color: #FFFFFF;
  text-decoration: none;
  transition: color 0.3s;
}

.footer-navigation a:hover {
  color: #CEA123;
}

.footer-copy {
  text-align: center;
  font-size: 12px;
  margin-top: 20px;
}






/* Responsive Styles */
@media screen and (max-width: 600px) {
  .menu-page {
    padding: 10px;
  }

  .rate-card-row {
    flex-direction: column;
    align-items: center;
  }

  .rate-card {
    flex-basis: calc(100% - 20px);
    max-width: calc(100% - 20px);
  }
  .footer-copy{
      margin-top: 1px;
   margin-left: 60px;
  }
}


@media screen and (max-width: 768px) {
  .center-column {
    text-align: center;
  }

  .center-column .nav-links {
    justify-content: center;
  }

  .nav-link {
    margin: 10px;
  }
      .footer-copy{
          margin-top: 1px;
       margin-left: 60px;
      }
}
