
@import "https://fonts.googleapis.com/css?family=Roboto+Condensed:400,700,300";
* {
    background-color: #efefef;
    margin: 0;
    padding: 0;
}
.logo-containter {
    background-color: white;
    box-shadow: 0px 0px 10px #dedede;
    margin-top: 5%;
}
.primestep-logo {
    background: transparent url("primestep_logo.jpg") no-repeat scroll center center / contain ;
    display: block;
    height: 185px;
    margin: 0 auto;
    position: relative;
    width: 70%;
}
.comming-soon {
    font-size: 45px;
    margin-top: 50px;
}
.email, .email a, .email a:active {
    background-color: white !important;
    border-top: 0 solid #d1d1d1;
    box-shadow: 0 -1px 0 white;
    color: #7f7f7f !important;
    font-size: 23px;
    font-weight: 400 !important;
    margin: 0 auto;
    padding-bottom: 20px;
    padding-top: 20px;
    width: 50%;
}
.email a:hover {
    color: #5f5f5f !important;
}
.comming-soon, .email {
    color: #9f9f9f;
    display: block;
    font-family: "roboto condensed";
    font-weight: 100;
    text-align: center;
    text-shadow: 1px 1px 0 white;
}
@media (max-width: 690px) {
.primestep-logo {
    width: 100%;
}
.email, .email a {
    font-size: 18px;
    margin: 0 auto;
}
.email {
    width: 100%;
    margin-top: -5%;
}
.comming-soon {
    font-size: 33px;
    margin-top: 50px;
}
}
