* {
    box-sizing: border-box;
}

#wrapper {
    display: grid;
    grid-auto-rows: minmax(50px, auto);
    grid-template-columns: minmax(0px, 1fr) repeat(6, minmax(0, 175px)) minmax(0px, 1fr)
}

#backcolor{
    grid-row: 8 / 38;
    grid-column: 2 / -2;
    background-color: rgba(155, 155, 155, 0.44);
    z-index: -4;
}

body {
    background-color: rgba(220, 216, 216, 0.744);
    font-family: Verdana;
    background-attachment: fixed;
    margin: 0px;
    z-index: -5;
}

header {
    grid-row: 1 / 2;
    grid-column: 1 / -1;
    color: #FF8A00;
    background: rgba(0, 0, 0, 0.8);
    z-index: 1;
    text-align: center;
    background-position: center;
    font-family: Georgia, 'Times New Roman', Times, serif;
}
header a {
    text-decoration: none;
    color: #FF8A00;
}
header h1{
    padding: .5rem;
    background-position: right;
    background-repeat: no-repeat;
    background-origin: content-box;
    margin:0;       
}


nav{
    grid-row: 2/3;
    grid-column: 1 / -1;
    z-index: 1;
    font-weight: bold;
    background: rgba(0, 0, 0, 0.8);
    top: 0;
    width: auto;
}
nav ul{
    margin: 0px;
    padding: 0px;
    display: flex;
    list-style-type: none;
    display: flex;
    flex-flow: row;
}
nav ul li{
    width: 100%;
}
nav a { 
    text-decoration: none;
    color: rgba(255, 255, 255, .87);
    padding: 1rem 0rem;
    display: block;
    text-align: center;
 }

nav a:active{
    color: #ffffffcd;
}


#hero {
    grid-row: 1 / 8;
    grid-column: 1 / -1;
    background-image: url("pics/adobe2.jpg");
    z-index: -2;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover; 
}
   
#services {
    grid-row: 8;
    grid-column: 1 / 9;
    background:rgba(255, 255, 255);
    font-weight: bold;
    color: #5A514F;
    text-align: center;
    margin-top: 3rem;
    margin-bottom: 3rem;
}


#commericalImage {
    grid-row: 9 / 14;
    grid-column: 1 / 6;
    background-image: url("pics/lassonde-2.jpg");
    background-repeat: no-repeat;
    background-position: 40% 90%;
    max-width: 100%;
    height: auto;
    margin-bottom: 1rem;
}
#commericalContent {
    grid-row: 14 / 9;
    grid-column: 5 / 8;
    background: #707070;
    margin: 2rem 2rem 2rem 0rem;
    color: white;
}
#commericalContent h2{
    margin: 10px;
    font-weight: bold;
}
#commericalContent h4{
    color: #CBCBCB;
    font-weight:100;
    margin: 10px 10px 10px 30px;
}

#residentialImage {
    grid-row: 20 / 14;
    grid-column: 4 / -1;
    background-image: url("pics/wolf_creek-1.jpg");
    background-repeat: no-repeat;
    background-position: 0% 30%;
    max-width: 100%;
    height: auto;
    margin-bottom: 1rem;
}
#residentialContent {
    grid-row: 20 / 14;
    grid-column: 2 / 5;
    background: #707070;
    margin: 2rem 2rem 2rem 2rem;
    color: white;
}
#residentialContent h2{
    margin: 10px;
    font-weight: bold;
}
#residentialContent h4{
    color: #CBCBCB;
    font-weight:100;
    margin: 10px 10px 10px 30px;
}

#locationbar{
    grid-row: 20;
    grid-column: 1/-1;
    background:rgba(255, 255, 255);
    font-weight: bold;
    color: #5A514F;
    text-align: center;
    margin-top: 3rem;
    margin-bottom: 3rem;
}

#locationhero {
    grid-row: 21 / 29;
    grid-column: 3 / -3;
    background-image: url("pics/Map2.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover; 
    opacity: .8;
    z-index: -1;
}
 
#locationcontent{
    grid-row: 23 / 27;
    grid-column: 2 / -2;
    background: #707070e7;
    color: #ffffff;
    z-index: 1;
    margin-left: 140px;
    margin-right: 140px;
    text-align: center;
}

#locationcontent h2{
    text-align: center;
}

#locationcontent h4{
    text-align: center;
    letter-spacing: 1px;
    line-height: 1.5;
}

.email-link {
    text-decoration: none;
    color: #fffffff1;
  }


#aboutus{
    grid-row: 29;
    grid-column: 3/-3;
    font-weight: bold;
    color: #5A514F;
    text-align: center;
    margin-top: 3rem;
    margin-bottom: 3rem;
    line-height: 1.8;
    font-size: larger;
    font-weight: bolder;
}


