﻿/*=====================
	CSS reset/normalize
=======================*/


/**Correct `block` display not defined in IE 8/9.**/

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
    display: block;
}

pre {
    white-space: pre-wrap;
}

small {
    font-size: 80%;
}


/*=====================
		Fonts
=======================*/


/*=====================
	base styles
=======================*/

html {
    -ms-text-size-adjust: 100%;
    /* 2 */
    -webkit-text-size-adjust: 100%;
    /* 2 */
    scroll-behavior: smooth;
}

body {
    font-family: 'Open Sans Condensed', sans-serif;
    margin: 0;
    padding: 0;
    background: url(../siteart/p6.png) repeat;
    color: #000;
    scroll-behavior: smooth;
}

svg:not(:root) {
    overflow: hidden;
    /*reset*/
}


/* clear floats */

.group:before,
.group:after {
    content: "";
    display: table;
}

.group:after {
    clear: both;
}

.group {
    zoom: 1;
}

.clear {
    clear: both;
}


/*image replacement*/

.hide-text {
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
}

hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    border-style: solid;
    height: 0;
}

img {
    border: 0;
    max-width: 100%;
}


/*=====================
	typography
=======================*/

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Open Sans Condensed', sans-serif;
    margin: 0;
    padding: 0 0 2% 0;
    font-weight: 700;
    line-height: 1.5em;
    color: #fdba12;
}

h1 {
    font-size: 40px;
}

h2 {
    font-size: 36px;
}

h3 {
    font-size: 30px;
}

h4 {
    font-size: 24px;
}

h5 {
    font-size: 20px;
}

p {
    font-family: 'Open Sans Condensed', sans-serif;
    padding: 0 0 1.5% 0;
    font-size: 20px;
    line-height: 1.3em;
    margin: 0;
    font-weight: 300;
}

strong {
    font-family: 'Open Sans Condensed', sans-serif;
    font-weight: normal;
}


/*=====================
	link styles
=======================*/

a.link:focus {
    outline: thin dotted;
    /*reset*/
}

a {
    text-decoration: none;
    color: inherit;
}

a:hover {
    text-decoration: none;
    color: #fdba12;
}

.appbutton {}

.appbutton a {
    background: #38b749;
    padding: 5px 10px;
    color: #fff;
    border-radius: 3px;
}

.appbutton a:hover {
    background: #262626;
    padding: 5px 10px;
    color: #fff;
    border-radius: 3px;
}


/*=====================
	list styles
=======================*/

ul.list {
    margin: 0;
    padding: 0 0 5% 7%;
}

ul.list li {
    font-size: 16px;
}


/*=====================
	header styles
=======================*/

.topbar {
    background: #000;
    padding: 15px 0;
}

.headinv {
    font-family: 'Open Sans Condensed', sans-serif !important;
    padding: 5px 60px 5px 20px;
    background: url("../siteart/whitediamond.png") right top no-repeat #fdba12;
    color: #000;
    display: block;
    float: right;
    font-weight: 700;
}

.headinv i {
    color: #000;
}

.headinv:hover {
    -moz-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.4);
    box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.4);
    background: url("../siteart/yellowdiamond.png") right top no-repeat #fff;
    -moz-transition: 0.3s all ease;
    -webkit-transition: 0.3s all ease;
    -ms-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    transition: 0.3s all ease;
    color: #000;
}

.headlogo {
    float: left;
    border: 1px solid #fff;
}

.headlogo a img {
    display: block;
}

header {
    width: 100%;
    margin: 0;
    background: #000;
}

.headwrap {
    width: 96%;
    max-width: 1480px;
    margin: 0 auto;
    position: relative;
}


/*.headlogo{position:absolute;left:0;top:25px;z-index:102;}*/

.navbar {
    width: 100%;
    text-align: center;
    background: #fff;
}


/*=====================
	content styles
=======================*/

.wrapper {
    width: 96%;
    max-width: 1480px;
    margin: 0 auto;
    padding: 0;
}

.container {
    width: 100%;
    max-width: 1520px;
    margin: 0 auto;
}

