﻿/*!
 * Site designed by: Jordan Zoucha.
 *
 * This code was ran through an auto prefixer to maximize compatibility. If you wish to run it through the same auto prefixer, you may find it at https://autoprefixer.github.io/
 *
 * Code was ran through CSS Comb to make it neater and easier to read. The designer recommends that any edits be ran through CSS Comb found at http://csscomb.com/online
 *
 */

/***** BEGIN RESET *****/

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
    background: transparent;
    border: 0;
    margin: 0;
    padding: 0;
}

ol,
ul {
    list-style: none;
}

table {
    border-collapse: collapse;
    width: 100%;
}

td {
    vertical-align: top;
}

/* Make HTML 5 elements display block-level for consistent styling */
header,
nav,
article,
footer,
address {
    display: block;
}

/***** END RESET *****/
::-moz-selection {
    background: #000;
    color: #fff;
    text-shadow: none;
}

::selection {
    background: #000;
    color: #fff;
    text-shadow: none;
}


/* Clearfix */
.cf:before,
.cf:after {
    content: " ";
    display: table;
}

.cf:after {
    clear: both;
}

.cf {
    *zoom: 1;
}

/*-------- PAGE STYLES --------*/
html {
    height: 100%;

    background: #4f634b;
}

body {
    font-family: Arial, Helvetica, sans-serif;

    height: 100%;

    background: #8a9587;
    /* Old browsers */
    /* FF3.6-15 */
    /* Chrome10-25,Safari5.1-6 */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #8a9587), to(#4f634b));
    background: linear-gradient(to bottom, #8a9587 1%, #4f634b 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    background-repeat: no-repeat;

    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#8a9587', endColorstr='#4f634b', GradientType=0);
    /* IE6-9 */
}

h1 {
    font-size: 18px;
    font-weight: bold;

    margin-bottom: 5px;
}

.inventory .how-to-page section {
    display: block;
}

h2 {
    font-size: 16px;
    font-weight: bold;

    margin-bottom: 5px;
}

iframe {
    /* width: 100%; */
}

a:link,
a:visited,
a:active {
    text-decoration: underline;

    color: #000;
}

a:hover {
    text-decoration: none;

    color: #682a12;
}

/*---BODY--------------------------------*/

#site {
    padding: 20px;
}


.how-to-page {
    max-width: 940px;
    margin-right: auto;
    margin-left: auto;
    padding: 10px 20px;

    border: 2px #ccc solid;
    border-radius: 10px;
    background: #fff;
}

.inventory .how-to-page {
    padding-left: 0;
    padding-right: 0;
}

.how-to-page ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    margin: 0 0 20px 0;
    padding: 8px 0;

    background: #eaeaea;

    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.how-to-page ul li {
    display: inline;

    margin: 0 20px 0 0;
    padding: 0 20px 0 0;

    border-right: 1px solid #ccc;
}

.how-to-page ul li.last {
    border: none;
}

.how-to-page h2 {
    font-size: 24px;

    margin: 0 0 10px 0;

    color: #591d05;
}

.how-to-page section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.how-to-page h4 {
    margin: 0 0 10px 0;
}

.how-to-page p {
    font-size: 13px;

    margin: 0 0 20px 0;
}

.how-to-page hr {
    margin: 0 0 20px 0;
}

.feature_home {
    width: 45%;
    margin-top: 10px;
    padding: 10px 0;

    vertical-align: top;

    border: 2px #ccc solid;
    border-radius: 10px;
}

.height {
    /* height: 400px; */
}

.upcoming {
    vertical-align: 11px;
}


.button {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: bold;

    display: block;

    padding: 9px;

    text-align: center;
    text-decoration: none;
    text-transform: capitalize;

    color: #fff;
    background: #8e3f20;
    background: -webkit-gradient(linear, left top, left bottom, from(#8e3f20), color-stop(28%, #602610), to(#4c1c08));
    background: linear-gradient(to bottom, #8e3f20 0%, #602610 28%, #4c1c08 100%);
}


#margin {
    margin-top: -1.6px;
}


a.button:link,
a.button:active,
a.button:visited {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: bold;
    display: block;
    width: 90%;
    margin: 0 auto;
    padding: 9px;
    text-align: center;
    text-decoration: none;
    text-transform: capitalize;
    color: #fff;
    background: #8e3f20;
    background: -webkit-gradient(linear, left top, left bottom, from(#8e3f20), color-stop(28%, #602610), to(#4c1c08));
    background: linear-gradient(to bottom, #8e3f20 0%, #602610 28%, #4c1c08 100%);
    margin: 10px auto;
}

a.button:hover {
    background: #5f5f5f;
    /* Old browsers */
    /* FF3.6-15 */
    /* Chrome10-25,Safari5.1-6 */
    background: -webkit-gradient(linear, left top, left bottom, from(#5f5f5f), color-stop(10%, #383838), to(#000));
    background: linear-gradient(to bottom, #5f5f5f 0%, #383838 10%, #000 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

.contactForm {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}

#captcha {
    width: 267px;
}

#submit {
    position: relative;

    display: block;

    margin: 0 auto;
}

.forms {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    padding-bottom: 5px;
}

.label,
.labelForm {
    min-width: 70px;
    padding: 3px 10px;
}

.divTableBody {
    display: table-row-group;
}

/*--------FORM STYLES--------------------*/




/*-------- FOOTER STYLES ----------------*/

.footer {
    /* width:980px; */
    margin: 0 auto;
    padding: 15px 20px;

    text-align: center;

    background: url('../siteart/blk_trans.png') repeat;
}

a.footerlink:link,
a.footerlink:visited,
a.footerlink:active {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10pt;

    text-decoration: underline;

    color: #fff;
}

a.footerlink:hover {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10pt;

    text-decoration: none;

    color: #fff;
}

.footertext {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10pt;

    color: #fff;
}

.smallfootertext {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 8pt;

    color: #fff;
}

.divfooter {
    max-width: 450px;
    margin: 0 auto;
    text-align: center;
    color: #fff;
}

/*----INVENTORY STYLES - KEEP AT BOTTOM OF CSS----*/







/*---------- RESPONSIVE STYLES ----------*/

@media only screen and (max-width: 900px) {
    .how-to-page section {
        flex-direction: column;

        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
    }

    .feature_home {
        width: 100%;
        padding: 15px 0;
    }

    .height {
        height: auto;
        padding-bottom: 10px;
    }

    #shrinkImg {
        width: calc(12.5rem + ((1vw - 3.2px) * 25.8621));
    }
}

@media only screen and (max-width: 900px) and (min-width: 650px) {

    a.nav:link,
    a.nav:active,
    a.nav:visited {
        /* font-size: calc(.5625rem + ((1vw - 6.5px) * 2)) !important; */
        /* padding: 0 8px !important; */
    }

    .how-to-page ul {
        font-size: 14px;
    }

    .how-to-page ul li {
        margin: 0 8px 0 0;
        padding: 0 8px 0 0;
    }
}

@media only screen and (max-width: 650px) {
    .how-to-page ul {
        flex-direction: column;

        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;

        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .how-to-page ul li {
        margin: 0;
        padding: 0;

        border: none;
    }
}



@media only screen and (max-width: 520px) {
    #site {
        padding: 20px 0;
    }

    .how-to-page {
        padding: 10px 15px;
    }
}
