:root {
  --navbar-height: 65px;
  --gameBorder-height: 10px;
  --gameBorder-padding: 1px;

  --color-light: #FFA54F;
  --color-medium: #FF9834;
  --color-dark: #FF8919;
  --color-darkest: #FF7C00;
  --animation-speed: 8s;
  --animation-loop: infinite;

  --pink: #e882ff;
  --dark-pink: #239da1;
  --light-grey: #f3f3f3;
  --dark-grey: #cecece;
  --button-width: 150px;
  --button-height: 125px;
  --heart-size: 40px;


}


body {
  font-size: .875rem;
  /*background: linear-gradient(#ffad5e, #cb853c);*/
  background-image: url(../icons/egg-bg-main.svg);
  /*font-family: 'Chakra Petch', sans-serif;*/
  font-family: 'Comic Neue', cursive;
  box-shadow: rgb(204, 219, 232) 3px 3px 6px 0px inset, rgba(255, 255, 255, 0.5) -3px -3px 6px 1px inset;

}

.feather {
  width: 16px;
  height: 16px;
  vertical-align: text-bottom;
}

.centered {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-46%, -50%);
}

.centered-title-mobile {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.main-wrap {
  position: relative;
  overflow: hidden;
  height: 100%;
  width: 100%;
  top: -20px;
}

.dark-text-section {
  border: 5px #ffda86;
  border-radius: 22px;
  border-style: inset;
  background-color: #86bfb0d4;
  margin-left: 2rem;
  margin-right: 2rem;
}

/*
 * Sidebar
 */

.sidebar {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 100; /* Behind the navbar */
  padding: 48px 0 0; /* Height of navbar */
  background-color: rgb(255, 255, 255);
  background-image: linear-gradient(90deg, rgba(120, 68, 0, 0.5) 50%, transparent 50%),
  linear-gradient(rgba(255, 124, 29, 0.6) 50%, transparent 50%);
  background-size:50px 50px;
  box-shadow: rgba(0, 0, 0, 0.17) 0px -23px 25px 0px inset, rgba(0, 0, 0, 0.15) 0px -36px 30px 0px inset, rgba(0, 0, 0, 0.1) 0px -79px 40px 0px inset, rgba(0, 0, 0, 0.06) 0px 2px 1px, rgba(0, 0, 0, 0.09) 0px 4px 2px, rgba(0, 0, 0, 0.09) 0px 8px 4px, rgba(0, 0, 0, 0.09) 0px 16px 8px, rgba(0, 0, 0, 0.09) 0px 32px 16px;
}

.sidebar-sticky {
  position: relative;
  top: 0;
  height: calc(100vh - 48px);
  padding-top: .5rem;
  overflow-x: hidden;
  overflow-y: auto; /* Scrollable contents if viewport is shorter than content. */
}

.sidebar .nav-link {
  font-weight: 500;
  color: #ffffff;
}

.sidebar .nav-link .feather {
  margin-right: 4px;
  color: #727272;
}

.sidebar .nav-link.active {
  color: #007bff;
}

.sidebar .nav-link:hover .feather,
.sidebar .nav-link.active .feather {
  color: inherit;
}

.sidebar-heading {
  font-size: .75rem;
  text-transform: uppercase;
}

/*
 * Navbar
 */

.navbar-brand {
  padding-top: .75rem;
  padding-bottom: .75rem;
  font-size: .875rem;
  background-color: rgba(0, 0, 0, .25);
  box-shadow: inset -1px 0 0 rgba(0, 0, 0, .25);
  height: var(--navbar-height);
}

.navbar {
  height: var(--navbar-height);
}

.dialogBackground {
  background-color: #0c0c0c;
}

.navbar .navbar-toggler {
  top: .25rem;
  right: 1rem;
  width: 100%;
  color: rgba(255, 255, 255, .25);
  height: var(--navbar-height);
}

.navbar .form-control {
  padding: .75rem 1rem;
  border-width: 0;
  border-radius: 0;
}

.form-control-dark {
  color: #fff;
  background-color: rgba(255, 255, 255, .1);
  border-color: rgba(255, 255, 255, .1);
}

.form-control-dark:focus {
  border-color: transparent;
  box-shadow: 0 0 0 3px rgba(255, 255, 255, .25);
}

.font-size-location-top {
  font-size: 30px;
  position: absolute;
  left: 45%;
  top: 20px;
}

@media (max-width: 767.98px) {
  .visible-sm {
    visibility: visible;
  }

  .visible-md {
    visibility: hidden;
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important
  }

  .visible-lg {
    visibility: hidden;
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important
  }
}

@media (min-width: 767.98px) and (max-width: 992px) {
  .font-size-location-top {
    left: 46%;
  }

  .visible-sm {
    visibility: hidden;
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important
  }

  .visible-md {
    visibility: visible;
  }

  .visible-lg {
    visibility: hidden;
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important
  }
}

@media (min-width: 992px) {
  .font-size-location-top {
    left: 48%;
  }


  .visible-sm {
    visibility: hidden;
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important
  }

  .visible-md {
    visibility: hidden;
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important
  }

  .visible-lg {
    visibility: visible;
  }
}

  @keyframes loader {
    0%{
      background: var(--color-dark);
      width:0%;
    }20%{
       width:100%;
     }39%{
        background: var(--color-dark);
      }40%{
         background: var(--color-light);
         width: 0%
       }60%{
          width: 100%;
        }80%{
           width:0%;
         }100%{
            background: var(--color-light);
            width: 0%;
          }
  }

  @keyframes loaderAlt {
    0%{
      background: var(--color-darkest);
      width:100%;
    }19%{
       background: var(--color-darkest);
     }20%{
        background: var(--color-medium);
        width: 0%;
      }40%{
         width: 100%;
       }59%{
          background: var(--color-medium);
        }60%{
           background: var(--color-darkest);
           width: 0;
         }80%{
            width: 100%;
          }100%{
             background: var(--color-darkest);
             width: 100%
           }
  }

  .loader{
    display: flex;
    visibility: visible;
    flex-direction: column;
    flex-wrap: nowrap;
    height: 100vh;
    width: 100%;
    position: fixed;
    top: 65px;
    left: 0px;
  }

  .loader-container {
    height: 100vh;
    width: 100vh;
  }

  .loader__bar{
    display: flex;
    flex: 1;
    position: relative;
    width: 100%;
  }

  .loader__bar:before{
    animation: loader ease var(--animation-speed) var(--animation-loop);
    animation-delay: 100ms;
    background: var(--color-darkest);
    background-size: 200% 200%;
    content: "";
    height:100%;
    width: 0%;
  }

  .loader__bar:after{
    animation: loaderAlt ease var(--animation-speed) var(--animation-loop);
    animation-delay: 100ms;
    background: var(--color-darkest);
    background-size: 200% 200%;
    content: "";
    height: 100%;
    width: 100%;
  }

  .loader__bar--delay-1:before,
  .loader__bar--delay-1:after{
    animation-delay: 200ms;
  }

  .loader__bar--delay-2:before,
  .loader__bar--delay-2:after{
    animation-delay: 300ms;
  }

  .loader__bar--delay-3:before,
  .loader__bar--delay-3:after{
    animation-delay: 400ms;
  }

  .loader__bar--delay-4:before,
  .loader__bar--delay-4:after{
    animation-delay: 500ms;
  }

  .loader__bar--delay-5:before,
  .loader__bar--delay-5:after{
    animation-delay: 600ms;
  }

