/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,600i,700&display=swap");
a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  font-family: 'Open Sans', sans-serif;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:after,
blockquote:before,
q:after,
q:before {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  font-family: 'Open Sans', sans-serif;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:after,
blockquote:before,
q:after,
q:before {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

html body #about {
  margin-top: 50px;
}

html body #about .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

html body #about .container .about-box {
  background: #f4f5f6;
  width: 80%;
  padding: 10px;
  border-radius: 5px;
  max-width: 1150px;
}

html body #about .container .about-box h1 {
  font-size: 1.25rem;
  color: #354751;
  font-size: 1.25rem;
  margin: 30px;
}

html body #about .container .about-box p {
  padding: 0px 10px 10px;
  color: #425a68;
  line-height: 1.5;
  text-align: justify;
  text-justify: inter-word;
  margin: 0px 30px 30px 30px;
}

html body #about .container .about-box p strong {
  font-weight: 600;
}

@media only screen and (min-width: 320px) and (max-width: 374px) {
  html body #about {
    margin-top: 21px;
  }
  html body #about .container .about-box {
    margin: auto;
    width: 80%;
  }
}

@media only screen and (min-width: 375px) and (max-width: 767px) {
  html body #about {
    margin-top: 90px;
  }
  html body #about .container .about-box {
    margin: auto;
    width: 80%;
  }
}

html body #filleting-services {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 5% 10%;
}

html body #filleting-services .container {
  margin-top: 25px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 50% 50%;
      grid-template-columns: 50% 50%;
  grid-gap: 0px;
  background: #f4f5f6;
  max-width: 1150px;
}

html body #filleting-services .container .text-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background: #f4f5f6;
  width: 100%;
  height: 100%;
  padding: 10px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}

html body #filleting-services .container .text-box h1 {
  font-size: 1.25rem;
  padding: 10px;
  color: #354751;
  margin: 30px 30px 0px 30px;
}

html body #filleting-services .container .text-box p {
  text-align: justify;
  text-justify: inter-word;
  padding: 0px 10px 10px;
  color: #425a68;
  line-height: 1.5;
  margin: 30px;
}

html body #filleting-services .container .img-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 5px;
  background: #f4f5f6;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}

html body #filleting-services .container .img-box img {
  width: 100%;
  height: auto;
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
  html body #filleting-services .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-line-pack: distribute;
        align-content: space-around;
  }
  html body #filleting-services .container .text-box {
    border-radius: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    background: #f4f5f6;
  }
  html body #filleting-services .container .text-box p {
    background: #f4f5f6;
    background-clip: border-box;
  }
  html body #filleting-services .container .img-box {
    border-radius: 5px;
  }
  html body #filleting-services .container .img-box img {
    max-height: 386.66px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 768px) {
  html body #filleting-services .container .img-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0px 45px 0px 0px;
  }
  html body #filleting-services .container .img-box img {
    max-height: 386.66px;
  }
}

html body #species-offered .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

html body #species-offered .container .title-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  width: 80%;
  background: #f4f5f6;
  color: #354751;
  padding: 30px 0 30px;
  margin-bottom: 30px;
  max-width: 1150px;
}

html body #species-offered .container .title-box h1 {
  font-size: 1.5rem;
  text-align: center;
}

html body #species-offered .container .slider-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 80%;
  max-width: 1150px;
  margin-bottom: 30px;
}

html body #species-offered .container .slider-container .glide .glide__track .glide__slides .glide__slide {
  background: #f4f5f6 !important;
  height: auto !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

html body #species-offered .container .slider-container .glide .glide__track .glide__slides .glide__slide .fish-description {
  height: 70%;
  width: auto;
  padding: 10px 10px 0px 10px;
}

html body #species-offered .container .slider-container .glide .glide__track .glide__slides .glide__slide .fish-description h2 {
  font-size: 1.25rem;
  padding: 20px 20px 10px 40px;
  color: #354751;
}

html body #species-offered .container .slider-container .glide .glide__track .glide__slides .glide__slide .fish-description p {
  text-align: justify;
  text-justify: inter-word;
  padding: 20px 40px 40px 40px;
  color: #425a68;
  line-height: 1.5;
}

html body #species-offered .container .slider-container .glide .glide__track .glide__slides .glide__slide .fish-image {
  background: image();
}

html body #species-offered .container .slider-container .glide .glide__track .glide__slides .glide__slide img {
  padding-bottom: 30px;
  max-width: 100%;
  height: auto;
}

html body #species-offered .container .slider-container .glide .glide__bullets button.glide__bullet {
  border: 1px solid #afadad;
}

html body #species-offered .container .slider-container .glide .glide__bullets.glide__bullet--active {
  background-color: #afadad;
}

#species-offered > div.container > div.slider-container > div.glide > div.glide__bullets > button.glide__bullet.glide__bullet--active {
  background-color: #afadad;
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
  html body #species-offered {
    margin-top: 4.5rem;
  }
  html body #species-offered .container .title-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: relative;
    width: 80%;
    color: #354751;
    padding: 15px;
  }
  html body #species-offered .container .title-box h1 {
    font-size: 1.5rem;
  }
  html body #species-offered .container .slider-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 80%;
    max-width: 1150px;
    margin-bottom: 30px;
  }
  html body #species-offered .container .slider-container .glide .glide__track .glide__slides .glide__slide {
    background: #f4f5f6 !important;
    height: auto !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  html body #species-offered .container .slider-container .glide .glide__track .glide__slides .glide__slide .fish-description {
    height: 60%;
    width: auto;
    padding: 10px 10px 0px 10px;
  }
  html body #species-offered .container .slider-container .glide .glide__track .glide__slides .glide__slide .fish-description h2 {
    font-size: 1.25rem;
    padding: 20px 20px 10px 40px;
    color: #354751;
  }
  html body #species-offered .container .slider-container .glide .glide__track .glide__slides .glide__slide .fish-description p {
    text-align: justify;
    text-justify: inter-word;
    padding: 20px 40px 40px 40px;
    color: #425a68;
    line-height: 1.5;
  }
  html body #species-offered .container .slider-container .glide .glide__track .glide__slides .glide__slide img {
    padding-bottom: 30px;
    max-width: 100%;
    height: auto;
  }
  html body #species-offered .container .slider-container .glide .glide__bullets button.glide__bullet {
    border: 1px solid #afadad;
  }
  html body #species-offered .container .slider-container .glide .glide__bullets.glide__bullet--active {
    background-color: #afadad;
  }
}

