/* line 3, ../sass/local.scss */
.mainhead {
  padding-top: 0.3em;
  margin-top: 0.3em;
  text-align: left;
  font-family: "NovecentowideBookBold";
  font-size: 4em;
  background-image: url(/img/binocularsmall.jpg);
  background-position: right  center;
  background-repeat: no-repeat;
}

/* line 12, ../sass/local.scss */
.subhead {
  padding: 8px;
  margin-top: -1em;
  margin-left: 1em;
  font-family: "NovecentowideLightRegular";
  font-size: 1.3em;
  text-align: left;
  color: #3061b7;
}

/* line 22, ../sass/local.scss */
h2 {
  text-align: center;
  font-family: "NovecentowideLightRegular";
  font-size: 1.5em;
  font-color: olive;
}

/* line 31, ../sass/local.scss */
h3 {
  text-align: center;
  font-family: "NovecentowideLightRegular";
  font-size: 1.5em;
  font-color: olive;
}

c {display: block;
  margin-right: auto;
  margin-left; auto;
}

@font-face {
  font-family: 'NovecentowideLightRegular';
  src: url("/fonts/Novecentowide-Light-webfont.eot");
  src: url("/fonts/Novecentowide-Light-webfont.eot?#iefix") format("embedded-opentype"), url("/fonts/Novecentowide-Light-webfont.woff") format("woff"), url("/fonts/Novecentowide-Light-webfont.ttf") format("truetype"), url("/fonts/Novecentowide-Light-webfont.svg#NovecentowideLightRegular") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'NovecentowideBookBold';
  src: url("/fonts/Novecentowide-Bold-webfont.eot");
  src: url("/fonts/Novecentowide-Bold-webfont.eot?#iefix") format("embedded-opentype"), url("/fonts/Novecentowide-Bold-webfont.woff") format("woff"), url("/fonts/Novecentowide-Bold-webfont.ttf") format("truetype"), url("/fonts/Novecentowide-Bold-webfont.svg#NovecentowideBookBold") format("svg");
  font-weight: normal;
  font-style: normal;
}

/* line 74, ../sass/local.scss */
.button {
  font-family: "NovecentowideLightRegular";
  font-size: 1.5em;
}

   .style1, .style2, .style3, .style4 { display: block; position: relative; font-size: 100px; overflow: hidden; margin-right: 40px }
    .style1 {
      color: #ed5a76;
      text-shadow: 0 1px 0 rgba(0,0,0,0.5),
                   0 -1px 0 rgba(0,0,0,0.5),
                   1px 0 0 rgba(0,0,0,0.5),
                   -1px 0 0 rgba(0,0,0,0.5),
                   0 2px 0 rgba(0,0,0,0.3),
                   0 3px 0 rgba(0,0,0,0.4),
                   0 4px 0 rgba(0,0,0,0.5);
    }
    .style2 {
      color: transparent;
      text-shadow: 0 0 20px #1F849E
    }
    .style3 {
      position: relative;
      color: rgba(255,0,0,0.6);
      z-index: 99;
    }
    .style3 > span {
      position: absolute;
      content: "c";
      top: 38px;
      left: 3px;
      color: rgba(0,0,255,0.4);
      z-index: 0;
    }

.foundicon-adult:before {
  content: "\f009";
}

