@import url(https://fonts.googleapis.com/css?family=Lato);
body {
    background: url(../../images/4.jpg);
    color: #000000;
    font-family: 'Lato', sans-serif, Arial;
    overflow: hidden;
    background-repeat: no-repeat;
    height: 100%;
    background-position: 90% 50%;
    background-size: cover;
}

body.site_closed {
    background-image: url(../../images/closed.png);
    background-color: #f1f1ef;
    background-repeat: no-repeat;
    background-position: top;
    background-size: 200px;
}

body.site_closed .hgroup {
    margin: 0 auto;
    margin-top: 200px;
}

html {
    height: 100%;
}

.container {
    display: flex;
    justify-content: center;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
}

.hgroup {
    padding: 10px;
    margin: auto auto auto 20%;
    text-align: center;
    word-break: break-word;
}

.hgroup h1 {
    font-weight: bold;
}

.hgroup a {
    color: #ffffff;
    text-decoration: underline;
}

.agent_details {
    text-align: left;
    display: inline-block;
    margin-top: 10px;
}

.icons {
    margin-right: 12px;
    width: 20px;
}

.coming_soon {
    margin-bottom: 50px;
    margin-top: 50px;
    font-size: 45px !important;
    letter-spacing: 5px;
}


/* Media query for iPhone 5 in landscape only */

@media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (orientation: landscape) {
    .coming_soon {
        margin-bottom: 20px !important;
        margin-top: 20px !important;
    }
    .hgroup {
        margin: auto !important;
    }
}

@media (orientation: portrait) {
    .hgroup {
        margin: auto !important;
    }
}

@media (max-width: 768px) and (orientation: landscape) {
    .hgroup {
        margin: auto auto auto 0% !important;
    }
}