@font-face {
  font-family: 'comicrelief';
  src: url('/bundles/app/module/font/comicrelief/ComicRelief.eot');
  src: url('/bundles/app/module/font/comicrelief/ComicRelief.eot?#iefix') format('embedded-opentype'), url('/bundles/app/module/font/comicrelief/ComicRelief.woff2') format('woff2'), url('/bundles/app/module/font/comicrelief/ComicRelief.woff') format('woff'), url('/bundles/app/module/font/comicrelief/ComicRelief.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
a {
  color: white;
}
a:hover, .js-ajax-url:hover, .link:hover {
  color: #9fcc07;
  text-decoration: none;
  cursor: pointer;
}
html {
  height: 100%;
}
body {
  font-family: 'comicrelief', Helvetica, sans-serif !important;
  color: white;
  font-size: 1.2rem;
}
form {
  font-size: 1rem;
}
nav.menu {
  margin-top: 10px;
}
nav.menu ul {
  padding-left: 0px;
  display: flex;
  justify-content: center;
  margin-bottom: 0px;
}
nav.menu li {
  border: 2px white solid;
  border-radius: 15px;
  list-style: none;
  text-align: center;
  min-width: 200px;
  flex: 1;
  margin-bottom: 0px !important;
  margin-left: 5px;
  margin-right: 5px;
}
nav.menu li:hover {
  border-color: #9fcc07;
}
nav.menu li a {
  display: block;
  padding: 10px;
  color: white;
}
nav.menu li a:hover {
  color: #9fcc07;
}
nav.menu li.active {
  border-color: #9fcc07;
}
nav.menu li.active a {
  color: #9fcc07;
}
nav.menu li .menu-button-save {
  color: white;
  cursor: pointer;
  font-size: 1.5rem;
  border: 2px solid white;
  padding: 4px 10px;
  display: inline-block;
  margin-bottom: 10px;
  border-radius: 25%;
}
nav.menu li .menu-button-save:hover {
  color: #9fcc07;
  border-color: #9fcc07;
}
nav.menu .box {
  padding: 15px;
  margin-bottom: 10px;
}
.background {
  background: url('/bundles/app/user/img/background1.jpg') center center;
  background-size: cover;
  opacity: 1;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  position: fixed;
  z-index: -1;
}
.btn {
  cursor: pointer;
}
.ball {
  height: 100px;
}
.box {
  background: rgba(20, 30, 53, 0.7);
  border-radius: 20px;
  padding: 30px;
  border: 2px #9fcc07 solid;
  position: relative;
}
.fs-standard-1 {
  font-size: 1.2rem;
}
.form-control, .form-control:focus {
  background-color: rgba(6, 31, 0, 0.5);
  color: white;
  border-color: #538000;
}
.form-check {
  padding-left: 0px;
}
.invalid-feedback {
  font-size: 0.9rem;
}
.js-show-hide-parent {
  cursor: pointer;
}
.js-show-hide-parent:hover {
  color: #9fcc07;
}
.js-show-hide-parent.active {
  color: #9fcc07;
}
@media (max-width: 991px) {
  .ball {
    display: none;
  }
}
@media (max-width: 767px) {
  img {
    max-width: 100%;
  }
  nav.menu {
    margin-left: 5px !important;
    margin-right: 5px !important;
  }
  nav.menu ul {
    flex-direction: column;
  }
  nav.menu ul li {
    margin-bottom: 10px !important;
  }
  body section {
    margin-left: 5px !important;
    margin-right: 5px !important;
  }
  .box {
    flex: 1;
    margin-left: 15px !important;
    margin-right: 15px !important;
    padding: 15px !important;
  }
  .section .box, .container .box {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}
