*,
*::before,
*::after {

  box-sizing: border-box;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Century Gothic", "Questrial";
}
h1{
  font-size: clamp(1.5rem, 3vw, 5rem);
}
h2{
  font-size: clamp(0.8rem, 2.3vw, 3rem);
  font-weight: 540;
}

p {
  font-size: clamp(0.8rem, 1.4vw, 1.2rem);
  color: rgb(90, 90, 90);
}
p2 {
  font-size: clamp(0.8rem, 1.5vw, 1.4rem);
  color: rgb(90, 90, 90);
}
.fb-white {
  color: white;
}
.fb-greylt {
  color: rgb(140, 140, 140);
}
.fb-grey {
  color: rgb(90, 90, 90);
}
.fb-greydrk {
  color: rgb(60, 60, 60);
}
.fb-bluWv {
  color: #0071bc;
}
.fb-pnkCrl {
  color: #cc5c94;
}

.lnBrk {
  display: block;
  width: 100%;
  height: 1px;
  background-color: #1173BB;
  margin: 36px 0px 24px 0px;
}

.lnBrkgb {
  display: block;
  width: 100%;
  height: 1px;
  background-color: #bbb;
  margin: 36px 0px 24px 0px;
}

.lnBrkg9 {
  display: block;
  width: 100%;
  height: 1px;
  background-color: #999;
  margin: 36px 0px 24px 0px;
}

.lnBrkg5 {
  display: block;
  width: 100%;
  height: 1px;
  background-color: #555;
  margin: 36px 0px 24px 0px;
}


.bg-none {
  background-color: white;
}
.bg-rvwteal {
  background-color: #1e998d;
}
.fbBrdr-r0{
  border-radius: 0px;
}
.fbBrdr-r10{
  border-radius: 10px;
}
.fbBrdr-rb10{
  border-radius: 0px 0px 10px 10px;
}


a:link {
  text-decoration: yellow;
}
/* a:visited {
 text-decoration: lime;
} */
/* mouse over link */
/* a:hover {
  color: hotpink;
} */
/* a:active {
  text-decoration: orange;
} */

.ind{
  background: none;
  padding: 0px 2px;
  width: 100%;
  display: flex;
  justify-content: center;
  cursor: pointer;
}
.srs{
  background: none;
  padding: 0px 2px;
  width: 100%;
  display: flex;
  justify-content: center;
  cursor: pointer;
}
.sgu{
  background: none;
  padding: 0px 2px;
  width: 100%;
  display: flex;
  justify-content: center;
  cursor: pointer;
  white-space: nowrap;
}
.abt{
  background: none;
  padding: 0px 2px;
  width: 100%;
  display: flex;
  justify-content: center;
  cursor: pointer;
}
.adv{
  background: none;
  padding: 0px 2px;
  width: 100%;
  display: flex;
  justify-content: center;
  cursor: pointer;
}
.lgl{
  background: none;
  padding: 0px 2px;
  width: 100%;
  display: flex;
  justify-content: center;
  cursor: pointer;
}


.ind:hover{
  background: #cc5c94;
  color: white;
  /* padding: 0px 8px;
  width: 100%;
  display: flex;
  justify-content: center; */
}
.srs:hover{
  background: #cc5c94;
  color: white;
  /* padding: 0px 8px;
  width: 100%;
  display: flex;
  justify-content: center; */
}
.sgu:hover{
  background: #cc5c94;
  color: white;
  /* padding: 0px 8px;
  width: 100%;
  display: flex;
  justify-content: center; */
}
.abt:hover{
  background: #cc5c94;
  color: white;
  /* padding: 0px 8px;
  width: 100%;
  display: flex;
  justify-content: center; */
}
.adv:hover{
  background: #cc5c94;
  color: white;
  /* padding: 0px 8px;
  width: 100%;
  display: flex;
  justify-content: center; */
}
.lgl:hover{
  background: #cc5c94;
  color: white;
  /* padding: 0px 8px;
  width: 100%;
  display: flex;
  justify-content: center; */
}


.-ind{
  background: #25aae1;
  padding: 0px 8px;
  width: 100%;
  display: flex;
  justify-content: center;
}
.-srs{
  background: #25aae1;
  padding: 0px 8px;
  width: 100%;
  display: flex;
  justify-content: center;
}
.-sgu{
  background: #25aae1;
  padding: 0px 8px;
  width: 100%;
  display: flex;
  justify-content: center;
  white-space: nowrap;
}
.-abt{
  background: #25aae1;
  padding: 0px 8px;
  width: 100%;
  display: flex;
  justify-content: center;
}
.-adv{
  background: #25aae1;
  padding: 0px 8px;
  width: 100%;
  display: flex;
  justify-content: center;
}
.-lgl{
  background: #25aae1;
  padding: 0px 8px;
  width: 100%;
  display: flex;
  justify-content: center;
}

html,
body {
  background-image: url('../images/bgweb.png');
  margin: 0;
  padding: 0;
  min-height: 100vh; 
}

body {
  font-family: "Century Gothic", "Questrial", sans-serif;
  background: none;
  color: white;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  padding: 16px;
}
/* 
.item {
  padding: 16px;
  color: rgb(90, 90, 90);
  border-radius: 0px;
} */

.headr {  
  display: flex;
  align-items: center; /* vertically aligns items */
  grid-area: headr;
  background: none;
  max-width: 960px;
  min-width: 300px;
  max-height: auto;
  min-height: auto;
  padding: 0px;
  border-radius: 0px;
  overflow: hidden;
  text-align: left;
}

.headr img {
flex: 1 0 auto; /* allows images to grow and fill available space */
} 

.headr img:first-child {
  max-width: 56%;
  height: auto; /* maintains aspect ratio */
  margin-right: auto; /* aligns the first image to the left */
}

.headr img:last-child {
  max-width: 18%;
  height: auto; /* maintains aspect ratio */
  margin-left: auto; /* aligns the last image to the right */
}

.mnu {
  grid-area: mnu;
  background: #0071bc;
  color: white; /* font color */
  font-size: 2.5vh; 
  max-width: 960px;
  max-height: 30px;
  min-height: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0px;
  margin-top: -4.3px;
  overflow: hidden;
}


.footr {
  grid-area: footr;
  background:none;
  font-size: 3vh;
  color: rgb(90, 90, 90);
  min-width: 300px;
  max-width: 960px;
  max-height: auto;
  min-height: auto;
  overflow: auto;
  padding: 0px;

  display: grid;
  grid-template-columns: 2fr 1fr;
  grid-template-rows: auto auto;
  grid-area: "synBx imgBx";
  gap: 10px;
}




.themenu {
  display: flex;
  justify-content: space-between;
  grid-column: auto;
  background-color: purple;
  color: black; /* font color */
  font-size: 3vh; 
  max-width: 460px;
  max-height: 50px;
  min-height: auto;
  align-items: center;
  padding: 0px;
  margin-top: -4.3px;
  overflow: hidden;
}

.menu-item {
  cursor: pointer; /* Visual indicator that the whole div is clickable */
  padding: 0px 5px;
  font-size: 18px;
  color: tomato;
  font-weight: bold;
  background: none;

  
  
  /* padding: 0px 8px; */
  display: inline-block;
  margin-bottom: 5px;
  width: 400px;
  height: 30px;
  /* Add your decorative hover effects here */
}

.menu-item:hover {
  background-color: limegreen;
}

 .flex-container {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 500px) {
  .mnu {
    font-size: 2vh;
  }
}




