@font-face {
    font-family: 'montserrat';
    src: url('Montserrat-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'montserrat-bold';
    src: url('Montserrat-Bold.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'roboto';
    src: url('roboto.regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

BODY {
    background-color: #eee;
    color: #222;
    font-size: 12pt;
    font-family: roboto, Arial, sans-serif;
}

FOOTER {
    font-family: roboto, Arial, sans-serif;
    font-size: 10pt;
    display: block;
    justify-content: center;
}

/* div for whole page */
DIV.main {
    max-width: 66%;
    margin: auto;
    padding: 0px;
}

/* dual column */
DIV.col {
    vertical-align:top;
    float: left;
    width: 46%;
    padding: 2%;
}

/* desktop nav bar */
.navbar {
    overflow: hidden;
    background-color: #fff;
}

.navbar img {
    float: left;
    padding: 0px 0px 10px 0px;
}

.navbar a {
    float: left;
    color: #111;
    text-align: center;
    vertical-align: bottom;
    padding: 5px 10px 5px 10px;
    text-decoration: none;
    font-size: 16px;
    font-weight: normal;
}

.navbar a.red {
    float: left;
    color: red;
    text-align: center;
    vertical-align: bottom;
    padding: 5px 10px 5px 10px;
    text-decoration: none;
    font-size: 16px;
    font-weight: normal;
}

.navbar a:hover {
    color: #fff;
    background-color: #111;
    font-weight: normal;
}

.navbar a.red:hover {
    color: #fff;
    background-color: red;
    font-weight: normal;
}

.navbar a:active {
    color: #fff;
    background-color: #111;
    font-weight: normal;
}

.navbar a.red:active {
    color: #fff;
    background-color: red;
    font-weight: normal;
}

.navbar a.logo, a.logo:hover {
    background-color: #fff;
}

/* mobile nav bar */
.mobileNav {
    display: none;
}

/* very wide */
@media screen and (min-width: 1666px) {
    /* div for whole page */
    DIV.main {
        max-width: 1100px;
        margin: auto;
        padding: 0px;
    }
}

/* mobile */
@media screen and (max-width: 1000px) {
    /* div for whole page */
    DIV.main {
        max-width: 95%;
        margin: auto;
        padding: 0px;
    }
    /* dual column */
    DIV.col {
      vertical-align:top;
      float: left;
      width: 100%;
      padding: 10px;
    }

    /* desktop nav bar */
    .navbar {
        display: none;
    }

    /* mobile nav bar */
    .mobileNav {
        display: block;
        overflow: hidden;
        position: relative;
        min-height: 50px;
    }

    /* links group */
    .mobileNav #bLinks {
        display: none;
    }

    /* links */
    .mobileNav a.links {
        color: #111;
        background-color: #fff;
        padding: 5px 5px;
        text-decoration: none;
        font-weight: bolder;
        font-size: 16px;
        display: block;
    }

    .mobileNav a.linksred {
        color: red;
        background-color: #fff;
        padding: 5px 5px;
        text-decoration: none;
        font-weight: bolder;
        font-size: 16px;
        display: block;
    }

    /* link hover */
    .mobileNav a.:hover {
        color: #111;
        background-color: #ddd;
    }

    .mobileNav a.red:hover {
        color: #fff;
        background-color: red;
    }

    /* burger icon */
    .mobileNav a.icon {
        display: flex;
        position: absolute;
        right: 0;
        top: 5px;
        padding: 10px;
    }
}

/* top menu */
DIV.menu {
    position: relative;
    padding: 0px;
    margin: 0px;
    width: 175px;
}

/* row with break */
DIV.row {
    max-width: 100%;
    vertical-align: top;
    display: inline-block;
    margin: 0px;
}

/* centering of image */
DIV.center {
    vertical-align: top;
    margin: 2px;
    display: flex;
    justify-content: center;
}

.grid-container {
  display: grid;
  grid: 150px / auto auto auto;
}

/* header with small space */
.nomargin {
    margin-bottom: 0;
    padding-bottom: 0;
}

/* form input */
.input {
    border: 1px solid #000;
    background: #fff;
    color: #000;
    font-size: 12pt;
}

.button {
    border: 1px solid #000;
    background: #fff;
    color: #333;
}

H1, H2, H3, H4, H5, LI, A, BLOCKQUOTE, TD {
    font-family: roboto, Arial, sans-serif;
}

H1 {
    font-size: 18pt;
    color: #444;
}

H1.products {
    font-size: 18pt;
    font-weight: bold;
    font-family: montserrat-bold;
    color: black;
    text-align: center;
}

H2 {
    font-size: 16pt;
    color: #111;
}

H3 {
    font-size: 14pt;
    color: #111;
}

H2.prodtitle {
    color: #222;
    padding-top: 10px;
    padding-bottom: 0px;
    margin: 0px;
}

H3.subtitle {
    font-size: 12pt;
    color: #333;
    margin: 0px;
    padding: 0px;
}

H4 {
    font-size: 13pt;
    color: #111;
}

H5 {
    font-size: 12pt;
    color: #111;
}

P {
    font-family: roboto, Arial, sans-serif;
}

P.welcome {
    font-size: 12pt;
}

.price {
    color: #ff0000;
    font-weight: bold;
}

.red {
    color: red;
}

LI {
    font-size: 12pt;
}

LI.small {
    font-size: 95%;
}

A {
    color: #222;
}

A.menu {
    color: #222;
    text-decoration: none;
}

A.menu_bold {
    color: #000;
    text-decoration: none;
    font-weight: bold;
}

HR.thicknav {
    border: none;
    background-color: #000;
    color: #000;
    height: 3px;
    width: 100%;
    padding-top: 0px;
}

HR.thick {
    border: none;
    background-color: #000;
    color: #000;
    height: 3px;
    width: 100%;
}

HR.thin {
    border: none;
    background-color: #000;
    color: #000;
    height: 2px;
    width: 100%;
}

HR.razor {
    border: none;
    background-color: #000;
    color: #000;
    height: 1px;
    width: 100%;
}

IMG {
    width: auto;
    max-width: 100%;
}

IMG.splash {
    display: none;  /* start hidden */
}

IMG.divider {
    padding-top: 25px;
}

IMG.cc {
    width: 32px;
}

.vidwrapper {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
}

.video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

TABLE.full {
    width: 100%;
}

FIGCAPTION {
    text-align: center;
}

/* slideshow */
.fading{animation:fading 5s infinite}@keyframes fading{0%{opacity:0}5%{opacity:1}95%{opacity:1}100%{opacity:0}}

/* signup form */
#mc_embed_signup{
    background:#fff;
    clear:left;
    font-size: 12px;
    font-family: roboto, Arial, sans-serif;
}
