:root {
    --shadow-medium: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
  }
  
  *,
  *::before,
  *::after {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    list-style: none;
    list-style-type: none;
    text-decoration: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
  }
  
  a,
  button {
    cursor: pointer;
    border: none;
    outline: none;
    user-select: none;
    background: none;
    box-shadow: none;
    text-decoration: none;
  }
  
  .rsmlogo {
    display: block;
    max-width: 100%;
    height: 45px;
    object-fit: contain;
    transition: all 0.35s ease;
  }
  
  @media only screen and (max-width: 580px) {
     .rsmlogo {
       height: 40px;
        }
  }
  
  .simpcontainer {
    max-width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 0 1.8rem;
  }
  @media only screen and (max-width: 480px) {
    .simpcontainer {
      padding: 0 1rem;
       }
 }
  
  .centered {
    text-align: center;
    vertical-align: middle;
    margin-bottom: 1rem;
  }
  
  .simpheader {
    background-color: #428BCA;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    width: 100%;
    height: 80px;
    margin: 0 auto;
    transition: all 0.35s ease;
    border-bottom: 0px solid #DCDCDC;
    box-shadow: var(--shadow-medium);
  }
  .simpheader.on-scroll {
    height: 60px;
    background: #428BCA;
    box-shadow: var(--shadow-medium);
    border-bottom: none;
  }
  .simpheader.on-scroll .simpnavbar {
    height: 60px;
  }

.simpheader.on-scroll .simpbrand {
    height: 60px;
    padding: 10px 15px;
  }

