body {
    font-family: 'Open Sans', sans-serif;
    background-image: url(../img/bg1.jpg);
    background-size: cover;
    background-position: top -100px center;
    background-repeat: no-repeat;
}
.headline {
    font-family: 'Playfair Display', serif;
    font-size: 2.5rem;
    margin-top: 20px;
}
.subheadline {
    font-family: 'Lora', serif;
    font-size: 1.5rem;
    margin-top: 20px;
}
.main-body {
    font-family: 'Open Sans', sans-serif;
    font-size: 1rem;
    margin-top: 20px;
}
.call-to-action {
    font-family: 'Raleway', sans-serif;
    font-size: 1.2rem;
    margin-top: 20px;
    color: #007bff;
}
.footer {
    font-family: 'Montserrat', sans-serif;
    font-size: 0.9rem;
    margin-top: 50px;
    color: #6c757d;
}
.coming-soon {
    font-family: 'Pacifico', cursive;
    font-size: 1.5rem;
    margin-top: 30px;
    color: #b9936f;
}
.main-logo {
    width: 250px;
    height: 250px;
}
.footer {
    font-family: 'Montserrat', sans-serif;
    font-size: 0.9rem;
    color: #6c757d;
    background-color: #f8f9fa;
    padding: 20px 0 0;
}
.footer .col {
    margin-bottom: 20px;
}
.footer .logo {
    max-width: 150px;
}
.offered-services {
    background-color: #f8f9fa;
    padding: 20px;
    border-radius: 5px;
}
.offered-services h2 {
    font-family: 'Playfair Display', serif;
    font-size: 1.5rem;
}
.offered-services li {
    color: #6c757d;
}
.social-icons a {
    font-size: 1.5rem;
    margin: 0 10px;
    color: #6c757d;
}
.social-icons a:hover {
    color: #b9936f;
}
.intro-container {
    background: rgba(255,255,255,.6);
}