* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: sans-serif;
  background: #f5f6f7;
}

a {
  text-decoration: none;
  color:  inherit ;
}

.header {
  padding: 32px;
  background-color: #0a0a23;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  border-bottom: 4px solid #FEB101;
  height: 50px;
}

.photo-gallery h1{
  font-family: PlayfairItalic;
  font-size: 40px;
  text-align: center;
}

.photo-gallery p{
  font-family: RobotoReg;
  font-size: 20px;
  text-align: center;
  margin-inline: 250px;
  color: #646D77;
}


.gallery {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 16px;
  max-width: 1400px;
  margin: 0 auto;
  padding: 20px 10px;
}

.gallery img {
  width: 100%;
  max-width: 350px;
  height: 300px;
  object-fit: cover;
  border-radius: 10px;
}

.gallery::after {
  content: "";
  width: 350px;
}

.reference{
  margin-top: -20px;
  margin-left: 0;
  font-size:  12px;
  font-family:  RobotoReg;
  border-bottom:  4px solid #FEB101;
}

.intro {
  display: flex;
  flex-wrap: wrap;
  justify-content: center; 
  align-items: center;
  max-width: 100vw;
  overflow: hidden; 
  margin-bottom: -220px;
}

.intro img {
   opacity: 0.8; 
   border-bottom: 4px solid #FEB101;
}

.statement {
  background-color: #0a0a23; 
  padding: 20px; 
  box-sizing: border-box;
}

.statement h2{
  font-size: 30px; 
  color: white; 
  font-family: 'RobotoBold';
  text-align: center;
}

.statement p  {
  font-size: 20px; 
  color: white; 
  font-family: 'RobotoReg';
  text-align: center;
  line-height: 1.5;
}


.title-container {
  position: relative;
  text-align: center;
  top: -550px;
  transform: translateY(-50%);
}

.title-container h1 {
  background-color: rgba(0, 0, 0, 0.7);
  color: #fff; 
  font-family: 'Oswald';
  display: inline-block; 
  padding: 10px 10px;
  font-size: 80px;
}


.greglogo {
  position: absolute;
  top: 7px; 
  left: 60px; 
  border-right: 4px solid #FEB101;
}

.greglogo1 {
  position: absolute;
  top: 23px; 
  left: 125px; 

}

.content-container {
  display: flex;
  flex-direction: row-reverse;
  background-color: #0a0a23; 
}

.content-image {
  max-width: 50%; 
  height: 50%;  
}

.description {
  width: 50%; 
  background-color: #0a0a23; 
  padding: 20px; 
  box-sizing: border-box;
}

.description h2{
  font-size: 30px; 
  color: white; 
  font-family: 'RobotoBold';
  text-align: center;
}

.description p {
  font-size: 20px; 
  color: white; 
  font-family: 'RobotoReg';
  text-align: justify;
}

.content-container {
  padding-bottom: 20px;
  border-bottom: 4px solid #FEB101;
  
}

.header img {
  width: 50px; 
  height: auto; 
}

.organizations h1{
  font-size: 40px; 
  color: white; 
  font-family: 'PlayfairItalic';
  text-align: center;
}


.menu-nav {
  box-sizing: border-box;
  width: 100px;
  height: 100px;
}

#menu-nav img {
    width: 120px;
    height: auto;
    cursor: pointer;
    position: absolute;
    top: 6px; 
    right: 35px; 
}

#menu-toggle {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: center;
        background: none;
        border: none;
        cursor: pointer;
        padding: 10px 15px;
        margin-right: 10px;
    }

#menu-toggle img {
    width: 30px;
    height: 30px;
    cursor: pointer;
}    

#menu {
  list-style-type: none; 
  padding: 0;
  width: 200px;
  position: absolute;
  top: 50px;
  right: 65px; 
  background-color: #0a0a23;
  color: #fff;
  display: none; 
  text-align: left;
  z-index: 1; 
}

#menu ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

#menu.active {
  display: block; 
}

#menu li {
  list-style-type: none; 
  margin-bottom: 10px;
  text-decoration: none;
  font-family: 'RobotoReg';
  font-size: 18px;
  color: #fff; 
  text-align: left;
  padding: 15px; /* Adjust padding as needed */
}

#menu li:hover {
  background-color: #FEB101;
  color: #fff;
}

.menu-item-highlight {
  background-color: #FEB101;
  color: #fff; 
}

#menu-nav {
  width: 50px;
  height: 100px;
  position: absolute;
  top: -5px;
  right: 10px;
}

#menu-toggle {
  width: 100%;
  height: auto;
  cursor: pointer;
  display: block;
}

.menu-toggle .bar {
  width: 30px;
  height: 3px;
  background-color: #fff;
  margin: 4px auto;
  transition: 0.4s;
}

.menu-toggle.active .bar:nth-child(1) {
  transform: rotate(-45deg) translate(-5px, 6px);
}

.menu-toggle.active .bar:nth-child(2) {
  opacity: 0;
}

.menu-toggle.active .bar:nth-child(3) {
  transform: rotate(45deg) translate(-5px, -6px);
}


.footer {
  padding: 32px;
  background-color: #0a0a23;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  height: 150px;
}

.footer p{
  color: black;
}

