*{
    margin:0;
    padding:0;
    box-sizing:border-box;
}
.country_of_santa{
    border-top: 1px solid #606162;
    padding:0.625rem 0px;
    padding-left: 9.5625rem;
    padding-right: 9.5625rem;
}
/* .country_of_santa .container{ */

.header_1{
    margin-right: -1.125rem;
    /*margin-left: -1.125rem;*/
    padding: 0.625rem 0px;
    display: flex;
    /*align-items: center; */
}
.h1_part1{
    
    display: block;
    width: 100%;
}
.h1_part1 img{
    /*max-height: 2.75rem;*/
    height: auto;
    max-width:100%;

}
.h1_part2{
    width: 100%;
    display: flex;
    justify-content: flex-end;
    padding-left: 1.125rem;
    padding-right: 1.125rem;
}
.h1_part2 ul
{
    display: flex;
    flex-direction: row;
    font-size: 1em;
    list-style: none;
    margin-top: 10px;
    margin-bottom:0px !important;

}
.h1_part2 ul li{
    font-size: 1em;
    margin: 0;
    /*padding: 0;*/
    background: 0 0;
    list-style: none;
    list-style-image: none;
    line-height: 1.5;
    padding-top:15px;
}
.h1_part2 ul li a{
    color: #2d2e2f;
    font-size: 16px;
    text-decoration: none;
    -webkit-transition: color 300ms ease-in-out, background-color 300ms ease-in-out;
    transition: color 300ms ease-in-out, background-color 300ms ease-in-out;
    padding-top: 0.5rem;
    padding-right: 1.25rem;
    padding-bottom: 0.5rem;
    padding-left: 1.25rem;
    font-weight: 600;
    font-family: Source Sans Pro, helvetica neue, Helvetica, sans-serif;
}
.h1_part2 ul li a:hover{
    color: #fff;
    background-color: black;
}

.h1_part2 ul{
    margin-bottom: auto !important;
    margin-bottom: 1rem;
    padding-left: 0rem !important;
}


