body {
    overflow-x: hidden;
}
.main-title {
    padding-top: 30px;
    text-align: center;   
    font-size: 30px;
    color: white;
}

.dummy-content {
    display: flex;
    justify-content: center;
    width: 60%;
    height: 300px;
    margin: 0 auto;
    background-color: transparent;
    border: 3px solid white;
    border-radius: 15px;
}
.dummy-content::after {
    content: 'Main Menu';
    font-size: 15px;
    color: white;
    font-weight: bold;
    margin: 120px 0;
}

.le-logo {
  text-align: center;
}
.le-logo a.btn.btn-warning.Meet.our.coaches {
  display: block;
  width: max-content;
  margin: 0 auto;
}

.main-container {
    background-color: black;
}

.menu-button {
    position: fixed;
    top: 30px;
    right: 30px;
    color: #E6E8FF;
    font-size: 40px;
}

.menu-button:hover {
  color: #E6E8FF;
}

.menu-button:active {
    font-size: 35px;
}

.local-navbar {
    position: absolute;
    min-height: 100vh;
    top: 0;
    background-color: Black;
    border-radius: 0 .25rem .25rem 0;
    display: flex;
    flex-direction: column;
    padding-left: 2rem;
    padding-right: 2rem;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    position: absolute;
    right: -600px;
    transition: all .24s ease-in;
    width: 400px;
}

@media(max-width: 902px) {
    .local-navbar {
      background-color: Black;
      border-radius: 0 .25rem .25rem 0;
      display: flex;
      flex-direction: column;
      padding-left: 2rem;
      padding-right: 2rem;
      padding-top: 1.5rem;
      padding-bottom: 1.5rem;
      position: absolute;
      right: -200%;
      transition: all .24s ease-in;
      width: 100%;
    }
}

.show {
  right: 0;
}

.close-icon {
  line-height: 0;
  position: absolute;
  top: 35px;
  right: 30px;
}

.close-icon i {
  color: #B2B7FF;
  font-size: 2rem;
}

.close-icon i:hover {
  color: #E6E8FF;
}

.local-navbar-icon {
  background-color: #2F365F;
  border-radius: .125rem;
  color: #E6E8FF;
  margin-bottom: .5rem;
  padding: .75rem 1.25rem;
  text-decoration: none;
}

.local-navbar-icon:hover {
  background-color: #5661B3;
  color: #fff;
  text-decoration: none;
}

.panel-title {
    text-align: center;
    color: white;
    font-weight: bolder;
    margin-bottom: 30px;
}

.menu-el {
    color: white;
    font-size: 20px !important;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    margin-block: 5px !important;
}

.break-line {
    margin-block: 20px;
}

.le-logo img {
    max-width:400px;
}
.le-logo img {
    width: auto;
    height: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}
.le-exercise, .le-fitinfive {
    text-align: center;
}
@media (max-width:768px) {
    .le-logo img {
        width:100%
    }
}
a#slide-button:before {
  content: '\2192';
  color: yellow;
  animation-name: bouncing;
  animation-timing-function: linear;
  animation-duration: 2s;
  animation-iteration-count: infinite;
}
a#slide-button {
  text-decoration: none;
}
@keyframes bouncing {
        0%   { margin-right:0px; }
        50%  { margin-right:10px;}
        100% { margin-right:0px;}
}
.panel-title {
     margin-bottom: 10px; 
}
@media (max-width:768px) {
    .menu-button {
        position: absolute;
    }
}