body {
	background: white;
    color: #222;
    padding: 0;
    margin: 0;
    font-family: 'Vollkorn',"Helvetica Neue","Helvetica",Helvetica,Arial,sans-serif;
    font-weight: normal;
    font-style: normal;
    line-height: 1;
    position: relative;
    cursor: default
}

.bg-dark {
	background-color: #222!important;
}

/*main > .container-md {
	padding-top: 60px;
}*/

/* Text formats */

p {
    font-family: inherit;
    font-weight: normal;
    font-size: 1.2em;
    line-height: 1.6;
    margin-bottom: 1.25em;
    text-rendering: optimizeLegibility
}

a {
    color: #e4ad5d;
    text-decoration: none;
    line-height: inherit;
}

a.visited a.link a.active {
    color: #e4ad5d;
    text-decoration: none;
    line-height: inherit;
}

.page-title {
    border: 2px solid #222;
    display: inline-block;
    margin: 22px 0 66px 0;
}

.copy-text {
    margin-bottom: 66px;
    font-size: .6em;
}

h1,h2,h3,h4,h5,h6 {
    font-family: 'Montserrat',"Helvetica Neue","Helvetica",Helvetica,Arial,sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 3px;
    margin-right: -3px;
    font-style: normal;
    color: #222;
    text-rendering: optimizeLegibility;
    line-height: 1.2125em
}