.herobanner {
    max-height: 300px;
    overflow: hidden;
}

.internal {
    padding: 2% 0;
    background: url("../siteart/dark-honeycomb.jpg") repeat;
}

.pagetitler {
    color: #fff;
    padding: 0;
    margin-bottom: 2%;
    border-bottom: 3px solid #fdba12;
}


/*=====================
	slideshow styles
=======================*/


/*--------Cycle 2--------*/

.slides {
    background: url(../siteart/concrete_wall.png) repeat;
    padding: 0;
    color: #fff;
    position: relative;
}

.cycle-slideshow {
    box-shadow: 0px 2px 5px 1px rgba(0, 0, 0, .75);
}

.cycle-slideshow img {
    width: 100%;
}


/* pager */

.cycle-pager {
    text-align: center;
    width: 100%;
    z-index: 500;
    position: absolute;
    bottom: 10px;
    overflow: hidden;
    display: none;
}

.cycle-pager span {
    font-family: arial;
    font-size: 50px;
    width: 16px;
    height: 16px;
    display: inline-block;
    color: #ddd;
    cursor: pointer;
    transition: all .5s ease-in-out;
}

.cycle-pager span.cycle-pager-active {
    color: #2885b3;
}

.cycle-pager>* {
    cursor: pointer;
}

.heroslider {
    position: relative;
}

.herotext {
    text-align: center;
    width: 60%;
    left: 20%;
    right: 20%;
    top: 50%;
    position: absolute;
    z-index: 100;
    -moz-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.herotext h1 {
    color: #fff;
    text-shadow: 2px 2px 2px #000;
    line-height: 1.1em;
    font-size: 56px;
    padding: 0;
}

.herotext h1 span {
    color: #fdba12;
    display: block;
}

.herotext p {
    width: 80%;
    margin: 0 auto;
    color: #fff;
    font-size: 30px;
    line-height: 1.2em;
    text-shadow: 2px 2px 2px #000;
}

.bycategory {
    display: none;
}

.search {
    width: 40%;
    margin: 0 auto;
    text-align: center;
}

#search,
#submit {
    display: inline-block;
    zoom: 1;
    *display: inline;
    vertical-align: middle;
    padding: 0.5% 1%;
    border: none;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
}

#search {
    width: 40%;
    font-size: 18px;
    color: #969696;
    font-weight: 700;
    text-align: center;
}

#submit {
    width: 15%;
    margin-left: 1%;
    background: url("../siteart/blackdiamond.png") right top no-repeat #fdba12;
    color: #000;
    font-weight: 700;
    font-size: 18px;
}

#submit:hover {
    color: #fff;
    -moz-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.4);
    box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.4);
    background: url("../siteart/yellowdiamond.png") right top no-repeat #000;
    -moz-transition: 0.3s all ease;
    -webkit-transition: 0.3s all ease;
    -ms-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    transition: 0.3s all ease;
    cursor: pointer;
}


/*=====================
	catslider styles
=======================*/

.catlinks {
    background: #fff;
    padding: 2% 0;
    text-align: center;
}

.catbox {
    margin: 0 3%;
    border: 1px solid #dadada;
    position: relative;
}

.catbox p {
    font-weight: 700;
}

.catdiamond {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 100;
}

.catbox:hover {
    cursor: pointer;
}

.catbox:hover .catimg {
    -moz-transform: scale(0.95);
    -webkit-transform: scale(0.95);
    -o-transform: scale(0.95);
    -ms-transform: scale(0.95);
    transform: scale(0.95);
    -moz-transition: 0.3s all ease;
    -webkit-transition: 0.3s all ease;
    -ms-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    transition: 0.3s all ease;
}

.catbox:hover .cattitler p {
    color: #fdba12;
}


/*=====================
	site window styles
=======================*/

.sitewindow {
    padding: 3% 0;
    background: url("../siteart/dark-honeycomb.jpg") repeat;
    text-align: center;
}

.sitewindow h2 {
    padding: 0;
    line-height: 1.2em;
}

.sitewindow p {
    color: #fff;
}