@media only screen and (min-width: 768px) {
  html body #species-offered .container .slider-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 80%;
    max-width: 1150px;
    margin-bottom: 30px;
  }
  html body #species-offered .container .slider-container .glide .glide__track .glide__slides .glide__slide {
    background: #f4f5f6 !important;
    height: auto !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  html body #species-offered .container .slider-container .glide .glide__track .glide__slides .glide__slide .fish-description {
    height: 60%;
    width: auto;
    padding: 10px 10px 0px 10px;
  }
  html body #species-offered .container .slider-container .glide .glide__track .glide__slides .glide__slide .fish-description h2 {
    font-size: 1.25rem;
    padding: 20px 20px 10px 40px;
    color: #354751;
  }
  html body #species-offered .container .slider-container .glide .glide__track .glide__slides .glide__slide .fish-description p {
    text-align: justify;
    text-justify: inter-word;
    padding: 20px 40px 40px 40px;
    color: #425a68;
    line-height: 1.5;
  }
  html body #species-offered .container .slider-container .glide .glide__track .glide__slides .glide__slide img {
    padding-bottom: 30px;
    max-width: 100%;
    height: auto;
  }
  html body #species-offered .container .slider-container .glide .glide__bullets button.glide__bullet {
    border: 1px solid #afadad;
  }
  html body #species-offered .container .slider-container .glide .glide__bullets.glide__bullet--active {
    background-color: #afadad;
  }
}

@media only screen and (min-width: 769px) and (max-width: 1023px) {
  html body #species-offered .container .slider-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 80%;
    max-width: 1150px;
    margin-bottom: 30px;
  }
  html body #species-offered .container .slider-container .glide .glide__track .glide__slides .glide__slide {
    background: #f4f5f6 !important;
    height: auto !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  html body #species-offered .container .slider-container .glide .glide__track .glide__slides .glide__slide .fish-description {
    height: 60%;
    width: auto;
    padding: 10px 10px 0px 10px;
  }
  html body #species-offered .container .slider-container .glide .glide__track .glide__slides .glide__slide .fish-description h2 {
    font-size: 1.25rem;
    padding: 20px 20px 10px 40px;
    color: #354751;
  }
  html body #species-offered .container .slider-container .glide .glide__track .glide__slides .glide__slide .fish-description p {
    text-align: justify;
    text-justify: inter-word;
    padding: 20px 40px 40px 40px;
    color: #425a68;
    line-height: 1.5;
  }
  html body #species-offered .container .slider-container .glide .glide__track .glide__slides .glide__slide img {
    padding-bottom: 30px;
    max-width: 100%;
    height: auto;
  }
  html body #species-offered .container .slider-container .glide .glide__bullets button.glide__bullet {
    border: 1px solid #afadad;
  }
  html body #species-offered .container .slider-container .glide .glide__bullets.glide__bullet--active {
    background-color: #afadad;
  }
}

@media only screen and (min-width: 1024px) and (max-width: 1215px) {
  html body #species-offered .container .slider-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 80%;
    max-width: 1150px;
    margin-bottom: 30px;
  }
  html body #species-offered .container .slider-container .glide .glide__track .glide__slides .glide__slide {
    background: #f4f5f6 !important;
    height: auto !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  html body #species-offered .container .slider-container .glide .glide__track .glide__slides .glide__slide .fish-description {
    height: 70%;
    width: auto;
    padding: 10px 10px 0px 10px;
  }
  html body #species-offered .container .slider-container .glide .glide__track .glide__slides .glide__slide .fish-description h2 {
    font-size: 1.25rem;
    padding: 20px 20px 10px 40px;
    color: #354751;
  }
  html body #species-offered .container .slider-container .glide .glide__track .glide__slides .glide__slide .fish-description p {
    text-align: justify;
    text-justify: inter-word;
    padding: 20px 40px 40px 40px;
    color: #425a68;
    line-height: 1.5;
  }
  html body #species-offered .container .slider-container .glide .glide__track .glide__slides .glide__slide img {
    padding: 1em;
    max-width: 100%;
    width: 50%;
    height: auto;
  }
  html body #species-offered .container .slider-container .glide .glide__bullets button.glide__bullet {
    border: 1px solid #afadad;
  }
  html body #species-offered .container .slider-container .glide .glide__bullets.glide__bullet--active {
    background-color: #afadad;
  }
}

@media only screen and (min-width: 1216px) and (max-width: 1407px) {
  html body #species-offered .container .slider-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 80%;
    max-width: 1150px;
    margin-bottom: 30px;
  }
  html body #species-offered .container .slider-container .glide .glide__track .glide__slides .glide__slide {
    background: #f4f5f6 !important;
    height: auto !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  html body #species-offered .container .slider-container .glide .glide__track .glide__slides .glide__slide .fish-description {
    height: 70%;
    width: auto;
    padding: 10px 10px 0px 10px;
  }
  html body #species-offered .container .slider-container .glide .glide__track .glide__slides .glide__slide .fish-description h2 {
    font-size: 1.25rem;
    padding: 20px 20px 10px 40px;
    color: #354751;
  }
  html body #species-offered .container .slider-container .glide .glide__track .glide__slides .glide__slide .fish-description p {
    text-align: justify;
    text-justify: inter-word;
    padding: 20px 40px 40px 40px;
    color: #425a68;
    line-height: 1.5;
  }
  html body #species-offered .container .slider-container .glide .glide__track .glide__slides .glide__slide img {
    padding-bottom: 30px;
    max-width: 100%;
    width: 50%;
    height: auto;
  }
  html body #species-offered .container .slider-container .glide .glide__bullets button.glide__bullet {
    border: 1px solid #afadad;
  }
  html body #species-offered .container .slider-container .glide .glide__bullets.glide__bullet--active {
    background-color: #afadad;
  }
}

