* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}


body {
    font-size: 18px;
    background: #e3e7ea;
    cursor: default;
}

.container {
    width: 1078px;
    position: relative;
    margin: 10px auto 0px auto;
}

.header {
  width: 100%;
  float: left;
  text-align: center;
}

h1 {
    color: #000;
    font-size: 55px;
    font-family: 'Roboto Slab', serif;
    font-weight: 700;
    display: inline-block;
    margin-bottom: 10px;
}

.socialnav {
  position: absolute;
  right: 60px;
  top: 0;
}

.socialbutton {
    float: right;
    margin: 20px 60px 0 0;
    
}

.socialnav a {
    color: #000;
}

.socialnav a:hover {
    color: #FFF;
    cursor: pointer;
}

.content p {
    font-family: 'Raleway', sans-serif;
    text-align: justify;
    color: #4c4d4e;
    margin: 0px 10px 10px 10px;
    padding-right: 150px; 
    /*Improves rag of February 2019 update */
}

.content img {
    display: block;
    margin: auto;
    max-width: 100%;
    height: auto;
}

.content a {
    color: #4c4d4e;
    cursor: default;
    text-decoration: none;
}

.content a:hover {
    color: #000000;
    cursor: pointer;
}

.footer p {
    margin: 20px auto 20px auto;
    padding-left: 10px;
    font-size: 14px;
    color: #353637;
    font-family: 'Roboto Slab', serif;
    font-weight: 400;
}

