/* GENERAL
--------------------------------------- */

html {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
}

body {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    color: #ffffff;
    font-family: Arial;
    font-size: 14px;
    background-image: url(../images/background.jpg);
    background-position: top center;
    background-repeat: repeat;
    background-color: #000000;
    text-shadow: 0 0 10px rgba(0,0,0,.5);
}

.container {
    margin-top: 50px;
    margin-bottom: 50px;
}

img {
    max-width: 100%;
}

p {
    font-size: 20px;
    margin: 0px;
    padding: 0px;
    margin-bottom: 40px;
    text-align: center;
    font-family: 'Raleway', sans-serif;
}

h2 {
    font-size: 40px;
    margin: 0px;
    padding: 0px;
    margin-bottom: 20px;
    text-align: center;
    font-family: 'Raleway', sans-serif;
    text-transform: uppercase;
}

#logo {
    margin-bottom: 30px;
}

#video {
    margin-bottom: 30px;
}

iframe {
    width: 100%;
}

.video-container {

    -webkit-box-shadow: 0 0 15px 0 rgba(0,0,0,.5);
    box-shadow: 0 0 15px 0 rgba(0,0,0,.5);
    margin-bottom: 10px;
}

#newsletter {
    margin-bottom: 30px;
}

#newsletter p {
    margin-bottom: 10px;
    font-size: 18px;
}

#social {
    text-align: center;
    width: 100%;
    list-style-type: none;
    margin: 0px;
    padding: 0px;
    margin-bottom: 20px;
}

#social li {
    margin: 0px;
    padding: 0px;
    display: inline;
}

#social a {
    color: #ffffff;
    font-size: 50px;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -ms-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
}

#social a:hover {
    color: #999999;
}

#copyright {
    font-size: 12px;
    text-align: center;
    margin-bottom: 50px;
}

#copyright a {
    color: #ffffff;
    text-decoration: none;
}

#copyright a:hover {
    color: #ffffff;
    text-decoration: underline;
}