.sitewindow a {
    margin: 0 2%;
    display: inline-block;
    zoom: 1;
    *display: inline;
    vertical-align: middle;
}

.sitewindow a:hover img {
    -moz-transform: scale(0.95);
    -webkit-transform: scale(0.95);
    -o-transform: scale(0.95);
    -ms-transform: scale(0.95);
    transform: scale(0.95);
    -moz-transition: 0.3s all ease;
    -webkit-transition: 0.3s all ease;
    -ms-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    transition: 0.3s all ease;
}


/*=====================
	welcome styles
=======================*/

.welcome {
    background: url("../siteart/combwedge.png") right top no-repeat #e6e6e6;
    padding: 3% 0 5% 0;
    border-bottom: 10px solid #fdba12;
}

.welcome h3 {
    padding: 0;
    line-height: 1.1em;
    color: #212121;
}

.welcome h1 {
    line-height: 1.1em;
    color: #212121;
    padding-bottom: 0.5%;
}

.linkbutton {
    padding: 8px 50px;
    background: url("../siteart/blackdiamond.png") 100.3% top no-repeat #fdba12;
    display: inline-block;
    zoom: 1;
    *display: inline;
    vertical-align: middle;
    margin-right: 2%;
    color: #000;
    font-weight: 700;
}

.linkbutton i {
    color: #2e2e2e;
}

.reversed {
    background: url("../siteart/yellowdiamond.png") right top no-repeat #2e2e2e;
    color: #fff;
}

.reversed i {
    color: #fdba12;
}

.linkbutton:hover {
    -moz-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.4);
    box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.4);
    background: url("../siteart/yellowdiamond.png") right top no-repeat #fff;
    -moz-transition: 0.3s all ease;
    -webkit-transition: 0.3s all ease;
    -ms-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    transition: 0.3s all ease;
    color: #000;
}

.wider {
    background: url("../siteart/whitediamond.png") 100.3% top no-repeat #fdba12;
    padding: 8px 0;
    text-align: center;
    width: 100% !important;
    display: block;
    margin: 2% auto;
}


/*=====================
	specials styles
=======================*/

.specialsblock {
    background: #212121;
    padding: 3% 0 5% 0;
    border-top: 5px solid #fff;
    position: relative;
}

.specialstext {
    width: 40%;
}

.specialstext h3 {
    padding: 0;
    line-height: 1.2em;
}

.specialstext p {
    color: #fff;
    padding-bottom: 3%;
}

.specialshero {
    position: absolute;
    right: 0;
    bottom: -5px;
}


/*=====================
	contact styles
=======================*/

.contactleft {
    width: 60%;
    float: left;
}

.contactright {
    width: 36%;
    float: left;
    margin-left: 4%;
}


/*=====================
	Form styles
=======================*/

#formpage form {
    margin: 0 0 0;
}

#formpage strong {
    font-size: 18px;
    width: 100%;
    font-weight: 700;
    color: #fdba12;
}

#formpage input {
    font-family: 'Poppins', sans-serif;
    border: #999999 solid 1px;
    border-radius: 2px;
    padding: 1%;
    font-size: 16px;
    width: 98%;
    margin-bottom: 10px;
}

#formpage input:focus {
    border: #2885b3 solid 1px;
}

#formpage input.button2 {
    display: block;
    width: 50%;
    margin: 0 auto 5% auto;
    border: #277e32 solid 1px;
    background-color: #38b749;
    color: #fff;
    border-radius: 2px;
}

#formpage input.button2:hover {
    background-color: #277e32;
    cursor: pointer;
}

#formpage select {
    font-family: 'Poppins', sans-serif;
    border: #999999 solid 1px;
    padding: 1%;
    font-size: 16px;
    width: 100%;
    margin-bottom: 10px;
}

#formpage textarea {
    font-family: 'Poppins', sans-serif;
    border: #999999 solid 1px;
    border-radius: 2px;
    padding: 1%;
    font-size: 16px;
    width: 98%;
}

#formpage input[type='checkbox'],
input[type='radio'] {
    width: 15px !important;
    min-width: 15px !important;
    margin-right: 2px;
}