@media only screen and (min-width: 1408px) {
  html body #species-offered .container .slider-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 80%;
    max-width: 1150px;
    margin-bottom: 30px;
  }
  html body #species-offered .container .slider-container .glide .glide__track .glide__slides .glide__slide {
    background: #f4f5f6 !important;
    height: auto !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  html body #species-offered .container .slider-container .glide .glide__track .glide__slides .glide__slide .fish-description {
    height: 70%;
    width: auto;
    padding: 10px 10px 0px 10px;
  }
  html body #species-offered .container .slider-container .glide .glide__track .glide__slides .glide__slide .fish-description h2 {
    font-size: 1.25rem;
    padding: 20px 20px 10px 40px;
    color: #354751;
  }
  html body #species-offered .container .slider-container .glide .glide__track .glide__slides .glide__slide .fish-description p {
    text-align: justify;
    text-justify: inter-word;
    padding: 20px 40px 40px 40px;
    color: #425a68;
    line-height: 1.5;
  }
  html body #species-offered .container .slider-container .glide .glide__track .glide__slides .glide__slide img {
    padding-bottom: 30px;
    padding-right: 44px;
    max-width: 100%;
    height: auto;
    width: 50%;
  }
  html body #species-offered .container .slider-container .glide .glide__bullets button.glide__bullet {
    border: 1px solid #afadad;
  }
  html body #species-offered .container .slider-container .glide .glide__bullets.glide__bullet--active {
    background-color: #afadad;
  }
}

html body #calendar {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

html body #calendar .title-box {
  border-radius: 3px;
  padding: 10px;
  width: 80%;
  margin: auto;
  background: #f4f5f6;
  text-align: center;
  max-width: 1150px;
}

html body #calendar .title-box h1 {
  color: #425a68;
  font-size: 1.5rem;
  padding: 10px;
}

html body #calendar .calendar-container {
  text-align: center;
  position: relative;
  z-index: 0;
  height: 0;
  width: 80%;
  padding-bottom: 85%;
  overflow: hidden;
  margin: auto;
  margin-top: 30px;
  max-width: 1150px;
}

html body #calendar .calendar-container iframe {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: 100% !important;
  z-index: -1 !important;
}

html body #pricing .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

html body #pricing .container .title-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  width: 80%;
  background: #f4f5f6;
  color: #354751;
  padding: 30px 0 30px;
  margin: 30px 0px 30px 0px;
  max-width: 1150px;
}

html body #pricing .container .title-box h1 {
  font-size: 1.5rem;
  text-align: center;
}

html body #pricing .container .content-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 80%;
  max-width: 1150px;
  background: white;
  padding: 10px;
  margin-bottom: 1em;
}

html body #pricing .container .content-box .speciesAndLocationBox {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  margin-bottom: 0.5rem;
}

html body #pricing .container .content-box .speciesAndLocationBox h2 {
  margin: 0.5rem;
  text-align: center;
  font-weight: 600;
}

html body #pricing .container .content-box .speciesAndLocationBox h3 {
  font-weight: 600;
}

html body #pricing .container .content-box table thead tr th {
  font-weight: 600;
}

html body #trip-information {
  margin-top: 20px;
}

html body #trip-information .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

html body #trip-information .container .title-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  width: 80%;
  background: #f4f5f6;
  color: #354751;
  padding: 30px 0 30px;
  margin-bottom: 30px;
  max-width: 1150px;
}

html body #trip-information .container .title-box h2 {
  font-size: 1.5rem;
  text-align: center;
}

html body #trip-information .container .content-box {
  width: 80%;
  background: #f4f5f6;
  max-width: 1150px;
}

html body #trip-information .container .content-box ul li {
  color: #425a68;
  line-height: 1.5;
  padding: 10px 30px;
  list-style: circle inside;
}

html body #trip-information .container .content-box ul li a {
  font-weight: 500;
  color: blue;
}

html body #trip-information .container .content-box ul li a:hover {
  color: red;
}

html body #trip-information .container .content-box ul li.first {
  padding-top: 30px;
}

html body #trip-information .container .content-box ul li.last {
  padding-bottom: 30px;
}

html body #trip-information .container .content-box ul li ul.inner li.inner {
  padding-right: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 30px;
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
  html body #species-offered {
    margin-top: 4.5rem;
  }
  html body #species-offered .container .title-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: relative;
    width: 80%;
    color: #354751;
    padding: 15px;
  }
  html body #species-offered .container .title-box h1 {
    font-size: 1.5rem;
  }
  html body #species-offered .container .content-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 80%;
    max-width: 1150px;
    margin-bottom: 30px;
  }
}

@media only screen and (min-width: 768px) {
  html body #species-offered .container .content-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 80%;
    max-width: 1150px;
    margin-bottom: 30px;
  }
}

@media only screen and (min-width: 769px) and (max-width: 1023px) {
  html body #species-offered .container .content-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 80%;
    max-width: 1150px;
    margin-bottom: 30px;
  }
}

@media only screen and (min-width: 1024px) and (max-width: 1215px) {
  html body #species-offered .container .content-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 80%;
    max-width: 1150px;
    margin-bottom: 30px;
  }
}

@media only screen and (min-width: 1216px) and (max-width: 1407px) {
  html body #species-offered .container .content-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 80%;
    max-width: 1150px;
    margin-bottom: 30px;
  }
}

