body {
    background-color: #f2f2f2;
    color: #191919;
    font-family: 'Source Sans Pro', Arial, Helvetica, sans-serif;
    font-weight: 300;
    font-size: 16px;
    width: 100%;
    min-width: 320px;
    margin-bottom: 210px;
}

a, a:link, a:visited, a:active {
    color: #191919;
    text-decoration: none;
    font-weight: 400;
}

h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6 {
    font-family: inherit;
    font-weight: 300;
    line-height: 1.1;
    color: inherit;
}

h1,.h1,h2,.h2,h3,.h3 {
    margin-top: 20px;
    margin-bottom: 10px;
}

h1 small,h1 .small,.h1 small,.h1 .small,h2 small,h2 .small,.h2 small,.h2 .small,h3 small,h3 .small,.h3 small,.h3 .small {
    font-size: 65%;
}

h4,.h4,h5,.h5,h6,.h6 {
    margin-top: 10px;
    margin-bottom: 10px;
}

h4 small,h4 .small,.h4 small,.h4 .small,h5 small,h5 .small,.h5 small,.h5 .small,h6 small,h6 .small,.h6 small,.h6 .small {
    font-size: 75%;
}

h1,.h1 {
    font-size: 48px;
}

h2,.h2 {
    font-size: 36px;
}

h3,.h3 {
    font-size: 24px;
}

h4,.h4 {
    font-size: 21px;
}

h5,.h5 {
    font-size: 16px;
}

h6,.h6 {
    font-size: 14px;
}

p {
    margin: 0 0 10px;
}

.content {
    max-width: 970px;
    background-color: #f2f2f2;
    padding-top: 12px;
    margin: 0 auto;
}

.header {
    max-height: 180px;
    padding: 0 12px;
    display: flex;
}

.header .thumbnail-bust {
    margin-right: 24px;
}

.thumbnail-bust img {
    height: 180px;
    width: 180px;
}

.header .thumbnail, .header .header-content {
    float: left;
}

.header-content {
    flex-grow: 1;
    position: relative;
}

.header-content h1 a {
    font-weight: 300;
}

.header-content h1 {
    margin: 60px 0 12px;
}

.section {
    position: relative;
    background-color: white;
    box-shadow: 0 1px 3px rgba(150, 150, 150, 0.74);
    padding: 12px;
}

.container-list, .section {
    margin: 0 0 20px;
}

.container-header h3 {
    float: left;
    margin: 0;
}

.col-12 {
  width: 100%
}