#formpage .quarter {
    float: left;
    margin: 0 1%;
    width: 48%;
}

#formpage .commentbox {
    width: 98%;
    margin: 0 auto;
}

.asterisk {
    color: #fff;
}

#formpage .captchabox {
    width: 60%;
    margin: 0 auto;
    color: #fff;
}

#formpage .sendbutton {
    font-family: 'Open Sans Condensed', sans-serif;
    background: url("../siteart/whitediamond.png") right top no-repeat #fdba12;
    color: #000;
    border: none;
    font-weight: 700;
    font-size: 18px;
    width: 100%;
}

#formpage .sendbutton:hover {
    cursor: pointer;
    background: url("../siteart/yellowdiamond.png") right top no-repeat #fff;
    -moz-transition: 0.3s all ease;
    -webkit-transition: 0.3s all ease;
    -ms-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    transition: 0.3s all ease;
}

.search input,
.search #submit {
    font-family: 'Open Sans Condensed', sans-serif;
}


/*=====================
	inventory styles
=======================*/

.hosted-content .pagination>.drop-down-form select {
    width: 8% !important;
}

.hosted-content h1 {
    font-size: 24px !important;
    line-height: 1.3em;
}

.hosted-content h2 {
    font-size: 22px !important;
    line-height: 1.2em;
}

.hosted-content h3 {
    font-size: 20px !important;
    line-height: 1.1em;
}

.mobilecontainer {
    overflow: hidden;
    /* must have this property for mobile phones and tablet display! */
    width: 100%;
    margin: 0 auto;
    height: 92px;
    padding: 0;
    background: #000;
}

iframe.banner {
    width: 100%;
    height: 92px;
    background: #000
}


/*=====================
	location styles
=======================*/

#locationwrap {
    position: relative;
}

.locationmap {
    width: 37%;
    float: left;
    margin-left: 2%;
}

.locationmap iframe {
    width: 100%;
    height: 500px;
}

.locationgrid {
    margin: 0 auto;
    text-align: center;
    width: 60%;
    float: left;
}

.locationholder {
    display: inline-block;
    zoom: 1;
    *display: inline;
    vertical-align: middle;
    width: 27%;
    margin: 1%;
    text-align: left;
    background: #fff;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    padding: 2%;
}

.locationholder h4 {
    color: #000;
    line-height: 1.2em;
    padding-bottom: 5px;
    border-bottom: 3px solid #fdba12;
    margin-bottom: 5px;
}

.locationholder h5 {
    color: #333;
    line-height: 1.2em;
}

.locationholder p span {
    display: block;
}

.locationholder a {
    font-size: 24px;
    font-weight: 700;
    color: #fdba12;
}

.locationholder a:hover {
    color: #000;
    -moz-transition: 0.3s all ease;
    -webkit-transition: 0.3s all ease;
    -ms-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    transition: 0.3s all ease;
}


/*=====================
	footer styles
=======================*/

.pagebottom {
    background: #fff;
    padding: 50px 0 0 0;
}

.pagebottom h3 {
    font-family: 'Poppins', sans-serif;
    color: #000;
    font-size: 24px;
    line-height: 1em;
    border-bottom: 3px solid #fdba12;
    margin-bottom: 2%;
    padding: 0;
    font-weight: 800;
}

.pagebottom a {
    color: #000;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
}

.pagebottom a:hover {
    color: #fdba12;
}

.footercolumn {
    float: left;
    margin-right: 4%;
}

.footercolumn a {
    display: block;
    font-size: 18px;
}

#footerleft {
    width: 35%;
}

#footercenter {
    width: 41%;
}

#footerright {
    margin-right: 0;
    width: 16%;
}

.linkshalf {
    width: 50%;
    float: left;
}

.pubfooter {
    background: #212121;
    text-align: center;
    padding-top: 10px;
    margin-top: 50px;
    position: relative;
}

.topreturn {
    position: absolute;
    right: 2%;
    top: 15px;
    width: 40px;
    height: 40px;
}

.topreturn i {
    color: #fdba12;
    font-size: 40px;
}

