<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
}

#Strasbourg2017 {
  width: 100%;
  display: inline-block;
  margin-left: auto;
  margin-right: auto;


}

#Strasbourg2017 p {
    text-align:center;
}

.Strasbourg2017 {
    background-image: url('../images/strasbourg2017/strasbourg.jpg');
    background-repeat: no-repeat;
    background-position: center;
    background-size:contain;
    padding-top:8%;
    padding-bottom:8%;
}

.Strasbourg2017 img
{
    opacity:0;
    width:20%;
	/*Transitions to give animation effect*/
	transition: all 2.0s;
    transition-timing-function: ease-out;
	-webkit-transition: all 2.0s;
    -webkit-transition-timing-function: ease-out;
	-moz-transition: all 2.0s;
    -moz-transition-timing-function: ease-out;
}
.Strasbourg2017:hover img
{
    opacity:0.8;
}


.Strasbourg2017 a:nth-of-type(3n+1)
{
    margin-left:19.5%;
}
</pre></body></html>