* {
    border: 0;
    margin: 0;
    padding: 0;
}

body {
    color: #bbb;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16pt;
    line-height: 1.6;
}

a {
    text-decoration: none;
    color: inherit;
}

a:hover {
    text-decoration: underline;
}

#showcase {
    background-image: url('../img/background.png');
    background-position: center;
    background-size: cover;
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 0 20px;
}

#showcase h1 {
    margin-top: 4em;
    font-size: 50px;
    line-height: 1.2;
    color: #bbb;
}

#showcase h1 span {
    color: #999;
}

#showcase ul {
    margin-top: 3em;
    list-style-type: none;
}

#showcase li {
    margin-top: 3ex;
    max-width: 30em;
}

#showcase .button {
    color: #bbb;
    font-size: 18pt;
    text-decoration: none;
    border: 1px solid #666;
    padding: 5px 10px;
    border-radius: 5px;
    margin-top: 20px;
}

#showcase .button:hover {
    color: #333;
    background-color: #ddd;
}

#showcase div {
    position: absolute;
    bottom: 15px;
    font-size: .9rem;
    color: #999;
}

#showcase div span,
#showcase p span {
    display: inline-block;
}

#showcase em {
    color: #ccc;
    font-style: normal;
    font-weight: bolder;
}

@media screen and (max-width: 760px) {
    #showcase h1 span {
        display: block;
    }
    #showcase ul {
        font-size: 12pt;
    }
    #showcase div span {
        display: block;
    }
}

#showcase i {
    margin: 0 5px;
}

section {
    display: flex;
    color: #666;
}

section>div {
    padding: 20px 40px;
}

div#address div {
    width: 250px;
}