@media only screen and (max-width:992px)
{
    body
    {
        background-image:url("../img/bois.jpg");
        background-attachment:fixed;
        background-repeat: no-repeat;
        background-size:100% 100%;
    }
    table {
        width:90%;
    }
    .hollow
    {
        display:none;
    }
    .resize
    {
        width:100%;
        position:static;
    }
    td
    {
        border-style:solid;
        border-color:red;
        width:50%;
    }
    textarea
    {
        resize : both;
        min-width : 100px;
        min-height : 100px;
        max-width : 100%;
        max-height : 200px;
    }
    nav
    {
        background:rgba(255,255,255,0.5);
        text-align:center;
        text-transform:uppercase;
        font-weight:bold;
        font-size: 32px;
        line-height:35px;
        border-bottom:0px;
    }
    footer
    {
        font-size:15px;
    }
    a
    {
        color:red;
    }
    a:hover{
        color:white;
    }
    .middle,
    .rea
    {
        width:100%;
        display:block;
        margin:0;
        margin-bottom:30px;
        /*position:relative;*/
    }
    .menuLeft, 
    .menuRight
    {
        display:none;
    }
     .navbar-toggler-icon
    {
        float:left;     
    }
    .contact input[type=text],
    .contact textarea,
    .contact input[type=submit]
    {
        width:100%;    
    }
    .gauge
    {
        width:100%;
        margin:5px 0;
    }
    h2{
        text-align:left;
    }
    h3
    {
        width:100%;
    }
    .navbar-expand-lg
    {
        border-bottom-left-radius:15px;
        border-bottom-right-radius:15px;
    }
}