.header_2{
    /*margin-top: 1.5rem;*/
    margin-bottom: 0.5rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.h2_part1{
    padding: 0px 1.125rem;
}
.h2_part1 img{
    display: flex;
    align-items: center;
    max-width: 100%;
    width: auto;
    height: 70px;
}
.h2_part2{
    padding-left: 1.125rem;
    padding-right: 1.125rem;
    display: block;
}
.topnav .search-container {
    float: right;
  }
  
 .search-container form{
     display:flex;
     
 }
 .search-container button{
    border: none;
    background: black;
    color: white;
    border-radius: 5px;
    padding: 10px 13px;
 }
 
  .topnav input[type=text] {
    padding: 6px;
    margin-top: 8px;
    font-size: 17px;
    border: none;
  }
  
  .topnav .search-container button {
    float: right;
    padding: 6px 10px;
    margin-top: 8px;
    margin-right: 16px;
    background: #ddd;
    font-size: 17px;
    border: none;
    cursor: pointer;
  }
  
  .topnav .search-container button:hover {
    background: #ccc;
  }


.option{
    background-color: #e6e7e8;
    position: relative;
    top: 100%;
    left: 0;
    /*padding: 10px 0px;*/
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.option .container{
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
}
.option .container ul{
    display: flex;
    flex-direction: row;
    font-size: 1em;
    margin: 0;
    padding: 0;
    background: 0 0;
    list-style: none;
    list-style-image: none;
}
.option .container ul li{
    flex-wrap: wrap;
    position: relative;
    margin-bottom: 0;
    list-style-type: none;
}
.option .container ul li a{
    text-decoration:none;
    color: #1c1c1c;
    position: relative;
    -webkit-transition: color 300ms ease-in-out, background-color 300ms ease-in-out;
    transition: color 300ms ease-in-out, background-color 300ms ease-in-out;
    padding-top: 0.625rem;
    padding-right: 1.5rem;
    padding-bottom: 0.625rem;
    padding-left: 1.5rem;
    font-size: 20px;
    font-weight: 400;
}
.nav-link {
    padding-right: 2rem !important;
    padding-left: 2rem !important;
}
@mixin bg-variant($parent, $color, $ignore-warning: false) {
    #{$parent} {
        background-color: #f8f9fa00 !important;
    }
}
@media screen and (max-width: 785px){
    .navbar a{
        padding-right: 10px;
    }
    .menu-items {
        padding-left:0px  !important;
    }
}
@media screen and (max-width: 768px) {
  .community-link a {
    display: flex;
    flex-direction: column;
  }
}

@media screen and (max-width: 768px){
    .h1_part2 ul li a {
        padding-right: 0.5rem;
        padding-left: 0.5rem;
        font-size: 15px !important;
    }
}
.option .container ul li a:hover{
    color: #fff;
    background-color: black;
}
.option .container ul li a.active{
    color: #fff;
    background-color: black;
}
.background_img{
    background-image: url('imgpsh_fullsize_anim.jpg');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    padding-bottom: 25%;
    margin-right: auto;
    margin-left: auto;
    height: 50vh;
}
.background_text{
    background-color: rgba(245, 245, 245, 1);
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}
.background_text .container{
    text-align: center;
}
.background_text .container h3{
    font-size: 1.25rem;
    line-height: 1.2;
    font-weight: 600;
    margin-bottom: 10px;
}
.background_text .container p{
    /*margin-top: 1.5rem;*/
    margin-bottom: 1em;
    line-height: 1.5;
    font-weight: 400;
    text-align: justify;
}


.three_buttons{
    width: 100%;
    padding-top: 24px;
    display: block;
}
.three_buttons .container{
    margin-right: auto;
    margin-left: auto;
}
.hidden_btn{
    position: absolute;
    top: 147px;
    right: 0;
    z-index: 999;
}
.hidden_btn ul{
    margin-bottom: 0.625rem;
    margin-left: 0;
    /*margin-right: 75px;*/
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
.hidden_btn ul li{
    list-style-type: none;
    display: inline-block;
    margin-right: 0.3125rem;
    margin-bottom: 0.625rem;
}
.hidden_btn ul li a{
    color: #fff;
    font-weight: 600;
    background-color: #0f62a7;
    padding-top: 0.3125rem;
    padding-right: 1.25rem;
    padding-bottom: 0.3125rem;
    padding-left: 1.25rem;
    -webkit-border-radius: 0.25rem;
    border-radius: 0.25rem;
    border-width: 2px;
    border-style: solid;
    border-color: transparent;
    display: block;
    -webkit-transition: background-color 300ms ease-in-out;
    transition: background-color 300ms ease-in-out;
    text-decoration: none;
}

.s2_btn{
    max-width: 120rem;
}
.s2_btn ul{
    margin-bottom: 0.625rem;
    margin-left: 0;
    margin-right: 75px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
.s2_btn ul li{
    list-style-type: none;
    display: inline-block;
    margin-right: 0.3125rem;
    margin-bottom: 0.625rem;
}
.s2_btn ul li a{
    color: #fff;
    font-weight: 600;
    background-color: #0f62a7;
    padding-top: 0.3125rem;
    padding-right: 1.25rem;
    padding-bottom: 0.3125rem;
    padding-left: 1.25rem;
    -webkit-border-radius: 0.25rem;
    border-radius: 0.25rem;
    border-width: 2px;
    border-style: solid;
    border-color: transparent;
    display: block;
    -webkit-transition: background-color 300ms ease-in-out;
    transition: background-color 300ms ease-in-out;
    text-decoration: none;
}
@media (max-width: 767px) {
    .hidden_btn {
        display: block;
    }
}
    @media (min-width: 768px) {
        .hidden_btn {
            display: none;
        }
    }
@media (max-width: 440px) {
    .hidden_btn {
        top:142px;
    }
}
@media (max-width: 426px) {
    .hidden_btn {
        top:139px;
    }
}
@media (max-width: 391px) {
    .hidden_btn {
        top:133px;
    }
}
@media (max-width: 376px) {
    .hidden_btn {
        top:130px;
    }
}
@media (max-width: 321px) {
    .hidden_btn {
        top:122px;
    }
    .hidden_btn ul li a {
        padding-left:10px;
        padding-right:10px;
    }
}
.two_division{
    display: flex;
    justify-content: space-between;
    display: block;
}

.last_part1{
    padding-left: 1.125rem;
    padding-right: 1.125rem;
}
.announcement{
    display: block;
    margin-bottom: 0;
}
.announcement h1{
    font-size: 2.4375rem;
    line-height: 1.2;
    font-weight: 600;
}
.before_announcement{
    width: 100%;
    display: block;
    max-width: 120rem;
}
.before_announcement p{
    padding-top: 1rem;
    padding-right: 1rem;
    padding-bottom: 1rem;
    padding-left: 1rem;
    background-color: #ecf3ec;
    color: #1c1c1c;
    position: relative;
    border-left-width: 0.5rem;
    border-left-style: solid;
    border-left-color: #00a91c;
    /*margin-top: 1.5rem;*/
    /*margin-bottom: 1.5rem;*/
    line-height: 1.5;
    font-weight: 400;
}
.strong{
    font-weight: bold;
    padding-left: 5px !important;
}
.under_line{
    max-width: 120rem;
    width: 100%;
}
.under_line p{
    margin-bottom: 1em;
    line-height: 1.5;
    font-weight: 400;
}
.featured_event{
    display: block;
    margin-bottom: 0;
}
.featured_event h1{
    font-size: 2.4375rem;
    line-height: 1.2;
    font-weight: 600;
    /*padding-bottom: 2rem;*/
}
.first_3_img{
    width: 100%;
    display: block;
    max-width: 120rem;

}
.posts{
    display: flex;
    flex-direction: row;
    justify-content: left;
}
.posts .post_1{
   padding: 5px 15px;
}

.posts .post_1 div{
    margin-bottom: 2rem;
}
.posts .post_1 div img{
    display: block;
    width: 100%;
    max-width: 100%;
    height: 219px;
    float: none;
    margin-left: 0;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);

}
.posts .post_1 div .post_1_text{
    height: 150px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding-top: 1rem;
    padding-bottom: 2rem;
    text-decoration: none;
}
.post_1_text h3{
    font-size: 1.25rem;
    line-height: 1.2;
    font-weight: 600;
    /*margin-bottom: 1.25rem;*/
    color: #1c1c1c;
}
.post_1_text p{
    color: #1c1c1c;
    text-align: justify;
}
.post_1_text:hover{

}
.our_services{
    display: block;
    margin-bottom: 0;
}
.our_services h1{
    font-size: 2.4375rem;
    line-height: 1.2;
    font-weight: 600;
    /*padding-bottom: 2rem;*/
}
.last_section{
    margin-left: 9.5625rem;
    margin-right: 9.5625rem;
}










.last_part2{
    /*background-color: rgba(245, 245, 245, 1);*/
    padding-left: 1.125rem;
    padding-right: 1.125rem;
    flex: 0 0 25%;
    
}
@media (max-width: 425px){
    .last_part2{
        flex: 0 0 75% !important;
        max-width:100%;
    }
}
@media (max-width: 768px){
    .three_buttons {
        padding-top:10px;
    }
}
.part2_main{
    min-height: 100%;
    background-color: rgba(245, 245, 245, 1);
    padding-right: 2rem;
    padding-left: 2rem;
    padding-top: 1rem;
    padding-bottom: 2rem;
}
.part2_main h3{
    font-size: 1.25rem;
    line-height: 1.2;
    font-weight: 600;
    /*padding-bottom: 1rem;*/
}
.location_address{
    padding-left: 1.125rem;
    padding-right: 1.125rem;
    display: flex;

}
.location_address img{
    width: 25px;
    margin-left:-10px;
    display: block;
    max-width: 100%;
    height: 100%;
    float: none;
    
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    
}
.location_address p{
    margin-bottom: 1em;
    line-height: 1.5;
    font-weight: 400;
    
}
.send_us{
    max-width: 120rem;
    width: 100%;
    text-align: center;
}
.send_us p{
    margin-bottom: 1em;
    line-height: 1.5;
    font-weight: 400;
}
.send_us p a{
    background-color: black;
    color: #fff;
    display: inline-block;
    -webkit-transition: background-color 300ms ease;
    transition: background-color 300ms ease;
    position: relative;
    font-weight: 600;
    margin-bottom: 0.5rem;
    cursor: pointer;
    text-align: center;
    padding: 8px;
    text-decoration: none;
}
.p2_table{
    width: 100%;
    max-width: 120rem;
}
.p2_table table{
    margin-bottom: 0.875rem;
    border-width: 0.0625rem;
    border-style: solid;
    border-color: #e6e7e8;
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    line-height: 1.5;
}
.p2_table table tbody{
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    line-height: 1.5;
}
.p2_table table tbody tr:nth-child(odd){
    background-color: #fff;
}
.p2_table table tbody tr:nth-child(even){
    background-color: #f5f5f5;
}
.p2_table table tbody tr td{
    padding-top: 0.625rem;
    padding-right: 0.625rem;
    padding-bottom: 0.625rem;
    padding-left: 0.625rem;
    vertical-align: top;
    border-right-width: 0.0625rem;
    border-right-style: solid;
    border-right-color: #e6e7e8;
}
.map_logo{
    overflow: hidden;
    margin-right: -1.125rem;
    margin-left: -1.125rem;

}
.map_logo img{
    width: 100%;
    margin-bottom: 15px;
    max-width: 100%;
    padding-left: 1.125rem;
    padding-right: 1.125rem;
}
/*legend{*/
/*    margin-bottom: 0.3125rem;*/
/*}*/
.mod_transpo{
    font-size: 17px;
    margin-bottom: 7px;
}
.transpotation_icon i{
    display: inline-block;
    color: #676767;
    height: 1.458125rem;
    width: 1.96875rem;
    font-size: 1.375rem;
    margin-right: 0.625rem;
    margin-bottom: 0;
    cursor: pointer;
    margin-bottom: 10px;
}
.transpotation_icon i:hover{
    color: #006bb7;
}
.text_entr{
    margin-bottom:10px;
}
.go_btn{
    background-color: black;
    color: #fff;
    display: inline-block;
    -webkit-transition: background-color 300ms ease;
    transition: background-color 300ms ease;
    position: relative;
    font-weight: 600;
    margin-bottom: 0.5rem;
    cursor: pointer;
    text-align: center;
    padding: 1rem;
    text-decoration: none;
    border-radius: 4px;
}
footer{
    background:black;
}
.foter_text{
    text-transform: uppercase;
    font-weight: 600;
    font-size: 1.125rem;
    line-height: 1.25rem;
    letter-spacing: .03125rem;
    width: 100%;
    margin-bottom: 0.625rem;
    color: #fff;
    vertical-align: bottom;
    text-decoration: underline;
}
.col-md-4{
    display: flex;
    justify-content: flex-end;
    margin-left: 28px;
}
.pt-5 .container .footer_content{
    justify-content: center;
}

footer .container {
    max-width: 1130px !important;
}

.footer-links{
    display: flex;
    flex-wrap: wrap;
}
.footer-links > div{
    width:24%;
}
.footer_text a{
    color:#fff;
}

@media (max-width: 768px) {
    .s2_btn {
        display: none;
    }
}
.footer_text .text-white:hover{
    color:#ffb031;
}

@media (max-width: 1200px){
    .h1_part1{
        display: block;
        width:100%;
    }
    .h1_part2 ul li a {
        padding-left:0px;
    }
}
 
@media (max-width: 375px){
    .h1_part2 ul li a {
        font-size: 9px !important;
        padding-left:10px !important;
    }
    .h1_part2{
        padding-right:0px !important;
    }
    .option .container ul li a{
        font-size:9px !important;
    }
    
    .background_img{
        height: 45vh !important;
    }
}
@media (max-width: 425px){
    .h1_part2 ul li a {
        font-size: 11px !important;
    }
    .two_division{
        display:flex;
        flex-wrap: wrap;
    }
    .background_img{
        height: 50vh !important;
    }
}

 @media (max-width: 992px) {
        .last_part2 {
            position: static;
        }
        .option .container ul li a{
            padding-left: 0.5rem;
            padding-right: 0.5rem;
        }
        .last_section {
        margin-left:0px;
        margin-right:0px;
        }
    }
 @media (max-width: 768px) {
    .option .container ul li a{
        font-size:15px;
    }
    .header_1{
        display:flex;
        flex-wrap:wrap;
        text-align:center;
        width:100% !important;
        
    }
    .h1_part2 {
        justify-content: center;
            padding-right: 0px;
    }
    .col-md-4{
        justify-content: center !important;
    }
    .background_img{
        height: 50vh !important;
    }
    .announcement h1 {
        font-size:30px;
    }
    .featured_event h1 {
        font-size:27px;
    }
    .our_services h1 {
        font-size:30px;
    }
    
 }
@media (max-width: 551px) {
    .last_section {
        margin-left:0px;
        margin-right:0px;
        justify-content: center;
    }
    .two_division{
        display:flex;
        flex-wrap:wrap;
        justify-content: center;
    }
    .option .container ul li a{
        font-size:9px;
    }
    .header_2{
        display:flex;
        flex-wrap:wrap;
        justify-content: center;
    }
    .h2_part2 {
        padding-top:15px;
    }
    .row{
        justify-content:center;
    }
}
@media (max-width: 1175px) {
    .last_section {
        margin-left:0px;
        margin-right:0px;
    }
}
@mixin row-cols($count) {
  > * {
    flex: 0 0 auto;
    width: divide(33%, $count);
  }
}




.navbar-toggle-content {
    display: none;
    position: absolute;
    top: 94px;
    left: 0;
    flex-direction: column;
    align-items: flex-start;
    row-gap: 1rem;
    width: 100%;
    padding: 1.5rem 2rem;
    box-shadow: 0 0.625rem 0.75rem -0.5rem rgba(0, 0, 0, 0.4);
    background-color: #a3b1c1;
}

.navbar input[type="checkbox"],
  .navbar .hamburger-lines{
      display: none;
  }
  
  .container{
      max-width: 1200px;
      width: 90%;
      margin: auto;
  }
  
  .navbar{
      box-shadow: 0px 5px 10px 0px #aaa;
      position: fixed;
      width: 100%;
      background: #fff;
      color: #000;
      opacity: 0.85;
      z-index: 100;
      background-color: #e6e7e8;
  }
  
  .navbar-container{
      display: flex;
      justify-content: space-between;
      height: 64px;
      align-items: center;
  }
  
  .menu-items{
      order: 2;
      display: flex;
      /*margin-top:1rem;*/
  }
  .logo{
      order: 1;
      font-size: 2.3rem;
  }
  
  .menu-items li{
      list-style: none;
      margin-left: 10px;
      font-size: 1.3rem;
  }
 
  
  .navbar a{
      color: #444;
      text-decoration: none;
      font-weight: 500;
      transition: color 0.3s ease-in-out;
      padding-left: 2rem;
      padding-right: 2rem;
      padding-top: 10px;
      padding-bottom: 10px;
  }
  
  .navbar a:hover{
      color: #fff;
      background:#000;
  }
   @media (max-width: 992px){
        .navbar a{
            padding-left: 0rem;
            padding-right: 0rem;
        }  
   }
   @media (max-width: 768px){
       .container{
          max-width:100%;
      }
   }
  @media (max-width: 768px){
      .navbar{
          opacity: 0.95;
      }
  
      .navbar-container input[type="checkbox"],
      .navbar-container .hamburger-lines{
          display: block;
      }
  
      .navbar-container{
          display: block;
          position: relative;
          height: 64px;
          
      }
  
      .navbar-container input[type="checkbox"]{
          position: absolute;
          display: block;
          height: 32px;
          width: 30px;
          top: 20px;
          left: 20px;
          z-index: 5;
          opacity: 0;
          cursor: pointer;
      }
  
      .navbar-container .hamburger-lines{
          display: block;
          height: 28px;
          width: 35px;
          position: absolute;
          /*top: 20px;*/
          left: 20px;
          z-index: 2;
          display: flex;
          flex-direction: column;
          justify-content: space-between;
      }
  
      .navbar-container .hamburger-lines .line{
          display: block;
          height: 4px;
          width: 100%;
          border-radius: 10px;
          background: #333;
      }
      
      .navbar-container .hamburger-lines .line1{
          transform-origin: 0% 0%;
          transition: transform 0.3s ease-in-out;
      }
  
      .navbar-container .hamburger-lines .line2{
          transition: transform 0.2s ease-in-out;
      }
  
      .navbar-container .hamburger-lines .line3{
          transform-origin: 0% 100%;
          transition: transform 0.3s ease-in-out;
      }
      
  
      
  
      .navbar .menu-items li{
          margin-bottom: 10px;
          font-size: 1.1rem;
          font-weight: 500;
          display:block;
      }
  
      .logo{
          position: absolute;
          top: 10px;
          right: 15px;
          font-size: 2.5rem;
      }
  
      .navbar-container input[type="checkbox"]:checked ~ .menu-items{
          transform: translateX(0);
      }
  
      .navbar-container input[type="checkbox"]:checked ~ .hamburger-lines .line1{
          transform: rotate(45deg);
      }
  
      .navbar-container input[type="checkbox"]:checked ~ .hamburger-lines .line2{
          transform: scaleY(0);
      }
  
      .navbar-container input[type="checkbox"]:checked ~ .hamburger-lines .line3{
          transform: rotate(-45deg);
      }
  
  }
  @media (max-width: 1075px){
      .navbar a {
          padding-right: 1rem;
      }
  }
  @media (max-width: 768px){
       .navbar .menu-items{
          padding-top: 40px;
          background:  #e6e7e8;;
          /*height: 100vh;*/
          max-width: 300px;
          transform: translate(-150%);
          display: flex;
          flex-direction: column;
          margin-left: -630px;
          padding-left: 40px;
          padding-right:10px;
          transition: transform 0.5s ease-in-out;
          box-shadow:  5px 0px 10px 0px #aaa;
          overflow: scroll;
          
      }
 
  }
  @media (max-width: 743px){
       .navbar .menu-items{
          margin-left: -610px;
      }
  }
  @media (max-width: 717px){
       .navbar .menu-items{
          margin-left: -583px;
      }
  }
  @media (max-width: 700px){
       .navbar .menu-items{
          margin-left: -560px;
      }
  }
  @media (max-width: 670px){
       .navbar .menu-items{
          margin-left: -531px;
      }
  }
  @media (max-width: 640px){
       .navbar .menu-items{
          margin-left: -501px;
      }
  }
  @media (max-width: 620px){
       .navbar .menu-items{
          margin-left: -482px;
      }
  }
  @media (max-width: 593px){
       .navbar .menu-items{
          margin-left: -456px;
      }
  }
  @media (max-width: 570px){
       .navbar .menu-items{
          margin-left: -432px;
      }
  }
  @media (max-width: 543px){
       .navbar .menu-items{
          margin-left: -420px;
      }
  }
  @media (max-width: 530px){
       .navbar .menu-items{
          margin-left: -392px;
      }
  }
  @media (max-width: 426px){ 
        .navbar .menu-items{
          margin-left: -270px;
      }
  }
  @media (max-width: 345px){ 
        .navbar .menu-items{
          margin-left: -195px;
      }
  }
  @media (max-width: 500px){
      .navbar-container input[type="checkbox"]:checked ~ .logo{
          display: none;
      }
  }
  
  
  container-flex-properties {
    display: flex;
    flex-wrap: inherit;
    align-items: center;
    justify-content: center !important;
  }
  
  
  .ol-details li{
      font-weight:bold;
  }
  
  
  
  
