body {
    margin: 0px;
}

.homepage {
    background: linear-gradient(#12b2e7, black);
    background-repeat: no-repeat;
    background-color: black;
}

nav {
    background-color: #333;
    height: 75px;
    font-family: "Typonine Sans Regular,Lucida Grande,Lucida,Verdana,sans-serif";
    font-size: 13px;
}

.homelink {
    margin: 10px 150px;
    font-family: Verdana,sans-serif;
    color: white;
    float: left;
    font-size: 30px;
    display: inline-block;
}

.homelink a {
    color: white;
    text-decoration: none;
}

.fsmall {
    position: absolute;
}

.hometext {
    display: inline-block;
    padding: 10px 0px 10px 42px;
}

.menu {
    float:right;
    margin-right: 150px;
}

ul {
    list-style-type: none;
    margin: 0;
}

li {
    color: white;
    float:left;
    margin: 18px 0px;
}

li a {
    font-family: Verdana,sans-serif;
    font-size: 15px;
    color: white;
    float:left;
    padding: 10px 12px;
    text-decoration: none;
    border-radius: 3px;
    transition: all 0.5s ease 0s;
}

li a:hover:not(.active) {
    background: #12b2e7;
}

.active {
    color: #12b2e7;
}

article {
    font-family: "TyponineSans Regular 18", "Lucida Grande", Lucida, Verdana, sans-serif;
    color: #4f4e4e;
    -webkit-font-smoothing: antialiased;
    padding: 15px 20px;
    max-width: 920px;
    margin: 0 auto;
}

h2 {
    font-family: "TyponineSans Regular 18", "Lucida Grande", Lucida, Verdana, sans-serif;
    font-size: 40px;
    color: #4f4e4e;
    margin-top: .6em;
    margin-bottom: .6em;
    line-height: 1.2em;
}
