@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800|Source+Sans+Pro:200,300,400,600,700,900");
footer { background-color: rgb(255, 255, 255); }
h1 { font-family: Arial; font-size: 1.35rem; letter-spacing: 0.1rem; color: rgb(0, 0, 0); }
h2, h3, h4, h5, h6 { font-family: Arial; font-size: 1.1rem; letter-spacing: 0.02rem; line-height: 0.25; }
p { color: rgb(0, 0, 0); }
body { font-family: Arial; font-size: 0.95rem; line-height: 1.25; }
.button { color: rgb(17, 17, 17); font-size: 1.1rem; border-radius: 5px; box-shadow: rgba(0, 0, 0, 0.3) 0px 0px 10px; background: linear-gradient(white, rgb(241, 241, 241)); }
.button:hover { color: rgb(230, 70, 10); background: linear-gradient(to top, white, rgb(241, 241, 241)); box-shadow: rgba(0, 0, 0, 0.35) 0px 0px 12px; }
a { color: rgb(24, 66, 233); }
a:hover { color: rgb(41, 134, 255); }
header { background-color: rgb(255, 255, 255); padding-top: 15px; }
.text-light { color: rgb(255, 255, 255); }
