@import url("https://fonts.googleapis.com/css?family=Quantico");

.content h2,
.content h3,
.content small {
    text-shadow: 0 1px 1px #f00;
    display: block
}

body {
    background: center center #181818;
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
    position: relative;
    height: 100%;
    padding: 0px 0 20px;
    width: 100%;
    font-family: Quantico, sans-serif
}

.content {
    min-width: 325px;
    width: 500px;
    margin: 0 auto;
    z-index: 100
}

.content .main {
    background: #101010;
    display: block;
    min-height: 100px;
    border-radius: 15px 15px 0px 0px;
    text-align: center;
    border-bottom: 1px solid #f00;
    -webkit-box-shadow: 0 7px 0 -7px rgba(51, 51, 51, .75);
    -moz-box-shadow: 0 7px 0 -7px rgba(51, 51, 51, .75);
    box-shadow: 0 7px 0 -7px rgba(51, 51, 51, .75)
}

.content .main div {
    padding: 20px
}

.content .main img {
    width: 100%;
    height: 160px;
}

.content .download {
    max-width: 200px;
    width: 100%;
    display: block;
    margin: 0 auto 30px
}

.content h3 {
    font-size: 20px;
    font-weight: 700;
    margin: 10px 0;
    color: #ddd;
}

.content h2 {
    font-size: 25px;
    font-weight: 700;
    color: #ddd;
    padding: 25px 5px 5px;
    text-transform: uppercase;
}

.content hr {
    border: 0;
    height: 1px;
    background-image: -webkit-linear-gradient(left, #101010, #f00, #101010);
    background-image: -moz-linear-gradient(left, #101010, #f00, #101010);
    background-image: -ms-linear-gradient(left, #101010, #f00, #101010);
    background-image: -o-linear-gradient(left, #101010, #f00, #101010)
}

.content small {
    font-size: 18px;
    color: #666
}

.content iframe {
    margin: 20px 0
}

.content .button {
    background-color: #f33;
    outline: 0;
    border: 0;
    padding: 15px 30px;
    color: #fafafa;
    border-radius: 5px;
    text-transform: uppercase;
    margin: 20px 0 10px;
    cursor: pointer;
    letter-spacing: 2px;
    font-weight: 700;
    text-shadow: 0 1px 1px #333;
    font-size: 13px
}

footer {
    display: block;
    height: auto;
    border-radius: 0px 0px 15px 15px;
    font-size: 16px;
    color: #ccc;
    padding: 20px 30px;
    border-top: 1px solid #f00;
    background-color: #000;
    text-align: left;
    -webkit-box-shadow: 0 7px 20px -7px rgba(51, 51, 51, .75);
    -moz-box-shadow: 0 7px 20px -7px rgba(51, 51, 51, .75);
    box-shadow: 0 7px 20px -7px rgba(51, 51, 51, .75)
}

footer span {
    float: right
}

footer span img {
    width: 18px;
    vertical-align: middle
}

footer span a:first-child {
    margin-right: 10px
}

footer a {
    color: #fff;
    text-decoration: none;
    text-shadow: 0 1px 1px rgba(0, 0, 0, .5)!important
}

footer small {
    font-size: 16px!important;
    color: #ddd!important;
    text-shadow: 0 1px 1px rgba(0, 0, 0, .5)!important
}

@media(max-width:767px) {
    .content {
        width: 90%
    }
    .content h2 {
        font-size: 20px
    }
    .content h3 {
        font-size: 17px
    }
    footer small,
    footer span {
        font-size: 14px!important
    }
    .content .download {
        max-width: 150px
    }
}