footer {
  background: rgba(0, 0, 0, 0.5);
  line-height: 40px;
  bottom: 0;
  left: 0;
  right: 0; }
  footer span {
    color: white; }
    footer span a {
      color: #e8acb4; }
      footer span a:hover {
        color: #d25c6c;
        text-decoration: none; }
    footer span:first-of-type {
      float: left; }
    footer span:last-of-type {
      float: right; }
    @media all and (max-width: 700px) {
      footer span {
        text-align: center;
        width: 100%; } }

#slideShow {
  position: fixed;
  z-index: -1;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0; }
  #slideShow .slide {
    width: 100vw;
    height: 100vh;
    background-size: cover;
    background-position: center center;
    outline: 0; }

nav {
  padding: 15px 0 30px 0; }
  nav .lang a {
    color: #ffffff;
    font-size: 16px; }
    nav .lang a:hover {
      text-decoration: none;
      color: #e8acb4; }
    nav .lang a:visited, nav .lang a :focus {
      text-decoration: none;
      color: #ffffff; }
  nav .social {
    text-align: right; }
    nav .social a {
      color: #ffffff;
      margin-left: 15px;
      transition: all 0.3s ease;
      font-size: 16px; }
      nav .social a:hover {
        text-decoration: none;
        color: #e8acb4; }
      nav .social a:visited, nav .social a :focus {
        text-decoration: none; }
  nav .sideMenu .logo {
    margin: 15px 0 30px 0;
    float: right; }
  nav .sideMenu ul {
    margin: 0;
    padding: 0;
    list-style-type: none; }
    nav .sideMenu ul li {
      text-align: right; }
      nav .sideMenu ul li a {
        color: #ffffff;
        text-transform: uppercase;
        margin: 5px 0;
        font-size: 30px;
        line-height: 25px;
        transition: all 0.3s ease; }
        nav .sideMenu ul li a:hover {
          text-decoration: none;
          color: #e8acb4; }
        nav .sideMenu ul li a:visited, nav .sideMenu ul li a :focus {
          text-decoration: none; }

h2 {
  margin: 0 0 15px 0; }

#content {
  position: relative; }
  @media all and (min-width: 1000px) {
    #content {
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      overflow: auto; } }
  #content .content {
    margin: 0 0 30px 0;
    background: rgba(0, 0, 0, 0.6);
    color: #ffffff;
    font-weight: 400;
    font-size: 20px;
    padding: 30px 0; }
    #content .content.gallery {
      background: none; }

#loading {
  position: fixed;
  z-index: 999999;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #50565F;
  display: flex;
  justify-content: center;
  align-items: center; }
@keyframes lds-spinner {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }
@-webkit-keyframes lds-spinner {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }
  #loading .lds-spinner {
    position: absolute; }
  #loading .lds-spinner div {
    left: 116px;
    top: 23px;
    position: absolute;
    -webkit-animation: lds-spinner linear 1s infinite;
    animation: lds-spinner linear 1s infinite;
    background: #e8acb4;
    width: 5px;
    height: 20px;
    border-radius: 20%;
    -webkit-transform-origin: 3px 33px;
    transform-origin: 3px 33px; }
  #loading .lds-spinner div:nth-child(1) {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-animation-delay: -0.916666666666667s;
    animation-delay: -0.916666666666667s; }
  #loading .lds-spinner div:nth-child(2) {
    -webkit-transform: rotate(30deg);
    transform: rotate(30deg);
    -webkit-animation-delay: -0.833333333333333s;
    animation-delay: -0.833333333333333s; }
  #loading .lds-spinner div:nth-child(3) {
    -webkit-transform: rotate(60deg);
    transform: rotate(60deg);
    -webkit-animation-delay: -0.75s;
    animation-delay: -0.75s; }
  #loading .lds-spinner div:nth-child(4) {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-animation-delay: -0.666666666666667s;
    animation-delay: -0.666666666666667s; }
  #loading .lds-spinner div:nth-child(5) {
    -webkit-transform: rotate(120deg);
    transform: rotate(120deg);
    -webkit-animation-delay: -0.583333333333333s;
    animation-delay: -0.583333333333333s; }
  #loading .lds-spinner div:nth-child(6) {
    -webkit-transform: rotate(150deg);
    transform: rotate(150deg);
    -webkit-animation-delay: -0.5s;
    animation-delay: -0.5s; }
  #loading .lds-spinner div:nth-child(7) {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-animation-delay: -0.416666666666667s;
    animation-delay: -0.416666666666667s; }
  #loading .lds-spinner div:nth-child(8) {
    -webkit-transform: rotate(210deg);
    transform: rotate(210deg);
    -webkit-animation-delay: -0.333333333333333s;
    animation-delay: -0.333333333333333s; }
  #loading .lds-spinner div:nth-child(9) {
    -webkit-transform: rotate(240deg);
    transform: rotate(240deg);
    -webkit-animation-delay: -0.25s;
    animation-delay: -0.25s; }
  #loading .lds-spinner div:nth-child(10) {
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg);
    -webkit-animation-delay: -0.166666666666667s;
    animation-delay: -0.166666666666667s; }
  #loading .lds-spinner div:nth-child(11) {
    -webkit-transform: rotate(300deg);
    transform: rotate(300deg);
    -webkit-animation-delay: -0.083333333333333s;
    animation-delay: -0.083333333333333s; }
  #loading .lds-spinner div:nth-child(12) {
    -webkit-transform: rotate(330deg);
    transform: rotate(330deg);
    -webkit-animation-delay: 0s;
    animation-delay: 0s; }

