@font-face {
    font-family: LeagueSpartan;
    src: url(../fonts/LeagueSpartan-Bold.otf);
}

@font-face {
    font-family: Lato;
    src: url(../fonts/Lato-Regular.ttf);
}

html {
    height: 100%;
}

body {
    min-height: 100%;
    background: linear-gradient(160deg, #ccebcc 50%, #fbf4e4 50%);
}

h1 {
    font-family: LeagueSpartan;
    letter-spacing: 2px;
}

h3 {
    font-family: Lato;
    font-style: italic;
    font-weight: 400;
    font-size: 1.2em;
    letter-spacing: 2px;
}

a {
    color: #373741;
    text-decoration: none;
}

a:hover {
    color: #fbf4e4;
}

hr {
    border: none;
    height: 2px;
    color: #373741;
    /* old IE */
    background-color: #373741;
    /* Modern Browsers */
}

.content {
    position: relative;
    z-index: 2;
    padding-top: 200px;
    margin: 0 auto;
    text-align: left;
    color: #373741;
}

.social {
    padding-right: 20px;
}