/* Galerie */

* {margin: 0; padding: 0; box-sizing: border-box;}
*:focus {outline: 0;}

html {background: rgb(0,0,0); color: rgb(200,200,200); font-size: 0.9em; font-family: 'Lato', sans-serif; font-weight: 300; letter-spacing: 0.05em; height: 100%; text-transform: uppercase;}

body {height: 100%;}

.slider {max-height: 700px; max-width: 100%;}
.slider img {max-height: 700px; max-width: 95%; margin: 0 auto; padding-top: 50px;}


#below {padding-top: 40px; display: block; text-align: center; padding-bottom: 20px;}

#below ul {display: inline-block; list-style: none;}

#below ul li {margin-right: 30px; display: inline-block;}
#below ul li:last-of-type {margin-right: 0;}

#below ul li a, #below a {text-decoration: none; color: rgb(200,200,200);}
#below ul li a:hover, #below a:hover {border-bottom: 1px solid rgb(200,200,200);}

.slider div p {text-align: center; margin-top: 20px; color: rgb(200,200,200); font-size: 1.1em; font-family: 'Lato', sans-serif; font-weight: 400; letter-spacing: 0.1em; height: 100%; text-transform: uppercase;}

#box {position: relative; top: 48%; transform: translateY(-50%);}