/* BODY */ 
body {
    margin: 0;
    font-family: Cedora;
    padding-top: 120px; /* Adjust this value based on the height of your navbar */
   background-color: #f4efef;
}

/* MENU */
   .navbar {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    border-bottom: 5px solid white;
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.1);
    z-index: 1000;
    height: 120px;
    display: flex;
    align-items: center;
display: inline-block;
background-color: #001e6e;
color: white;
    padding: 0 20px;
}


.nav-list {
    display: flex;
    list-style-type: none;
    margin: 0 auto 0 0; /* Pushes to right after brand */
    padding: 0;
    height: 100%;
    align-items: center;
}

.nav-item {
    margin: 0 15px;
    position: relative;
padding-bottom: 7px;
}

.nav-item-a {
    margin: 0 15px;
    position: relative;
padding-bottom: 7px;
border-bottom: 5px solid white;
    color: white;
    font-size: 200%;
}

.nav-item a {
    text-decoration: none;
    color: white;
    font-size: 200%;
    padding: 5px 0;
}

.nav-item a:hover {
}

.nav-item.active a {
    font-weight: bold;
}

.nav-item::after {
    content: '';
    position: absolute;
    width: 0;
    height: 5px;
    background: white;
    bottom: 0;
    left: 0;
    transition: width 0.3s;
}

.nav-item:hover::after,
.nav-item.active::after {
    width: 100%;
}

.navbar-brand {
    padding-bottom: 7px;
    display: flex;
    align-items: center;
    position: relative;
cursor: pointer;
}

.navbar-brand-a {
    padding-bottom: 7px;
    display: flex;
    align-items: center;
    position: relative;
cursor: pointer;
}

.navbar-mobile-brand {
    background: none;
  }

.mobile-menu-button::after {
    content: '';
    width: 0;
    height: 5px;
    background: white;
    bottom: 0;
    left: 0;
    transition: width 0.3s;
}

.mobile-menu-button:hover::after {
    width: 100%;
}



.mobile-menu-button {
  display: none;
}

/* Mobile Menu styles */
.mobile-menu {
  display: none;
  flex-direction: column;
  align-items: center;
  position: fixed;
  top: 120px;
  left: 0;
  width: 100%;
  background-color: #001e6e;
  border-top: 5px solid white;
  z-index: 999;
    border-bottom: 5px solid white;
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.1);
}

.mobile-menu a {
  color: white;
  padding: 20px;
  font-size: 200%;
  text-decoration: none;
  border-bottom: 3px solid white;
}

.mobile-menu a:hover {
  background-color: #003299;
transition: 0.5s;
}

.mobile-brand {
max-height: 65px;
    display: flex;
    align-items: center;
    position: relative;
cursor: default;
}

/* Responsive Behavior */
@media (max-width: 1100px) {
  .nav-list {
    display: none;
  }

  .mobile-menu-button {
    display: block;
    position: absolute;
    top: 35px;
    right: 20px;
    font-size: 300%;
    color: white;
    background: none;
    border: 3px solid white;
    cursor: pointer;
    z-index: 1001;
margin-right: 10px;
  }

.mobile-menu-button::after {
    content: '';
    position: absolute;
    width: 0;
    height: 5px;
    background: white;
    bottom: 0;
    left: 0;
    transition: width 0.3s;
}

.mobile-menu-button:hover::after {
    width: 100%;
}

}

.mobile-logo {
  display: none;
}

@media (max-width: 1100px) {
  .mobile-logo {
    display: block;
    position: absolute;
    top: 15px;
  }

  .mobile-logo img {
    max-height: 65px;
  }

.mobile-logo img:hover {
  background-color: #003299;
transition: 0.5s;
}

  .nav-list {
    display: none;
  }
}


/* PARAS */
.main {
  margin: auto;
  padding-left: 10%;
  padding-right: 10%;
  padding-top: 175px;
  padding-bottom: 100px;
}

.smain {
  margin: auto;
  padding-left: 10%;
  padding-right: 10%;
  padding-top: 1%;
  padding-bottom: 100px;
}