.simpheader.on-scroll .rsmlogo {
    height: 36px;
  }
  
  .simpnavbar {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    column-gap: 0.6rem;
    width: 100%;
    height: 80px;
    margin: 0 auto;
    transition: all 0.35s ease;
  }
  
  .simpbrand {
    font-size: 1.6rem;
    line-height: 1.5;
    transition: all 0.35s ease;
  }
  
  .simpmenu {
    position: fixed;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    top: -100%;
    left: 0;
    width: 100%;
    height: auto;
    padding: 6rem 1.5rem 2.5rem 1.5rem;
    overflow: hidden;
    background-color: #428BCA;
    box-shadow: var(--shadow-medium);
    transition: all 0.4s ease-in-out;
    z-index: -1;
  }
  .simpmenu.is-active {
    top: 0;
    width: 100%;
    height: auto;
  }
  .menu-inner {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    row-gap: 1rem;
  }
  a.menu-link {
    font-family: Saira Condensed;
    font-size: 21px;
    font-weight: normal;
    line-height: 1.5;
    color: #4F4F4F;
    text-transform: capitalize;
    display: inline-block;
    transition: all 0.3s ease-out;
  }
  
  .menu-block {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    position: relative;
    font-family: Saira Condensed;
    font-size: 19px;
    font-weight: normal;
    line-height: 1;
    user-select: none;
    white-space: nowrap;
    text-align: center;
    margin-left: auto;
    padding: 0.65rem 1.5rem;
    border-radius: 50px;
    text-transform: capitalize;
    color: #FFFFFF;
    background-color: #FF8E40;
    box-shadow: var(--shadow-medium);
    transition: all 0.3s ease 0s;
  }
  .menu-block:hover{
    color: #000000;
  }

  @media only screen and (max-width: 1080px) {
  .menu-block:after{
    content: "";
    width: 120%;
    height: 130%;
    padding: 5px;
    border-radius: 50px;
    position: absolute;
    top: -15%;
    left: -10%;
    opacity: 0;
    transition: all 0.2s ease 0s;
  }
  .menu-block:hover:after {
    opacity:1;
    width:104%;
    height:112%;
    top:-6%;
    left:-2%;
  }
  .menu-block:after{
    box-shadow: 0 0 0 2px #FF8E40;
  }
  a.menu-link {
    color: #FFFFFF;
  }
}
  @media only screen and (min-width: 1080px) {
    .simpmenu {
      z-index: 1;
      position: relative;
      top: 0;
      width: auto;
      height: auto;
      padding: 0rem;
      margin-left: auto;
      background: none;
      box-shadow: none;
    }
    .menu-inner {
      display: flex;
      flex-direction: row;
      column-gap: 1rem;
      margin: 0 auto;
    }
    a.menu-link {
      text-transform: uppercase;
      font-size: 20px;
    }
    .menu-block {
      margin-left: 2rem;
    }
  }
  
  .simpburger {
    position: relative;
    display: block;
    cursor: pointer;
    user-select: none;
    order: -1;
    z-index: 10;
    width: 2rem;
    height: 1.20rem;
    border: none;
    outline: none;
    background: none;
    visibility: visible;
    transform: rotate(0deg);
    transition: 0.35s ease;
  }
  @media only screen and (min-width: 1080px) {
    .simpburger {
      display: none;
      visibility: hidden;
    }
  }
  .burger-line {
    position: absolute;
    display: block;
    left: 0;
    width: 100%;
    height: 2px;
    border: none;
    outline: none;
    opacity: 1;
    border-radius: 1rem;
    transform: rotate(0deg);
    background-color: #FFFFFF;
    transition: 0.25s ease-in-out;
  }
  .burger-line:nth-child(1) {
    top: 0px;
  }
  .burger-line:nth-child(2) {
    top: 0.5rem;
    width: 70%;
  }
  .burger-line:nth-child(2):hover {
    width: 100%;
  }
  .burger-line:nth-child(3) {
    top: 1rem;
  }
  .simpburger.is-active .burger-line:nth-child(1) {
    top: 0.5rem;
    transform: rotate(135deg);
    height: 3px;
  }
  .simpburger.is-active .burger-line:nth-child(2) {
    opacity: 0;
    visibility: hidden;
  }
  .simpburger.is-active .burger-line:nth-child(3) {
    top: 0.5rem;
    transform: rotate(-135deg);
    height: 3px;
  }
  
  .menu-link:hover,
  .menu-link:focus{
      color: #9BE7FF;
      animation: squeeze 1s linear;
  }
  @keyframes squeeze{
      0%{
          color: #9BE7FF;
          transform: scale3d(1, 1, 1);
      }
      30%{
          color: #9BE7FF;
          transform: scale3d(1.25, 0.75, 1);
      }
      40%{
          color: #9BE7FF;
          transform: scale3d(0.75, 1.25, 1);
      }
      50%{
          color: #9BE7FF;
          transform: scale3d(1.15, 0.85, 1);
      }
      65%{
          color: #9BE7FF;
          transform: scale3d(0.95, 1.05, 1);
      }
      75%{
          color: #9BE7FF;
          transform: scale3d(1.05, 0.95, 1);
      }
      100%{
          color: #9BE7FF;
          transform: scale3d(1, 1, 1);
      }
  }
  @media only screen and (max-width: 1080px){
    .menu-link{ margin-bottom: 0px; }
  }
/* PRO FEATURES */
@media only screen and (min-width: 1080px) {
  .simpheader {
    background-color: #FFFFFF;
  }
  .simpbrand {
    display: flex;
    align-items: center;
    padding: 15px;
    background-color: #428BCA;
    height: 80px;
    transition: all 0.35s ease;
  }
  .simpcontainer {
    padding: 0;
  }
  .simpmenu {
    width: 100%;
    display: grid;
    justify-content: flex-start;
    padding: 0 0 0 10px;
  }
  .menu-block {
    margin-left: 0;
    height: 80px;
    border-radius: 0;
    background-color: #FF8E40;
    box-shadow: none;
    transition: all 0.3s ease 0s;
  }
  .simpheader.on-scroll .menu-block {
    height: 60px;
  }
  .simpheader.on-scroll {
    background: #FFFFFF;
  }
}