* {
  box-sizing: border-box; }

.clearfix:after {
  content: "";
  display: table;
  clear: both; }

html {
  margin: 0%; }

body {
  margin: 0%;
  height: 100%;
  width: 100%;
  background-color: white; }

#overflow {
  overflow-x: hidden; }

/* Media Queries */
@-webkit-keyframes waves {
  from {
    -webkit-transform: scale(1);
            transform: scale(1);
    -sand-transform: scale(1); }
  to {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
    -sand-transform: scale(1.1); } }
@keyframes waves {
  from {
    -webkit-transform: scale(1);
            transform: scale(1);
    -sand-transform: scale(1); }
  to {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
    -sand-transform: scale(1.1); } }
@-webkit-keyframes rock {
  from {
    -webkit-transform: rotate(-2deg);
            transform: rotate(-2deg);
    -sand-transform: rotate(-2deg); }
  to {
    -webkit-transform: rotate(2deg);
            transform: rotate(2deg);
    -sand-transform: rotate(2deg); } }
@keyframes rock {
  from {
    -webkit-transform: rotate(-2deg);
            transform: rotate(-2deg);
    -sand-transform: rotate(-2deg); }
  to {
    -webkit-transform: rotate(2deg);
            transform: rotate(2deg);
    -sand-transform: rotate(2deg); } }
@-webkit-keyframes move {
  from {
    left: 100vw; }
  to {
    left: 16.5vw; } }
@keyframes move {
  from {
    left: 100vw; }
  to {
    left: 16.5vw; } }
img.border_image {
  height: 200px;
  width: auto;
  -webkit-transform: translateX(-290px);
      -ms-transform: translateX(-290px);
          transform: translateX(-290px);
  -sand-transform: translateX(-290px);
  z-index: 1;
  background-color: #0e3251; }
  @media screen and (max-device-width: 1024px) {
    img.border_image {
      -webkit-transform: translateX(-500px);
          -ms-transform: translateX(-500px);
              transform: translateX(-500px);
      -sand-transform: translateX(-500px); } }
  @media screen and (max-device-width: 768px) {
    img.border_image {
      -webkit-transform: translateX(-450px);
          -ms-transform: translateX(-450px);
              transform: translateX(-450px);
      -sand-transform: translateX(-450px); } }
  @media screen and (max-device-width: 425px) {
    img.border_image {
      -webkit-transform: translateX(-400px);
          -ms-transform: translateX(-400px);
              transform: translateX(-400px);
      -sand-transfrom: translateX(-400px); } }
  @media screen and (min-device-width: 1441px) {
    img.border_image {
      background-color: #2bb673;
      -webkit-transform: translateX(0px);
          -ms-transform: translateX(0px);
              transform: translateX(0px);
      -sand-transform: translateX(0px); } }

img.border_image_form {
  height: 950px;
  width: auto;
  -webkit-transform: translateX(-290px);
      -ms-transform: translateX(-290px);
          transform: translateX(-290px);
  -sand-transform: translateX(-290px);
  z-index: 1;
  margin-bottom: 0px;
  border: 0px; }
  @media screen and (max-device-width: 425px) {
    img.border_image_form {
      -webkit-transform: translateX(-360px);
          -ms-transform: translateX(-360px);
              transform: translateX(-360px);
      -sand-transform: translateX(-360px); } }
  @media screen and (min-device-width: 1441px) {
    img.border_image_form {
      -webkit-transform: translateX(0px);
          -ms-transform: translateX(0px);
              transform: translateX(0px);
      -sand-transform: translateX(0px); } }

header {
  position: relative; }

#header_phoneNumber {
  font-family: "Roboto Condensed", Helvetica;
  color: #0e3251;
  width: 30%;
  height: 100%;
  font-size: 2em;
  display: block;
  margin-left: auto;
  text-align: right;
  padding-right: 2.5%;
  padding-top: 2.5%; }
  @media screen and (max-device-width: 1024px) {
    #header_phoneNumber {
      font-size: 1.5em; } }
  @media screen and (max-device-width: 768px) {
    #header_phoneNumber {
      font-size: 1.3em; } }

.waves {
  -webkit-animation: waves 1.5s ease-in-out;
          animation: waves 1.5s ease-in-out;
  -webkit-animation-direction: alternate;
          animation-direction: alternate;
  -webkit-animation-iteration-count: 6;
          animation-iteration-count: 6; }

.rock {
  -webkit-animation: rock 1s ease-in-out infinite, move 10s ease-in 1;
          animation: rock 1s ease-in-out infinite, move 10s ease-in 1;
  -webkit-animation-direction: alternate;
          animation-direction: alternate; }

section {
  width: 100vw;
  height: 100vh;
  padding-bottom: 100px;
  z-index: 6; }
  @media screen and (max-device-width: 425px) {
    section {
      padding-top: 0px; } }

.content_wrapper {
  padding: 2.5% 5% 2.5% 5%; }
  @media screen and (max-device-width: 425px) {
    .content_wrapper {
      padding-top: 60px; } }

.sectionIcon {
  display: block;
  width: 80px;
  height: 80px;
  z-index: 5;
  opacity: 0.5;
  margin-left: auto;
  margin-right: auto;
  -webkit-transition: -webkit-transform 2s ease;
          transition: transform 2s ease; }
  @media screen and (max-device-width: 768px) {
    .sectionIcon {
      width: 65px;
      height: 65px; } }
  @media screen and (max-device-width: 425px) {
    .sectionIcon {
      width: 50px;
      height: 50px;
      left: 23vw; } }

.header {
  font-family: "Roboto Condensed", Helvetica;
  font-weight: 400;
  font-size: 3em;
  color: #0e3251;
  width: auto;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 5px;
  vertical-align: middle; }
  @media screen and (max-device-width: 1024px) {
    .header {
      font-size: 1.9em; } }
  @media screen and (max-device-width: 768px) {
    .header {
      font-size: 2em; } }
  @media screen and (max-device-width: 425px) {
    .header {
      font-size: 1.5em; } }

.header_wrapper {
  width: 50%;
  height: 200px;
  padding-left: 10%;
  padding-right: 10%;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  border-top: 10px solid #2bb673;
  border-radius: 10px; }
  @media screen and (max-device-width: 425px) {
    .header_wrapper {
      width: 90%; } }

.text_container {
  background-color: rgba(255, 255, 255, 0.7);
  border-radius: 10px;
  padding-left: 20px;
  padding-bottom: 20px;
  margin-top: 5px;
  height: 90%; }
  @media screen and (max-device-width: 425px) {
    .text_container {
      padding-top: 10px; } }

.grid-1 {
  width: 100%; }

.grid-2 {
  width: 50%; }

.grid-3 {
  width: 31%; }

.grid-4 {
  width: 25%; }

.grid-5 {
  width: 20%; }

.grid-6 {
  width: 16.66667%; }

.grid-7 {
  width: 14.2867%; }

.grid-8 {
  width: 12.5%; }

.grid-9 {
  width: 11.11111%; }

.grid-10 {
  width: 10%; }

#main_section {
  position: relative;
  width: 100vw;
  height: auto;
  display: block;
  padding-top: 0;
  background-color: white;
  padding-bottom: 0px; }

