@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800;900&display=swap");
/* Global Styles */
* {
  font-family: Georgia, 'Times New Roman', Times, serif;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body {
  padding: 1px 10%;
  background: #a0babd;
}
a{
  text-decoration: none;
}
    a.gien:link {
    color: #1B5380;
}
    a.gien:visited {
    color: #1B5380;
}
    a.gien:hover {
    color: #FF5F07;
}
    a.gien:active {
    color: #1B5380;
}
/* Container Styles */
.container {
  display: flex;
  height: 89vh;
}
.main-wrapper{
  flex: 2;
  overflow-y: scroll;
  .emphasized { font-style: italic; }
}
.side-bar{
  background: #467ff7;
  flex: .1;
  padding: 40px;
}
.side-bar ul{
  padding: 0 40px;
  list-style: none;
}
.side-bar{
  background: #467ff7;
  h2 {
    color: white;
    text-align: center;
    font-size: 55px;
  }
}
@media only screen and (max-width: 100px) {
  .container {
    flex-direction: column;
  }
  .side-bar{
    background: #114;
    color: #2a89d6 !important;
  }
  .side-bar a{
    color: #344655 !important;
  }
}
/* Navigation Menu Styles */
nav.nav-menu {
    width: 100%;
    background-color: #08a1dd;
    padding: 10px;
}
/* Add a black background color to the top navigation */
.topnav {
    background-color: #131212;
    overflow: hidden;
}
/* Style the links inside the navigation bar */
.topnav a {
  float: left;
  color: #666666;
  font-weight: bold;
  text-align: center;
  padding: 14px 14px;
  text-decoration: none;
  font-size: 22px;
}
/* Change the color of links on hover */
.topnav a:hover {
  color: #0170b9;
}
/* Right-aligned section inside the top navigation */
.topnav-right {
  float: right;
  font-weight: lighter;
  padding-top: 25px;
}
/* Main Content Wrapper Styles */
.main-wrapper {
    background: #f3f5f8;
    padding: 40px 50px;
    text-align: left;
  }
  li {
    text-align: justify;
    padding-right: 50px;
    padding-left: 2px;
    margin-left: 80px;
  }
  a {
    color: #450eddf8;
  }
  a:hover{
    color: #6c6d71;
  }
  section {
    margin-bottom: 20px;
  }
  section.head,
  section.youtube-embed {
    text-align: center;
  }
  .button-link {
    display: block;
    margin: 20px 0 0 0;
    margin-left: 40px;
    padding: 10px 50px;
    width: fit-content;
    background: #a0babd;
    border-radius: 5px;
    text-decoration: none;
    color: rgb(255, 255, 255);
    font-weight: bold;
    transition: 0.3s transform ease-in-out;
  }
  .button-link1 {
      display: block;
      margin: 2px 0 0 0;
      padding: 2px 8px;
      width: fit-content;
      border-radius: 12px;
      text-decoration: none;
      font-weight: bold;
      color: white;
      transition: 0.3s transform ease-in-out;
    }
  .button-link:hover {
    transform: scale(1.05);
    background-color: #bde3d6;
  }
  .button-link1:hover {
      transform: scale(1.05);
      background-color: rgb(230, 230, 231);
      border: 1px solid #AF0000;
      color: #AF0000;
    }
  h1 {
    font-size: 35px;
    color: #48566a;
    text-align: center;
    margin-left: 50px;
    padding-top: 30px;
    padding-bottom: 30px;
  }
  h2 {
    font-size: 20px;
    padding-top: 20px;
    padding-bottom: 2px;
   padding-right: 15px;
   margin-left: 45px;
   margin-right: 25px;
   color: #1b4a5e;
  }
  h3 {
    font-size: 17px;
    padding-top: 10px;
    padding-bottom: 2px;
   padding-right: 15px;
   margin-left: 45px;
   margin-right: 25px;
   color: #000000;
  }
  h4 {
    font-size: 18px;
    padding-top: 10px;
    padding-bottom: 2px;
   padding-right: 15px;
   margin-left: 45px;
   margin-right: 45px;
   color: #000000;
  }
  h5 { 
    font-size: 28px;
    font-weight: lighter;
    padding-top: 10px;
    padding-bottom: 2px;
   padding-right: 15px;
   margin-left: 45px;
   margin-right: 45px;
   color: #222222;
  }
  ul{
    text-align: justify;
  }
    .side ul{
      text-align: justify;
      margin-bottom: 10px;
      line-height: 1.5rem;
      font-family: "Cormorant SC", sans-serif;
      font-size:30px;
    }
  ol{
      padding-left: 30px;
      text-align: justify;
  }
      .side ol{
        text-align: justify;
        margin-bottom: 10px;
        line-height: 1.5rem;
        font-family: "Cormorant SC", sans-serif;
        font-size:30px;
      }
  p {
    text-align: justify;
    margin-bottom: 10px;
    line-height: 1.5rem;
    padding-top: 10px;
    padding-right: 15px;
    margin-left: 45px;
    margin-right: 45px;

  }
  img {
    max-width: 100%;
    float: left;
    border: 0px solid white;
    border-radius: 0px;
    margin: 0px;
  }
  img.gien {
      max-width: 100%;
      float: left;
      border: 0px solid white;
      border-radius: 0px;
      margin: 0px;
  }
  .hero-gien {
      background-image: linear-gradient(rgba(71, 71, 71, 0.5), rgba(77, 77, 77, 0.5)), url("#");
      height: 300px;
      background-position: center;
      background-repeat: no-repeat;
      background-size: cover;
      position: relative;
  }
  .hero-text {
      text-align: center;
      position: absolute;
      top: 50%;
      left: 30%;
      transform: translate(-0%, 0%);
      color: rgb(12, 9, 9);
      font-weight: bold;
      font-size: 20px;
  }
  .two-col {
    display: flex;
    justify-content: space-between;
    gap: 0px;
  }
  .two-col div {
    width: 100%;
  }
  @media only screen and (max-width: 900px) {
    body {
      padding: 0;
    }
    .two-col {
      flex-direction: column;
    }
    .two-col div {
      width: 100%;
    }
    .main-wrapper {
      padding: 5%;
    }
  }