/* Add your CSS code here.

For example:
.example {
    color: red;
}

For brushing up on your CSS knowledge, check out http://www.w3schools.com/css/css_syntax.asp

End of comment */ 
img{
	pointer-events: none;
}

section:first-of-type {
    padding-top: 0;
}

section:first-of-type .section-inside {
    padding-top: 0;
}

.is-style-logos-only {
	margin-bottom: unset;
}

.navigation > * {
	margin: 0 10px;
}

