.container {
    width: auto;
    max-width: 320px;
    padding: 0 5px;
}

.large {
    max-width: 600px;
    padding: 0 10px;
}

#logo {
    padding: 30px 10px 30px 10px;
}

main {
    min-height: 100vh;
    background-image: url('../img/bg-game.jpg');
    background-size: cover;
    background-position: center;
}

.index {
    background-color: #111111;
    color: #eee;
    background-image: url('../img/bg-index.jpg');
    background-size: cover;
    background-position: center;
}

.fixed-bg {
	background-attachment: fixed;
	}

.index h1 {
    font-size: 2rem;
}

.index h2 {
    font-size: 1.5rem;
}

.index h3 {
    font-size: 1.2rem;
}

.index a,
.index a:hover,
.index a:visited,
.index a:focus {
    color: #fff;
}

.header {
    min-height: 130px;
    text-align: center;
}

.bg-black-transp {background:rgba(0,0,0,0.6);
}



@media (min-width: 992px) {
    .header {
        min-height: 14vw;
    }
}

.header #logo {
    width: 80%;
    max-width: 350px;
    padding: 20px 10px 20px 10px;
    position: relative;
    z-index: 50;
}

#title {
    width: 25%;
    max-width: 350px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    z-index: 50;
}

@media (min-width: 768px) {
    .header #logo {
        width: 350px;
        padding: 30px 10px 30px 10px;
    }

    #title {
        width: 20%;
    }
}

@media (min-width: 992px) {
    .header #logo {
        width: 500px;
        max-width: 25%;
        padding: 30px 10px 30px 10px;
    }

    #title {
        width: 15%;
        max-width: 15%;
    }
}

#robbers_desktop {
    width: 100%;
    max-width: 600px;
    position: absolute;
    bottom: 25px;
    left: 50%;
    transform: translate(-50%);
    margin: 0 auto;
    margin-bottom: 20px;
}

@media (min-width: 1440px) {
    #robbers_desktop {
        max-width: 800px;
    }
}

#logos {
    width: 100%;
    text-align: center;
    padding: 10px;
}

#logo-larousse {
    width: 30%;
    margin-left: auto;
    margin-right: auto;
}



#links, #credits {
    width: 100%;
    text-align: center;
    font-size: 12px;
}

#links{ padding-bottom:10px;}

#links a,
#links a:hover,
#links a:visited,
#links a:focus {
    color: #fff;
}

@media (min-width: 578px) {
    #logos {
        width: 100%;
        max-width: 600px;
        position: absolute;
        bottom: 5.2em;
        left: 50%;
        transform: translate(-50%);
        margin: 0 auto;
    }



    #logo-netflix {
        position: absolute;
        width: 50px;
        right: 50px;
        bottom: 50px;
    }

    #links {
        position: absolute;
        bottom: 60px;
        font-size: 14px;
    }
    
    
    #credits {
     position: absolute;
        bottom: 100px;
        font-size: 14px;
       padding-bottom:20px;
    }
}

@media (min-width: 1440px) {
    #logos {
        max-width: 800px;
    }


    #logo-netflix {
        width: 70px;
        right: 70px;
        bottom: 55px;
    }
}

.footer {
    background-color: #f5f5f5;
}

#lang-navigation {
    text-align: center;
    padding: 0;
    margin-top: 30px;
    margin-bottom: 30px;
}

#start-navigation {
    text-align: center;
    margin-top: 3vh;
    margin-bottom: 20vh;
    position: relative;
    z-index: 50;
}




@media (min-width: 768px) {
    #start-navigation a {
        font-size: 1.4vw;
    }
}

#lang-navigation li {
    display: inline;
    list-style: none;
    margin: 10px;
}

.flag img {
    width: 50px;
}

#puzzle-title,
#ambient-title {
    text-transform: uppercase;
    color: #000;
    font-size: 38px;
    line-height: 38px;
    font-family: 'Anton', sans-serif;
}

.btn {
    font-family: 'Anton', sans-serif;
    text-transform: uppercase;
}

.modal-title {
    font-family: 'Anton', sans-serif;
    text-transform: uppercase;
}

#navigation {
    padding: 20px;
    position: relative;
    margin-top: 5vh;
}

#nav-prev-level-button {
    position: absolute;
    left: 20px;
}

#nav-next-level-button {
    position: absolute;
    right: 20px;
}

.nav-pills .nav-link {
    background-color: #eee;
    border-radius: 0;
    font-family: 'Anton', sans-serif;
    text-transform: uppercase;
}

.nav-pills .nav-link.disabled {
    background-color: transparent;
}

.nav-pills .nav-link.used {
    border: solid 2px #7b0300;
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
    background-color: #7b0300;
}

.controls,
.music {
    margin-left: auto;
    margin-right: auto;
    width: 200px;
    padding: 20px;
    margin-bottom: 10px;
    text-align: center;
    background-size: 100%;
    background-position: center;
    color: white;

}


.controls {
    background-image: url('../img/shadow-1.png');
}

.music {
    background-image: url('../img/shadow-2.png');
}

.clock-control {
    padding: 10px;
    font-size: 25px;
    cursor: pointer;
}

a {
    color: #7b0300;
}

a:hover {
    color: #660401;
}

.btn {
    border-radius: 0;
}

.btn-primary {
    background-color: #002f43;
    border-color: #002f43;
}

.btn-primary:active,
.btn-primary:focus,
.btn-primary:hover,
.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show > .btn-primary.dropdown-toggle {
    background-color: #002f43;
    border-color: #002f43;
}

.form-inline {
    justify-content: center;
}

.form-inline .form-control {
    text-align: center;
}

.nav {
    justify-content: center;
}

.nav-item {
    margin-left: 10px;
    margin-right: 10px;
}

.tab-content {
    margin-top: 10px;
    text-align: center;
}

#hints-solution {
    text-align: center;
    padding: 20px;
}

#solution-number {
    text-align: center;
    font-family: 'Anton', sans-serif;
    font-size: 24px;
    color: #7b0300;
}

#inputAnswer {
    font-family: 'Anton', sans-serif;
    font-size: 18px;
    border-radius: 0;
}

#error,
#success,
#navigation {
    text-align: center;
}

p#success-text,
p#error-text,
p#pick-card {
    margin-bottom: 0;
}

p#pick-card {
    font-weight: bold;
    background: #002f43;
    color: #fff;
    margin-top: 10px;
    padding: 10px;
}

#puzzle-title,
#ambient-title {
    text-align: center;
    padding: 20px;
    color: white;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: black;

}

#ambient {
    margin-top: 40px;

}

#ambient > * {
    font-size: 25px;
}

.music .clock-control {
    font-size: 25px;
}

.footer {
    font-size: 11px;
}



.block-to-be-replaced-with-picture {
    height: 300px;
    display: block;
}
