@import url("https://fonts.googleapis.com/css?family=Source+Sans+Pro:200,300,400,600,700,900|Open+Sans:300,400,600,700,800");
footer { background-color: rgb(255, 255, 255); }
.button { background-color: rgb(193, 186, 182); border-radius: 3px; font-size: 1.3rem; }
.button:hover { background-color: rgb(156, 144, 138); }
.arc-main-content { background-color: rgb(253, 238, 230); }
p { color: rgb(24, 39, 39); }
body { font-weight: 400; }
h2, h3, h4, h5, h6 { font-family: "Source Sans Pro"; }
.container { max-width: 1000px; }
.arc-main-content .row { padding-top: 15px; }
