.home #page{display:flex;flex-direction:column}.home #page main{flex:1;display:flex}.home section{flex:1;position:relative}.home section a{display:flex;align-items:center;height:100%;border:none}.home section a .front_page-section--image{position:absolute;top:0;left:0;width:100%;height:100%;opacity:0;transition:opacity calc(var(--transition-duration) / 2) ease-in-out;z-index:10}.home section a:hover .front_page-section--image{opacity:1}.home section a:hover .front_page-section--image + h1{color:white}.home section a .front_page-section--image img{width:100%;height:100%;object-fit:cover}.home section h1{text-transform:uppercase;font-size:2.5vw;width:100%;text-align:center;z-index:100}.home #page--footer{display:flex;align-items:center;flex-wrap:wrap}.home #page--footer .logo{flex:1;overflow:auto;margin-left:var(--spacing);min-width:10px}.home #page--footer .logo a{display:block;border:none}.home #page--footer #information{font-size:1em;font-family:'Roboto',sans-serif}@media (orientation:portrait){.home #page main{flex-direction:column}.home section h1{font-size:7vw}.home #page--footer #information{min-width:100%;margin-bottom:var(--spacing)}.home #page--footer #information + .logo{margin-left:0}}