body {
    display: block;
    background: #050505;
}

#header {
    background: #151515;
    height: 140px;
    box-shadow: 0px 5px 40px -10px #ff1744;
    position: relative;
    display: block;
}

#header #background {
    background-image: url(rl_background.jpg);
    background-position-y: -180px;
    content: "";
    opacity: 0.3;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    position: absolute;   
    z-index: 0;
}

#content {
    margin-top: -60px;
    color: #fff;
    padding: 60px 20px 0;
}

#content img {
    margin: 0 auto;
    text-align: center;
}

#content p {
    font-size: 15px;
}
#content h1 {
    margin: 0 auto;
    text-align: center;   
    font-size: 35px; 
}

#promovid {
    margin-top: -60px;
    min-height: 400px;
    box-shadow: 0px 5px 40px -10px #ff1744;
}

#promovid h2 {
    margin: 0 auto;
    text-align: center;
    margin-top: 200px;
    color: #fff;
}

#logo {
    position: relative;
}

#logo img {
    margin: 0 auto;
}

#menu {
    position: absolute;
    bottom: 0;
}

#menu ul {
    width: 100%;
    list-style-type: none;
}

#menu ul li {
    color: #fff;
    float: left;
    margin: 0;
}

#menu ul li a {
    display: block;
    color: white;
    text-align: center;
    padding: 20px 25px;
    text-decoration: none;
    font-size: 20px;
    font-style: italic;
}

#menu ul li a:hover {
    border-top: 2px solid #ff1744;
    background-color: #202020;
}

.tile {
    /*box-shadow: 0px 0px 10px -2px #ff1744;*/
    min-height: 200px;
    background: #151515;
    margin-top: 30px;
}

.tile h2 {
    width: 100%;
    color: #fff;
    border-bottom: 1px dotted #ff1744;
    text-indent: 10px;
    margin-top: 10px;
    font-style: italic;
}

.tile p {
    color: #fff;
    padding: 10px;
}