.footerlogo {
    margin: 0 auto;
    width: 200px;
    margin-bottom: 10px;
    border: 1px solid #fff;
}

.footerlogo img {
    display: block;
}

footer {
    margin: 0 auto;
    width: 100%;
    background: #fdba12;
    padding: 8px 0;
    text-align: center;
}

footer p,
footer p a {
    font-family: 'Poppins', sans-serif !important;
    color: #000;
    font-weight: 800 !important;
    padding: 0;
    font-size: 16px;
}

footer p a:hover {
    color: #fff !important;
}

a.footerlink:link,
a.footerlink:visited,
a.footerlink:active {
    text-decoration: none;
    font-size: 11px;
    color: #ccc;
    border-bottom: none;
}

a.footerlink:hover {
    text-decoration: none;
    font-size: 11px;
    color: #fff;
}

.footertext {
    font-size: 11px;
    color: #666;
}

.smallfootertext {
    font-size: 11px;
    color: #666;
}

.divfooter {
    text-align: center;
    margin: 0 auto;
}


/*=====================
	Responsive styles
=======================*/

@media screen and (max-width: 1620px) {
    .herotext {
        width: 70%;
        left: 15%;
        right: 15%;
    }
    .herotext p {
        width: 100%;
    }
    .catlinks {
        width: 96%;
        padding: 2%;
    }
}

@media screen and (max-width: 1400px) {
    .herotext h1 {
        font-size: 48px;
    }
    .herotext p {
        font-size: 24px;
    }
    h1 {
        font-size: 36px;
    }
    h2 {
        font-size: 30px;
    }
    h3 {
        font-size: 24px;
    }
    h4 {
        font-size: 20px;
    }
    h5 {
        font-size: 18px;
    }
    p {
        font-size: 18px;
        padding-bottom: 2%;
    }
    .specialshero {
        width: 600px;
    }
    .pagebottom h3 {
        font-size: 20px;
    }
    .footercolumn a {
        font-size: 16px;
    }
    .herobanner {
        max-height: 200px;
    }
    .internal {
        padding: 3% 0;
    }
    .locationmap iframe {
        height: 400px;
    }
}

@media screen and (max-width: 1100px) {
    .headlogo {
        top: 12px;
        width: 250px;
    }
    .herotext {
        width: 90%;
        left: 5%;
        right: 5%;
    }
    .herotext h1 {
        font-size: 40px;
    }
    .herotext p {
        font-size: 20px;
    }
    .welcome {
        padding: 4% 0;
    }
    .specialsblock {
        padding: 3% 0;
    }
    .specialstext {
        float: left;
    }
    .specialshero {
        width: 55%;
        float: right;
        position: relative;
        bottom: 0;
    }
    .herobanner {
        max-height: 140px;
    }
    .locationholder {
        width: 42%;
    }
}

@media screen and (max-width: 800px) {
    .herotext h1 {
        font-size: 32px;
    }
    #submit {
        width: 20%;
    }
    .catlinks {
        width: 92%;
        padding: 4%;
    }
    .welcome {
        background: #e6e6e6;
        padding: 5% 0;
    }
    .wrapper {
        width: 92%;
    }
    h1 {
        font-size: 32px;
    }
    h2 {
        font-size: 26px;
    }
    h3 {
        font-size: 22px;
    }
    h4 {
        font-size: 20px;
    }
    h5 {
        font-size: 18px;
    }
    p {
        font-size: 18px;
        padding-bottom: 2.5%;
    }
    #submit,
    #search {
        font-size: 16px;
    }
    .sitewindow {
        padding: 5% 0;
    }
    .sitewindow a {
        width: 30%;
    }
    .pagebottom {
        padding-top: 10px;
    }
    #footerleft,
    #footercenter,
    #footerright {
        width: 80%;
        margin: 4% auto;
        float: none;
        display: block;
        text-align: center;
    }
    .pubfooter {
        margin-top: 30px;
    }
    .internal {
        padding: 4% 0;
    }
    .locationgrid {
        float: none;
        width: 100%;
        padding-top: 320px;
    }
    .locationmap {
        float: none;
        width: 96%;
        left: 2%;
        right: 2%;
        position: absolute;
        top: 60px;
        margin: 0 auto;
    }
    .locationholder {
        width: 42%;
    }
    .locationmap iframe {
        height: 300px;
    }
    #formpage .captchabox {
        width: 90%;
    }
    .contactleft {
        width: 100%;
        float: none;
        display: block;
    }
    .contactright {
        width: 90%;
        margin: 4% auto;
        margin-bottom: 0;
        text-align: center;
        float: none;
        display: block;
    }
}