@media only screen and (min-width: 1408px) {
  html body #species-offered .container .content-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 80%;
    max-width: 1150px;
    margin-bottom: 30px;
  }
}

html body #gallery {
  margin-top: 20px;
}

html body #gallery .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

html body #gallery .container .title-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  width: 80%;
  background: #f4f5f6;
  color: #354751;
  padding: 30px 0 30px;
  margin-bottom: 30px;
  max-width: 1150px;
}

html body #gallery .container .title-box h2 {
  font-size: 1.5rem;
  text-align: center;
}

html body #gallery .container .gallery-box {
  width: 80%;
  background: #f4f5f6;
  max-width: 1150px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
      grid-template-columns: 1fr 1fr;
  grid-area: auto;
  gap: 10px;
}

html body #gallery .container .gallery-box .image-container {
  height: 300px;
  width: 100%;
  max-width: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}

html body #gallery .container .gallery-box .image-container.box1 {
  background-image: url("../assets/Alan_sFishPics/IMG_6360.jpeg");
}

html body #gallery .container .gallery-box .image-container.box2 {
  background-image: url("../assets/Alan_sFishPics/big-black-croppie.JPG");
}

html body #gallery .container .gallery-box .image-container.box3 {
  background-image: url("../assets/Alan_sFishPics/IMG_6361.jpeg");
}

html body #gallery .container .gallery-box .image-container.box4 {
  background-image: url("../assets/Alan_sFishPics/IMG_6362.jpeg");
}

html body #gallery .container .gallery-box .image-container.box5 {
  background-image: url("../assets/Alan_sFishPics/IMG_6363.jpeg");
}

html body #gallery .container .gallery-box .image-container.box6 {
  background-image: url("../assets/Alan_sFishPics/IMG_6364.jpeg");
}

html body #gallery .container .gallery-box .image-container.box7 {
  background-image: url("../assets/Alan_sFishPics/IMG_6365.jpeg");
}
html body #gallery .container .gallery-box .image-container.box8 {
  background-image: url("../assets/Alan_sFishPics/IMG_6366.jpeg");
}

html body #gallery .container .gallery-box .image-container.box9 {
  background-image: url("../assets/Alan_sFishPics/IMG_6367.jpeg");
}

html body #gallery .container .gallery-box .image-container.box10 {
  background-image: url("../assets/Alan_sFishPics/IMG_6368.jpeg");
}

html body #gallery .container .gallery-box .image-container.box11 {
  background-image: url("../assets/Alan_sFishPics/Resized_20200703_132433.jpg");
}

html body #gallery .container .gallery-box .image-container.box12 {
  background-image: url("../assets/Alan_sFishPics/Resized_20200606_124942.jpg");
}

html body #gallery .container .gallery-box .image-container.box13 {
  background-image: url("../assets/Alan_sFishPics/IMG_6369.jpeg");
}

html body #gallery .container .gallery-box .image-container.box14 {
  background-image: url("../assets/Alan_sFishPics/Resized952020072995082057.jpg");
}

html body #gallery .container .gallery-box .image-container.box15 {
  background-image: url("../assets/Alan_sFishPics/IMG_6370.jpeg");
}

html body #gallery .container .gallery-box .image-container.box16 {
  background-image: url("../assets/Alan_sFishPics/IMG_6371.jpeg");
}

html body #gallery .container .gallery-box .image-container.box17 {
  background-image: url("../assets/Alan_sFishPics/IMG_6372.jpeg");
}

html body #gallery .container .gallery-box .image-container.box18 {
  background-image: url("../assets/Alan_sFishPics/IMG_6373.jpeg");
}

html body #gallery .container .gallery-box .image-container.box19 {
  background-image: url("../assets/Alan_sFishPics/IMG_6374.jpeg");
}
html body #gallery .container .gallery-box .image-container.box20 {
  background-image: url("../assets/Alan_sFishPics/IMG_6375.jpeg");
}

html body #gallery .container .gallery-box .image-container.box21 {
  background-image: url("../assets/Alan_sFishPics/IMG_6376.jpeg");
}

html body #gallery .container .gallery-box .image-container.box22 {
  background-image: url("../assets/Alan_sFishPics/IMG_6377.jpeg");
}

html body #gallery .container .gallery-box .image-container.box23 {
  background-image: url("../assets/Alan_sFishPics/IMG_6378.jpeg");
}

html body #gallery .container .gallery-box .image-container.box24 {
  background-image: url("../assets/Alan_sFishPics/IMG_6379.jpeg");
}

html body #gallery .container .gallery-box .image-container.box25 {
  background-image: url("../assets/Alan_sFishPics/IMG_6380.jpeg");
}

html body #gallery .container .gallery-box .image-container.box26 {
  background-image: url("../assets/Alan_sFishPics/IMG_6381.jpeg");
}

html body #gallery .container .gallery-box .image-container.box27 {
  background-image: url("../assets/Alan_sFishPics/IMG_6382.jpeg");
}

html body #gallery .container .gallery-box .image-container.box28 {
  background-image: url("../assets/Alan_sFishPics/IMG_6383.jpeg");
}

html body #gallery .container .gallery-box .image-container.box29 {
  background-image: url("../assets/Alan_sFishPics/IMG_6384.jpeg");
}

html body #gallery .container .gallery-box .image-container.box30 {
  background-image: url("../assets/Alan_sFishPics/IMG_6385.jpeg");
}

html body #gallery .container .gallery-box .image-container.box31 {
  background-image: url("../assets/Alan_sFishPics/IMG_6386.jpeg");
}

html body #gallery .container .gallery-box .image-container.box32 {
  background-image: url("../assets/Alan_sFishPics/IMG_6388.jpeg");
}

html body #gallery .container .gallery-box .image-container.box33 {
  background-image: url("../assets/Alan_sFishPics/IMG_6389.jpeg");
}

