body {
    color: #111;
    font-family: "proxima-nova", sans-serif;
    height: calc(100% - 40px);
    padding: 3.125rem 1.875rem;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

#new {
    position: absolute;
    left: 0;
    top: 0;
    width: calc(100% - 40px);
    padding: .5rem 1.25rem;
    background: #e01987;
    text-align: center;
    color: #fff;
}

#endif-logo {
    max-width: 400px;
    margin: 0 auto 3.75rem auto;
}

.content {
    font-size: .9rem;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: .125em;
}

.animated {
    animation-delay: 5s;
    animation-duration: 7s;
}

h1 {
    font-size: 1.4rem;
    font-weight: 300;
}

h1 b {
    font-weight: 700;
}

ul.services {
    list-style: none;
    padding: 0;
    margin: 0 0 1.875rem 0;
}

ul.services li {
    display: inline-block;
    margin: 0 .625rem 0 .3125rem;
}

ul.services li:after {
    content: "\00a0\00a0\00a0\00a0|";
}

ul.services li:last-child:after {
    content: "";
}

.location {
    padding: .75rem 0;
    border-top: 1px solid #222;
    border-bottom: 1px solid #222;
    max-width: 430px;
    margin: 0 auto 1.875rem auto;
    line-height: 1.8;
}

.location__div {
    display: inline-block;
    margin: 0 .625rem;
}
.location__title {
    display: block;
}

@media only screen and (min-width: 500px) {
    .location__title {
        display: inline-block;
    }
    .location__title:before {
        content: "\2013\00a0";
    }
}


.location a {
    color: #111;
    text-decoration: none;
    -webkit-transition: all .25s;
            transition: all .25s;
}

.location a:hover {
    color: #e01987;
}

.coming-soon {
    color: #e01987;
    font-size: 1.1em;
}

a.e {
    display: inline-block;
    margin-top: 15px;
    padding: 8px 15px 7px 15px;
    background: #eee;
    border-radius: 3px;
    text-decoration: none;
    color: #222;
}

a.e:hover {
    background: #e01987;
    color: #fff;
    -webkit-transition: all .25s;
            transition: all .25s;
}

@media only screen and (max-width: 820px) {
    ul.services li {
        display: block;
        margin: 0 0 5px 0;
    }
    
    ul.services li:after {
        content: ""
    }
}

@media only screen and (max-width: 460px) {
    .location__div {
        display: block;
        visibility: hidden;
        height: 7px;
    }
}
