body {
    background: url(../img/pattern.png) repeat center 0 #3c3d44;
    font-family: "geogrotesque_semibold";
}
.list-inline {
    list-style: none;
}
.list-inline > li {
    display: inline-block;

    padding-right: 40px;
}

.social-links{
    margin-left: auto;
    margin-right: auto;
}

.social-links a {
    font-family: 'icomoon';
}

.social-links a:hover {
    color: #3c3d44;
}

.wrapper {
    background: url(../img/bgLight.png) no-repeat center 0 #3c3d44;
    padding: 280px 0 2px;
}

.comingsoonBlk {
    background: #f5f5f5;
    padding: 18px 18px 14px;
    max-width: 500px;
    text-align: center;
    border: 4px solid #3c3d44;
    margin: 0 auto -80px;
    min-height: 150px;
    box-shadow: 0 0 188px rgb(101, 102, 101);

}

.clr {
    clear: both;
}

.comingsoonBlk h1 {
    line-height: 60px;
    font-size: 50px;
    margin: 0
}

.comingsoonBlk p {
    padding: 40px;
    font-size: 21px;
}



.copyright {
    padding-top: 100px;
    color: #444;
    text-align: center;
}

.logowrapper {
    background-color: white;
    padding: 18px 18px 14px;
    max-width: 500px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    border: 4px solid white;
}

/*
.comingsoonBlk {background: rgb(255, 153, 0);color: #fff; border-color:rgb(255, 153, 0);}
.wrapper {border-bottom-color:rgb(255, 153, 0);}

 */
/* 
.comingsoonBlk {background: rgb(109, 109, 109); border-color:rgb(109, 109, 109);color: #fff;}
.wrapper {border-bottom-color:rgb(109, 109, 109);}
 */
.comingsoonBlk {
    background: #23bcbe;
    color: #fff;
    border-color: #23bcbe;
}

a {
    color: #3c3d44;
}

a:hover {
    color: #fff;
}