/* Add here all your CSS customizations */
@import url(http://fonts.googleapis.com/css?family=Maven+Pro:300,400,500,700);

.white p,
.white div,
.white h1,
.white h2 {
    color: white !important;
}


.outerspace {
    padding-top: 40px;
    padding-bottom: 40px;
}


.parallax {
    text-shadow: 0px 0px 45px #000000;
}

h1, h2, h3, h4 {
    font-family: "Maven Pro", "Open Sans", Helvetica, sans-serif;
}


.btn-white,
.btn-white.btn-lg,
.btn-white.btn-sm,
.btn-white.btn-xs {
    border: solid 3px #fff !important;
    background-color: transparent !important;
    color: #fff !important;
}

    .btn-white:hover,
    .btn-white.btn-lg:hover,
    .btn-white.btn-sm:hover,
    .btn-white.btn-xs:hover {
        border: solid 3px #aaa !important;
        background-color: rgba(13, 13, 13, 0);
        color: #ddd !important;
    }

    .btn-white:focus,
    .btn-white.btn-lg:focus,
    .btn-white.btn-sm:focus,
    .btn-white.btn-xs:focus {
        border: solid 3px #aaa !important;
        background-color: rgba(0, 0, 0, 0);
        color: #fff !important;
    }
