@import url(https://fonts.googleapis.com/css?family=Oswald);
@import url('https://fonts.googleapis.com/css2?family=Permanent+Marker&Display=swap');
@font-face {
  font-family: 'Jurassic Park';
  src: url("jurrasic-park.ttf") format("truetype");
}
/* line 21, ../../../../../Ruby22/lib/ruby/gems/2.2.0/gems/susy-2.2.3/sass/susy/language/susy/_box-sizing.scss */
*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 15, ../sass/style.scss */
body {
  background-color: #FAF9F6;
}

/* line 19, ../sass/style.scss */
h1 {
  font-family: 'Permanent Marker', cursive;
}

h2, h3, p {
  font-family: 'Oswald', sans-serif;
}

/* line 23, ../sass/style.scss */
h1, h2 {
  margin-top: 5px;
  margin-bottom: 5px;
}

/* line 27, ../sass/style.scss */
h1 {
  font-size: 2em;
  color: black;
}

/* line 32, ../sass/style.scss */
h2 {
  font-size: 1.5em;
  color: #EEFF00;
}

/* line 37, ../sass/style.scss */
p {
  font-size: 1em;
  color: #EEFF00;
}

/* line 42, ../sass/style.scss */
.wrapper {
  max-width: 1120px;
  margin-left: auto;
  margin-right: auto;
}
/* line 12, ../../../../../Ruby22/lib/ruby/gems/2.2.0/gems/susy-2.2.3/sass/susy/output/support/_clearfix.scss */
.wrapper:after {
  content: " ";
  display: block;
  clear: both;
}

/* line 46, ../sass/style.scss */
.header {
  width: 100%;
  float: left;
  padding-left: 0.83333%;
  padding-right: 0.83333%;
  height: 200px;
}

/* line 51, ../sass/style.scss */
.slider-container {
  width: 100%;
  float: left;
  padding-left: 0.83333%;
  padding-right: 0.83333%;
  height: 315px;
  padding: 10px;
}

/* line 57, ../sass/style.scss */
.date {
  width: 30%;
  float: left;
  padding-left: 0.83333%;
  padding-right: 0.83333%;
  height: 350px;
  background-color: #EF0000;
  padding: 10px;
}

/* line 64, ../sass/style.scss */
.date-textbox {
  background-color: #71AFF8;
  padding: 10px;
  height: 330px;
}

/* line 70, ../sass/style.scss */
.contact {
  padding: 10px;
  width: 45%;
  float: left;
  padding-left: 0.83333%;
  padding-right: 0.83333%;
  height: 350px;
  background-color: #FFEE00;
}

/* line 77, ../sass/style.scss */
.contact-textbox {
  width: 50%;
  float: left;
  padding-left: 1.25%;
  padding-right: 1.25%;
  background-color: #71AFF8;
  padding: 10px;
  height: 330px;
}

.qr-code {
  width: 25%;
  float: right;
  height: 300 px;
}

.qr-code-textbox {
  padding: 10px;
  height: 250px;
  padding-top: 60px;
}

/* line 82, ../sass/style.scss */
.contact-textbox p {
  font-size: x-large;
  line-height: 1.5;
}
/* line 86, ../sass/style.scss */
.contact-textbox h1 {
  line-height: 1.25;
}

/* line 91, ../sass/style.scss */
.right {
  text-align: right;
}

/* line 95, ../sass/style.scss */
.bxslider {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* line 101, ../sass/style.scss */
a:link, a:visited, a:hover, a:active {
  color: #EEFF00;
}

h1 a:link, a:visited, a:hover, a:active {
  color: white;
}
