.logo img {
    -webkit-filter: drop-shadow(0px 0px 1px rgba(255,255,255,.8));
    margin-left: auto;
    margin-right: auto;
}
.main-container{
    max-width: 1120px;
    margin-top: 15px;
}
.main-row{
    margin-top: 20%;
}
html{
    height: 100%;
}
body{
    color:#fff;
    display: table;
    height: 100%;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    font-size: 20pt;
    font-family: 'Biryani', sans-serif;
    font-weight: 300;

}
div.main-container{
    display: table-cell;
    vertical-align: initial;
    text-align: center;
}
h1{
    font-size: 32px;
    font-weight: 300;
    text-transform: uppercase;
    font-family: 'Biryani', sans-serif;
    margin-bottom: -5px;
}
.sub-text{
    font-size: 47pt;
    line-height: 47pt;
    font-weight: bold;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
}
#countdown{
    margin-top: 50px;
}
.time{
    font-size: 60px;
}
.time-name{
    font-size: 22px;
    margin-left: 15px;
}
p{
    font-size: 22px;
    margin-top: 10px;
}
a:hover, a:focus{
    text-decoration: none;
}
.social-icon:hover{
    background-color: #333;
    margin-top: -10px;
}
.text-box {
    border: none;
    border-radius: 0;
    height:44px;
}
#rocket-wrapper{
    top:30%;
}
#rocket-wrapper img{
    float: right;
    max-height: 414px;
}
@media(min-width:768px){
    .input-group{
        width: 440px;
        margin: 40px auto;
    }
    img{
        transition: all ease 400ms;
    }
}
@media(max-width:768px){
    #rocket-wrapper img{
        height:200px;
        z-index: 9999999999;
    }
    img{
        margin:0 auto;
    }
    .main-container {
        margin-top: 20px;
    }
    .countdown-time{
        text-align: center;
    }
    h1{
        font-size:25pt;
        font-weight: 300;
        text-transform: uppercase;
        font-family: 'Biryani', sans-serif;
        margin-bottom: -5px;
    }
    .sub-text{
        font-size: 40pt;
        line-height: 40pt;
        font-weight: bold;
        text-transform: uppercase;
        font-family: 'Montserrat', sans-serif;
    }
    p.description{
        text-shadow: 1px 1px 1px #0009;
    }
    .social{
        margin: 20px auto 0;
    }
    .description{
        font-size: 11pt;
        text-align: center !important;
        margin-top: 20px;
        margin-bottom: 0px;
    }
    .time {
        font-size: 30px;
    }
    #powered-by{
        margin-top: 0;
        margin-bottom: 30px;
    }
    #countdown {
        margin-top: 30px;
    }
}