.main2 {
  margin: auto;
  padding-left: 10%;
  padding-right: 10%;
  padding-top: 200px;
  padding-bottom: 100px;
background-image: url("../img/ep3.png");
background-repeat: no-repeat;
background-size: cover;
color: white;
}

.main3 {
  margin: auto;
  padding-left: 10%;
  padding-right: 1%;
  padding-top: 175px;
  padding-bottom: 100px;
}


/* MENU */
 .menubar {
display: inline-block;
  top: 0;
  width: 100%;
   text-align: center;
}

  .menubutton {
    padding: 0 30px;
    font-size: 60px;
    text-align: middle;
    border-right: none;
    border-top: none;
border-left: none;
border-bottom: none;
    font-family:"Cedora";
    color: black;
  transition: 0.6s;
cursor: pointer;
   background-color: transparent;
  }

.menubuttoncurrent {
    padding: 0 30px;
    font-size: 60px;
    text-align: middle;
    border-right: none;
    border-top: none;
border-left: none;
border-bottom: 4px solid black;
    font-family:"Cedora";
    color: black;
cursor: pointer;
   background-color: transparent;
  }



.boximg {
float: right;
}
}

.menuimg:hover {
background-color: white;
}

   .menubutton span {
    cursor: pointer;
    display: inline-block;
    position: relative;
    transition: 0.5s;
  }

  .menubutton span:after {
    content: '\219a';
    position: absolute;
    opacity: 0;
    top: 0;
    right: -25px;
    transition: 0.5s;
  }

  .menubutton:hover span {
     padding-right: 70px;
	background-color:white;
  }

 .menubutton:hover span:after {
    opacity: 1;
    right: 0;
  }

    .menubutton:hover {
background-color:white;
 border: 4px solid black;
border-color:black;
border-bottom: none;
    border-top: none;
   transition: 0.5s;
    }

  .menubutton:active {
    background-color : #024d04;
    text-align: middle;
    cursor: pointer;
  }

/* CONTACT PROFILE PICTURES */

.contact-card {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  margin: 15px 0;
  padding: 10px;
  background-color: #001e6e;
color: white;
  flex-wrap: wrap;
}

.card-left {
  flex: 0 0 300px; /* fixed width for image */
  margin-right: 15px;
}

.profile-pic {
  width: 300px;
  height: 300px;
  object-fit: cover;
  border-radius: 8px;
}

.card-right {
  flex: 1 1 250px; /* allow shrinking but set minimum width */
  min-width: 250px; /* ensures readability on small screens */
}

.card-right h2 {
  margin: 0 0 5px 0;
font-size: 200%;
}

.trig-bio {
  background-color: #E5001F;
  color: white;
  padding: 15px;
  margin-top: 10px;
  cursor: pointer;
transition: 0.6s;
border:none;
}

   .trig-bio span {
    cursor: pointer;
    display: inline-block;
    position: relative;
    transition: 0.5s;
  }

  .trig-bio span:after {
    content: '▼';
    position: absolute;
    opacity: 0;
    top: 0;
    right: -25px;
    transition: 0.5s;
  }

  .trig-bio:hover span {
     padding-right: 35px;
background-color : #024d04;
  }

 .trig-bio:hover span:after {
    opacity: 1;
    right: 0;
background-color : #024d04;
  }

    .trig-bio:hover {
background-color : #024d04;
    }

  .trig-bio:active {
    background-color : #024d04;
    text-align: middle;
    cursor: pointer;
  }

.more-content {
  display: none; /* hidden by default */
  margin-top: 10px;
}

.more-content p {
  margin: 5px 0;
}

/* Responsive adjustments for small screens */
@media (max-width: 768px) {
  .contact-card {
    flex-direction: column;
    align-items: center;
  }

  .card-left {
    margin-right: 0;
    margin-bottom: 10px;
  }

  .profile-pic {
    width: 100%;
    max-width: 300px;
    height: auto; /* maintain aspect ratio on mobile */
  }

  .card-right {
    width: 100%;
  }
}


