@import url("https://fonts.googleapis.com/css?family=Lato:100,300,400,700,900|Source+Sans+Pro:200,300,400,600,700,900|Open+Sans:300,400,600,700,800");
body { background-color: rgb(12, 58, 91); font-family: Lato; font-size: 1.2rem; background-position: 50% 50%; background-size: cover; background-repeat: no-repeat; background-attachment: fixed; }
.container { max-width: 1000px; }
.arc-main-content { margin-top: 0px; background-color: rgb(12, 58, 91); box-shadow: none; margin-bottom: 0px; }
header { padding-top: 0px; background-color: rgb(12, 58, 91); padding-bottom: 0px; }
footer { background-color: rgb(12, 58, 91); background-position: 50% 50%; background-size: cover; background-repeat: no-repeat; background-attachment: fixed; background-image: none; }
.arc-mainmenu a { color: rgb(255, 255, 255); }
.arc-mainmenu .arc-menuitem-active a { color: rgb(235, 196, 121); }
.arc-mainmenu a:hover { color: rgb(235, 196, 121); }
a:hover { color: rgb(235, 196, 121); }
a:hover.text-light { color: rgb(235, 196, 121); }
a { color: rgb(235, 196, 121); text-decoration: underline; }
h1 { color: rgb(255, 255, 255); font-family: "Source Sans Pro"; font-weight: 700; }
h2, h3, h4, h5, h6 { color: rgb(235, 196, 121); font-family: "Source Sans Pro"; font-weight: 400; }
.button { background-color: rgb(235, 196, 121); color: rgb(12, 58, 91); font-size: 1.8rem; }
.button:hover { background-color: rgb(12, 58, 91); color: rgb(235, 196, 121); }
p { color: rgb(255, 255, 255); }
