body {
    font-family: "Myriad Pro", sans-serif;
    background: #000 url("../images/background.jpg") no-repeat center;
    background-size: cover;
}
#coming-soon {
    text-align: center;
    background-color: rgba(0, 0, 0, 0.65);
    border-radius: 30px;
    max-width: 630px;
    color: #fff;
    margin: 50px auto;
    padding: 50px;
}
#coming-soon a {
    color: #fff;
    text-decoration: none;
}
#coming-soon .details {
    text-align: left;
}
#coming-soon .details p {
    font-size: 16px;
    margin: 0;
    line-height: 24px;
}
#coming-soon .details section p a:not(:first-child) {
    margin-left: 20px;
}
#coming-soon .details section {
    margin: 10px;
}
#coming-soon .details section {
    margin: 20px 0;
    padding-bottom: 20px;
    border-bottom: 1px solid #e0ba53;
}
#coming-soon .social {
    margin-top: 50px;
}
#logo {
    background: url("../images/logo.svg") center no-repeat;
    font-size: 0;
    text-indent: -9999px;
    color: transparent;
    width: 250px;
    height: 250px;
    margin: auto;
}
h2 {
    text-transform: uppercase;
    font-size: 72px;
    font-weight: normal;
    margin: 30px 0;
    line-height: 125%;
}
.icon {
    display: inline-block;
    color: transparent;
    font-size: 0;
    text-indent: -9999px;
    width: 24px;
    height: 24px;
    position: relative;
    top: -5px;
    margin-right: 5px;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
.social .icon-large {
    margin: 0 10px;
}
.icon-large {
    display: inline-block;
    color: transparent;
    font-size: 0;
    text-indent: -9999px;
    width: 48px;
    height: 48px;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
.phone-icon {
    background-image: url("../images/phone.svg");
}
.email-icon {
    background-image: url("../images/email.svg");
}
.address-icon {
    background-image: url("../images/location.svg");
}
.facebook-icon {
    background-image: url("../images/facebook.svg");
}
.instagram-icon {
    background-image: url("../images/instagram.svg");
}
.tripadvisor-icon {
    background-image: url("../images/tripadvisor.svg");
}
@media only screen  and (min-device-width: 320px)
and (max-device-width: 480px)
and (-webkit-min-device-pixel-ratio: 2) {
    body {
        height: 100vh;
    }
    h2 {
        font-size: 120px;
    }
    #logo {
        width: 420px;
        height: 420px;
    }
    #coming-soon .details p {
        font-size: 32px;
        line-height: 48px;
    }
    .icon {
        width: 48px;
        height: 48px;
        top: -10px;
    }
    .icon-large {
        width: 96px;
        height: 96px;
    }
    .social .icon-large {
        margin: 0 20px;
    }
    #coming-soon .details p a {
        display: block;
    }
    #coming-soon .details section p a:not(:first-child) {
        margin-left: 0;
    }
}