@import "https://fonts.googleapis.com/css?family=Roboto:300,400,500,700";

* {
    box-sizing: border-box;
}

html, body {
    margin: 0;
    height: 100%;
    background: rgba(12, 60, 96, 1);
}

header {
    background: rgba(12, 60, 96, 1);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
}

header a {
    color: #fff;
    text-decoration: none;
    font-weight: 400;
}

header .logo {
    position: absolute;
    left: 0;
    bottom: 0;
}

nav {
    margin-left: 180px;
}

nav .main {
    margin: 0;
    padding: 0;
    list-style: none;
    clear: both;
}

nav .main li {
    display: inline-block;
    padding: 35px 10px 28px;
}

nav .main li a {
    font-size: .8em;
    display: inline-block;
    padding: 0 10px;
}

nav .main li a:hover {
    color: rgba(255,255,255,.9);
}

main {
    margin: 88px 0 0;
    /*min-height: calc(100% - 88px - 20px);*/
    position: relative;
    z-index: 100;
    background: #fff;
    padding: 50px 0;
}

.container {
    font-size: 17px;
    -webkit-font-smoothing: antialiased;
    line-height: 1.5;
    font-family: "robotto", sans-serif;
    font-weight: 400;
    color: #777;
    box-sizing: border-box;
    width: 100%;
    max-width: 1260px;
    margin-right: auto;
    margin-left: auto;
    position: relative;
    padding-left: 15px;
    padding-right: 15px;
}

.hv-memberlist .member {
    padding: 0 20px 40px 0;
}

footer {
    background: rgba(12, 60, 96, 1);
    padding: 10px;
    position: relative;
    z-index: 0;
}

@media (min-width: 992px) {
    .hv-memberlist .member {
        width: 50%;
        float: left;
        padding: 0 20px 40px 0;
    }

    .hv-memberlist .member:nth-child(odd) {
        clear: both;
    }

    .hv-memberlist:after {
        content: "";
        display: table;
        clear: both;
    }
}
