/* compiled by scssphp v0.6.3 on Wed, 07 Apr 2021 15:25:39 +0000 (0.0047s) */

/*****************
 INITS
 ***********************************************/
body {
  font-family: 'Libre Baskerville', serif;
  width: 100%;
  color: #404041;
  font-size: 16px;
  background: white; }
/*****************
 CONTAINER AND COMMON DIVS
 ***********************************************/
#container {
  width: 100%;
  min-height: 600px; }

.clearfix {
  clear: both; }

.onepage {
  clear: both;
  min-height: 600px;
  padding-top: 2em; }

.centering_box {
  width: 100%;
  max-width: 1040px;
  margin-left: auto;
  margin-right: auto; }

.mobile_only {
  display: none; }

.desktop_only {
  display: block; }
/*****************
 COMMON DIV DECORATION
 ***********************************************/
.shadow_module {
  box-shadow: 1px 1px 4px 2px #ccc; }

.round_module {
  border-radius: 3px; }
/*****************
 COMMON MARKUP
 ***********************************************/
img {
  max-width: 100%;
  height: auto; }

a {
  text-decoration: none;
  color: inherit; }

.text a, .text p a {
  color: #ff0101; }

.text a:hover {
  color: #49c5f2; }

a:hover {
  text-decoration: underline;
  color: #001e3b;
  transition: color 0.15s ease-in-out; }

a:active, a:focus {
  text-decoration: none;
  color: inherit; }

ul {
  margin-left: 0;
  padding-left: 0; }
