

/* ==========================================================================
   Author's custom styles
   ========================================================================== */


body {
    background: url("../img/bg.jpg") no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.container {
    text-align: center;
}

img {
    margin-top: 30%;
    max-width: 100%;
}

.col-md-6 {
    padding: 0!important;
}

p {
    color: #fff;
    font-size: 50px;
    margin-top: 20%;
}














