#rc_logo {
 left: 30px;
 /*padding: 22px;*/
 position: absolute;
 color: #2C3532;
 font-size: 19px;
 font-family: 'Inter', sans-serif;;
 text-decoration: none;
}

#rc_logo a { 
 color: inherit; 

 text-decoration: none;
} 

.rc_nav {
  overflow: hidden;
  background-color: #fff;
  text-align: center;
  z-index: 6;
  font-family: 'Inter', sans-serif;
 

}

.rc_nav a {
 display: inline-block;
 margin-right: -4px;  /* inline-block gap fix */
 color: #25AAE1;
 padding: 22px 16px;
 text-decoration: none;
 font-family: 'Inter', sans-serif;;
 font-size: 18px;
 -webkit-transition: background 0.3s linear;
 -moz-transition: background 0.3s linear;
 -ms-transition: background 0.3s linear;
 -o-transition: background 0.3s linear;
 transition: background 0.3s linear;
 z-index: 9;
}

.rc_nav a:hover {
  background-color: #25AAE1;
  color: #ffffff;
}

.rc_nav .icon {
  display: none;
}

.rc_content {
  text-align: center; 
  padding-left:14px; 
  font-family: 'Inter', sans-serif;; 
  margin-top: 100px;  
  color: #8e909b;
}


@media screen and (max-width: 820px) {
  .rc_nav a {display: none;  border: 1px solid #edecec;
}
  .rc_nav a.icon {
    float: right;
    display: block;
    width: 60px;
  }
}

@media screen and (max-width: 820px) {
  .rc_nav.responsive {position: relative; top: 73px;}
  .rc_nav.responsive .icon {
    position: fixed;
    right: 0;
    top: 0;
  }
  .rc_nav.responsive a {
    float: none;
    display: block;
    text-align: center;
  }

}