@import url("https://fonts.googleapis.com/css2?family=Oswald:400,300,700");
@import url("https://fonts.googleapis.com/css2?family=Merriweather:400,300,700");
@import url("https://fonts.googleapis.com/css2?family=Inconsolata:wght@300;400;700");
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;700");

.container {
    max-width: 940px;
}

.text-body-secondary {
    color: #969696 !important;
}

.primary-bg-color {
    background-color: #f0f0f0;
}

header h1 {
    font-family: "retail", sans-serif !important;
    font-weight: 700;
    font-size: 3rem;
    text-transform: uppercase;
}

header h2 {
    font-family: 'Merriweather', serif !important;
    font-weight: 300;
    font-size: 1.3rem;
    line-height: 100%;
}

header p {
    font-family: 'Open Sans', sans-serif !important;
    font-weight: 300;
    font-size: 1.8rem;
    text-transform: uppercase;
}

h3 {
    font-family: "Open Sans", sans-serif !important;
    font-weight: 700;
}

h4 {
    font-family: 'Merriweather', serif !important;
    font-size: small;
    letter-spacing: 1px;
}

p {
    font-family: "Inconsolata", monospace !important;
    font-weight: 400;
}

a {
    text-decoration: none;
    color: black;
}

a:hover {
    text-decoration: underline;
}

.btn-primary, .btn-primary:hover, .btn-primary:active, .btn-primary:visited {
    background-color: #ffffff !important;
    color: #333;
    border: 1px solid #d3d3d3;
    border-radius: 20px;
    text-decoration: none;
    font-family: "Open Sans", sans-serif !important;
    font-weight: 400;
}

.btn-primary:hover {
    border-color: black;
}

blockquote {
    border-left: 6px solid #999;
    padding-left: 1.5em;
}

.post-content a {
    text-decoration: underline;
    color: darkgreen;
}