html body #gallery .container .gallery-box .image-container.box34 {
  background-image: url("../assets/Alan_sFishPics/IMG_6387.jpeg");
  margin-bottom: 10px;
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
  html body #gallery {
    margin-top: 4.5rem;
  }
  html body #gallery .container .title-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: relative;
    width: 80%;
    color: #354751;
    padding: 15px;
  }
  html body #gallery .container .title-box h1 {
    font-size: 1.5rem;
  }
  html body #gallery .container .gallery-box {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    width: 80%;
    max-width: 1150px;
    margin-bottom: 30px;
    gap: 5px;
  }
  html body #gallery .container .gallery-box .image-container {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
  }
}

@media only screen and (min-width: 768px) {
  html body #gallery .container .gallery-box {
    display: -ms-grid;
    display: grid;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 80%;
    max-width: 1150px;
    margin-bottom: 30px;
  }
}

@media only screen and (min-width: 769px) and (max-width: 1023px) {
  html body #gallery .container .gallery-box {
    display: -ms-grid;
    display: grid;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 80%;
    max-width: 1150px;
    margin-bottom: 30px;
  }
}

@media only screen and (min-width: 1024px) and (max-width: 1215px) {
  html body #gallery .container .gallery-box {
    display: -ms-grid;
    display: grid;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 80%;
    max-width: 1150px;
    margin-bottom: 30px;
  }
}

@media only screen and (min-width: 1216px) and (max-width: 1407px) {
  html body #gallery .container .gallery-box {
    display: -ms-grid;
    display: grid;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 80%;
    max-width: 1150px;
    margin-bottom: 30px;
  }
}

@media only screen and (min-width: 1408px) {
  html body #gallery .container .gallery-box {
    display: -ms-grid;
    display: grid;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 80%;
    max-width: 1150px;
    margin-bottom: 30px;
  }
}

html body #contact {
  margin-top: 30px;
  margin-bottom: 30px;
  /* LARGE SCREENS */
}

html body #contact * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html body #contact body {
  background: #92bde7;
  color: #485e74;
  line-height: 1.6;
  padding: 1em;
}

html body #contact .form-container {
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  max-width: 1150px;
  margin-left: auto;
  margin-right: auto;
  padding: 1em;
}

html body #contact .form-container .brand {
  text-align: center;
}

html body #contact .form-container .brand span {
  color: #fff;
}

html body #contact .wrapper {
  -webkit-box-shadow: 0 0 20px 0 rgba(72, 94, 116, 0.7);
          box-shadow: 0 0 20px 0 rgba(72, 94, 116, 0.7);
}

html body #contact .wrapper .company-info {
  background-color: #f4f5f6;
}

html body #contact .wrapper .company-info h3,
html body #contact .wrapper .company-info ul {
  text-align: center;
  margin: 0;
}

html body #contact .wrapper .company-info h3 {
  font-size: 1.50rem;
  color: #354751;
}

html body #contact .wrapper .contact {
  background: #f9feff;
}

html body #contact .wrapper .contact form {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
      grid-template-columns: 1fr 1fr;
  grid-gap: 20px;
}

html body #contact .wrapper .contact form label {
  display: block;
}

html body #contact .wrapper .contact form p {
  margin: 0;
}

html body #contact .wrapper .contact form .full {
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-column: 1 / 3;
}

html body #contact .wrapper .contact form button,
html body #contact .wrapper .contact form input,
html body #contact .wrapper .contact form textarea,
html body #contact .wrapper .contact form select {
  width: 100%;
  padding: 1em;
  border: 1px solid #c9e6ff;
}

html body #contact .wrapper .contact form input:invalid, html body #contact .wrapper .contact form select:invalid {
  border: 2px solid red;
  -webkit-box-shadow: 0 0 5px 1px red;
          box-shadow: 0 0 5px 1px red;
}

html body #contact .wrapper .contact form input:focus:invalid, html body #contact .wrapper .contact form select:focus:invalid {
  border: 1px solid #c9e6ff;
  -webkit-box-shadow: none;
          box-shadow: none;
}

html body #contact .wrapper .contact form input:focus, html body #contact .wrapper .contact form select:focus {
  border: 1px solid #60c2f7;
}

html body #contact .wrapper .contact form button {
  background: #c9e6ff;
  border: 0;
  text-transform: uppercase;
  -webkit-transition: background-color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out;
  cursor: pointer;
}

html body #contact .wrapper .contact form button:hover,
html body #contact .wrapper .contact form button:focus {
  background: #92bde7;
  color: #fff;
  outline: 0;
  -webkit-transition: background-color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out;
}

html body #contact .wrapper > * {
  padding: 1em;
}

@media (min-width: 700px) {
  html body #contact .wrapper {
    display: block;
    -ms-grid-columns: 1fr 2fr;
        grid-template-columns: 1fr 2fr;
  }
  html body #contact .wrapper > * {
    padding: 2em;
  }
  html body #contact .company-info h3,
  html body #contact .company-info ul,
  html body #contact .brand {
    text-align: left;
  }
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
  html body #contact .container {
    width: 100%;
  }
  html body #contact .container .contact-box {
    width: 80%;
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
    padding: 20px;
  }
  html body #contact .container .contact-box h2 {
    padding: 0 5px 5px;
  }
  html body #contact .container .contact-box .email-box {
    margin-bottom: 5px;
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
    padding: 0 5px 5px;
  }
  html body #contact .container .contact-box .email-box a {
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
    padding: 10px 0 10px 0;
  }
  html body #contact .container .contact-box .phone-booth {
    padding: 0 5px 5px;
  }
  html body #contact .container .contact-box .phone-booth a {
    padding: 10px 0 10px 0;
  }
}

.footer-distributed {
  background-color: #0c559e;
  -webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.12);
          box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.12);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  text-align: left;
  font: normal 16px sans-serif;
  padding: 45px 50px;
  margin-top: 80px;
}

