body {
    margin: 0;
    padding: 0;
    font-family: Arial, sans-serif;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
  }
  header {
    background-color: #f2f2f2;
    padding: 10px;
  }
  .index{
    background-color: #f2f2f2;
    padding: 10px;
    background: linear-gradient(0deg, rgba(254,254,254,1) 0%, rgba(242,242,242,1) 100%);
  }
  
  .menu {
    list-style-type: none;
    margin: 0;
    padding: 0;
    text-align: center;
    bottom: 0;
  }
  .menu_nav {
    width: 100%;
    height: 50%;
  }
  img {max-width:100%;height:auto;}
  .div_logo{
    display: flex;
    flex-direction: row;
    margin: 10px 10px 10px 10px;
  }
  .logo {
    color: #193D8C;
    text-transform: uppercase;
    font-family: 'Roboto', sans-serif;
    font-weight: 900;
    margin-left: 14px;
    display: flex;
    justify-content: right;
    font-size: 12px;
    
  }
  h2 {
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
    font-size: 35px;
    text-align: left;
  }
  main p {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 25px;
  }
  .menu li {
    display: inline-block;
    margin-right: 10px;
    
  }
  li {
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    font-size: 20px;
  }
  .menu li:last-child {
    margin-right: 0;
  }
  
  .menu li a {
    display: block;
    padding: 10px;
    text-decoration: none;
    color: #11377F;
    font-weight: bold;
    transition: transform .2s;
    text-transform: uppercase;
    font-family: 'Roboto', sans-serif;
  }

  .menu li a:hover {
    background-color: #193D8C;
    color: #F4616B;
    transform: scale(1.3);
    filter: drop-shadow(0 0 0.75rem #B5DCF9);
  }
  
  article {
    margin-bottom: 20px;
  }

  footer p {
    text-align: center;
    margin-bottom: 20px;
  }

  .container {
    max-width: 1600px;
    margin: 0 auto;
    padding: 20px;
  }

  .blog-post {
    filter: drop-shadow(0 0 0.75rem #B5DCF9);
  background-color: #f9f9f9;
  padding: 20px;
  border-radius: 5px;
}
footer {
  background-color: #f2f2f2;
  padding: 10px;
  text-align: center;
  margin-top: auto;
}
.all_section {
  margin: 1%;
}
.main_index {
  background: rgb(254,254,254);
  background: linear-gradient(180deg, rgba(254,254,254,1) 0%, rgba(173,255,194,1) 90%, rgba(242,242,242,1) 100%);
}
.main_menu_section {
  margin-top: 10%;
  background: rgb(254,254,254);
  background: linear-gradient(180deg, rgba(254,254,254,1) 0%, rgba(173,255,194,1) 90%, rgba(242,242,242,1) 100%);
}
.map {
  display: flex;
  justify-content: center;
  filter: drop-shadow(0 0 0.75rem #B5DCF9);
}
html {
  scroll-behavior: smooth;
  }
.video {
  border-radius: 5px;
  transition: transform .2s;
  filter: drop-shadow(0 0 0.75rem #B5DCF9);
}
.video:hover {
  transform: scale(1.05);
  filter: drop-shadow(0 0 0.75rem #F4616B);
}
.image {
  display: block; margin: 0 auto;
  border-radius: 5px;
  transition: transform .2s;
  filter: drop-shadow(0 0 0.75rem #B5DCF9);
}
.image:hover{
  transform: scale(1.05);
  filter: drop-shadow(0 0 0.75rem #F4616B);
}
figcaption {
  margin-top: 1%;
  text-align: center;
}
.imagehyp {
  text-align: center;
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  color: #95c2e4;
}