* {
    margin: 0;
    padding: 0;
    list-style: none;
    box-sizing: border-box;
}

p,
h1 {
    margin-bottom: 30px;
    line-height: 1em;
}

html,
body {
    max-width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
}

body {
    background-color: #000;
    background-image: url("../images/bg-1920-black.png");
    background-position: center center;
    background-attachment: fixed;
    color: #fff;
    font-family: 'Roboto', sans-serif;
    font-family: 'Bebas Neue', cursive;
    font-size: 20px;
    line-height: 1.5em;
    text-align: center;
}

#wrapper {
    position: relative;
    /*border:5px solid green;*/
    width: 100%;
    padding: 20px;
}

#bg img {
    display: block;
    position: relative;
    z-index: 1;
    margin: 0 auto;
    /*width:100%;
		max-width:960px;*/


    width: 100%;
    height: auto;
    max-width: 250px;
    padding-top: 30px;
    padding-bottom: 30px;

}

.text {
    position: relative;
    z-index: 10;
    left: 0;
    width: 100%;
    line-height: 1em;
}

h1 {
    font-family: 'Bebas Neue', cursive;
    font-size: 3em;
    font-weight: normal;
}



#banner {
    position: relative;
    top: 71%;
    width: 100%;
    z-index: 10;
}

#banner img {
    display: inline-block;
}

#text-bottom-wrapper {
    position: relative;
    top: 60%;
    width: 100%;
    z-index: 20;
    padding-bottom: 50px;
}

#text-bottom {
    font-family: 'Roboto', sans-serif;
    width: 100%;
    z-index: 20;
    font-size: 1em;
    line-height: 1.5em;
}

#text-bottom > div {
    display: inline-block;
    width: 100%;
    max-width: 730px;
}

#text-bottom .footer {
    font-size: 0.7em;
    line-height: 1.2em;
    border-top: 1px solid #ccc;
    margin-top: 30px;
    padding-top: 30px;
}

#text-bottom .footer a {
    color: #fff;
}

#text-bottom ul,
#text-bottom ul li {
    margin: 0;
    padding: 0;
    list-style: none;
    font-family: 'sugoregular', Arial, Helvetica, sans-serif;
    font-family: 'Bebas Neue', cursive;
    font-size: 28px;
    text-align: left;
}

#text-bottom ul li a {
    display: block;
    padding: 20px;
    background-color: #eee;
    border-bottom: 1px solid #ccc;
    margin-bottom: 20px;
    color: #252122;
    text-decoration: none;

    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
}

#text-bottom ul li a:hover {
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -o-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}

#text-bottom ul li a i {
    color: #F03725;
    margin-right: 10px;
}

#text-bottom ul li div {
    display: none;
    padding: 20px;
    padding-top: 10px;
    padding-bottom: 40px;
    font-family: 'Roboto', sans-serif;
    font-size: 0.8em;
}

#overlay {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 30;
    height: 100%;
    width: 100%;
    background: #000;
    opacity: 0.75;
    display: none;
}

#video {
    display: none;
    position: fixed;
    top: 10%;
    left: 50%;
    margin-left: -365px;
    z-index: 40;
}

#video iframe {
    background-color: #000;
    -webkit-box-shadow: 0 0 30px 0 rgba(0, 0, 0, 1);
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, 1);
}

#video button,
#video button:focus {
    font-family: 'sugoregular', Arial, Helvetica, sans-serif;
    font-size: 20px;
    background-color: #F03725;
    color: #FFF;
    border: 0;
    padding: 10px 20px;
    cursor: pointer;
    -webkit-border-radius: 0;
    border-radius: 0;
}
