.logo img {
    width: 100%;
    max-width: 300px;
}
section.bg-coming-soon
{
    background: url('../images/17189.jpg') no-repeat center;
    background-size: cover;
    width: 100%;
    height: 100%;
}
.coming-soon-heading h1 {
    font-family: "Poppins", sans-serif;
    font-size: 65px;
    color: #042a2b;
    font-weight: bold;
    text-transform: uppercase;
}
.coming-soon-content {
    margin-top: 30px;
}
.coming-soon-content p {
    font-size: 25px;
    font-family: 'Poppins';
    font-weight: 400;
    color: #000;
}
ul.social-icons-wrapper {
    display: inline-block;
    width: 100%;
    margin-top: 20px;
    margin-bottom: 50px;
}
ul.social-icons-wrapper li {
    list-style-type: none;
    display: inline-block;
    margin-right: 30px;
}
ul.social-icons-wrapper li .social-link i {
    font-size: 35px;
    color: #000;
    display: inline-block;
}
section.bg-coming-soon .container
{
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}
