
article#webslides{
	height:auto;
}

article{
	background-color: black;
}

article img:hover{
	opacity:1;
}

section{
	min-height: 50vh;
}
section.fullscreen{
	min-height: 100vh;
}

section.bg-black{
	background-color:black;
}

section.consequence h3{
	margin-bottom:2rem;
	
}
section.consequence p{
	font-size:2rem;
	line-height: 3rem;
}

section.triplet h2{
	margin-bottom:2rem;
	font-size:2.5rem;
}



.sources{
	font-size:80%;
	opacity: 0.5;
}


.sectionnumber{
	width:10rem;
	height:10rem;
	text-align:center;
	line-height:6rem;
	/*padding: 2rem 1rem 2rem 2rem;*/
	padding:2rem;
	border-radius:50%;
	background:#eee;
	font-size: 6.6rem;
	margin-bottom:2rem;
	font-weight: 600;
}




/*  CONSEQUENCES  */


@media only screen and (max-width: 1023px) {
	.consequence .size-60{
		padding-top:4rem;
	}
}

@media only screen and (min-width: 1024px) {
	.consequence .size-40{
		padding-right:2rem;
	}
}

/*  SHARING  */

.sharingbuttons{
	display:flex;
	justify-content: center;
	padding: 2rem;
}

.sharingbuttons a:not(:last-of-type){
	margin-right:3rem;
}


.sharingbuttons img:hover{
	position:relative;
	top:-2px;
	
}

ul.sharingicons li {
    margin-right: 1rem!important;
    display: inline-block;
    padding-left: 0.75em;
}


/*  FURTHER READING */

#furtherreading a > img{
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
}
#furtherreading a > img:hover{
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}


/*  FLAGS  */

#flags{
	position:absolute;
	top:0;
	right:0;
	z-index:1;
}

#headermenu{
	list-style-type: none;
	line-height: 1rem;
	padding:10px;
	box-sizing: border-box;
	background-color:rgba(255,255,255,.1);
	border-bottom-left-radius: 1rem;	
}

#headermenu > li {
	display:inline-block;
	margin-left:0;
	line-height:1rem;
}
#headermenu > li > a {
	display:inline-block;
	/*height:30px;*/
	width:40px;
	opacity:.6;
}
#headermenu > li:not(:last-of-type) > a{
	margin-right:10px;	
}

#headermenu > li > a:hover{
	opacity:1;
}

#headermenu > li > a > div{
    width: 40px;
    height: 27px;
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: left top;
}


.background-video{
    object-fit: cover;
}



#main-video{
    width:100%;
    cursor:pointer;
    margin-bottom:5rem;
}

#watch-the-video{
    text-align:center;
    margin-bottom:2rem;
}


#page-footer{
    background-color:black;
    padding:1rem;
    text-align:center;
    color:#444;
}


@media only screen and (max-width: 1023px) {
    body .background-video{
        opacity:1;
    }
    
    section, .slide,
    section.fullscreen{
    	min-height: 70vh;
    }
    
    .playing #main-video-container{
        padding-left:0;
        padding-right:0;
    }
}

@media only screen and (max-width: 800px) {
	
    .background-video{
        min-width:100vh;
    }
   
    #nl-subtitle{
        opacity:0;
    }
    
    section, .slide,
    section.fullscreen{
    	min-height: 50vh;
    }
	
}
    
    
/*
@media only screen and (max-width: 1024px) {
    #background-video{
        width:1270px;
    }
}
*/ 
    
    
    
    