#contact{
    grid-row: 30 / 35;
    grid-column: 3 / -3;
    background: white;
    padding: 10px;
}

#contact h2{
    font-weight: bold;
    color: #483c39;
    text-align: center;
    margin-top: 1rem;
    margin-bottom: 1rem;
}


form {
    margin-top: 2rem;
    margin-right: 1rem;
    display: grid;
    grid-template-rows: auto;
    grid-template-columns: 200px 1fr;
    gap: 0.75rem;
    width: 100%;
}
form input, form textarea {
  font-size: 1rem;
  padding: 10px;
  background-color: #ffffff;

}
#mySubmit {
    width: 10rem;
    grid-column: 2;
    text-align: center;
    color: #707070;
}
#myComments {
    grid-column: 2 / -1;
}


#footerimg{
    grid-row: 36;
    grid-column: 4 / -3;
    display: flex;
    align-items: center;
    height: 300px;
    width: auto;
    background-repeat: no-repeat;
}



@media only screen and (max-width: 992px) {
        .center-column {
            width: 768px;
        }
        header {
            background: rgb(50, 50, 50);
        }
        nav{
            font-weight: bold;
            background-color:#424242;
            grid-row: 2 / 3;
            grid-column: 2 / -2;
            position: sticky;
        }
        #hero {
            grid-row: 2 / 8;
            grid-column: 1 / -1;
        }
        #commericalImage {
            grid-row: 9 / 14;
            grid-column: 1 / 5;
        }
        #commericalContent {
            grid-row: 14 / 9;
            grid-column: 5 / 8;
            background: none;
            margin: 1rem 2rem 2rem 1rem;
        }
        #commericalContent h2{
            margin: 10px;
            font-weight: bold;
            color: #ff8800;
        }
        #commericalContent h4{
            color: #424242;
        }
        #residentialImage {
            grid-column: 5 / -1;
            background-image: url("pics/doterra-4.jpg");
            background-position: 60% 20%;
        
        }
        #residentialContent {
            grid-row: 20 / 14;
            grid-column: 2 / 5;
            background: none;
            margin: 2rem 2rem 2rem 2rem;
    
        }
        #residentialContent h2{
            color: #ff8800;
        }
        #residentialContent h4{
            color: #424242;
        }
        #locationhero {
            grid-row: 21 / 29;
            grid-column: 1 / -1;
        }
        #locationcontent{
            background: #707070;
            color: #ffffff;
        }
        #contact{
            grid-column: 1 / -1;
            padding: 2rem;
        }
}

@media only screen and (max-width: 768px) {
    .center-column {
      width: 100%;
    }
    .left-column,
    .right-column {
      display: none;
    }
    #backcolor{
        grid-row: 8 / 49;
    }
    header {
        background: rgba(50,50,50);
    }
    nav{
        position: static;
    }
    
    #hero {
        grid-row: 3 / 8;
    }
    #commericalContent {
        grid-row: 14 / 9;
        grid-column: 2 / -2;
        background: none;
        padding: 1rem;
    }
    #commericalContent h2{
        margin: 15px;
        margin-bottom: 20px;
        font-weight: bold;
    }
    #commericalContent h4{
        color: #483c39;
    }
    #commericalImage {
        grid-row: 19 / 14;
        grid-column: 1 / -1;
    }
    #residentialContent {
        grid-row: 19 / 24;
        grid-column: 1 / -1;
        background: none;
        padding: 1rem;
    }
    #residentialContent h2{
        margin: 15px;
    }
    #residentialContent h4{
        color: #483c39;
    }
    #residentialImage {
        grid-row: 29 / 24;
        grid-column: 1 / -1;
        background-position: 0% 30%;
        margin-bottom: 1rem;
    }
    #locationbar{
        grid-row: 29;
    }
    #locationhero {
        grid-row: 35 / 30;
        grid-column: 1 / -1;
        background-image: url("pics/Map2.jpg");
    }
    #locationcontent{
        grid-row: 34 / 31;
        grid-column: 2 / -2;
        background: #707070;
        padding: 1rem;
        margin: 2rem;
    }
    #aboutus{
        grid-row: 35/41;
        grid-column: 3/-3;
        font-weight: lighter;
        color: #483c39;
        font-size: large;
        font-weight: lighter;
    }
    
    
    #contact{
        grid-row: 42 / 47;
        grid-column: 1 / -1;
        background: white;
        padding: 3rem;

    }
    #footerimg{
        grid-row: 48;
        grid-column: 4 / -3;
    }
}
    