.lb2lite {
  background-color: #E5001F;
  color: white;
  padding: 15px;
  margin-top: 10px;
  cursor: pointer;
transition: 0.6s;
border:none;
}

   .lb2lite span {
    cursor: pointer;
    display: inline-block;
    position: relative;
    transition: 0.5s;
  }

  .lb2lite span:after {
    content: '\219a';
    position: absolute;
    opacity: 0;
    top: 0;
    right: -25px;
    transition: 0.5s;
  }

  .lb2lite:hover span {
     padding-right: 35px;
background-color : #024d04;
  }

 .lb2lite:hover span:after {
    opacity: 1;
    right: 0;
background-color : #024d04;
  }

    .lb2lite:hover {
background-color : #024d04;
    }

  .lb2lite:active {
    background-color : #024d04;
    text-align: middle;
    cursor: pointer;
  }



    .elcrit {
      width: 99%;
      background-color: #001e6e;
   text-align: left;
color: white;
    }

    .elcrit2 {
      width: 95%;
	font-family: "Cedora";
      background-color: transparent;
   text-align: left;
color: white;
padding-left: 3%;
padding-right: 3%;
padding-up: 20px;
    }




/* BOOKING PAGE BUTTONS */
    .lb2 {
border: none;
padding: 30px;
height: 100px;
background-color:#E5001F;
color:white;
text-align: middle;
    vertical-align: top;
font-family: "Cedora";
font-size:300%;
transition: 0.6s;
cursor: pointer;
align: center;
font-size: 30px;
margin: auto;
    }

   .lb2 span {
    cursor: pointer;
    display: inline-block;
    position: relative;
    transition: 0.5s;
  }

  .lb2 span:after {
    content: '\219a';
    position: absolute;
    opacity: 0;
    top: 0;
    right: -25px;
    transition: 0.5s;
  }

  .lb2:hover span {
     padding-right: 35px;
background-color : #024d04;
  }

 .lb2:hover span:after {
    opacity: 1;
    right: 0;
background-color : #024d04;
  }

    .lb2:hover {
background-color : #024d04;
    }

  .lb2:active {
    background-color : #024d04;
    text-align: middle;
    cursor: pointer;
  }


/* LB3 */

 .lb3 {
border: none;
padding: 30px;
height: 100px;
background-color:#E5001F;
color:white;
text-align: middle;
    vertical-align: top;
font-family: "Cedora";
font-size:300%;
transition: 0.6s;
cursor: pointer;
align: center;
font-size: 30px;
margin: auto;
    }

   .lb3 span {
    cursor: pointer;
    display: inline-block;
    position: relative;
    transition: 0.5s;
  }

  .lb3 span:after {
    content: '▼';
    position: absolute;
    opacity: 0;
    top: 0;
    right: -25px;
    transition: 0.5s;
  }

  .lb3:hover span {
     padding-right: 35px;
background-color : #024d04;
  }

 .lb3:hover span:after {
    opacity: 1;
    right: 0;
background-color : #024d04;
  }

    .lb3:hover {
background-color : #024d04;
    }

  .lb3:active {
    background-color : #024d04;
    text-align: middle;
    cursor: pointer;
  }



/* BOXES */
 .feed {
   text-align: center;
   border: 0px solid rgb(255,232,57);
 }

.rm {
  font-family:"Cedora";
  background-color: transparent;
  color: black;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border-top: 0px;
  border-left: 0px;
  border-right: 0px;
  border-bottom: 0px;
  text-align: center;
  outline: none;
  font-size: 30px;
  font-weight: bold;
}

.active, .rm:hover {
  background-color: #ccc;
}

.da {
  padding: 0 18px;
  font-family:"Cedora";
  color: black;
  display: none;
  overflow: hidden;
  font-size: 30px;
  background-color: transparent;
  text-align: left;
}

   at {
   font-family:"Cedora";
   font-size:300%;
   color:black;
   background-color:transparent;
   text-align:center;
   }

   ax {
   font-family:"Cedora";
   font-size:200%;
   color:black;
   background-color:transparent;
   text-align:center;
   }

