/* Use this for custom css */
body {
    background: url(../img/bg.jpg);
    background-color: #3d4255;
    background-size:cover;
    background-repeat: no-repeat;
    background-position: center top;
    height: 100%;
    width: 100%;
}
.topper {
    margin-top: 50px;
}
.img-responsive {
    margin: 0 auto;
}
.logo-topper img {
    max-width: 300px;
}
.topper-info {
    text-align: center;
    margin-top: 350px;
}
.btn-topper {
    margin-top: 10px !important;
}
.btn-primary {
    background: #f26222;
    color: white;
}
.btn-primary:hover {
    background: #f26222;
    color: white;
    font-size: 22px;
}
h3 {
    color: white;
}