body {
    background-image: url(bg.png);
    background-size: auto;
    text-transform: uppercase;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment;
    background-position: center;
    color: #ffffff;
    font-family: "Roboto", Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 20px;
    line-height: 1.6;
    margin: 0 auto;
    -webkit-font-smoothing: antialiased;
    border: 0 !important;
}

a {
    transition: 0.2s;
    color: #fff;
    text-decoration: none;
}
a:hover {
    color: #b300cf;
    text-decoration: none;
}

.container-fluid {
    text-align: center;
    padding-top: 20px;    
}

.image {
    width: 100%;
    max-width: 600px;
}

h1 {
    color: #fff;
    text-transform: uppercase;
    
    margin-top: -40px;
    margin-bottom: 20px
}

a.cta {
    background: transparent;
    border: 2px solid #b300cf;
    color: #fff;
    border-radius: 0;
    font-weight: 700;
    padding: 5px 20px 6px;
    margin: 10px 5px;
}
a.cta:hover {
    background: #b300cf;
    border: 2px solid #b300cf;
    color: #000;
    border-radius: 0;
}

.social {
    padding: 20px;
    margin-left:-10px;
}
.social a {
    color: #fff;
}
.social a:hover{
    color: #b300cf;
}

#mlb2-1787436 {
    margin-top: 20px !important;
}
.ml-form-embedWrapper {
    background: transparent !important;
}
#mlb2-1787436.ml-form-embedContainer input {
    background: transparent !important;
    padding: 20px 10px !important;
}
.feather {
    width: 36px;
    height: 36px;
    text-align: center;
}

#copy {
    text-align: center;
    margin: 70px auto 15px;
}

.credit {
    font-weight: 500 !important;
    font-size: 70%;
    text-align: center;
    padding: 0;
    margin: -15px 0 0 0;
    font-weight: 400 !important;
    opacity: .7;
}
.credit:hover {
    opacity: 1;
}
.credit a {
    border-bottom: 2px solid #b300cf;
}