.article {
  float: center;
  background-color: transparent;
  text-align: center;
    text-align: left;
    border-top: 2px solid #636362;
    vertical-align: top;
    font-family:"Cedora";
    font-size:100%;
    color: black;
    width: 75%;
    margin: auto;
    display: none;
}

.article-page-img {
  float: center;
  background-color: transparent;
  text-align: center;
    text-align: left;
    border-top: 2px solid #636362;
    vertical-align: top;
    font-family:"Cedora";
    font-size:100%;
    color: black;
    width: 75%;
    margin: auto;
    display: inline-block;
}

.show {
  display: inline-block;
}

ha {
font-size: 300%;
font-weight: normal;
}

.atin {
  float: left;
}

.illustration {
  width: 100%;
padding-top: 10px;
}

.atbod {
padding-left: 10px;
  width: 100%;
padding-top: 0px;
}


/* BM */
    .bm {
      background-color: #001e6e;
      padding-top: 20px;
      padding-bottom: 20px;
      padding-left:10%;
      padding-right:35%;
      text-align: left;
      color: white;
      position: relative;
      bottom: 0;
    }

    .bm bmtext {
      font-size: 125%;
      color: white;
    }


/* RESPONSIVE */
    @media (max-width: 768px) {
      .navbar .lngb {
        font-size: 12px;
      }

      .center img.logo {
        max-width: 150px;
      }

      at {
        font-size: 20px;
      }

      .center .lb2 {
        font-size: 14px;
        padding: 10px 20px;
      }
    }





/* General Styles */
    body {
      font-family: "Cedora";
      margin: 0;
      padding: 0;
      line-height: 1.6;
    }

h0 {
font-weight: bold;
font-size: 300%;
}

h0xr {
font-weight: bold;
font-size: 300%;
color: #001e6e;
background-color:#f4efef; 
}

h1 {
font-size: 300%;
font-weight: normal;
}

h1xr {
font-size: 225%;
font-weight: normal;
color: #001e6e;
background-color: #f4efef;
}

h2 {
font-size: 200%;
font-weight: bold;
}

h2r {
font-size: 200%;
font-weight: normal;
}

h2rxx {
font-size: 150%;
font-weight: normal;
}

h3 {
font-size: 130%;
font-weight: normal;
}

 at {
      display: block;
      font-size: 300%;
      color: #333;
      text-align: left;
      margin: 20px 0;
    }


 p1 {
      display: block;
      font-size: 150%;
      color: #333;
      text-align: left;
      margin: 20px 0;
    }

.contact-a {
  color: white;
  text-decoration: underline;
}

.contact-a:hover {
  color: gray;
}


/* FEED */
    .srtb {
border: none;
padding: 20px;
background-color:#bdbdbd;
color:black;
text-align: middle;
    vertical-align: top;
font-family: "Cedora";
font-size:300%;
transition: 0.6s;
cursor: pointer;
align: center;
font-size: 25px;
margin: auto;
    }

    .srtb-a {
border: none;
padding: 25px;
background-color:#030000;
color:white;
text-align: middle;
    vertical-align: top;
font-family: "Cedora";
font-size:300%;
transition: 0.6s;
cursor: pointer;
align: center;
font-size: 25px;
margin: auto;
    }

    .srtb:hover {
border: none;
padding: 20px;
background-color:#636363;
color:black;
text-align: middle;
    vertical-align: top;
font-family: "Cedora";
font-size:300%;
transition: 0.6s;
cursor: pointer;
align: center;
font-size: 25px;
margin: auto;
    }




/* ------ FONTS ------ */
     @font-face {
	     font-family: "Cedora";
	     src: url('fonts/r.otf');
     }

     @font-face {
	     font-family: "CedoraItalic";
	     font-style: italic;
	     src: url('fonts/ri.otf');
     }

     @font-face {
	     font-family: "CedoraBold";
	     font-weight: bold;
	     src: url('fonts/b.otf');
}