
.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/background.png');
	background-size: cover;
	background-position: center;
}

.index {
	background-color: #07080a;	
	color: #eee;
}

.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;
	background-image: url('../img/header.png');
	background-size: cover;
	background-position: top center;
	text-align: center;
}

@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: 70%;
	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: 350px;
	}
}
	
@media (min-width: 992px) {
	.header #logo {
		width: 500px;
		max-width: 25%;
		padding: 30px 10px 30px 10px;
	}
	
	#title {
		width: 500px;
		max-width: 25%;
	}
}

#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-right:20px;
}
#logo-netflix {
	margin-left:25px;
	width: 15%;
}
#links {
	width: 100%;
	text-align: center;
	padding-bottom: 10px;
	font-size: 12px;
}
#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: 20px;
		left: 50%;
		transform: translate(-50%);
		margin: 0 auto;	
	}
	#logo-larousse {
		position: absolute;
		width: 120px;
		left: 20px;
		bottom: 50px;
	}
	#logo-netflix {
		position: absolute;
		width: 50px;
		right: 50px;
		bottom: 50px;
	}
	#links {
		position: absolute;
		bottom: 5px;
		font-size: 14px;
	}
}

@media (min-width: 1440px) {
	#logos {
		max-width: 800px;
	}
	#logo-larousse {
		width: 180px;
		left: 20px;
		bottom: 55px;
	}
	#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: 3vh;
	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 {
	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 #bc251e;
}

.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    background-color: #bc251e;
}

.controls {
	margin-left:auto;
	margin-right:auto;
	width: 150px;
	margin-bottom: 10px;
	text-align: center;
}

.clock-control {
	padding: 10px;
	font-size: 25px;
	cursor: pointer;
}

a {
	color: #bc251e;
}

a:hover {
	color: #660401;
}

.btn {
	border-radius: 0;
}

.btn-primary {
    background-color: #bc251e;
    border-color: #bc251e;
}

.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: #bc251e;
    border-color: #660401;
}

.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: #bc251e;
}

#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: #155724;
    color: #fff;
    margin-top: 10px;
	padding: 10px;
}

#puzzle-title {
	text-align: center;
	padding: 20px;
}

.footer {
	font-size: 11px;
}