* {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    box-sizing: border-box;
}

body {
    line-height: 1;
    background: #f4f4f4;
    background-color: #f4f4f4;
    color: #666666;
    font-family: "Source Sans Pro", Helvetica, sans-serif;
    font-size: 17pt;
    font-weight: 200;
    line-height: 1.65;
}

p {
    margin: 0 0 1em 0;
}

h1, h2, h3 {
    font-weight: 400;
    line-height: 1.5;
    margin: 0 0 1em 0;
    text-transform: uppercase;
    letter-spacing: 0.375rem;
}

h1 {
    font-size: 1.5em;
}

h2 {
    font-size: 1.25em;
}

h3 {
    font-size: 1em;
}

hr {
    border: 0;
    border-bottom: solid 1px;
    margin: 2em 0;
}

a {
    color: rgb(82, 94, 167);
    transition: color 0.2s ease, border-bottom-color 0.2s ease;
    text-decoration: none;
    border-bottom: dotted 1px;
}

a:hover, button:hover {
    color: #EF6480 !important;
    border-bottom-color: transparent;
}

h1, h2, h3 {
    color: #444;
}

hr {
    border-bottom-color: #666;
}

.button, button {
    appearance: none;
    transition: box-shadow 0.2s ease-in-out, background-color 0.2s ease-in-out, color 0.2s ease-in-out;
    border-radius: 4px;
    border: 0;
    cursor: pointer;
    display: inline-block;
    font-weight: 400;
    height: 3.5em;
    line-height: 3.5em;
    padding: 0 2em 0 2.375em;
    text-align: center;
    text-decoration: none;
    white-space: nowrap;
    text-transform: uppercase;
    letter-spacing: 0.325em;
    font-size: 0.65em;
    margin-top: 10px;
    background-color: transparent;
    box-shadow: inset 0 0 0 2px #666;
    color: #444444 !important;
}

ul.actions {
    cursor: default;
    list-style: none;
    padding-left: 0;
}

ul.actions li {
    display: inline-block;
    vertical-align: middle;
}

article {
    margin-top: 1em;
    background-color: grey;
}

.item {
    padding: 1em 1em 1em 1em;
    background-color: #fff;
    border-radius: 4px;
    text-align: center;
    height: 17em;
}

.item .header {
    border-radius: 4px;
    height: 15em;
    width: 25em;
    object-fit: cover;
    position: absolute;
    background-color: #444;
    color: rgba(255, 255, 255, 0.75);
    float: left;
    left: 15%;
}

.item > div {
    margin-left: 45%;
    vertical-align: middle;
    float: middle;
    position: relative;
}

@media (max-width: 1400px) {
    .item > div {
        margin-left: 0;
        float: none;
    }

    .item .header {
        visibility: hidden;
    }
}

.item header h1, .item header h2, .item header h3 {
    color: #fff;
}

.item header hr {
    border-bottom-color: #fff;
}

.item p {
    font-size: .9em;
}

.item header > * {
    position: relative;
    z-index: 1;
}

.item header h3 {
    margin: 0;
    pointer-events: none;
}

#wrapper {
    width: 64em;
    margin: 0 auto;
    max-width: calc(100% - 4em);
    padding: 4em 0 2em 0;
}

#wrapper > .main {
    margin-bottom: 4em;
}

#header {
    background-color: #444;
    color: rgba(255, 255, 255, 0.75);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 8em 0 6em 0;
    background-image: url("../img/index/Intro.png");
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    text-align: center;
    position: relative;
    cursor: default;
}

header img {
    max-width: 100%;
}

#header h1, #header h2, #header h3{
    color: #fff;
}
#header hr {
    border-bottom-color: #fff;
}

#header h1 {
    margin-bottom: 0.5em;
}

#header .inner {
    position: relative;
    z-index: 1;
}

#header.alt {
    height: 20em;
    min-height: 20em;
}

#header.alt h1 {
    font-size: 2em;
    padding: 0 0.3em 0.25em 0.3em;
    border-bottom: solid 2px #fff;
    text-transform: none;
    letter-spacing: 0;
}

#header.alt p {
    text-transform: uppercase;
    letter-spacing: 0.325rem;
    font-weight: 400;
    font-size: 0.6em;
}

#main {
    padding: 4em 4em 2em 4em;
    background-color: #fff;
    border-radius: 4px;
}

#intro {
    padding: 4em 4em 2em 4em;
    background-color: #fff;
    border-radius: 4px;
    text-align: center;
    font-size: 1em;
}