::-webkit-scrollbar {
  width: 10px; }

::-webkit-scrollbar-button {
  /* 2 */ }

::-webkit-scrollbar-track {
  background: transparent; }

::-webkit-scrollbar-track-piece {
  /* 4 */ }

::-webkit-scrollbar-thumb {
  background: #e8acb4;
  border-radius: 6px; }

::-webkit-scrollbar-corner {
  /* 6 */ }

::-webkit-resizer {
  /* 7 */ }

.achievements h2 {
  text-align: left;
  margin-left: 10px; }
.achievements .achievement {
  margin-bottom: 15px; }
  .achievements .achievement h3 {
    margin: 0 0 15px 0;
    line-height: 26px;
    padding: 10px;
    cursor: pointer; }
    .achievements .achievement h3:hover {
      background: rgba(232, 172, 180, 0.3); }
    .achievements .achievement h3 i {
      font-size: 16px;
      background: #e8acb4;
      border-radius: 5px;
      float: left;
      padding: 5px 7px;
      margin-right: 5px; }
  .achievements .achievement .inner {
    display: none; }
    .achievements .achievement .inner p {
      margin: 0 0 0 45px; }
      .achievements .achievement .inner p span {
        font-weight: 600; }

.gallery a {
  color: #e8acb4; }
  .gallery a:hover {
    color: #d25c6c;
    text-decoration: none; }
.gallery .row {
  margin-bottom: 15px; }
  .gallery .row:last-of-type {
    margin-bottom: 0; }
.gallery .item {
  box-shadow: 5px 5px 2px 0 rgba(0, 0, 0, 0.5);
  padding-top: 100%;
  background-size: cover;
  background-position: center center;
  position: relative;
  display: block; }
  .gallery .item .inner {
    text-align: center;
    position: absolute;
    padding: 10px;
    color: #ffffff;
    background: rgba(232, 172, 180, 0.53);
    left: 0;
    right: 0;
    bottom: 0;
    transition: all 0.3s ease; }
  .gallery .item:hover {
    cursor: pointer; }
    .gallery .item:hover .inner {
      background: #e8acb4;
      text-decoration: none; }
  @media all and (max-width: 990px) {
    .gallery .item {
      margin-bottom: 15px; } }
.gallery .image {
  display: block;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding-top: 100%; }
.gallery p {
  font-family: "Quicksand", sans-serif;
  font-size: 14px;
  text-align: center;
  color: white;
  margin: 5px 0 15px 0; }

.music .row {
  margin-bottom: 15px; }
.music form {
  margin: 0 auto;
  width: 100%;
  max-width: 400px; }
  .music form .halfling {
    width: 49%; }
    .music form .halfling:first-of-type {
      float: left; }
    .music form .halfling:last-of-type {
      float: right; }
  .music form label {
    color: #e8acb4; }
  .music form textarea {
    height: 200px; }
  .music form input, .music form textarea {
    width: 100%;
    max-width: 100%;
    color: #e8acb4;
    background: white;
    border: 1px solid #e8acb4;
    padding: 5px;
    font-size: 14px;
    margin-bottom: 15px; }
    .music form input[type="submit"], .music form textarea[type="submit"] {
      float: left;
      width: 50%; }
      .music form input[type="submit"]:hover, .music form textarea[type="submit"]:hover {
        color: white;
        background: #e8acb4; }
  .music form .form-group {
    margin: 0; }
.music iframe {
  margin: 30px auto 0 auto;
  display: block; }

.contact form {
  margin: 0 auto;
  width: 100%;
  max-width: 400px; }
  .contact form .halfling {
    width: 49%; }
    .contact form .halfling:first-of-type {
      float: left; }
    .contact form .halfling:last-of-type {
      float: right; }
  .contact form label {
    color: #e8acb4; }
  .contact form textarea {
    height: 200px; }
  .contact form input, .contact form textarea {
    width: 100%;
    max-width: 100%;
    color: #e8acb4;
    background: white;
    border: 1px solid #e8acb4;
    padding: 5px;
    font-size: 14px;
    margin-bottom: 15px; }
    .contact form input[type="submit"], .contact form textarea[type="submit"] {
      float: left;
      width: 50%; }
      .contact form input[type="submit"]:hover, .contact form textarea[type="submit"]:hover {
        color: white;
        background: #e8acb4; }
  .contact form .form-group {
    margin: 0; }

.event .row {
  border-bottom: 1px solid #e8acb4; }
  .event .row:last-of-type {
    border-bottom: none; }
  .event .row .col-md-3 {
    padding: 15px;
    text-align: left; }
    .event .row .col-md-3 a {
      display: block;
      color: #e8acb4;
      border: 1px solid #e8acb4;
      padding: 10px;
      text-align: center; }
      .event .row .col-md-3 a:hover {
        color: white;
        background: #e8acb4;
        text-decoration: none; }

body {
  font-family: "Quicksand", sans-serif;
  font-weight: 400;
  line-height: initial;
  background: #50565F;
  min-height: 100vh; }

/*# sourceMappingURL=main.css.map */
