@import url('https://fonts.googleapis.com/css?family=Lato:800');

html,
body {
    margin: 0;
    padding: 0;
    font-family: 'Lora', serif;
    width: 100%;
}

.main {
    position: relative;
    margin-top: 2em;
    width: 80%;
    max-width: 60em;
    margin-left: auto;
    margin-right: auto;
    height: inherit;
}

h1 {
    font-size: 1em;
}

h2 {
    font-size: 1px;
}

a {
    text-decoration: none !important;
}

#nav-me a {
    border-bottom: 2px solid #fff;
    padding-bottom: 5px;
}

.season {
    background-image: url('../src/projects/season.png');
    background-size: contain !important;
}

.tour {
    background-image: url('../src/projects/tour.svg');
    background-size: contain !important;
}

.pflaenzli {
    background-image: url('../src/projects/pflaenzli.png');
    background-size: contain !important;
}

.image {
    height: 10em;
    width: 10em;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.project {
    display: inline-block;
    margin-left: 2em;
    margin-right: 2em;
}

.main {
    margin-top: 2em;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
}

.title {
    color: #000;
    font-weight: 800;
    font-family: 'Lato', sans-serif;
}