@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800|EB+Garamond:400|Source+Sans+Pro:200,300,400,600,700,900");
header { background-color: rgb(6, 165, 135); }
footer { background-color: rgb(39, 100, 119); }
body { font-family: "Open Sans"; }
h1 { font-family: "EB Garamond"; font-weight: 400; }
h2, h3, h4, h5, h6 { font-family: "EB Garamond"; font-weight: 400; }
.arc-mainmenu a { font-weight: 400; text-decoration: none; }
.button { background-color: rgb(6, 165, 135); font-size: 1.45rem; border-radius: 3px; }
.button:hover { background-color: rgb(39, 100, 119); }
.arc-mainmenu a:hover { color: rgb(39, 100, 119); }
a { color: rgb(39, 100, 119); }
.InputField, .InputSelect { font-size: 16px; }