.CallButton {
  position: fixed;
  bottom: 2%;
  left: 30%;
  z-index: 6;
  text-decoration: none; }
  @media screen and (min-device-width: 426px) {
    .CallButton {
      display: none; } }

#CallButton {
  width: 150px;
  height: 50px;
  border-radius: 30px;
  background-color: #2bb673;
  color: #0e3251;
  font-family: "Roboto Condensed", Helvetica;
  font-weight: 400;
  font-size: 1.5em;
  text-align: center;
  padding-top: 4%;
  border: 5px solid rgba(255, 255, 255, 0.2); }

@-webkit-keyframes fish {
  from {
    -webkit-transform: rotate(-1deg);
            transform: rotate(-1deg); }
  to {
    -webkit-transform: rotate(1deg);
            transform: rotate(1deg); } }

@keyframes fish {
  from {
    -webkit-transform: rotate(-1deg);
            transform: rotate(-1deg); }
  to {
    -webkit-transform: rotate(1deg);
            transform: rotate(1deg); } }
@-webkit-keyframes setHook {
  from {
    -webkit-transform: translateX(120vw);
            transform: translateX(120vw); }
  to {
    -webkit-transform: translateX(0px);
            transform: translateX(0px); } }
@keyframes setHook {
  from {
    -webkit-transform: translateX(120vw);
            transform: translateX(120vw); }
  to {
    -webkit-transform: translateX(0px);
            transform: translateX(0px); } }
@-webkit-keyframes jerkAndPull {
  0% {
    -webkit-transform: rotate(-10deg);
            transform: rotate(-10deg); }
  30% {
    -webkit-transform: rotate(5deg);
            transform: rotate(5deg); }
  50% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  60% {
    -webkit-transform: rotate(15deg);
            transform: rotate(15deg); }
  70% {
    -webkit-transform: rotate(5deg);
            transform: rotate(5deg); }
  95% {
    -webkit-transform: rotate(30deg);
            transform: rotate(30deg); } }
@keyframes jerkAndPull {
  0% {
    -webkit-transform: rotate(-10deg);
            transform: rotate(-10deg); }
  30% {
    -webkit-transform: rotate(5deg);
            transform: rotate(5deg); }
  50% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  60% {
    -webkit-transform: rotate(15deg);
            transform: rotate(15deg); }
  70% {
    -webkit-transform: rotate(5deg);
            transform: rotate(5deg); }
  95% {
    -webkit-transform: rotate(30deg);
            transform: rotate(30deg); } }
.jerkAndPull {
  -webkit-animation: jerkAndPull 2s 1 linear;
          animation: jerkAndPull 2s 1 linear;
  -webkit-transition: -webkit-transform 3s ease-in;
          transition: transform 3s ease-in;
  -webkit-transform: translateY(-70px);
      -ms-transform: translateY(-70px);
          transform: translateY(-70px); }

.swimAndBite {
  -webkit-animation: fish 2s infinite ease-in-out, setHook 1.5s ease-in 1;
          animation: fish 2s infinite ease-in-out, setHook 1.5s ease-in 1;
  -webkit-animation-direction: alternate;
          animation-direction: alternate; }

#logo_container {
  position: absolute;
  top: 100px;
  left: 40%;
  width: 100vw;
  height: 300px; }
  @media screen and (max-device-width: 768px) {
    #logo_container {
      left: 30%; } }
  @media screen and (max-device-width: 425px) {
    #logo_container {
      left: 18%; } }
  #logo_container #logo {
    position: absolute;
    width: auto;
    height: 150px;
    margin: auto;
    z-index: 6; }
    @media screen and (max-device-width: 425px) {
      #logo_container #logo {
        height: 120px; } }

@-webkit-keyframes sway {
  from {
    -webkit-transform: rotate(-10deg);
            transform: rotate(-10deg);
    -sand-transform: rotate(-10deg); }
  to {
    -webkit-transform: rotate(10deg);
            transform: rotate(10deg);
    -sand-transform: rotate(-10deg); } }

@keyframes sway {
  from {
    -webkit-transform: rotate(-10deg);
            transform: rotate(-10deg);
    -sand-transform: rotate(-10deg); }
  to {
    -webkit-transform: rotate(10deg);
            transform: rotate(10deg);
    -sand-transform: rotate(-10deg); } }
nav.js {
  position: absolute;
  top: 115px;
  left: 37%;
  height: auto;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 10px 10px 10px 10px;
  border: 2.5px solid white;
  z-index: 5; }
  @media screen and (max-device-width: 768px) {
    nav.js {
      left: 25%; } }
  @media screen and (max-device-width: 425px) {
    nav.js {
      left: 20%;
      height: auto;
      top: 90px; } }
  nav.js ul {
    list-style-type: none;
    width: 400px;
    margin-top: 60px;
    padding-left: 0;
    font-family: "Roboto Condensed", Helvetica;
    font-weight: 400;
    font-size: 2em;
    text-align: center; }
    @media screen and (max-device-width: 425px) {
      nav.js ul {
        width: 250px;
        margin-top: 55px;
        z-index: 4;
        font-size: 1.5em; } }
    nav.js ul li {
      display: block;
      margin-top: 5%;
      width: 100%;
      text-decoration: none;
      color: white;
      -webkit-transition: opacity 1s ease;
              transition: opacity 1s ease;
      z-index: 4; }
      @media screen and (max-device-width: 425px) {
        nav.js ul li {
          padding-left: 0%; } }
      nav.js ul li a {
        text-decoration: none;
        color: white;
        -webkit-transition: opacity 1s ease;
                transition: opacity 1s ease; }
    nav.js ul li:hover {
      border-bottom: 2px solid rgba(255, 255, 255, 0.5);
      border-top: 2px solid rgba(255, 255, 255, 0.5); }
    nav.js ul li:hover a {
      color: white;
      opacity: 0.5; }

#circle {
  position: absolute;
  top: 165px;
  left: 47%;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  border: 2.5px solid white; }
  @media screen and (max-device-width: 425px) {
    #circle {
      top: 145px;
      left: 42%;
      width: 45px;
      height: 45px; } }
  #circle img {
    width: 40px;
    height: 40px;
    position: absolute;
    top: 1px;
    left: 2.5px;
    -webkit-transition: 2s ease-in-out;
            transition: 2s ease-in-out;
    -webkit-animation: sway 2s infinite;
            animation: sway 2s infinite;
    -webkit-animation-direction: alternate;
            animation-direction: alternate; }
    @media screen and (max-device-width: 425px) {
      #circle img {
        width: 35px;
        height: 35px;
        top: 2px;
        left: 3.5px; } }

.display-none {
  display: none; }

