@font-face {
    font-family: MartelSans;
    src: url(../font/MartelSans-Regular.ttf);
}

html {
    color: #ececec;
    font-size: 1.0em;
    line-height: 1.4;
}

::-moz-selection {
    background: #f2f2e4;
    text-shadow: none;
}

::selection {
    background: #f2f2e4;
    text-shadow: none;
}

body {
    font-family: MartelSans, Helvetica, Helvetica Neue, Arial;
    background-color: #2f3236;
}

header {
    text-align: center;
    margin-bottom: 4em;
}

a:link {
    color: #cccccc;
}

a:visited {
    color: #cccccc;
}

a:hover {
    color: #dfdfdf;
}

a:active {
    color: #c2c2c2;
}

.container {
    padding: 10%;
}

.title {
    font-size: 4em;
    margin-bottom: 0;
}

.subtitle {
    letter-spacing: 2px;
    color: #e6e6e6;
}

.item {
    text-align: center;
    padding: 5px;
}

.copyright {
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 0.8em;
    color: #afafaf;
}
