/* Philosophie */

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

html {background: rgb(0,0,0); color: rgb(200,200,200); font-size: 1em; font-family: 'Lato', sans-serif; font-weight: 300; width: 100%; height: 100%;}

header {height: 100px; width: 100%; padding: 20px 50px;}
header img {width: auto; height: 80px;}

#text {padding: 10px 50px;}

h3 {margin-bottom: 15px; text-transform: uppercase; font-weight: 300;}
strong {text-transform: uppercase;}


@media all and (max-width: 600px) {
header img {margin-top: 15px;}
header {padding: 0px 30px;}
#text {padding: 20px 30px;}
}

#text a {color: rgb(200,200,200); text-decoration: none; border-bottom: 1px solid rgb(200,200,200)}
#text a:hover {color: rgb(179,154,142); border-bottom: 1px solid rgb(179,154,142);}/* CSS Document */