.clear-bar {
  position: fixed;
  top: 0%;
  right: 0px;
  height: 100%;
  width: 80px;
  -webkit-transition: opacity 500ms ease;
          transition: opacity 500ms ease;
  padding-top: 100px;
  background-color: white;
  border-left: 3px solid #2bb673;
  z-index: 6; }
  @media screen and (max-device-width: 425px) {
    .clear-bar {
      width: 60px;
      top: 0px;
      height: 60px;
      width: 100vw;
      background-color: white;
      border-radius: 0px;
      padding-left: 12%;
      padding-top: 3%;
      border-left: 0px;
      border-bottom: 2px solid #2bb673; } }
  .clear-bar img {
    float: left;
    margin-left: 0; }
  .clear-bar ul {
    margin-top: 50px;
    padding-left: 20px;
    text-align: center; }
    @media screen and (max-device-width: 425px) {
      .clear-bar ul {
        padding-left: 10px;
        margin-top: 0px; } }
    .clear-bar ul li {
      list-style-type: none;
      text-align: center;
      width: auto;
      height: auto; }
      .clear-bar ul li img {
        width: 50px;
        height: 50px;
        display: block;
        opacity: 0.5;
        -webkit-transition: -webkit-transform 1s ease;
                transition: transform 1s ease; }
        @media screen and (max-device-width: 425px) {
          .clear-bar ul li img {
            width: 35px;
            height: 35px;
            display: inline-block;
            float: left;
            margin-left: 12px;
            margin-top: 0px; } }
      .clear-bar ul li img:hover {
        -webkit-transform: scale(1.1);
            -ms-transform: scale(1.1);
                transform: scale(1.1); }
      .clear-bar ul li img.pricing, .clear-bar ul li img.contact {
        width: 40px;
        height: 40px;
        margin-left: 5%;
        margin-bottom: 15%;
        padding-bottom: 15%; }
        @media screen and (max-device-width: 425px) {
          .clear-bar ul li img.pricing, .clear-bar ul li img.contact {
            width: 25px;
            height: 25px;
            margin-bottom: 0%;
            padding-bottom: 0%;
            margin-left: 7px;
            padding-top: 2%; } }
      .clear-bar ul li img.fishing {
        margin-top: 15%; }
        @media screen and (max-device-width: 425px) {
          .clear-bar ul li img.fishing {
            margin-top: 0px; } }
      .clear-bar ul li img.active {
        opacity: 1; }

img.bk-top {
  margin-left: 30%;
  width: 50px;
  height: auto;
  margin-bottom: 20px;
  -webkit-transition: -webkit-transform 1s ease;
          transition: transform 1s ease;
  opacity: 0.5; }
  @media screen and (max-device-width: 425px) {
    img.bk-top {
      margin-left: 0px;
      margin-right: 0px;
      width: 30px;
      height: auto; } }

img.bk-top:hover {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1); }

.clear-bar.display-trans {
  opacity: 1; }

.tooltip {
  display: none;
  position: absolute;
  border: 2px solid #2bb673;
  border-radius: 20px;
  background-color: rgba(0, 0, 0, 0.8);
  width: auto;
  text-align: center;
  padding: 10px;
  color: #fff;
  font-size: 20px "Roboto Condensed", Helvetica;
  z-index: 1000; }

@-webkit-keyframes slide-left {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    -sand-transform: translateX(0); }
  to {
    -webkit-transform: translateX(600vw);
            transform: translateX(600vw);
    -sand-transform: translateX(600vw); } }

@keyframes slide-left {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    -sand-transform: translateX(0); }
  to {
    -webkit-transform: translateX(600vw);
            transform: translateX(600vw);
    -sand-transform: translateX(600vw); } }
h1 {
  opacity: 0;
  width: 0;
  height: 0;
  margin: 0; }

#image_wrapper {
  width: 700%;
  height: 100%;
  -webkit-animation: 40s slide-left infinite linear;
          animation: 40s slide-left infinite linear;
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
  -webkit-animation-direction: alternate;
          animation-direction: alternate;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
  position: relative;
  left: -600%; }
  #image_wrapper img {
    width: 14.2857%;
    height: auto;
    display: inline;
    background-size: cover;
    background-position: center;
    float: left; }

.c_container {
  height: auto;
  width: 80px;
  position: fixed;
  z-index: 3;
  bottom: 0%;
  right: 0%;
  padding: 10px;
  padding-top: 30px;
  border-radius: 30px 0px 0px 0px;
  border-top: 3px solid #2bb673;
  z-index: 7;
  background-color: #0e3251; }
  @media screen and (max-device-width: 425px) {
    .c_container {
      bottom: 5%;
      background-color: rgba(255, 255, 255, 0.8);
      border-radius: 10px 0px 0px 10px;
      right: 0px;
      padding-right: 5px;
      width: 50px;
      padding-top: 10px; } }

.c_container img {
  width: 45px;
  height: 45px;
  float: right;
  margin-bottom: 10px;
  display: block;
  margin-right: auto;
  margin-left: auto; }
  @media screen and (max-device-width: 425px) {
    .c_container img {
      margin-right: 5px;
      width: 30px;
      height: 30px; } }

#blur_bottom img {
  height: 100vh;
  width: 100vw;
  position: fixed;
  bottom: 0;
  z-index: 1; }

@-webkit-keyframes pulse-r {
  0% {
    width: 0vw; }
  100% {
    width: 100vw; } }

@keyframes pulse-r {
  0% {
    width: 0vw; }
  100% {
    width: 100vw; } }
@-webkit-keyframes rise {
  from {
    -webkit-transform: rotateX(90deg);
            transform: rotateX(90deg);
    -sand-transform: rotateX(90deg);
    -webkit-transform-origin: bottom;
            transform-origin: bottom; }
  to {
    -webkit-transform: rotateX(0deg);
            transform: rotateX(0deg);
    -sand-transform: rotateX(0deg); } }
@keyframes rise {
  from {
    -webkit-transform: rotateX(90deg);
            transform: rotateX(90deg);
    -sand-transform: rotateX(90deg);
    -webkit-transform-origin: bottom;
            transform-origin: bottom; }
  to {
    -webkit-transform: rotateX(0deg);
            transform: rotateX(0deg);
    -sand-transform: rotateX(0deg); } }
@-webkit-keyframes fade-in {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
@keyframes fade-in {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
@-webkit-keyframes rotate {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    -sand-transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
    -sand-transform: rotate(360deg); } }
@keyframes rotate {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    -sand-transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
    -sand-transform: rotate(360deg); } }
.rotate {
  -webkit-animation: rotate 750ms linear 1;
          animation: rotate 750ms linear 1; }

#bio_section {
  position: relative;
  background-image: url(../images/bioback.jpg);
  background-size: cover;
  background-position: center;
  height: auto;
  z-index: 5; }
  @media screen and (max-device-width: 425px) {
    #bio_section {
      width: 100vw;
      height: auto; } }
  #bio_section .content_wrapper {
    height: 100%;
    padding-bottom: 10%; }
  #bio_section .header_wrapper {
    height: 150px; }
  #bio_section .text_container {
    padding-top: 10px;
    margin-top: 50px;
    height: 100%;
    padding-bottom: 40px; }
    @media screen and (max-device-width: 425px) {
      #bio_section .text_container {
        padding-top: 10px;
        padding-bottom: 180px; } }

.bioText {
  font-family: "Roboto Condensed", Helvetica;
  font-weight: 300;
  font-size: 1.1em;
  line-height: 1.5em;
  margin-top: 20px;
  margin-bottom: 30px;
  color: black;
  height: 100%; }
  @media screen and (max-device-width: 1024px) {
    .bioText {
      width: 40%; } }
  @media screen and (max-device-width: 768px) {
    .bioText {
      font-size: 1em;
      line-height: 1.2em;
      width: 40%; } }
  @media screen and (max-device-width: 425px) {
    .bioText {
      font-size: 1em;
      margin-bottom: 10px;
      width: 90%;
      line-height: 1.2em; } }
  .bioText span {
    font-weight: 400; }

