﻿@font-face {
    font-family: 'Childwood-Normal';
    src: url('Childwood-Normal.otf') format('opentype');
}
@font-face {
    font-family: 'arialnarrow';
    src: url('arialnarrow.ttf') format('truetype');
}
body {
    padding-top: 0;
    padding-bottom: 0;
    font-family: 'Childwood-Normal';
    background: #6c6d1a;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 0;
    padding-right: 0;
}
.container {
    padding-right: 0;
    padding-left: 0;
    background: rgb(167,167,168);
}
/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 280px;
}

.headerbg {
    background: url('images/Header [Top Blank].png') no-repeat;
    width: 100%;
    height: 16.8vw;
    background-size:contain;
}
.flexrow {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
    .flexrow img {
        max-width: 100%;
        max-height: 100%;
    }
.menubg {
    background: url('images/Header [Nav. Bar Blank].png') no-repeat;
    background-size: contain;
    height: 4.4vw;
}
.flexnav {
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.flexnav:before,.flexnav:after{
    display:none;
}
    .flexnav > li > a {
        color: #fff;
        font-size: 24px;
        text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
    }
    .flexnav > li > a:hover {
       color:#ccc;text-decoration:underline;background-color:transparent;
    }
.navbar{
    margin-bottom:0;border:0;
}

.footerbg {
    background: url('images/Footer [Bottom Blank].png') no-repeat;
    background-size: contain;
    width: 100%;
    height: 5.4vw;
    text-align: center;
    text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
    color: #fff;
}
.flexrow2 {
    display: flex;
    align-items: center;
    justify-content: space-around;
    padding-top: 12px;
    margin-bottom: 6px;
}
    .flexrow2 a {
        color:#fff;
    }

.homesection{
    display:flex;justify-content:space-around;
    padding-top:10px;
}
.w-50 {
    width: 50%;
}
.t1{font-family:Arial;text-align:center;}
.gridimage {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: repeat(3, auto);
    gap: 1px;
    max-width: 995px;
    margin: 0 auto;
}
.gridimage>img{max-width:100%;}
.item1 {
    grid-row: span 2;
}

.item-last {
    grid-column: 4;
    grid-row: 2 / span 2;
}

.title {
    text-align: center;
    font-size: 36px;
    text-shadow: -1px -1px 0 #ebe316, 1px -1px 0 #ebe316, -1px 1px 0 #ebe316, 1px 1px 0 #ebe316;
    margin-bottom: 20px;
    word-spacing: -6px;
}
.c-b {
    color: #232cdb;
}
.c-g {
    color: #2fb122;
}
.c-r {
    color: #fd4c62;
}
.text {
    font-family: 'arialnarrow', Arial, sans-serif;
    font-size: 20px;
}
    .text hr {
        border-top: 1px solid #333;
        width: 80%;
    }
.text a{
   color:#333;
}
.text-1 {
    text-align: left;
    max-width: 930px;
    margin: auto;
    width: 100%;
}
.flex-t {
    display: flex;
    align-items: center;
}
.wherebuy {
    display: flex;
    flex-direction: row;
    row-gap: 12px;margin:20px auto;
}
   
    .wherebuy img {
        max-width: 100%;
    }
@media (min-width: 1200px) {
    .container {
        width: 1024px;
    }
}