/*! ------------------------------
Crystal Bridge Fish Farm
version: v1_0
date created: 9/14/2019
author: Josh Mahoney
------------------------------ */

/* =================================================================
custom fonts
================================================================= */
@import url('https://fonts.googleapis.com/css?family=Montserrat:400,400i,500,500i,600,600i,700,700i&display=swap');

/*! =================================================================
Reset
================================================================= */
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,
u,
ul,
var,
video {
    font: inherit;
    font-size: 100%;
    margin: 0;
    padding: 0;
    vertical-align: baseline;
    border: 0;
}

table,
tbody,
td,
tfoot,
th,
thead,
tr,
tt {
    font: inherit;
    font-size: 100%;
    margin: 0;
    padding: 0;
    border: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section {
    display: block;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: "";
    content: none;
}

table {
    border-spacing: 0;
    border-collapse: collapse;
}

.wai,
.wai-aria {
    position: absolute;
    display: block;
    overflow: hidden;
    width: 1px;
    height: 1px;
}

a.access-link {
    background-color: #555;
    color: #fff;
    left: -999em;
    padding: 10px;
    position: absolute;
    text-decoration: none;
    top: 0;
    z-index: 100;
}

a.access-link:focus {
    left: 0;
}

.table-wrapper {
    overflow: auto;
}

.required:after {
    margin-left: 2px;
    content: "*";
    display: none;
}

button {
    border: none;
    background: none;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-border-radius: 0;
    border-radius: 0;
}

a,
[type=button],
[type=submit],
[type=reset],
select {
    cursor: pointer;
}

html {
    font: normal 100%/normal 'Montserrat', sans-serif;
    color: #000;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -ms-text-size-adjust: 100%;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    scroll-behavior: smooth;
}

body {
    width: 100%;
    margin: 0;
    line-height: 1.25;
    overflow-x: hidden;
    padding: 0;
    color: #000;
}

iframe,
object,
embed,
video {
    width: 100%;
    height: auto;
}

img {
    -ms-interpolation-mode: bicubic;
}

svg:not(:root) {
    overflow: hidden;
}

input[type=submit] {
    border: none;
    background: none;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-border-radius: 0;
    border-radius: 0;
}

input[type=search] {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 0;
}

select {
    -webkit-appearance: menulist !important;
}

.data-form input:not([type=submit]) {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

#page {
    overflow: hidden;
    margin: 0 auto;
}

*,
*:before,
*:after {
    -webkit-box-sizing: inherit;
    -moz-box-sizing: inherit;
    box-sizing: inherit;
}

/*! =================================================================
Helpers
================================================================= */
.hidden {
    display: none;
}

.toggle {
    cursor: pointer;
}

.mobile-show {
    display: block;
}

@media (min-width: 800px) {
    .mobile-show {
        display: none;
    }
}

.mobile-hide {
    display: none;
}

@media (min-width: 800px) {
    .mobile-hide {
        display: block;
    }
}

/*! =================================================================
Structure
================================================================= */
main {
    overflow: visible;
    width: 100%;
    margin: 0 auto;
}

main:after {
    content: "";
    clear: both;
    display: block;
}

/*! =================================================================
Header
================================================================= */
nav {
    position: absolute;
    background: #1175bc;
    padding: 30px;
    margin-bottom: 25px;
    width: 100%;
    display: none;
    z-index: 5;
}

@media (min-width: 800px) {
    nav {
        display: block !important;
        position: relative;
        padding: 12px 20px 14px;
    }
}

.menu-toggle {
    position: relative;
    font-size: 0;
    display: block;
    width: 44px;
    height: 44px;
    background-image: url('../img/menu-ico.svg');
    background-repeat: no-repeat;
    background-size: 30px;
    background-position: center;
    float: right;
    z-index: 10;
}

@media (min-width: 800px) {
    .menu-toggle {
        display: none;
    }
}

.menu-toggle.open {
    background-image: url('../img/menu-close.svg');
    background-repeat: no-repeat;
}

nav ul {
    max-width: 670px;
    margin: 0 auto;
    position: sticky;
    top: 0;
}

nav ul li {
    display: block;
    line-height: 2;
}

@media (min-width: 800px) {
    nav ul li {
        display: inline-block;
        margin-right: 44px;
    }
}

nav ul li:last-child {
    margin-right: 0;
}

nav ul li:before {
    content: '';
    display: inline-block;
    background: url('../img/fish-ico.png') no-repeat;
    width: 25px;
    height: 19px;
    margin-right: 4px;
    vertical-align: middle;
}

nav ul li a {
    color: #fff;
    font-size: 16px;
    text-decoration: none;
    position: relative;
    padding: 5px 0;
}

nav ul li a:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    width: 0;
    height: 2px;
    background: #fff;
    transition: width .3s;
}

