body{
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal; 
    
  }

body a{
  text-decoration: none;
}

.sidebar{
  background-color: #EEE;
  border-radius:10px;
  margin-bottom:10px;
}

.iho-machc-title{
    font-size: 1.5em;
    font-weight: bold;
    color: #333;
    vertical-align: middle;
    text-align: center;
}


.montserrat {
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
  }

  .inter {
      font-family: "Inter", sans-serif;
      font-optical-sizing: auto;
      font-weight: 400;
      font-style: normal;
    }
  .press-start-2p-regular {
    font-family: "Press Start 2P", system-ui;
    font-weight: 400;
    font-style: normal;
  }

  .navbar{
    background-color:green;
    text-align:center;

}

.nav-item{
    padding: 5px;
    padding-right:5px;
}

  .navbar-nav a{
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    text-align:center;
    text-justify: center;
  }

  .switch {
    position: relative;
    display: inline-block;
    margin: 20 100px;
  }
  
  .switch > span {
    position: absolute;
    top: 14px;
    pointer-events: none;
    font-family: 'Helvetica', Arial, sans-serif;
    font-weight: bold;
    font-size: 12px;
    text-transform: uppercase;
    text-shadow: 0 1px 0 rgba(0, 0, 0, .06);
    width: 50%;
    text-align: center;
  }
  
  input.check-toggle-round-flat:checked ~ .off {
    color: #054698;
  }
  
  input.check-toggle-round-flat:checked ~ .on {
    color: #fff;
  }
  
  .switch > span.on {
    left: 0;
    padding-left: 2px;
    color: #054698;
  }
  
  .switch > span.off {
    right: 0;
    padding-right: 4px;
    color: #fff;
  }
  
  .check-toggle {
    position: absolute;
    margin-left: -9999px;
    visibility: hidden;
  }
  .check-toggle + label {
    display: block;
    position: relative;
    cursor: pointer;
    outline: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
  
  input.check-toggle-round-flat + label {
    padding: 2px;
    width: 97px;
    height: 35px;
    background-color: #054698;
    -webkit-border-radius: 60px;
    -moz-border-radius: 60px;
    -ms-border-radius: 60px;
    -o-border-radius: 60px;
    border-radius: 60px;
  }
  input.check-toggle-round-flat + label:before, input.check-toggle-round-flat + label:after {
    display: block;
    position: absolute;
    content: "";
  }
  
  input.check-toggle-round-flat + label:before {
    top: 2px;
    left: 2px;
    bottom: 2px;
    right: 2px;
    background-color: #054698;
    -webkit-border-radius: 60px;
    -moz-border-radius: 60px;
    -ms-border-radius: 60px;
    -o-border-radius: 60px;
    border-radius: 60px;
  }
  input.check-toggle-round-flat + label:after {
    top: 4px;
    left: 4px;
    bottom: 4px;
    width: 48px;
    background-color: #fff;
    -webkit-border-radius: 52px;
    -moz-border-radius: 52px;
    -ms-border-radius: 52px;
    -o-border-radius: 52px;
    border-radius: 52px;
    -webkit-transition: margin 0.2s;
    -moz-transition: margin 0.2s;
    -o-transition: margin 0.2s;
    transition: margin 0.2s;
  }
  
  input.check-toggle-round-flat:checked + label {
  }
  
  input.check-toggle-round-flat:checked + label:after {
    margin-left: 44px;
  }

  .membersTitle:not(.first){
    margin-top:20px;
  }

  .membersTitle{
    font-weight:bold;
    
  }

  .memberItem{
    font-size:14px;
    
  }

  .center-image{
    width:100%;
    text-align:center;
    font-style:italic;
    font-size:12px;
  }
  
.footblock{
  color:white;
  background-color: #054698;
  
}

.footblock a{
  color:white;
  text-decoration:none;
}

.footblock a:hover{
  color:white;
  text-decoration:underline;
}

.iho-img{
  margin:auto;
  text-align:center;
  width:60%;
  margin-bottom:10px;
}

.highlight-red{
  background-color: #FFB6C1;
  color: #000000;
}

.highlight-lightgreen {
  background-color: #90EE90;
  color: #000000;
}

.highlight-blue {
  background-color: #ADD8E6;
  color: #000000;
}