body,h1,h2,h3,h4,h5,h6 {font-family: "Lato", sans-serif;}
body, html {
  height: 100%;
  color: white;
  background-color: #e62332;
  background-image: url("images/planet.png");
  background-repeat: no-repeat;
  background-size: 50%;
  background-attachment: fixed;
  background-position: bottom right;
  line-height: 1.8;
}

img {
	margin: 5px;
}

#container {
	margin: auto;
	width: 96%;
	max-width: 1080px;
	padding-top: 50px;
}

.w3-bar {
	transition: 0.3s;
}

.w3-button {
	background-color: transparent !important;
}

h1 {
	display: none;
}

/* First image (Logo. Full height) */
#header {
	text-align: center;
	margin-top: 60px;
	margin-bottom: 60px;
	display: block;
}

#header img {
	width: 80% ;
	max-width: 640px;
	margin: auto;
}

footer {
	width: 100%;
}

/* Second image (Portfolio) */
.section {
	color: #2D2D2D;
	box-sizing: border-box;
	border-radius: 12px;
	padding: 32px 40px 48px 40px;
	background-color: white;
	box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.6);
	margin-bottom: 40px;
}

#credits {
	background-image: url("images/Logo_Franco.png");
	background-repeat: no-repeat;
	background-size: 25%;
	background-position: top 32px right 32px;
}

.button {
	display: inline-block;
	color: white;
	background-color: #4CAF50;
	border-radius: 8px;
	box-sizing: border-box;
	text-decoration: none;
	margin-bottom: 8px;
	padding: 16px 24px;
	box-shadow: 0 6px #3e8e41;
	transition: 0.3s;
	font-weight: bold;
}

.button:hover {
	background-color: #3e8e41;
	box-shadow: 0 6px #317033;
}

.button:active {
	background-color: #3e8e41;
	box-shadow: 0 2px #317033;
	transform: translateY(4px);
}

h2 {
	margin: 0px 0px 12px 0px !important;
	text-transform: uppercase;
}

/* Tableau */

table {
    border-collapse: separate;
    text-indent: initial;
    border-spacing: 2px;
    -webkit-border-horizontal-spacing: 2px;
    -webkit-border-vertical-spacing: 2px;
	width: 100%;
}

td {
	padding: 4px 8px 4px 8px;
}

td:first-child {
	font-weight: bold;
	min-width: 100px;
	width:16%;
}

tr:nth-child(even) {
	background: #EEE
}

/* Description */

dt {
	margin: 20px 0px 12px 0px;
	font-weight: bold;
}

dd {
	margin-bottom: 30px;
}

div > ul > li,  div > ol > li{
	margin: 20px 0px 30px 0px;
}

li {
	margin: 8px 0px 8px 0px;
}
.question {
	font-weight: bold;
}

.w3-wide {letter-spacing: 10px;}
.w3-hover-opacity {cursor: pointer;}

/* Turn off parallax scrolling for tablets and phones */
@media only screen and (max-device-width: 1600px) {
  .header, .bgimg-2, .bgimg-3 {
    background-attachment: scroll;
    min-height: 400px;
  }
}