#safetyLogos {
  width: 100%;
  height: 80px;
  position: absolute;
  bottom: 0;
  background-image: url(../images/sandbanner.jpg);
  background-size: cover;
  background-position: left;
  z-index: 4; }
  @media screen and (max-device-width: 425px) {
    #safetyLogos {
      height: 70px;
      background-size: cover;
      display: none; } }

.bryanGuide {
  position: absolute;
  bottom: 15px;
  right: 10%;
  -webkit-animation: rise 1.2s ease-in-out;
          animation: rise 1.2s ease-in-out;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  z-index: 3; }

img#riseUp {
  position: absolute;
  bottom: 5%;
  right: 10%;
  width: 55%; }
  @media screen and (max-device-width: 1024px) {
    img#riseUp {
      right: 5%; } }
  @media screen and (max-device-width: 768px) {
    img#riseUp {
      width: 60%;
      right: 10%; } }
  @media screen and (max-device-width: 425px) {
    img#riseUp {
      width: 95%;
      bottom: -5%;
      right: 5%; } }

.fade-in {
  -webkit-animation: fade-in 1.2s ease-in-out 1;
          animation: fade-in 1.2s ease-in-out 1; }

.entryMsg {
  color: #2bb673;
  font-family: "Roboto Condensed", Helvetica;
  font-size: 2em; }
  @media screen and (max-device-width: 1024px) {
    .entryMsg {
      font-size: 1.9em;
      width: 100%; } }
  @media screen and (max-device-width: 768px) {
    .entryMsg {
      font-size: 2em; } }
  @media screen and (max-device-width: 425px) {
    .entryMsg {
      font-size: 1.5em; } }
  @media screen and (max-device-width: 768px) {
    .entryMsg {
      font-size: 1.8em; } }
  @media screen and (max-device-width: 425px) {
    .entryMsg {
      font-size: 1.5em; } }
  @media screen and (min-device-width: 1441px) {
    .entryMsg {
      top: 260px; } }

header {
  height: 130px;
  width: 100%;
  border-bottom: 3px solid #2bb673; }
  @media screen and (max-device-width: 425px) {
    header {
      display: none; } }

#season_widget {
  width: 525px;
  height: 150px;
  border-bottom: 0px;
  padding-right: 15px;
  padding-left: 15px;
  z-index: -2; }
  @media screen and (max-device-width: 425px) {
    #season_widget {
      width: 300px;
      height: 70px; } }

.widget_pos {
  top: 0%;
  left: 33.5%; }
  @media screen and (max-device-width: 1024px) {
    .widget_pos {
      left: 28%; } }
  @media screen and (max-device-width: 768px) {
    .widget_pos {
      left: 17.5%; } }
  @media screen and (max-device-width: 425px) {
    .widget_pos {
      left: 5%;
      top: 0%; } }
  @media screen and (min-device-width: 1441px) {
    .widget_pos {
      left: 35%; } }

.fix_pos {
  position: fixed; }

.season_containers {
  width: 20px;
  height: 20px;
  border: 3px solid #0e3251;
  background-size: cover;
  background-position: left;
  display: block;
  position: relative;
  margin-left: 12%;
  margin-top: 7%;
  float: left; }
  @media screen and (max-device-width: 425px) {
    .season_containers {
      margin-left: 12.5%; } }

h4 {
  font-family: "Roboto Condensed", Helvetica;
  display: block; }

#sumChinook {
  left: -5px; }

#fallChinook {
  left: -2px; }

#winSteelhead {
  left: -8px; }

#sprChinook {
  left: -6px; }

#bottomFish {
  left: -1px; }

#contextMsg {
  font-family: "Roboto Condensed", Helvetica;
  font-size: 1.2em;
  font-weight: 400;
  color: #0e3251;
  margin-left: 31%;
  margin-bottom: 0%;
  margin-top: 1%;
  height: 5px;
  z-index: 3; }
  @media screen and (max-device-width: 425px) {
    #contextMsg {
      font-size: 0.8em;
      margin-left: 30%; } }

.open {
  color: #2bb673; }

.seasonTitle {
  position: absolute;
  bottom: -65px;
  left: -8px;
  color: #0e3251;
  font-family: "Roboto Condensed", Helvetica;
  font-weight: 400;
  font-size: 1em; }
  @media screen and (max-device-width: 425px) {
    .seasonTitle {
      font-size: 0.8em; } }

@-webkit-keyframes pulse {
  from {
    opacity: 0.8; }
  to {
    opacity: 1; } }

@keyframes pulse {
  from {
    opacity: 0.8; }
  to {
    opacity: 1; } }
#seasons_section {
  padding-top: 2.5%; }
  @media screen and (max-device-width: 425px) {
    #seasons_section {
      padding-top: 60px; } }

#seasons_section1 h3 {
  font-family: "Roboto Condensed", Helvetica;
  text-align: center;
  width: 60%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 50px; }
  @media screen and (max-device-width: 425px) {
    #seasons_section1 h3 {
      width: 80%;
      font-size: 1em; } }

