.thin {
    font-weight: 100;
}

.mont {
    font-family:'Montserrat', sans-serif;
}

.sans {
    font-family:'Open Sans', sans-serif;
}

.roboto {
    font-family: 'Roboto', sans-serif;
}

.no-select {
    user-select:none;
    -moz-user-select:none;
    -webkit-user-select:none;
}

.center-text {
    text-align:center;
}

.center-content {
    margin:0 auto;
}

.underline {
    text-decoration:underline;
}

.default-cursor {
    cursor:default;
}

.pointer {
    cursor: pointer;
}

.header-offset {
    position:relative;
    top:-50px;
}

h1, h3, h2, p, b, span {
    color:#e0e0e0;
}

a {
    color: #b4b4b4;
    font-weight: 400;
}

a:visited {
    color: #a5a5a5;
    font-weight: 400;
}

.button {
    font-size: 15pt;
    padding-left: 5px;
}

#title {
    font-size: 50pt;
}

#header {
    display: inline;
    width: 100%;
}

#footer {
    width: 85%;
}

#content {
    width: 75%;
    background-color: #4C4948;
    border-radius: 5px;
    padding: 0 5px 0 5px;
}

.post {
    background-color: #707070;
    border-radius: 5px;

    padding: 0 2px 0 2px;
}