@import url("https://fonts.googleapis.com/css?family=Open+Sans+Condensed:300,700|Open+Sans:300,400,600,700,800|Source+Sans+Pro:200,300,400,600,700,900");
body { background-color: rgb(117, 109, 97); background-position: 50% 50%; background-size: cover; background-repeat: no-repeat; background-attachment: fixed; background-image: none; font-weight: 400; }
header { background-color: rgb(255, 255, 255); padding-top: 15px; background-position: 50% 50%; background-size: cover; background-repeat: no-repeat; background-attachment: fixed; }
.container { max-width: 960px; }
.arc-main-content { margin-top: 0px; }
p { color: rgb(34, 34, 34); }
h1 { font-weight: 700; color: rgb(60, 60, 60); font-family: "Open Sans Condensed"; }
h2, h3, h4, h5, h6 { font-family: "Open Sans Condensed"; font-weight: 700; font-size: 1.65rem; color: rgb(60, 60, 60); }
.button { background-color: rgb(229, 50, 44); }
.button:hover { background-color: rgb(242, 76, 70); }
a { color: rgb(229, 50, 44); text-decoration: underline; }
a:hover { color: rgb(242, 76, 70); }
a.text-light:hover { color: rgb(122, 38, 35); }
a.text-light { color: rgb(255, 79, 73); }
