*
{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: Optima, Calibri, sans-serif;
}
/*body
{
    background-image: url(images/summergrilling2.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position-y: 6.5rem;
}*/

r1
{
    color: #0055ff;
    font-weight: bold;
    font-size: 4rem;
    width: 85%;
    text-align: center;
}
r2
{
    color: red;
    font-weight: bold;
    font-size: 2rem;
    width: 85%;
    text-align: center;
}
r3
{
    color: black;
    font-weight: bold;
    font-size: 1.8rem;
    width: 85%;
    text-align: center;
}
r4
{
    color: white;
    background-color: #0055ff;
    font-weight: bold;
    font-size: 2rem;
    width: 85%;
    text-align: center;
}
r5
{
    color: black;
    font-size: 1rem;
    width: 85%;
    text-align: left;
}
article ul
{
    width: 85%;
    padding-left: 5%;
}
.maprow{
    float: left;
    clear: both;
    width: 100%;
}

.vidrow{
    width: 100%;
}
.video-responsive{
    overflow: hidden;
    width: 90%;
    margin: 0 5% 5% 5%;
    padding-bottom: 50.60%;
    position: relative;
    height: 0;
}
.video-responsive iframe{
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    position: absolute;
}
.formrow input[type=text], select, textarea{
    width: 100%;
    padding: 12px;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
    resize: vertical;
    font-size: 1.2rem;
}
.formrow label{
    padding: 12px 12px 12px 0;
    display: inline-block;
    font-weight: bold;
    font-size: 1.2rem;
}
.col-50{
    float: left;
    width: 50%;
    margin-top: 6px;
}
.col-33{
    float: left;
    width: 33%;
    margin-top: 6px;
}
.col-34{
    float: left;
    width: 34%;
    margin-top: 6px;
}
.cntr{
    text-align: center;
    text-decoration: none;
}
.cntr p{
    font-size: 1rem;
}
.col-10{
    float: left;
    width: 10%;
    margin-top: 6px;
}
.col-20{
    float: left;
    width: 20%;
    margin-top: 6px;
}
.col-30{
    float: left;
    width: 30%;
    margin-top: 6px;
}
.col-40{
    float: left;
    width: 40%;
    margin-top: 6px;
}
.col-25{
    float: left;
    width: 25%;
    margin-top: 6px;
}
.col-75{
    float: left;
    width: 75%;
    margin-top: 6px;
}
.formrow:after{
    content: "";
    display: table;
    clear: both;
}
.webform{
    margin: .7rem;
    width: 100%;
    border-radius: 5px;
    background-color: #f2f2f2;
    padding: 20px;
}
.formtitle{
    width: 100%;
    text-align: center;
}
.formbutton{
    text-transform: uppercase;
    padding: 5px;
    color: blue;
    font-weight: 700;
}
::placeholder {
    color:lightcoral;
    opacity: 1;
}
::-ms-input-placeholder {
    color:lightcoral;
}
:-ms-input-placeholder {
    color:lightcoral;
}
.white
{
    color: #fff;
    font-size: 4rem;
    float: right;
    text-align: center;
    padding: 5% 2% 15% 2%;
}
.blue{
    list-style-image: url(pics/blue48.png);
}
.hero-container
{
    width: 100%;
    background-image: url(pics/summergrilling2.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    border-bottom: 2px solid #3b5998;;
    background-position-y: inherit;
}
main
{
    display: flex;
    flex-grow: 1;
}
article
{
    display: flex;
    flex-direction: column;
    background-color: #ffffff;/* #ffdede;/* #e8d5d4;
    /*float: none;*/
    align-items: center;
    /*border: 1px solid black;*/
    text-align: center;
    width: 66.67%;
}
article p
{
   font-size: 1rem;
   width: 85%;
}

article h1,h3
{
    width: 85%;
}
.bluer
{
    background-color: #3bf7c5;
}
aside{
    display: flex;
    flex-direction: column;
    /*float: none;*/
    align-items: center;
    /*border: 1px solid black;*/
    background-color: #c3c3c3;/*#a6a6a6;/*#3bf7c5; /* #3beaf7 -> #3bf7c5 #3bacf7 -> #e8d5d4 #e49690 */
    width: 33.33%;
    text-align: center;
}
aside p{
    font-size: 1rem;
    width: 85%;
}
aside p i{
    font-size: 1rem;
}
/*aside img{
    width: 75%;
    /*height: auto;
}*/
/*.fireplace{
    width: 100%;
    height: auto;
}*/
.topstrip
{
    background: #f74a3c;
    height: 2rem;
    display: flex;
    overflow: wrap;
    align-items: center;
    justify-content: flex-end;
    font-size: 1.3rem;
    color: #f1f1f2;
    width: 100%;
}
.topstrip span{
    font-size: 1.4rem;
}
.navbar
{
    width: 100%;
    display: flex;
    overflow: wrap;
    height: 4.5rem;/*100%;/*18.5rem;/*4.5rem*/
    line-height: 3rem;
    background: #ffffff;
    font-size: 1.5rem;
    font-weight: bold;
    border-bottom: 2px solid #f74a3c;
    overflow-y: hidden;
    
    /*transition: height 1s ease;*/
}
.container
{
    width: 85%;
    margin: 0 auto;
}
.menu
{
    float: right;
}
.menu li
{
    float: left;
    width: 140px;
    height: 4.5rem;
    line-height: 4.5rem;
    text-align: center;
    list-style: none;
}
.menu li a
{
    color: #f00;
    text-decoration: none;
    display: block;
}
.menu li:hover 
{
    background: #fcc;
    border-radius: .5rem;
}
.menu li:hover .hidden {
    display: flex;/*block;*/
}

.hidden{
    display: none;
    font-size: 1.4rem;
    /*float: left;*/
    position: absolute;
    margin-top: -2px;
    background-color: #e49690;/*#3b5998;*/
    flex-direction: column;
    z-index: 1;
}
.hidden li a{
    display: block;
}
.bl
{
    color: #3b5998;
    background-color: #f1f1f2;
    padding: 0px 1px;
}
.wh
{
    color: #f1f1f2;
}
.mr
{
    margin-right: 5%;
    padding-left: 1%;
    text-decoration: none;
    color: #f1f1f2;
    font-size: 1rem;
    font-weight: bold;
}
.logo
{
    height: 4.5rem; 
    float: left;  
}

.toggle-collapse{
    position: inherit;
    top: 0%;
    float: right;
    cursor: pointer;
    /*background: blueviolet;*/
    font-size: 2rem;
    padding: .7rem 1rem;
    display: none;
}

.collapse{
    height: 100%;
}

footer {
    padding: 16px;
    color: white;
    background-color: #737373;/*#f74a3c ;
}
.midblue{
    background-color:blue; /*#f74a3c   ;*/
}
.midred{
    background-color:red; /*#f74a3c   ;*/
}

/*@media only screen and (min-device-width:851px) and (max-device-width:1200px){*/

@media (min-width:801px) and (max-width:1200px){
    .white
    {
        font-size: 2rem;
    }
    nav .navbar{
        overflow-y: visible !important;
    }
    nav .menu{
        flex-direction: column !important;
        font-size: 1.7rem;
    }
    .topstrip{
        font-size: 2.5rem;
        height: 4rem;
    }
    .topstrip span{
        font-size: 1.7rem !important;
    }
    body{
        background-position-y: 8.5rem;
    }
    .cntr p{
        font-size: .7rem;
    }
}

/*@media only screen and (max-device-width:850px){*/

@media (max-width:800px){
    .col-25, .col-75, .col-50, .col-33, .col-34, input{
        width: 100%;
        margin-top: 0;
    }
    .white
    {
        font-size: 1.5rem;
    }
    aside{
        display: none;
    }
    article{
        width: 100%;
    }
    nav .navbar{
        overflow-y: visible !important;
    }
    nav .menu{
        flex-direction: column !important;
        font-size: 1.5rem;
    }
    .toggle-collapse{
        display: initial;
    }
    .topstrip{
        font-size: 2.5rem;
        height: 4rem;
        justify-content: center;
        padding: 0 0 0 9%;
    }
    .topstrip span{
        font-size: 1.5rem !important;
        display: none;
    }
    .topstrip a{
        padding: 0 3% 0 3%;
    }
    body{
        background-position-y: 8.5rem;
    }
    .cntr p{
        font-size: .7rem;
    }
    .hidden li a{
        font-size: 1.1rem;
    }
}