nav ul li a:hover::after {
    width: 100%;
}

nav ul li a:hover, nav ul li a:focus {
    text-decoration: none;
}

.logo {
    display: block;
    max-width: 100%;
    margin: 0 auto;
    padding-top: 30px;
}

@media (min-width: 800px) {
    .logo {
        padding-top: 0;
    }
}

/*! =================================================================
Main Content
================================================================= */
.banner {
    width: 100%;
    display: block;
    margin: 30px 0 60px;
    border-top: 2px solid #e6e6e6;
    border-bottom: 10px solid #26ace2;
}

.ky-proud {
    max-width: 100%;
    display: block;
    margin: 0 auto 25px;
}

section {
    max-width: 1150px;
    margin: 0 auto;
    padding: 0 25px;
    margin-bottom: 60px;
    text-align: center;
}

@media (min-width: 1150px) {
    section {
        padding: 0;
    }
}

section h2 {
    color: #1175bc;
    font-size: 35px;
    font-weight: 500;
    margin-bottom: 20px;
}

section p {
    font-size: 18px;
    line-height: 1.6;
    margin-bottom: 0;
}

section p:last-of-type {
    margin-bottom: 0;
}

.about-us {
    max-width: 980px;
}

.our-fish ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
}

.our-fish ul li {
    width: 100%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin-bottom: 15px;
}

@media (min-width: 430px) {
    .our-fish ul li  {
        width: 48%;
    }
}

@media (min-width: 1000px) {
    .our-fish ul li  {
        width: 23%;
    }
}

.fish-wrap {
    overflow: hidden;
}

.our-fish ul li img {
    width: 100%;
    transition: transform .5s ease;
}

.our-fish ul li img:hover, .our-fish ul li img:focus {
    transform: scale(1.1);
}

.our-fish ul li h3 {
    margin-top: 6px;
    font-size: 18px;
    font-weight: 500;
}

.food-and-pond-stocking {
    max-width: none;
    margin-bottom: 0;
    background: url('../img/wave.png') repeat;
    padding: 36px 25px 46px;
}

@media (min-width: 1150px) {
    .food-and-pond-stocking {
        padding: 36px  46px;
    }
}

.food-and-pond-stocking h2, .food-and-pond-stocking p {
    max-width: 1150px;
    margin: 0 auto;
    color: #fff;
}

.food-and-pond-stocking h2 {
    margin-bottom: 22px;
}

.food-and-pond-stocking p {
    line-height: 1.6;
    margin-bottom: 20px;
    max-width: 1120px;
}

.food-and-pond-stocking p:last-of-type {
    margin-bottom: 0;
}

/*! =================================================================
Slick Slider - Image Gallery
================================================================= */

.image-gallery {
    width: calc(100% - 50px);
    margin: 0 auto;
}

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
    max-width: 1150px;
    margin: 0 auto 60px;
    padding: 0 40px;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    padding: 0;
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

@media (min-width: 800px) {
    .slick-slide {
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
    }
}

.slick-slide img {
    width: 100%;
    margin: 0 auto;
    display: block;
}

.slick-prev,
.slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    border: none;
    outline: none;
    z-index: 10;
    background-size: contain;
    background-repeat: no-repeat;
    width: 21px;
    height: 35px;
}

.slick-prev {
    background-image: url('../img/arrow-left-ico.svg');
    left: 0;
}

.slick-next {
    background-image: url('../img/arrow-right-ico.svg');
    right: 0;
}

/*! =================================================================
Footer
================================================================= */
footer {
    background: #bde6f6;
    border-bottom: 10px solid #26ace2;
    padding: 25px 0 30px;
    text-align: center;
}

footer h2 {
    font-size: 25px;
    font-weight: 600;
    margin-bottom: 10px;
}

footer p {
    font-size: 18px;
    padding: 0 25px;
}

@media (min-width: 1150px) {
    footer p {
        padding: 0;
    }
}

footer span {
    display: block;
}

@media (min-width: 650px) {
    footer span {
        display: inline-block;
    }
}

footer a {
    color: #000;
    text-decoration: none;
}

footer a:hover, footer a:focus {
    text-decoration: underline;
}

.ftr-logo {
    max-width: 97px;
    margin: 0 auto 20px;
}
