body {
    color: rgba(68, 68, 68, 60%);
}
.session-message {
    top: -15rem;
}
#navbar .logo {
    background: url('/images/respeggt-group_new_202x93.png') no-repeat;
  width: 202px;
  height: 93px;
}
.navbar-dark {
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0));
    /* background-color: rgba(68, 68, 68, 0.95); */
    /* padding-bottom: 100px; */
}
#navbar .container {
    transition: 0.4s;
}
@media (min-width: 769px) {
#navbar.big .nav-link {
    font-size: 2.5rem;
}
#navbar.big a.btn.nav-link {
    font-size: 2rem;
}
}
@media (min-width: 1200px) {
#navbar.big .container {
    max-width: 100%;
    padding: 0 0;
    margin: 0 auto;
}

#navbar.big .logo {
    background: url('/images/respeggt-group_new_303x139.png') no-repeat;
  width: 303px;
  height: 139px;
}
}
@media (min-width: 1400px) {
#navbar.big {
    padding: 2.5rem 4.3rem;
}
}
@media (max-width: 1399px) {
#navbar.big {
    padding: 2.5rem 3.2rem;
}
}
@media (max-width: 1320px) {
#navbar.big {
    padding: 2.5rem 0.8rem;
}
}
.navbar-dark .navbar-nav .nav-link {
    color: rgba(255, 255, 255, 1);
}
.navbar-dark .navbar-toggler {
    color: rgba(255, 255, 255, 1);
    border-color: rgba(255, 255, 255, 1);
  }

  .navbar-dark .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(255, 255, 255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
  }
div.main h1 {
    padding: 1.6rem;
}
div.title-over-picture {
    position: relative;
}
div.title-over-picture.main-picture {
    margin-top: 0;
}
div.title-over-picture .title-placeholder {
    position: absolute;
    font-family: 'Roboto Slab', sans-serif;
    text-align: center;
    color: rgb(232, 50, 120);
    font-size: 4rem;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
}
div.title-over-picture.main-picture .title-placeholder {
    bottom: 1.5rem;
}
div.title-over-picture.main-picture .title-placeholder {
    text-transform: none;
}
div.title-over-picture .title {
    background-color: #f8fafc;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    padding-top: 5rem;
}
@media (max-width: 600px) {
    div.title-over-picture .title {
        padding-top: 3rem;
    }
}
@media (max-width: 400px) {
    div.title-over-picture .title {
        padding-top: 1rem;
    }
}

div.under-title {
    padding-top: 30px;
}

div.background {
    padding-top: 3rem;
    padding-bottom: 3rem;
    margin-top: 3rem;
}

.iframe-container {
        overflow: hidden;
        /* 16:9 aspect ratio */
        padding-bottom: 40%;
        padding-top: 25px;
        position: relative;
    }

.iframe-container iframe {
    border: 0;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

@media only screen and (max-width: 768px) {

    /* For mobile phones: */
    [class*="iframe-container"] {
        padding-bottom: 125%;
    }
}

.crates-background {
    background: url('/images/crates.png') bottom right no-repeat;
    background-size: 25%;
    padding-bottom: 180px !important;
}
