* {
    margin: 0;
    padding: 0;
    outline: 0;
}

body, html {
    height: auto;
    width: 100%;
}

body {
    background: #000000 url("http://premiereconcreteconstruction.com/wp-content/uploads/2012/11/background-tile.jpg");
    color: #fffffe;
    font-family: 'OpenSans', sans-serif;
    overflow-x: hidden; 
    padding: 0;
    margin: 0; 
    height: auto;
    width: 100%;
}

h2 {
    margin-top: 30px;
    font-family: 'OpenSans', sans-serif;
    font-size: 3em;
    font-weight: bold;
    letter-spacing: 5px;
    color: #9698a4;
}

button[type=submit] {
    background: #2372bb;
    border-bottom: #1e4392 solid 4px;
    color: #fffffd;
    cursor: pointer;
    display: block;
    font-family: 'OpenSans', sans-serif;
    font-size: 1.3em;
    font-weight: 500;
    line-height: 15px;
    margin: 0 auto;
    padding: 3px 5px;
    border-radius: 5px;
    text-decoration: none;
    text-align: center;
    width: 63px;
}

/*Wrapper*/
.wrapper {
    display: block;
    margin: 0 auto;
    padding-bottom: 10px;
    max-width: 950px;
    text-align: center;
    font-size: .7em;
    width: 83%;
}


/*Header*/
header {
    background: #171a1b;
    display: block;
    margin: 0 auto;
    width: 100%;
}
header img {
    margin: 0;
    display: inline-block;
    max-height: 100px;
    max-width: 23px;
    padding: 0 0;
}

header p {
    margin: 0;
    padding: 10px auto;
    color: #ffffff;
    font-family: 'Open Sans', sans-serif;
    font-size: .7em;
    letter-spacing: .2em;
}

.modal {
    display:none;
}

/*Top Content Section*/
#popup {
    display: none;
    background: #040c12;
    border-radius: 6px;
    box-shadow: 0 0 10px #00caff;
    height: auto;
    margin: 0 auto;
    padding: 25px 10px 25px 10px;
    text-align: center;
    font-size: .7em;
    width: 20%;
    z-index: 999;
    top: 20vh;
    left: 0;
    right: 0;
    position: absolute;
}
#video {
    margin: 0 auto;
    text-align: center;
    font-size: 10px;
    font-weight: 300;
    font-family: 'Open Sans', sans-serif;
    letter-spacing: 1px;
    line-height: 38px;
    width: 50%;
}

#video img {
    box-shadow: 0 0 10px #000000;
}

#social {
    margin: 0 auto;
    float: right;
    width: 45%;
}
#popup #optin-form {
    font-weight: 700;
}
#popup #optin-button b {
    text-decoration: underline;
}
#popup .privacy {
    color: #9698a4;
    font-family: 'Open Sans', sans-serif;
    font-size: 1em;
    font-weight: 400;
    line-height: 16px;
    margin-bottom: 10px;
}
.form-control {
    display: block;
    border-radius: 10px;
    border: #1e4392 solid 2px;
    width: 80%;
    height: 30px;
    padding: 3px 20px 3px 20px;
    font-size: 1.5em;
    line-height: 1.42857143;
    color: #000;
    text-align: center;
    margin: 10px auto;
}

#popup div {
    margin-bottom: 20px;
}

/*Footer*/
footer {
    background: #171a1b;
    display: inline-block;
    padding: 32px 0;
    width: 100%;
    position: absolute;
    bottom: 0;
}
footer p {
    border: none;
    background: none;
    color: #9698a4;
    display: inline-block;
    font-family: 'Open Sans', sans-serif;
    font-size: 0.7em;
    font-weight: 400;
    line-height: 1.5em;
    margin: 0 auto;
    padding: 1px 30px 1px 30px;
}










