@import url('https://s.lolstatic.com/awesomefonts/1.0.0/lol-fonts.css');

body
{
    color: #fff;
    background-color: #000;
}

.backdrop
{
    position: absolute;
    z-index: -10;
    top: 0;

    width: 100%;
    min-width: 1000px;
    height: 1074px;

    background: url('http://cdn.leagueoflegends.com/riotbar/prod/latest/images/bar/bg-backdrop-default.jpg') no-repeat scroll center top transparent;
}

#content
{
    width: 540px;
    margin: 0 auto;
}

.feature-border
{
    width: 540px;
}

.feature-border img
{
    width: 100%;
}

.feature-border::after
{
    position: relative;
    z-index: 9999;

    display: block;

    width: 540px;
    height: 185px;
    margin-top: -185px;

    content: '';

    background: transparent url('../img/feature-border.png') center top no-repeat;
}

.feature-content
{
    padding: 0 40px 20px 40px;

    text-align: center;

    background-color: #000;
}

.feature-content h1
{
    font-family: 'Constantia', 'Palatino', 'Georgia', serif;

    color: #cbac62;
}

.feature-content p
{
    font-family: 'Spiegel-Regular', sans-serif;

    color: #d3c7a9;
}

.feature-content a
{
    text-decoration: none;

    color: white;
}
