/* Elements */

h4 {
    color: #1D3DD2;
    font-size: 1.3em;
    margin-top: 1rem;
    text-transform: uppercase;
}

figure img {
    height: auto;
    width: 100%;
}

figure figcaption {
    font-style: italic;
    margin: .5rem 2.8rem 2rem;
    text-align: center;
}

figure.text {
    position: relative;
}

figure.text figcaption {
    color: #FFFFFF;
    font-size: 4rem;
    font-style: normal;
    font-weight: lighter;
    margin: 2rem;
    text-align: left;
    position: absolute;
    text-transform: uppercase;
    bottom: 1rem;
    z-index: 1;
    line-height: 1;
}

/* Header */

header {
    background-color: #000000;
    color: #FFFFFF;
    position: relative;
}

header a {
    color: #FFFFFF;
    text-decoration: underline;
}

header a:hover {
    color: inherit;
    opacity: .7;
    text-decoration: none;
}

header .img-logo {
    height: auto;
    width: 200px;
}

header .link {
    padding-top: 14%;
}

#slider .item img {
    display: block;
    width: 100%;
    height: auto;
}

/* Menu */

ul.menu,
ul.menu li {
    list-style: none;
    margin: 0;
    padding: 0;
}

ul.menu li > a {
    background-color: #999999;
    color: #FFFFFF;
    display: block;
    font-size: 2rem;
    font-weight: lighter;
    margin-bottom: 1rem;
    padding: 3.5rem 0;
    text-align: center;
}

ul.menu li > a:hover {
    opacity: .8;
    text-decoration: none;
}

ul.menu li:nth-child(1) > a { background-color: #2143CF; }
ul.menu li:nth-child(2) > a { background-color: #C261FC; }
ul.menu li:nth-child(3) > a { background-color: #46BD69; }
ul.menu li:nth-child(4) > a { background-color: #F43469; }
ul.menu li:nth-child(5) > a { background-color: #CB1D8B; }

/* Content */

.content {
    margin: 8rem auto;
}

.content header {
    background-color: #eaeaea;
    color: #FFFFFF;
    margin-bottom: 1rem;
    padding: 3rem 0;
    text-transform: uppercase;
}

.content header.blue { background-color: #2143CF; }
.content header.purple { background-color: #C261FC; }
.content header.green { background-color: #46BD69; }
.content header.red { background-color: #F43469; }
.content header.pink { background-color: #CB1D8B; }

.content blockquote {
    color: #777777;
    font-size: 80%;
    font-style: italic;
}

.content mark {
    background-color: transparent;
    color: #F43469;
    font-weight: lighter;
    font-size: 165%;
    text-transform: uppercase;
}

.content li {
    margin: .5rem auto 1rem;
}