#seasons_section1 {
  height: auto;
  width: 100%;
  position: relative;
  padding-top: 275px;
  background-image: url(../images/oregonwatermark.png);
  background-position: center;
  background-size: contain;
  background-color: white;
  background-repeat: no-repeat;
  z-index: 5;
  padding-bottom: 20%;
  border-top: none; }
  @media screen and (max-device-width: 425px) {
    #seasons_section1 {
      padding-top: 200px; } }
  #seasons_section1 .header_wrapper {
    margin-bottom: 5%; }
  #seasons_section1 .content_wrapper {
    padding-top: 0;
    padding-left: 14%; }
    @media screen and (max-device-width: 768px) {
      #seasons_section1 .content_wrapper {
        padding-right: 0%;
        padding-left: 12%; } }
    @media screen and (max-device-width: 425px) {
      #seasons_section1 .content_wrapper {
        padding-left: 10%;
        padding-right: 10%; } }
    #seasons_section1 .content_wrapper h4 {
      margin-top: 0;
      color: #0e3251;
      z-index: 4; }
      @media screen and (max-device-width: 425px) {
        #seasons_section1 .content_wrapper h4 {
          font-size: 0.9em;
          margin-bottom: 2%; } }
    #seasons_section1 .content_wrapper .col-2, #seasons_section1 .content_wrapper .col-1 {
      display: inline-block;
      float: left;
      height: 100%;
      width: 45%;
      margin-right: 2%; }
      @media screen and (max-device-width: 768px) {
        #seasons_section1 .content_wrapper .col-2, #seasons_section1 .content_wrapper .col-1 {
          width: 90%;
          margin-right: 0%;
          display: block; } }
      @media screen and (max-device-width: 425px) {
        #seasons_section1 .content_wrapper .col-2, #seasons_section1 .content_wrapper .col-1 {
          width: 100%;
          margin-right: 0%; } }
      #seasons_section1 .content_wrapper .col-2 div#sumChinookJs, #seasons_section1 .content_wrapper .col-1 div#sumChinookJs {
        background-image: url(../images/openoceansum.jpg);
        background-size: cover;
        background-position: bottom;
        z-index: 5;
        text-align: center; }
        @media screen and (max-device-width: 768px) {
          #seasons_section1 .content_wrapper .col-2 div#sumChinookJs, #seasons_section1 .content_wrapper .col-1 div#sumChinookJs {
            width: 90%;
            margin-right: 0%;
            display: block; } }
        @media screen and (max-device-width: 425px) {
          #seasons_section1 .content_wrapper .col-2 div#sumChinookJs, #seasons_section1 .content_wrapper .col-1 div#sumChinookJs {
            width: 100%;
            margin-right: 0%; } }
      #seasons_section1 .content_wrapper .col-2 div#fallChinookJs, #seasons_section1 .content_wrapper .col-1 div#fallChinookJs {
        background-image: url(../images/openoceanfall.jpg);
        background-size: cover;
        background-position: bottom;
        z-index: 5;
        text-align: center; }
        @media screen and (max-device-width: 768px) {
          #seasons_section1 .content_wrapper .col-2 div#fallChinookJs, #seasons_section1 .content_wrapper .col-1 div#fallChinookJs {
            width: 90%;
            margin-right: 0%;
            display: block; } }
        @media screen and (max-device-width: 425px) {
          #seasons_section1 .content_wrapper .col-2 div#fallChinookJs, #seasons_section1 .content_wrapper .col-1 div#fallChinookJs {
            width: 100%;
            margin-right: 0%; } }
      #seasons_section1 .content_wrapper .col-2 div#sprChinookJs, #seasons_section1 .content_wrapper .col-1 div#sprChinookJs {
        background-image: url(../images/openoceanspr.jpg);
        background-size: cover;
        background-position: bottom;
        z-index: 5;
        text-align: center; }
        @media screen and (max-device-width: 768px) {
          #seasons_section1 .content_wrapper .col-2 div#sprChinookJs, #seasons_section1 .content_wrapper .col-1 div#sprChinookJs {
            width: 90%;
            margin-right: 0%;
            display: block; } }
        @media screen and (max-device-width: 425px) {
          #seasons_section1 .content_wrapper .col-2 div#sprChinookJs, #seasons_section1 .content_wrapper .col-1 div#sprChinookJs {
            width: 100%;
            margin-right: 0%; } }
      #seasons_section1 .content_wrapper .col-2 div#winSteelheadJs, #seasons_section1 .content_wrapper .col-1 div#winSteelheadJs {
        background-image: url(../images/openoceanwin.jpg);
        background-size: cover;
        background-position: bottom;
        z-index: 5;
        text-align: center; }
        @media screen and (max-device-width: 768px) {
          #seasons_section1 .content_wrapper .col-2 div#winSteelheadJs, #seasons_section1 .content_wrapper .col-1 div#winSteelheadJs {
            width: 90%;
            margin-right: 0%;
            display: block; } }
        @media screen and (max-device-width: 425px) {
          #seasons_section1 .content_wrapper .col-2 div#winSteelheadJs, #seasons_section1 .content_wrapper .col-1 div#winSteelheadJs {
            width: 100%;
            margin-right: 0%; } }
      #seasons_section1 .content_wrapper .col-2 div#bottomFishJs, #seasons_section1 .content_wrapper .col-1 div#bottomFishJs {
        background-image: url(../images/openocean.jpg);
        background-size: cover;
        background-position: bottom;
        z-index: 5;
        text-align: center; }
        @media screen and (max-device-width: 768px) {
          #seasons_section1 .content_wrapper .col-2 div#bottomFishJs, #seasons_section1 .content_wrapper .col-1 div#bottomFishJs {
            width: 90%;
            margin-right: 0%;
            display: block; } }
        @media screen and (max-device-width: 425px) {
          #seasons_section1 .content_wrapper .col-2 div#bottomFishJs, #seasons_section1 .content_wrapper .col-1 div#bottomFishJs {
            width: 100%;
            margin-right: 0%; } }

@media screen and (max-device-width: 425px) {
  input[type='checkbox'] {
    width: 30px;
    height: 30px;
    cursor: pointer;
    appearance: none;
    -webkit-apperance: none;
    background: #0e3251;
    border-radius: 1px;
    box-sizing: border-box;
    position: relative;
    box-sizing: content-box;
    border-width: 0;
    -webkit-transition: all 0.3s linear;
            transition: all 0.3s linear; } }

input[type="checkbox"]:checked {
  background-color: #2bb673; }

input[type="checkbox"]:focus {
  outline: 0 none;
  box-shadow: none; }

.seasons_text {
  font-family: "Roboto Condensed", Helvetica;
  margin-top: 1px; }
  .seasons_text span {
    font-size: 1.2em;
    font-weight: 300;
    margin-top: 1px; }
  .seasons_text div {
    font-size: 3em;
    font-weight: 400; }

.text {
  font-size: 1em;
  font-family: "Roboto Condensed", Helvetica; }

div.OPEN, div.CLOSED {
  letter-spacing: -1px;
  margin-bottom: 2px; }

.OPEN {
  color: #2bb673;
  height: 50px; }

div.TODAY {
  color: #0e3251;
  height: 50px;
  font-size: 2.5em; }

.CLOSED {
  color: #0e3251;
  height: 50px; }

.seasonHeading {
  font-family: "Roboto Condensed", Helvetica;
  font-weight: 400;
  height: 75px;
  font-size: 2.5em;
  line-height: 2.6em;
  line-height: 2.6em;
  color: black;
  margin: 0; }

.pulse {
  -webkit-animation: pulse 1s infinite;
          animation: pulse 1s infinite;
  -webkit-animation-direction: alternate;
          animation-direction: alternate; }

.season_wrapper_js {
  width: 35vw;
  height: 100px;
  margin-bottom: 10px;
  margin-right: 5%;
  font-size: 3em;
  color: white;
  font-family: "Roboto Condensed", Helvetica;
  padding-top: 20px;
  border-radius: 10px; }
  @media screen and (max-device-width: 425px) {
    .season_wrapper_js {
      font-size: 2.5em; } }

.season_wrapper_js:hover {
  cursor: pointer; }

a:link {
  color: #0e3251; }

#trip_section {
  position: relative;
  background-image: url(../images/tripback.jpg);
  background-size: cover;
  background-color: white;
  background-position: center;
  background-repeat: no-repeat;
  height: 100%;
  z-index: 5;
  padding-bottom: 10%;
  margin-top: -5px; }
  @media screen and (max-device-width: 768px) {
    #trip_section .content_wrapper .header_wrapper {
      padding-right: 0%;
      padding-left: 0%; } }
  #trip_section .content_wrapper .text_container {
    padding-right: 5%; }
    @media screen and (max-device-width: 425px) {
      #trip_section .content_wrapper .text_container {
        width: 100%; } }
    @media screen and (min-device-width: 768px) {
      #trip_section .content_wrapper .text_container {
        width: 90%; } }