@media screen and (max-width: 650px) {
    .herotext h1 {
        font-size: 30px;
    }
    .herotext p {
        font-size: 18px;
    }
    .catlinks {
        width: 86%;
        padding: 4% 7%;
    }
    .sitewindow a {
        width: 40%;
    }
    .welcome {
        text-align: center;
    }
    .linkbutton {
        width: 70%;
        margin: 2% auto;
        display: block;
        padding: 8px 0;
        margin-top: 0;
    }
    .specialstext,
    .specialshero {
        float: none;
        width: 100%;
        margin: 2% auto;
        text-align: center;
    }
    .specialshero {
        padding-top: 2%;
    }
    .herobanner {
        max-height: none;
    }
    .herobanner img {
        display: block;
    }
    .internal p,
    .pagetitler {
        text-align: center;
    }
    .locationholder {
        text-align: center;
    }
}

@media screen and (max-width: 540px) {
    .herotext h1 span {
        display: inline;
    }
    .headlogo {
        position: relative;
        margin: 0 auto;
        float: none;
        display: block;
        top: auto;
        text-align: center;
    }
    .headinv {
        display: none;
    }
    .heroslide {
        display: none !important;
    }
    .herotext {
        width: 92%;
        position: relative;
        left: 0;
        right: 0;
        top: 0;
        -moz-transform: none;
        -webkit-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none;
        height: 300px;
        padding: 4%;
        background: url("../siteart/loaderhero.jpg") center center no-repeat;
        -moz-background-size: cover;
        -webkit-background-size: cover;
        background-size: cover;
    }
    #search,
    #submit {
        display: block;
        width: 80%;
        margin: 2% auto;
    }
    #submit {
        width: 82%;
    }
    .bycategory {
        display: block;
        margin-top: 50px;
    }
    .bycategory h4 {
        color: #fff;
        text-shadow: 2px 2px 2px #000;
        padding: 0;
        line-height: 1em;
    }
    .bycategory i {
        font-size: 48px;
        color: #fff;
        line-height: 30px;
    }
    .sitewindow a {
        width: 55%;
    }
    .linkbutton {
        width: 90%;
    }
    #footerleft,
    #footercenter,
    #footerright {
        width: 96%;
    }
    .footercolumn a {
        font-size: 15px;
    }
    #formpage .quarter,
    #formpage .commentbox,
    #formpage .captchabox {
        width: 100%;
        margin: 0 auto;
    }
    #formpage strong {
        font-size: 16px;
    }
    .locationgrid {
        padding-top: 340px;
    }
    .locationholder {
        width: 90%;
        margin: 2% auto;
    }
    .contactright {
        width: 100%;
    }
}

@media screen and (max-width: 414px) {
    .herotext {
        height: 350px;
    }
    .catlinks {
        width: 80%;
        padding: 4% 10%;
    }
    h1 {
        font-size: 28px;
    }
    h2 {
        font-size: 24px;
    }
    h3 {
        font-size: 20px;
    }
    h4 {
        font-size: 18px;
    }
    h5 {
        font-size: 16px;
    }
    p {
        font-size: 16px;
        padding-bottom: 3%;
    }
    footer p,
    footer p a {
        font-size: 14px;
    }
    .internal {
        padding: 6% 0;
    }
}

@media screen and (max-width: 360px) {
    .sitewindow a {
        width: 70%;
    }
    .pagebottom h3 {
        font-size: 18px;
    }
    #footerleft,
    #footercenter,
    #footerright {
        margin: 6% auto;
    }
    .linkshalf {
        float: none;
        display: block;
        width: 100%;
    }
}