@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800|Source+Sans+Pro:200,300,400,600,700,900");
header { background-color: rgb(255, 255, 255); }
.button { background-color: rgb(150, 150, 150); }
.button:hover { background-color: rgb(150, 150, 150); }
.arc-mainmenu a:hover { color: rgb(252, 248, 248); }
nav, .arc-submenu { background-color: rgb(178, 176, 170); }
.arc-mainmenu a { font-weight: 600; color: rgb(247, 247, 247); font-size: 0.9rem; }
footer { padding-top: 0px; background-color: rgb(168, 168, 168); background-position: 50% 50%; background-size: cover; background-repeat: no-repeat; background-attachment: fixed; }
h2 { color: rgb(150, 150, 150); font-size: 1.7rem; }
body { background-color: rgb(247, 247, 247); font-size: 1.15rem; }
.text-light { color: rgb(255, 255, 255); }
a { color: rgb(188, 190, 193); }
a:hover { color: rgb(188, 190, 193); }
a:hover.text-light { color: rgb(242, 245, 247); }
p { color: rgb(42, 42, 47); }
.arc-mainmenu { text-align: left; }
.arc-main-content { margin-top: 0px; margin-bottom: 0px; background-color: rgb(255, 254, 251); }