.organizations p {
  font-family:  'RobotoReg';
  font-size:  20px;
  padding:  20px;
  text-align:   center   ;
  color:  white;
  line-height:  1.5;
      
}

.organizations {
    background-color: #35364F;
    bottom: 20px;
    display: flex;
    flex-wrap: wrap; 
    justify-content: space-between;
    padding: 20px; 
}

.organization-container {
    flex: 0 0 calc(50% - 20px); 
    margin-bottom: 20px; 
    border-bottom: 1px solid #FEB101;
    background-color: #DFE0DF;
    padding: 20px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column; 
}

        .organization-container h1 {
          font-family:  'RobotoBold';
        }

        .organization-logo {
            width: 100px; 
            margin-right: 20px; 
        }

        .organization-description {
            flex-grow: 1; 
          }

          .organization-description p {
            flex-grow: 1; 
            font-family:  'RobotoReg';
            color:  black;
            text-align: justify;
          }

        .facebook-link {
            margin-top: 10px; 
            font-family:  'RobotoReg';
          }

        .facebook-icon {
            width: 20px; 
            vertical-align: middle;
            margin-right: 5px; 
        }

   .active {
            display: block; 
        }

        .pagination {
            text-align: center;
            background-color: #35364F;
            height: 50px;
            border-bottom: 4px solid #FEB101;
        }

        .pagination a {
            display: inline-block;
            margin: 0 5px;
            padding: 5px 10px;
            background-color: #FEB101;
            color: white;
            text-decoration: none;
            border-radius: 5px;

        }        

@font-face {
    font-family: 'Playfair';
    src: url(Fonts/PlayfairDisplay-VariableFont_wght.ttf);
}

@font-face {
    font-family: 'Playfair';
    src: url(Fonts/PlayfairDisplay-VariableFont_wght.ttf);
}

@font-face {
    font-family: 'PlayfairItalic';
    src: url(Fonts/PlayfairDisplay-Italic-VariableFont_wght.ttf);
}

@font-face {
    font-family: 'Oswald';
    src: url(Fonts/Oswald-VariableFont_wght.ttf);
}

@font-face {
    font-family: 'RobotoBold';
    src: url(Fonts/Roboto-Bold.ttf);
}

@font-face {
    font-family: 'RobotoReg';
    src: url(Fonts/Roboto-Regular.ttf);
}

@font-face {
  font-family: 'Fred';
  src: url(Fonts/FredokaOne-Regular.ttf);
}

@media screen and (max-width: 768px) {
  .header {
    border-bottom: 4px solid #caa4e1;
    padding: 16px; 
    height: 90px; 
    color: #fff;
    text-align: center;
    text-transform: uppercase;
  }
  
  .logo-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .description h2{
    font-size: 25px;
    font-weight: normal;
  }

  .description p{
    font-size: 20px;
  }
  
  .menu-toggle {
    display: block;
    position: absolute;
    top: 16px;
    right: 16px;
  }
  
  .menu {
    position: absolute;
    top: 60px;
    right: 16px;
    color: #fff;
    display: none;
    text-align: center;
  }
  
  .menu.active {
    display: block;
  }
  
  .menu li {
    margin-bottom: 10px;
  }
  
  .intro {
    margin-bottom: -180px;
  }

  .intro img{
    display: none;
  }

  .statement{
    padding: 10px;
  }

  .statement p{
    size: 15px;
    margin: auto;
    margin-top: 30px;
    margin-bottom: 30px;
    text-align: justify;
    width: 90%;
  }
  
  .title-container h1 {
    font-size: 36px;  
  }
  
  .content-image {
    max-width: 100%;
    height: auto;
    border-radius: 10px;
  }
  
  .gallery img {
    max-width: 90%;
  }
  
  .organizations {
    padding: 16px;
  }
  
  .organization-container {
    flex: 0 0 100%;
    background-color: white
  }

  .footer img {
    max-width: 100%; 
    height: auto; 
  }

  .content-container {
    flex-direction: column;
    display: flex;
    flex-direction: column;
    padding: 10px;
    box-sizing: border-box;
    justify-content: center;
    align-items: center;
    min-height: 100vh; 
  }

  .description {
    width: 80%; 
    max-width: 800px; 
    text-align: center;
    color: white;
    margin: 0 auto; 
    padding: 10px; 
    box-sizing: border-box;
  }

  .content-image {
    max-width: 100%; 
    height: auto;
    margin-bottom: 20px;
  }

  .photo-gallery h1 {
    font-size: 30px;
  }

  .photo-gallery p {
    font-size: 15px;
    text-align: center;
    margin: 0 auto; 
    max-width: 800px; 
    padding: 20px; 
    box-sizing: border-box;
  }

  .organizations h1 {
    font-size: 30px;
  }
  
  .organizations p {
    font-size: 15px;
  }

  .organization-description p {
    font-size: 15px;
  }

  .header-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 16px;
    max-width: 1200px;
    margin: 0 auto;
  }

  .greglogo {
    max-width: 100px;
  }

  .greglogo1 {
    max-width: 100px;
  }

  #menu-toggle {
    width: 30px;
    height: 30px;
    cursor: pointer;
  }

}

  
  
  
  