#trip_section .col-1 {
  height: 600px;
  font-family: "Roboto Condensed", Helvetica;
  font-weight: 300;
  font-size: 1.1em;
  line-height: 1.2em;
  float: left;
  display: inline-block;
  margin-left: 0%;
  margin-right: 3vw; 
  }

  @media screen and (max-device-width: 1024px) {
    #trip_section .col-1 {
      width: 47%;
      margin-bottom: 150px; } }
  @media screen and (max-device-width: 768px) {
    #trip_section .col-1 {
      width: 47.5%;
      margin-bottom: 90px; } }
  @media screen and (max-device-width: 425px) {
    #trip_section .col-1 {
      width: 100%;
      margin-bottom: 0px;
      line-height: 1.2em; } }
  @media screen and (max-device-width: 425px) {
    #trip_section .col-1 h2 {
      line-height: 1.35em; } }
  #trip_section .col-1 span {
    font-weight: 400;
    }

#trip_section .col-2 {
  font-family: "Roboto Condensed", Helvetica;
  font-weight: 300;
  font-size: 1.1em;
  line-height: 1.2em;
  display: inline-block; }
  @media screen and (max-device-width: 1024px) {
    #trip_section .col-2 {
      width: 47%;
      margin-bottom: 200px; } }
  @media screen and (max-device-width: 768px) {
    #trip_section .col-2 {
      width: 47.5%;
      margin-bottom: 90px; } }
  @media screen and (max-device-width: 425px) {
    #trip_section .col-2 {
      width: 100%;
      margin-bottom: 80px;
      line-height: 1.2em; } }
  #trip_section .col-2 h2 {
    color: #0e3251; }
    @media screen and (max-device-width: 425px) {
      #trip_section .col-2 h2 {
        line-height: 1.25em; } }
  #trip_section .col-2 span {
    font-weight: 400;
    color: #0e3251; }

#fishLicense {
  position: absolute;
  top: 76.5%;
  right: 16.5%;
  height: 120px;
  z-index: 6; }
  @media screen and (max-device-width: 1024px) {
    #fishLicense {
      top: 68%;
      height: 90px;
      right: 85%; } }
  @media screen and (max-device-width: 768px) {
    #fishLicense {
      height: 70px;
      top: 78%;
      right: 85%; } }
  @media screen and (max-device-width: 425px) {
    #fishLicense {
      top: 82.5%;
      right: 44%; } }

#ChecklistIcon {
  height: 100px;
  position: absolute;
  bottom: 47%;
  right: 17.5%; }
  @media screen and (max-device-width: 1024px) {
    #ChecklistIcon {
      right: 85.5%;
      height: 80px;
      top: 75%; } }
  @media screen and (max-device-width: 768px) {
    #ChecklistIcon {
      height: 65px;
      top: 78.2%;
      right: 77%; } }
  @media screen and (max-device-width: 425px) {
    #ChecklistIcon {
      top: 82.75%;
      right: 37%;
      height: 62px; } }

.background_wrapTrip {
  width: 100vw;
  height: auto;
  background-color: #cccccc; }

a#checklist {
  text-decoration: none; }

a:hover {
  cursor: pointer; }

a #download {
  height: 50px;
  width: 150px;
  border-radius: 10px;
  position: absolute;
  bottom: 34%;
  right: 15%;
  font-family: "Roboto Condensed", Helvetica;
  z-index: 5;
  font-size: 0.9em; }
  @media screen and (max-device-width: 1024px) {
    a #download {
      bottom: 23%;
      right: 22%; } }
  @media screen and (max-device-width: 768px) {
    a #download {
      bottom: 14.5%;
      right: 20%; } }
  @media screen and (max-device-width: 425px) {
    a #download {
      bottom: 10.25%;
      height: 40px;
      width: 120px;
      left: 15%; } }

a #downloadWaiver {
  height: 50px;
  width: 150px;
  border-radius: 10px;
  position: absolute;
  bottom: 15%;
  right: 50%;
  font-family: "Roboto Condensed", Helvetica;
  z-index: 5;
  font-size: 0.8em;
  letter-spacing: 1px;
  font-weight: 300;
  background-color: #0e3251;
  color: white;
  border: none;
  -webkit-transition: -webkit-transform 1s ease;
          transition: transform 1s ease; }
  @media screen and (max-device-width: 1024px) {
    a #downloadWaiver {
      bottom: 28%;
      right: 22%; } }
  @media screen and (max-device-width: 768px) {
    a #downloadWaiver {
      right: 20%;
      bottom: 19%; } }
  @media screen and (max-device-width: 425px) {
    a #downloadWaiver {
      bottom: 10.25%;
      height: 40px;
      width: 120px;
      left: 30%; } }

a #download:hover {
  cursor: pointer;
  -webkit-transform: scale(1.01);
      -ms-transform: scale(1.01);
          transform: scale(1.01); }

a #download:focus {
  outline: 0; }

#reminder {
  margin-top: 50px;
  font-size: 1.2em;
  color: #0e3251; }
  @media screen and (max-device-width: 1024px) {
    #reminder {
      margin-top: 50px; } }
  @media screen and (max-device-width: 768px) {
    #reminder {
      margin-top: 80px; } }
  @media screen and (max-device-width: 425px) {
    #reminder {
      bottom: 8%; } }

#fleet_section,
#fleet_section2 {
  z-index: 5;
  background-color: white;
  margin-top: -5px;
  margin-bottom: -5px; }

.fleet_section {
  position: relative;
  z-index: 5;
  height: auto; }
  .fleet_section .content_wrapper {
    height: 100%; }

@media screen and (max-device-width: 768px) {
  .fleetText.grid-2 {
    width: 90%; } }
@media screen and (max-device-width: 425px) {
  .fleetText.grid-2 {
    width: 100%; } }

.fleetText {
  font-family: "Roboto Condensed", Helvetica;
  font-weight: 300;
  font-size: 0.9em;
  line-height: 1.2em;
  display: inline-block;
  float: left;
  margin-right: 3%;
  margin-bottom: 3%; }
  @media screen and (max-device-width: 425px) {
    .fleetText {
      width: 100%; } }
  .fleetText span {
    font-weight: 400;
    font-size: 1.4em; }
    @media screen and (max-device-width: 425px) {
      .fleetText span {
        text-align: center;
        font-size: 1.2em; } }

.fleetText.col-3 {
  margin-top: 4vh; }

#24_wrapper {
  width: 80% vw;
  height: 100%;
  padding-left: 150px;
  margin-bottom: 20px;
  z-index: 6;
  position: relative;
  background-color: #0e3251; }
  @media screen and (max-device-width: 425px) {
    #24_wrapper {
      width: 100%; } }

#17_wrapper {
  position: relative; }

.photo_logo {
  position: absolute;
  opacity: 0.2;
  width: 90px;
  left: 57.5%;
  top: 50%; }
  @media screen and (max-device-width: 1024px) {
    .photo_logo {
      display: none; } }
  @media screen and (max-device-width: 768px) {
    .photo_logo {
      display: none; } }
  @media screen and (max-device-width: 425px) {
    .photo_logo {
      display: none; } }
  @media screen and (min-device-width: 1441px) {
    .photo_logo {
      top: 50%;
      left: 57.5%;
      width: 100px; } }

