/* Place your CSS styles in this file */

body {
    max-width:1500px;
    min-height:1000px;
    font-family: "Source Sans Pro", sans-serif;
    font-weight: normal;
}

section, content {
    width:70%;
    margin:auto;
}

h1, h2, topic {
    margin:40px 20px 10px 20px;
    font-weight: 400;
}

h4, authordev {
    margin:10px 20px 40px 20px;
    font-weight: 300;
}

p, h3, paragraph, subtopic {
    margin:20px 20px 20px 80px;
    font-weight:normal;
}

h3, subtopic {
    font-size:20px;
}

[contenteditable] {
    outline:0px solid transparent;
}