.footer-distributed .footer-left p {
  color: #8f9296;
  font-size: 14px;
  margin: 0;
}

.footer-distributed .footer-left p a {
  text-decoration: none;
  color: #8f9296;
  font-size: 14px;
  margin: 0;
}

.footer-distributed .footer-left p a:nth-child(2) {
  cursor: pointer;
}

.footer-distributed .footer-left p a:hover {
  color: #f3f6fa;
}

/* Footer links */
.footer-distributed p.footer-links {
  font-size: 18px;
  font-weight: bold;
  color: #ffffff;
  margin: 0 0 10px;
  padding: 0;
}

.footer-distributed p.footer-links a {
  display: inline-block;
  line-height: 1.8;
  text-decoration: none;
  color: inherit;
}

.footer-distributed p.footer-links a:hover {
  color: #f5f235;
}

.footer-distributed .footer-right {
  float: right;
  margin-top: 6px;
  max-width: 180px;
}

.footer-distributed .footer-right a {
  display: inline-block;
  width: 35px;
  height: 35px;
  background-color: #08396b;
  border-radius: 2px;
  font-size: 20px;
  color: #ffffff;
  text-align: center;
  line-height: 35px;
  margin-left: 3px;
}

.footer-distributed .footer-right a i {
  cursor: pointer;
}

.footer-distributed .footer-right a i:hover {
  color: #f5f235;
}

/* If you don't want the footer to be responsive, remove these media queries */
@media (max-width: 600px) {
  .footer-distributed .footer-left,
  .footer-distributed .footer-right {
    text-align: center;
  }
  .footer-distributed .footer-right {
    float: none;
    margin: 0 auto 20px;
  }
  .footer-distributed .footer-left p.footer-links {
    line-height: 1.8;
  }
}