.photo_logo_left {
  position: absolute;
  opacity: 0.2;
  width: 90px;
  left: 9%;
  top: 50%; }
  @media screen and (max-device-width: 1024px) {
    .photo_logo_left {
      display: none; } }
  @media screen and (max-device-width: 768px) {
    .photo_logo_left {
      display: none; } }
  @media screen and (max-device-width: 425px) {
    .photo_logo_left {
      display: none; } }
  @media screen and (min-device-width: 1441px) {
    .photo_logo_left {
      top: 50%;
      left: 8.5%;
      width: 100px; } }

.Photo_logo {
  position: absolute;
  opacity: 0.2;
  width: 90px;
  left: 57.5%;
  top: 60%; }
  @media screen and (max-device-width: 1024px) {
    .Photo_logo {
      display: none; } }
  @media screen and (max-device-width: 768px) {
    .Photo_logo {
      display: none; } }
  @media screen and (max-device-width: 425px) {
    .Photo_logo {
      display: none; } }
  @media screen and (min-device-width: 1441px) {
    .Photo_logo {
      top: 60%;
      left: 57.5%;
      width: 100px; } }

.Photo_logo_left {
  position: absolute;
  opacity: 0.2;
  width: 90px;
  left: 9%;
  top: 60%; }
  @media screen and (max-device-width: 1024px) {
    .Photo_logo_left {
      display: none; } }
  @media screen and (max-device-width: 768px) {
    .Photo_logo_left {
      display: none; } }
  @media screen and (max-device-width: 425px) {
    .Photo_logo_left {
      display: none; } }
  @media screen and (min-device-width: 1441px) {
    .Photo_logo_left {
      top: 60%;
      left: 8.5%;
      width: 100px; } }

#Main, #Main2 {
  width: 70%;
  height: 505px;
  display: inline-block;
  float: left;
  background-image: url(../images/sled.jpg);
  background-size: 50%;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #dddddd;
  z-index: 5;
  border-radius: 10px 10px 10px 10px; }
  @media screen and (max-device-width: 1024px) {
    #Main, #Main2 {
      width: 95%; } }
  @media screen and (max-device-width: 768px) {
    #Main, #Main2 {
      width: 90%;
      background-size: cover; } }
  @media screen and (max-device-width: 425px) {
    #Main, #Main2 {
      width: 100%;
      display: block;
      background-color: rgba(255, 255, 255, 0);
      height: 230px;
      background-size: cover; } }

#Main2 {
  background-image: url(../images/drift.jpg); }

.sec-image, .sec_image {
  width: 20%;
  height: 115px;
  display: block;
  float: right;
  margin-bottom: 15px;
  margin-right: 100px;
  background-size: cover;
  background-position: center;
  z-index: 5;
  -webkit-transition: opacity 1s linear;
          transition: opacity 1s linear;
  border-radius: 10px 10px 10px 10px; }
  @media screen and (max-device-width: 1024px) {
    .sec-image, .sec_image {
      width: 45%;
      margin-right: 2%;
      margin-top: 25px;
      margin-bottom: 0px;
      float: left; } }
  @media screen and (max-device-width: 768px) {
    .sec-image, .sec_image {
      width: 90%;
      float: left;
      margin-top: 25px; } }
  @media screen and (max-device-width: 425px) {
    .sec-image, .sec_image {
      width: 100%;
      float: left;
      margin-right: 0px;
      margin-top: 15px;
      margin-bottom: 10px; } }

.sec-image:hover {
  opacity: 0.5; }

.sec_image:hover {
  opacity: 0.5; }

#Sec1 {
  background-image: url(../images/sled2.jpg); }

#Sec2 {
  background-image: url(../images/sled3.jpg); }

#Sec3 {
  background-image: url(../images/sled4.jpg); }

#Sec4 {
  background-image: url(../images/sled5.jpg); }

#Sec_1 {
  background-image: url(../images/drift2.jpg); }

#Sec_2 {
  background-image: url(../images/drift3.jpg); }

#Sec_3 {
  background-image: url(../images/drift2.jpg); }

#Sec_4 {
  background-image: url(../images/drift3.jpg); }

#pricing_section {
  background-image: url(../images/formback.jpg);
  height: auto;
  padding-bottom: 20%;
  position: relative;
  z-index: -1;
  margin-top: -5px;
  margin-bottom: -50px; }
  #pricing_section .content_wrapper .text_container {
    padding-bottom: 60px; }
    @media screen and (max-device-width: 768px) {
      #pricing_section .content_wrapper .text_container {
        width: 90%; } }
    @media screen and (max-device-width: 425px) {
      #pricing_section .content_wrapper .text_container {
        padding-bottom: 0px;
        width: 100%; } }
  #pricing_section .content_wrapper .header_wrapper .header {
    height: 50px; }

.pricingText {
  font-family: "Roboto Condensed", Helvetica;
  font-weight: 300;
  font-size: 1.1em;
  line-height: 1.5em; }
  @media screen and (max-device-width: 425px) {
    .pricingText {
      font-size: 1em;
      line-height: 1.2em; } }
  .pricingText span {
    font-weight: 400; }

#dollarSign {
  font-family: "Roboto Condensed", Helvetica;
  font-weight: 400;
  font-size: 4em;
  color: #0e3251;
  opacity: 0.5;
  margin-top: 10px;
  margin-bottom: 100px; }

#pricing_section .col-1 {
  margin-left: 3vw;
  display: inline-block;
  float: left; }
  @media screen and (max-device-width: 768px) {
    #pricing_section .col-1 {
      width: 90%; } }
  @media screen and (max-device-width: 425px) {
    #pricing_section .col-1 {
      width: 90%;
      display: block; } }

#pricing_section .col-2 {
  display: inline-block;
  margin-left: 2vw;
  margin-bottom: auto;
  height: 100%; }
  @media screen and (max-device-width: 768px) {
    #pricing_section .col-2 {
      width: 90%; } }
  @media screen and (max-device-width: 425px) {
    #pricing_section .col-2 {
      width: 90%;
      display: block;
      margin-bottom: 150px; } }

#dayTrip {
  display: inline-block;
  margin-left: 50px;
  font-family: "Roboto Condensed", Helvetica;
  color: #2bb673; }
  @media screen and (max-device-width: 768px) {
    #dayTrip {
      margin-left: 100px; } }
  @media screen and (max-device-width: 425px) {
    #dayTrip {
      margin-left: 35px;
      display: block; } }

#firstLight.grid-2.col-2 {
  font-size: 1.3em;
  color: #0e3251; }
  @media screen and (max-device-width: 768px) {
    #firstLight.grid-2.col-2 {
      margin-top: 50px; } }
  @media screen and (max-device-width: 425px) {
    #firstLight.grid-2.col-2 {
      width: 90%;
      text-align: center;
      font-size: 1.2em;
      margin-bottom: 30px; } }

#clockIcon {
  position: absolute;
  bottom: 59%;
  right: 29.5%;
  height: 110px;
  width: 110px; }
  @media screen and (max-device-width: 1024px) {
    #clockIcon {
      right: 23%; } }
  @media screen and (max-device-width: 768px) {
    #clockIcon {
      height: 90px;
      width: 90px;
      bottom: 36%;
      right: 35%; } }
  @media screen and (max-device-width: 425px) {
    #clockIcon {
      bottom: 32.5%;
      right: 38%;
      width: 90px;
      height: 90px; } }
  @media screen and (min-device-width: 1441px) {
    #clockIcon {
      height: 90px;
      width: 90px;
      right: 34%;
      bottom: 64%; } }

