* {
    margin: 0;
    padding: 0;
    box-sizing: border-box
}

body {
    font-family: Arial, Helvetica, sans-serif;
    height: 100vh;
    width: 100%;
    line-height: 1.4;
    background: linear-gradient(rgba(0,0,0,0.6), rgba(0,0,0,0.5)), url(images/drinks.jpeg) no-repeat center/cover;
}

.container {
    max-width: 1100px;
    margin: auto;
    padding: 0 2rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
}

h1.title {
    color: #fff;
    font-size: 1.5rem;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 2px;
    padding: 20px 0;
}

h1 img {
    display: flex;
    justify-content: center; 
    align-items: center;
    height: auto;
    width: 100%;
    max-width: 300px;
}

p.subtitle {
    color: #fff;
    letter-spacing: 1px;
    margin: 1rem 0;
    font-size: 1.5rem;
}

.social {
    padding: 20px 0;
}

.social a {
    display: inline-block;
    text-decoration: none;
    color: #fff;
    padding: 0 5px;
}

@media(max-width: 485px){
    h1.title {
        text-align: center;
        font-size: 1.5rem;
    }
}

.business-address {
    font-family:Arial, Helvetica, sans-serif;
    font-style: normal;
    color: #fff;
    line-height: 1.6;
    text-align: center;
    font-size: 1rem;
}

.business-address a{
    text-decoration: none;
    color: #fff;
}

.menu-items {
    list-style: none;
    color: #fff;
    font-size: 1.25rem;
    line-height: 1.6;
    text-align: center;
    padding: 0 0 2rem 0;
}