.glide {
  position: relative;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.glide * {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

.glide__track {
  overflow: hidden;
}

.glide__slides {
  position: relative;
  width: 100%;
  list-style: none;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  -ms-touch-action: pan-Y;
      touch-action: pan-Y;
  overflow: hidden;
  padding: 0;
  white-space: nowrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  will-change: transform;
}

.glide__slides--dragging {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.glide__slide {
  width: 100%;
  height: 100%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  white-space: normal;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
}

.glide__slide a {
  -webkit-user-select: none;
          user-select: none;
  -webkit-user-drag: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.glide__arrows {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.glide__bullets {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.glide--rtl {
  direction: rtl;
}

.glide__arrow {
  position: absolute;
  display: block;
  top: 50%;
  z-index: 2;
  color: white;
  text-transform: uppercase;
  padding: 9px 12px;
  background-color: transparent;
  border: 2px solid rgba(255, 255, 255, 0.5);
  border-radius: 4px;
  -webkit-box-shadow: 0 0.25em 0.5em 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 0.25em 0.5em 0 rgba(0, 0, 0, 0.1);
  text-shadow: 0 0.25em 0.5em rgba(0, 0, 0, 0.1);
  opacity: 1;
  cursor: pointer;
  -webkit-transition: opacity 150ms ease, border 300ms ease-in-out;
  transition: opacity 150ms ease, border 300ms ease-in-out;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  line-height: 1;
}

.glide__arrow:focus {
  outline: none;
}

.glide__arrow:hover {
  border-color: white;
}

.glide__arrow--left {
  left: 2em;
}

.glide__arrow--right {
  right: 2em;
}

.glide__arrow--disabled {
  opacity: 0.33;
}

.glide__bullets {
  position: absolute;
  z-index: 2;
  bottom: 2em;
  left: 50%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  list-style: none;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.glide__bullet {
  background-color: rgba(255, 255, 255, 0.5);
  width: 9px;
  height: 9px;
  padding: 0;
  border-radius: 50%;
  border: 2px solid transparent;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  cursor: pointer;
  line-height: 0;
  -webkit-box-shadow: 0 0.25em 0.5em 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 0.25em 0.5em 0 rgba(0, 0, 0, 0.1);
  margin: 0 0.25em;
}

.glide__bullet:focus {
  outline: none;
}

.glide__bullet:hover, .glide__bullet:focus {
  border: 2px solid white;
  background-color: rgba(255, 255, 255, 0.5);
}

.glide__bullet--active {
  background-color: white;
}

.glide--swipeable {
  cursor: grab;
  cursor: -webkit-grab;
}

.glide--dragging {
  cursor: grabbing;
  cursor: -webkit-grabbing;
}

@-webkit-keyframes spinAround {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
            transform: rotate(359deg);
  }
}

@keyframes spinAround {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
            transform: rotate(359deg);
  }
}

.table:not(:last-child), .table-container:not(:last-child) {
  margin-bottom: 1.5rem;
}

.table {
  background-color: white;
  color: #363636;
}

.table td,
.table th {
  border: 1px solid #dbdbdb;
  border-width: 0 0 1px;
  padding: 0.5em 0.75em;
  vertical-align: top;
}

.table td.is-white,
.table th.is-white {
  background-color: white;
  border-color: white;
  color: #0a0a0a;
}

.table td.is-black,
.table th.is-black {
  background-color: #0a0a0a;
  border-color: #0a0a0a;
  color: white;
}

.table td.is-light,
.table th.is-light {
  background-color: whitesmoke;
  border-color: whitesmoke;
  color: rgba(0, 0, 0, 0.7);
}

.table td.is-dark,
.table th.is-dark {
  background-color: #363636;
  border-color: #363636;
  color: #fff;
}

.table td.is-primary,
.table th.is-primary {
  background-color: #00d1b2;
  border-color: #00d1b2;
  color: #fff;
}

.table td.is-link,
.table th.is-link {
  background-color: #3273dc;
  border-color: #3273dc;
  color: #fff;
}

.table td.is-info,
.table th.is-info {
  background-color: #3298dc;
  border-color: #3298dc;
  color: #fff;
}

.table td.is-success,
.table th.is-success {
  background-color: #48c774;
  border-color: #48c774;
  color: #fff;
}

.table td.is-warning,
.table th.is-warning {
  background-color: #ffdd57;
  border-color: #ffdd57;
  color: rgba(0, 0, 0, 0.7);
}

.table td.is-danger,
.table th.is-danger {
  background-color: #f14668;
  border-color: #f14668;
  color: #fff;
}

.table td.is-narrow,
.table th.is-narrow {
  white-space: nowrap;
  width: 1%;
}

.table td.is-selected,
.table th.is-selected {
  background-color: #00d1b2;
  color: #fff;
}

.table td.is-selected a,
.table td.is-selected strong,
.table th.is-selected a,
.table th.is-selected strong {
  color: currentColor;
}

.table th {
  color: #363636;
}

.table th:not([align]) {
  text-align: left;
}

.table tr.is-selected {
  background-color: #00d1b2;
  color: #fff;
}

.table tr.is-selected a,
.table tr.is-selected strong {
  color: currentColor;
}

.table tr.is-selected td,
.table tr.is-selected th {
  border-color: #fff;
  color: currentColor;
}

.table thead {
  background-color: transparent;
}

.table thead td,
.table thead th {
  border-width: 0 0 2px;
  color: #363636;
}

.table tfoot {
  background-color: transparent;
}

.table tfoot td,
.table tfoot th {
  border-width: 2px 0 0;
  color: #363636;
}

.table tbody {
  background-color: transparent;
}

.table tbody tr:last-child td,
.table tbody tr:last-child th {
  border-bottom-width: 0;
}

.table.is-bordered td,
.table.is-bordered th {
  border-width: 1px;
}

.table.is-bordered tr:last-child td,
.table.is-bordered tr:last-child th {
  border-bottom-width: 1px;
}

.table.is-fullwidth {
  width: 100%;
}

.table.is-hoverable tbody tr:not(.is-selected):hover {
  background-color: #fafafa;
}

.table.is-hoverable.is-striped tbody tr:not(.is-selected):hover {
  background-color: #fafafa;
}

.table.is-hoverable.is-striped tbody tr:not(.is-selected):hover:nth-child(even) {
  background-color: whitesmoke;
}

.table.is-narrow td,
.table.is-narrow th {
  padding: 0.25em 0.5em;
}

.table.is-striped tbody tr:not(.is-selected):nth-child(even) {
  background-color: #fafafa;
}

.table-container {
  -webkit-overflow-scrolling: touch;
  overflow: auto;
  overflow-y: hidden;
  max-width: 100%;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-decoration: none;
}

body {
  background: #feffff;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, left bottom, from(#feffff), to(#5bc0f7));
  background: linear-gradient(to bottom, #feffff 0%, #5bc0f7 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  -ms-flex-line-pack: center;
      align-content: center;
  margin: 0 auto;
}

header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background: #5bb5e7;
  border-bottom: solid 2px #296a8d;
  position: relative;
  z-index: 4;
}

header .logo {
  font-size: 1 rem;
  text-transform: capitalize;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

header .logo .logo-img {
  background-image: url("../img/fishskeleton-add-white-filter.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  height: auto;
  width: 10vw;
  background-color: red;
}

header .logo .name {
  padding: 15px 20px;
  text-decoration: none;
  color: #f4f5f6;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
}

header .header-menu {
  font-size: 1rem;
  text-decoration: none;
  text-transform: capitalize;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

header .header-menu li {
  font-size: 1rem;
  color: #f4f5f6;
  padding: 0 10px 0;
  font-weight: 500;
  -webkit-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}

header .header-menu li a {
  text-decoration: none;
}

header .header-menu li a:hover {
  font-weight: 500;
  color: #f5f235;
}

header .menu-btn {
  color: #f4f5f6;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 15px;
  font-size: 2rem;
  display: none;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

header .menu-btn .far {
  display: none;
}

header .menu-btn:hover {
  color: #f5f235;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.mobile-menu {
  display: none;
  background: #2578c3;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 15px;
  position: absolute;
  top: 0;
  height: 100vh;
  width: 70%;
  z-index: 10;
  -webkit-transform: translate3d(-100%, 0, 0);
          transform: translate3d(-100%, 0, 0);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.mobile-menu li {
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
  padding: 15px 10px;
}

.mobile-menu li a {
  color: #f4f5f6;
  padding: 15px;
  text-decoration: none;
}

.mobile-menu li a:hover {
  text-decoration: none;
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}

.mobile-menu.active {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  -webkit-box-shadow: 2px 0px 75px -15px rgba(0, 0, 0, 0.5);
  box-shadow: 2px 0px 75px -15px rgba(0, 0, 0, 0.5);
}

.mobile-menu.active li a {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  text-decoration: none;
}

.mobile-menu.active li a:hover {
  color: #f5f235;
  background: #5bb5e7;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 20px 0 10px;
  font-size: 2rem;
}

.title h1 {
  color: #354751;
  background: black;
  padding: 20px;
}

.title a {
  margin-top: 35px;
  color: white;
  font-size: 3.25rem;
  font-weight: 800;
  text-shadow: 3px 3px black, 0 1px black, 1px 0 black, 0 -1px black;
}

.title a:hover {
  color: yellow;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.title .img {
  position: absolute;
  max-width: 1150px;
  z-index: -1;
  top: 0;
  background-image: url(./img/firstFrameOfVideo.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}

.title .img img {
  margin-top: 3px;
  width: 100%;
  height: 100%;
}

.title .img .slide-video {
  width: 100%;
  margin: 0px auto;
}

.title .img:after {
  position: absolute;
  content: "";
  display: block;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  max-width: 1150px;
  background: rgba(0, 0, 0, 0.35);
  mix-blend-mode: multiply;
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
  header .logo {
    padding: 10px 10px;
    font-size: 1.3rem;
  }
  header .header-menu {
    display: none;
  }
  header .menu-btn {
    font-weight: 700;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 15px;
    font-size: 1.8rem;
  }
  .mobile-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .title {
    margin: auto;
    width: 80%;
    text-align: center;
  }
  .title h1 {
    font-size: 1.55rem;
    text-align: center;
  }
  .title a {
    font-size: 1.25rem;
    text-align: center;
  }
  .title .img {
    width: 100%;
    position: absolute;
    max-width: 1150px;
    z-index: -1;
    top: 8.5%;
    background-image: url(./img/firstFrameOfVideo.jpg);
    background-repeat: no-repeat;
    background-size: cover;
  }
  .title .img .slide-video {
    min-width: 100%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 786px) {
  header .logo {
    padding: 10px 15px;
    font-size: 1.3rem;
  }
  header .header-menu {
    display: none;
  }
  header .menu-btn {
    font-weight: 700;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 15px;
    font-size: 1.8rem;
  }
  .mobile-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .title {
    margin: auto;
    width: 100%;
    text-align: center;
  }
  .title h1 {
    font-size: 1.55rem;
    text-align: center;
  }
  .title a {
    margin: 148px 0px 140px 0px;
    font-size: 3rem;
    text-align: center;
  }
  .title .img {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    top: 7%;
  }
  .title .img .slide-video {
    min-width: 100%;
  }
}

@media only screen and (min-width: 769px) and (max-width: 1023px) {
  header {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
  }
  header .header-menu {
    font-size: 1rem;
    text-decoration: none;
    text-transform: capitalize;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  header .header-menu li a {
    font-size: 1rem;
    text-decoration: none;
    color: #f4f5f6;
    padding: 0 10px 0;
    font-weight: 500;
    -webkit-transition: color 0.3s ease-in-out;
    transition: color 0.3s ease-in-out;
    -webkit-transition: background 0.1s ease-in-out;
    transition: background 0.1s ease-in-out;
  }
  header .header-menu .img {
    width: 100%;
    position: absolute;
    max-width: 1150px;
    z-index: -1;
    top: 8%;
    background-image: url(./img/firstFrameOfVideo.jpg);
    background-repeat: no-repeat;
    background-size: cover;
  }
  header .menu-btn {
    display: none;
  }
  header .mobile-menu {
    display: none;
  }
  .title {
    margin: auto;
    width: 100%;
    text-align: center;
  }
  .title h1 {
    font-size: 1.55rem;
    text-align: center;
  }
  .title a {
    margin: 148px 0px 140px 0px;
    font-size: 3rem;
    text-align: center;
  }
}

@media only screen and (min-width: 1024px) and (max-width: 1215px) {
  header {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
  }
  header .header-menu {
    font-size: 1rem;
    text-decoration: none;
    text-transform: capitalize;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  header .header-menu li a {
    font-size: 1rem;
    text-decoration: none;
    color: #f4f5f6;
    padding: 0 10px 0;
    font-weight: 500;
    -webkit-transition: color 0.3s ease-in-out;
    transition: color 0.3s ease-in-out;
    -webkit-transition: background 0.1s ease-in-out;
    transition: background 0.1s ease-in-out;
  }
  header .menu-btn {
    display: none;
  }
  header .mobile-menu {
    display: none;
  }
  .title {
    margin: auto;
    width: 100%;
    text-align: center;
  }
  .title h1 {
    font-size: 1.55rem;
    text-align: center;
  }
  .title a {
    margin: 148px 0px 140px 0px;
    font-size: 3rem;
    text-align: center;
  }
}

@media only screen and (min-width: 1216px) and (max-width: 1407px) {
  header {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
  }
  header .header-menu {
    font-size: 1rem;
    text-decoration: none;
    text-transform: capitalize;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  header .header-menu li a {
    font-size: 1rem;
    text-decoration: none;
    padding: 0 10px 0;
    font-weight: 500;
    -webkit-transition: color 0.3s ease-in-out;
    transition: color 0.3s ease-in-out;
    -webkit-transition: background 0.1s ease-in-out;
    transition: background 0.1s ease-in-out;
  }
  header .menu-btn {
    display: none;
  }
  header .mobile-menu {
    display: none;
  }
  .title {
    margin: auto;
    width: 100%;
    text-align: center;
  }
  .title h1 {
    font-size: 1.55rem;
    text-align: center;
  }
  .title a {
    margin: 148px 0px 140px 0px;
    font-size: 3rem;
    text-align: center;
  }
}

@media only screen and (min-width: 1408px) {
  header {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
  }
  header .header-menu {
    font-size: 1rem;
    text-decoration: none;
    text-transform: capitalize;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  header .header-menu li a {
    font-size: 1rem;
    text-decoration: none;
    color: #f4f5f6;
    padding: 0 10px 0;
    font-weight: 500;
    -webkit-transition: color 0.3s ease-in-out;
    transition: color 0.3s ease-in-out;
    -webkit-transition: background 0.1s ease-in-out;
    transition: background 0.1s ease-in-out;
  }
  header .menu-btn {
    display: none;
  }
  header .mobile-menu {
    display: none;
  }
  .title {
    margin: auto;
    width: 100%;
    text-align: center;
  }
  .title h1 {
    font-size: 1.55rem;
    text-align: center;
  }
  .title a {
    margin: 220px 0px 210px 0px;
    font-size: 3rem;
    text-align: center;
  }
}

.button1 {
	padding: 30px 20px 10px 20px;
	text-align: center;
	font-weight: bold; 
	
}
.button2 {
	padding: 20px;
	text-align: center;
	font-weight: bold; 
	
}
.notice {
	text-align: center;
	background-color: yellow;
	color: black;
}

.videox {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  height: 0;
}
.videox iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.angler {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  height: 0;
}
.angler iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

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