/* Coming Soon section wrapper */
.coming-soon {
    text-align: center;
    color: #fff;
}

/* Brand Name (Template H1) */
.coming-soon h1 {
    font-size: 42px;
    letter-spacing: 3px;
    margin-bottom: 15px;
    font-weight: 600;
}

/* Tagline / Coming Soon (Template H2) */
.coming-soon h2 {
    font-size: 20px;
    font-weight: normal;
    margin-bottom: 25px;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #ddd;
}

/* Description text (Template paragraph) */
.coming-soon p {
    font-size: 16px;
    line-height: 1.6;
    color: #ddd;
}

/* Divider */
.coming-soon .divider {
    width: 60px;
    height: 3px;
    background: #fff;
    margin: 30px auto;
}

/* Contact text */
.coming-soon .coming-contact {
    margin-top: 20px;
    font-size: 14px;
    color: #bbb;
}
    font-weight: normal;
    margin-bottom: 25px;
    text-transform: uppercase;
    letter-spacing: 2px;
}

/* Description */
.coming-content p {
    font-size: 16px;
    line-height: 1.6;
    color: #ddd;
}

/* Divider */
.divider {
    width: 60px;
    height: 3px;
    background: #fff;
    margin: 30px auto;
}

/* Contact */
.coming-contact {
    margin-top: 20px;
    font-size: 14px;
    color: #bbb;
}j