#contact_us_section {
  background-color: #5f5f5f;
  width: 100vw;
  height: auto;
  position: relative;
  background-size: cover;
  background-position: bottom;
  z-index: 1;
  border: 0px;
  margin-top: -5px;
  padding-bottom: 190px;
  padding-top: 50px; }
  @media screen and (max-device-width: 1024px) {
    #contact_us_section {
      padding-bottom: 170px; } }
  @media screen and (max-device-width: 768px) {
    #contact_us_section {
      padding-top: 240px; } }
  @media screen and (max-device-width: 425px) {
    #contact_us_section {
      padding-top: 10px;
      padding-bottom: 100px; } }
  @media screen and (min-device-width: 1441px) {
    #contact_us_section {
      padding-bottom: 350px; } }
  #contact_us_section .content_wrapper {
    height: auto;
    z-index: 5;
    margin-bottom: 20px;
    padding-top: 50px; }
    #contact_us_section .content_wrapper h2.header {
      font-family: "Roboto Condensed", Helvetica;
      color: white;
      border: none;
      margin-top: 0px; }
      @media screen and (max-device-width: 425px) {
        #contact_us_section .content_wrapper h2.header {
          margin-top: 25px;
          margin-bottom: 30px; } }

form {
  width: 35%;
  display: block;
  margin-left: auto;
  margin-right: auto;
  z-index: 5; }
  @media screen and (max-device-width: 768px) {
    form {
      margin-top: 50px;
      margin-bottom: 105px;
      width: 60%; } }
  @media screen and (max-device-width: 425px) {
    form {
      width: 80%; } }

form p {
  margin-top: 0; }

label {
  font-family: "Roboto Condensed", Helvetica;
  color: white;
  font-size: 1.25em; }

label[for=message] {
  margin-bottom: 10px; }

input[type=text],
input[type=email] {
  background-color: darkgray;
  width: 100%;
  padding: 12px 20px;
  box-sizing: border-box;
  color: white;
  outline-color: darkgray;
  border-radius: 10px;
  margin-top: 5px; }

input[type=text]:hover {
  opacity: 0.5; }

input[type=submit] {
  border-radius: 10px;
  font-family: "Roboto Condensed", Helvetica;
  margin-left: 35%;
  width: 100px; }
  @media screen and (max-device-width: 768px) {
    input[type=submit] {
      margin-left: 39%; } }
  @media screen and (max-device-width: 425px) {
    input[type=submit] {
      margin-left: 30%; } }
  @media screen and (min-device-width: 1441px) {
    input[type=submit] {
      width: 100px;
      margin-left: 40%; } }

textarea {
  outline-color: darkgray;
  font-family: "Roboto Condensed", Helvetica;
  color: white;
  width: 100%;
  height: 100px;
  padding: 12px 20px;
  box-sizing: border-box;
  border: 2px solid #ccc;
  border-radius: 4px;
  background-color: dimgray;
  resize: none;
  border-radius: 10px; }

input.error {
  margin-bottom: 5px; }

label.error {
  color: #2bb673;
  margin-top: 5px; }

input[type=text]::-webkit-input-placeholder {
  color: black;
  font-family: "Roboto Condensed", Helvetica; }

input[type=text]::-moz-placeholder {
  color: black;
  font-family: "Roboto Condensed", Helvetica; }

input[type=text]:-ms-input-placeholder {
  color: black;
  font-family: "Roboto Condensed", Helvetica; }

input[type=text]::placeholder {
  color: black;
  font-family: "Roboto Condensed", Helvetica; }

input[type=email]::-webkit-input-placeholder {
  color: black;
  font-family: "Roboto Condensed", Helvetica; }

input[type=email]::-moz-placeholder {
  color: black;
  font-family: "Roboto Condensed", Helvetica; }

input[type=email]:-ms-input-placeholder {
  color: black;
  font-family: "Roboto Condensed", Helvetica; }

input[type=email]::placeholder {
  color: black;
  font-family: "Roboto Condensed", Helvetica; }

textarea::-webkit-input-placeholder {
  font-family: "Roboto Condensed", Helvetica; }

textarea::-moz-placeholder {
  font-family: "Roboto Condensed", Helvetica; }

textarea:-ms-input-placeholder {
  font-family: "Roboto Condensed", Helvetica; }

textarea::placeholder {
  font-family: "Roboto Condensed", Helvetica; }

textarea {
  margin-top: 5px; }

footer {
  width: 100vw;
  height: 80px;
  background-color: #2bb673;
  position: absolute;
  bottom: 0%;
  margin-bottom: 0px;
  z-index: 8;
  overflow: hidden; }
  footer a#willieLink {
    position: absolute;
    bottom: 14%;
    right: 15%;
    height: 100px;
    width: 175px;
    z-index: 100;
    display: block; }

.d_container {
  height: 70px;
  position: absolute;
  width: 30%;
  bottom: 0%;
  left: 1%; }
  @media screen and (max-device-width: 425px) {
    .d_container {
      left: 3%; } }

#designed_by {
  display: inline-block;
  height: 50px;
  width: 100px;
  font-family: "Roboto Condensed", Helvetica;
  font-weight: 300;
  font-size: 0.8em;
  color: white;
  margin-top: 0px;
  margin-bottom: 20px;
  position: absolute;
  top: 10; }

#my_logo {
  display: block;
  height: 40px;
  margin-top: 20px; }

#copyInfo {
  position: absolute;
  bottom: 3%;
  left: 43%;
  width: auto;
  color: #0e3251;
  padding-bottom: 10px;
  display: inline;
  font-family: "Roboto Condensed", Helvetica;
  font-weight: 400;
  font-size: 0.9em; }
  @media screen and (max-device-width: 768px) {
    #copyInfo {
      left: 41%; } }
  @media screen and (max-device-width: 425px) {
    #copyInfo {
      left: 45%;
      font-size: 1em; } }

#willieLogo {
  position: absolute;
  right: 8%;
  height: 50px;
  bottom: 5%; }
  @media screen and (max-device-width: 1024px) {
    #willieLogo {
      right: -10%; } }
  @media screen and (max-device-width: 768px) {
    #willieLogo {
      display: none; } }
  @media screen and (max-device-width: 425px) {
    #willieLogo {
      display: none; } }

#poweredBy {
  position: absolute;
  bottom: 25%;
  right: 27%;
  width: 80px;
  font-family: "Roboto Condensed", Helvetica;
  font-weight: 300;
  font-size: 0.7em;
  color: white; }
  @media screen and (max-device-width: 768px) {
    #poweredBy {
      display: none; } }
  @media screen and (max-device-width: 425px) {
    #poweredBy {
      display: none; } }
  @media screen and (min-device-width: 1441px) {
    #poweredBy {
      right: 23%; } }

#JJPlink {
  height: 100%;
  display: block; }

#contact_header {
  color: white; }

#Phone {
  position: absolute;
  bottom: 1%;
  left: 45%;
  width: auto;
  color: white;
  text-align: center; }
  @media screen and (max-device-width: 425px) {
    #Phone {
      left: 65%; } }

/*# sourceMappingURL=styles.css.map */