:root {
  --gtrblRed: rgb(210, 47, 37);
  --white: #ffffff;
}

.header {
    background-color: var(--gtrblRed);
    color: white;
    text-align: center;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.5;
    font-family: Lato, arial, sans-serif;
    letter-spacing: 3px;
}

@media only screen and (min-width: 901px){
    .hamburger-menu{
        visibility: hidden;
        position: absolute;
    }

    .normal_menu{
        visibility: visible;
        display: flex;
        justify-content: center;
        font-size: 14px;
        letter-spacing: 3px;
    }
    
    .normal_menu ul {
        list-style-type: none;
        margin: 0;
        padding: 0;
        overflow: hidden;
        background-color: white;
      }
      
      li {
        float: left;
      }
      
      li a {
        display: block;
        color: black;
        text-align: center;
        padding: 16px;
        text-decoration: none;
      }
      
      li a:hover {
        background-color: white;
        color:var(--gtrblRed);
      }

      .selected {
        border-bottom: 2px solid var(--gtrblRed);
        padding-bottom: 3px;
        padding-left: 3px;
        padding-right: 3px;
        font-weight: 500;
      }


}

@media only screen and (max-width: 900px) {
    .hamburger-menu{
        visibility: visible;
        margin-top: 30px;
    }

    .normal_menu{
        visibility: hidden;
        position: absolute;
    }

    #menu__toggle {
        opacity: 0;
      }
      #menu__toggle:checked + .menu__btn > span {
        transform: rotate(45deg);
      }
      #menu__toggle:checked + .menu__btn > span::before {
        top: 0;
        transform: rotate(0deg);
      }
      #menu__toggle:checked + .menu__btn > span::after {
        top: 0;
        transform: rotate(90deg);
      }
      #menu__toggle:checked ~ .menu__box {
        left: 0 !important;
      }
      .menu__btn {
        position: fixed;
        top: 50px;
        left: 20px;
        width: 26px;
        height: 26px;
        cursor: pointer;
        z-index: 3;
      }
      .menu__btn > span,
      .menu__btn > span::before,
      .menu__btn > span::after {
        display: block;
        position: absolute;
        width: 100%;
        height: 2px;
        background-color: #616161;
        transition-duration: .25s;
      }
      .menu__btn > span::before {
        content: '';
        top: -8px;
      }
      .menu__btn > span::after {
        content: '';
        top: 8px;
      }
      .menu__box {
        display: block;
        position: fixed;
        top: 0;
        left: -100%;
        width: 300px;
        height: 100%;
        margin: 0;
        padding: 80px 0;
        list-style: none;
        background-color: #ECEFF1;
        box-shadow: 2px 2px 6px rgba(0, 0, 0, .4);
        transition-duration: .25s;
        z-index: 3;
      }
      .menu__item {
        display: block;
        padding: 12px 24px;
        color: #333;
        font-family: 'Roboto', sans-serif;
        font-size: 20px;
        font-weight: 600;
        text-decoration: none;
        transition-duration: .25s;
      }

      .selected {
        text-decoration: var(--gtrblRed) underline 3px;
      }

      .menu__item:hover {
        background-color: #CFD8DC;
      }
}

.members_image {
  box-shadow: 0px 0px 5px 1px #888888;
  width: 100%;
}


  .x .c1-a5 {
    font-size: 16px;
  }