/**
 * https://google-webfonts-helper.herokuapp.com/fonts/luckiest-guy?subsets=latin
 *
 */
/* luckiest-guy-regular - latin */
@font-face {
  font-family: 'Luckiest Guy';
  font-style: normal;
  font-weight: 400;
  src: local('Luckiest Guy Regular'), local('LuckiestGuy-Regular'),
       url('../fonts/luckiest-guy-v8-latin-regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('../fonts/luckiest-guy-v8-latin-regular.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* eb-garamond-regular - latin */
@font-face {
  font-family: 'EB Garamond';
  font-style: normal;
  font-weight: 400;
  src: local('EB Garamond Regular'), local('EBGaramond-Regular'),
       url('../fonts/eb-garamond-v9-latin-regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('../fonts/eb-garamond-v9-latin-regular.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

body {
    background-color: #FFDD00;
    font-family: 'EB Garamond', serif;
    font-style: oblique;
    font-weight: 300;
}

/* Titles */
h1, h3 {
    color: #008070;
    font-family: 'Luckiest Guy', cursive;
    letter-spacing: 1px;
}

/* Paragraph & Typographic */
p {
    line-height: 28px;
    margin-bottom: 25px;
}

/* main section */
#main {
    text-align:center;
    width: 100%;
}

#main h1 {
    margin-top: 2em;
    color: #008070;
    font-size: 70px;
    font-weight: 700;
}

#main h3 {
    font-size: 30px;
    font-family: 'EB Garamond', serif;
    letter-spacing: 1px;
}

/* contact section */
#contact {
    background: #000000;
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: center;
    width: 100%;
}

#contact a {
    color: #f2f2f2;
}
#contact a:hover,
#contact a:focus {
    color: #F08C17;
    text-decoration: none;
    outline: 0;
}

#contact h3 {
    color: #F08C17;
    font-size: 28px;
    font-weight: 700;
}

#contact p {
    font-size: 20px;
    color: #f2f2f2;
}

#impressum p {
    font-size: 15px;
    color: #f2f2f2;
}

@media (max-height: 670px), (max-width: 500px) {
    #main h1 {
        font-size: 40px;
    }
    #main h3 {
        font-size: 20px;
    }
    #contact {
        padding-top: 5px;
        padding-bottom: 5px;
    }
    #contact h3 {
        font-size: 22px;
    }
    #contact p {
        font-size: 18px;
    }
}


@media (max-height: 400px), (max-width: 400px) {
    #main h1 {
        font-size: 30px;
    }
    #main h3 {
        font-size: 15px;
    }
    #contact {
        padding-top: 5px;
        padding-bottom: 5px;
    }
    #contact h3 {
        font-size: 22px;
    }
    #contact p {
        font-size: 18px;
    }
}

@media (max-height: 300px), (max-width: 250px) {
    #main h1 {
        font-size: 20px;
    }
    #main h3 {
        font-size: 10px;
    }
    #contact {
        padding-top: 1px;
        padding-bottom: 1px;
    }
    #contact h3 {
        font-size: 12px;
    }
    #contact p {
        font-size: 10px;
    }
}
