/* 
    Created on : Jun 27, 2018, 11:32:57 AM
    Author     : proberts
*/

body {
    background-color: #eaeaea;
    font-family: 'News Cycle', sans-serif;
}

#body {
    margin-left: 200px;
    margin-right: 200px;
}

h1 {
    font-family: 'News Cycle', sans-serif;
    font-weight: 100;
    font-size: 45px;
    font-stretch: normal;
    color: #043B58;
}

h2 {
    font-family: 'News Cycle', sans-serif;
    font-weight: 100;
    font-size: 40px;
    font-stretch: normal;
    color: #043B58;
}

h3 {
    font-family: 'News Cycle', sans-serif;
    font-weight: 100;
    font-size: 30px;
    font-stretch: normal;
    color: #0075C9;
}

h4 {
    font-family: 'News Cycle', sans-serif;
    font-weight: 100;
    font-size: 22px;
    font-stretch: normal;
    color: #0075C9;
}

h5 {
    font-family: 'News Cycle', sans-serif;
    font-weight: 100;
    font-size: 18px;
    font-stretch: normal;
    color: #0075C9;
}

p.copy {
    font-family: 'Pathway Gothic One', sans-serif;
    font-size: 20px;
}

p.para {
    font-family: 'Frank Ruhl Libre', serif;
    font-size: 22px;
    line-height: 35px;
}

div.code {
    border: 2px solid #55565A;
    border-radius: 25px;
    padding: 20px;
    background-color: white;
}

pre {
    padding-left: 25px;
}