@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400);

html {
    font-size: 18px;
}

.center {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
}

body {
    font-family: 'Source Sans Pro', sans-serif;
    line-height: 1.6;
    font-size: 1em;
    margin: 0 0 0 0 !important;
}

#wrapper {
    width: 600px;

    position: absolute;
    top:0;
    bottom: 0;
    left: 0;
    right: 0;

    margin: 120px auto auto auto;
}

.content {
    width: 100%;
    margin: 0 auto;
    text-align: center;
}

h1 {
    font-weight: 600;
    font-size: 1.5em;
    color: #000;
}

h2 {
    font-weight: 300;
    font-size: 1.2em;
    color: #000;
}

h3 {
    font-weight: 200;
    font-size: 1.0em;
    color: #000;
}

p {
    font-family: 'Source Sans Pro', sans-serif;
    line-height: 1em;
    font-weight: 300;
    color: #333;
}


.navbar-fixed-top, .navbar-static-top {
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
}

.nav {
    margin-bottom: 0;
    display: block;
    width: 100%;
}

.navbar-fixed-top {
    background: #2C373A;
    transition-duration: 0.4s;
    border-bottom: 1px solid #e7eaec !important;
    z-index: 1 !important;
}

.navbar {
    min-height: 70px !important;
}

.logo-home {
    height: 37px;
    margin: 13px 60px;
}

ul {
    list-style-type: none;
}