@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800|Poppins:300,400,500,600,700|Source+Sans+Pro:200,300,400,600,700,900");
header { padding-top: 15px; background-color: transparent; }
nav { background-color: transparent; box-shadow: none; }
.arc-mainmenu { text-align: right; box-shadow: none; }
.arc-mainmenu a { border-bottom: 3px solid transparent; font-weight: 400; font-size: 1.3rem; text-decoration: none; color: rgb(255, 255, 255); font-family: "Open sans"; text-transform: none; letter-spacing: 0rem; }
.arc-mainmenu a:hover { color: rgb(255, 255, 255); border-bottom: 3px solid rgb(255, 255, 255); }
.arc-mainmenu .arc-menuitem-active a { color: rgb(255, 255, 255); background-color: transparent; }
h1 { font-family: Poppins; font-weight: 600; letter-spacing: 0rem; text-transform: none; font-size: 2.6rem; color: rgb(255, 255, 255); }
h2 { font-family: Poppins; font-weight: 300; font-size: 1.7rem; text-transform: none; letter-spacing: 0px; color: rgb(255, 255, 255); }
h3 { font-family: "Open Sans", Arial, sans-serif; font-weight: 300; font-size: 1.3rem; line-height: 20px; text-transform: uppercase; color: rgb(64, 64, 64); }
body { color: rgb(64, 64, 64); font-family: Poppins; font-weight: 400; font-size: 1.15rem; background-color: rgb(69, 150, 113); background-attachment: fixed; background-image: none; background-position: 50% 50%; background-size: cover; background-repeat: no-repeat; }
.button { font-family: Arial, sans-serif; font-weight: 700; padding: 10px 32px; letter-spacing: 3px; background-color: rgb(255, 255, 255); color: rgb(157, 37, 46); font-size: 0.8rem; border-radius: 10px; text-transform: uppercase; border: 3px solid rgb(157, 37, 46); margin-bottom: 15px; }
.button:hover { background-color: rgb(157, 37, 46); color: rgb(255, 255, 255); border: 3px solid rgb(157, 37, 46); margin-bottom: 15px; }
a { color: rgb(29, 177, 231); text-decoration: underline; }
a:hover { text-decoration: underline; color: rgb(136, 9, 76); }
a:hover.text-light { color: rgb(102, 102, 102); }
footer { background-color: rgb(37, 37, 37); }
b, strong { color: rgb(64, 64, 64); font-weight: 600 !important; }
p { color: rgb(255, 255, 255); font-weight: 300 !important; }
.container { max-width: 1600px; }
@media screen and (max-width: 690px) {
  body { background-position: center top; background-size: 150%; background-repeat: no-repeat; }
}
@media screen and (min-width: 1200px) {
  body { background-position: center -100px; background-size: 100%; background-repeat: no-repeat; }
}
