* {
    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, #backcolor2, #backcolor3, #backcolor4{
    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/skyline.jpg");
    z-index: -2;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover; 
    opacity: .7;
}

#abouthero {
    grid-row: 1 / 8;
    grid-column: 1 / -1;
    background-image: url("pics/oldbuildings.jpg");
    z-index: -2;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover; 
    opacity: .6;
}
#doorhero {
    grid-row: 1 / 8;
    grid-column: 1 / -1;
    background-image: url("pics/door.jpg");
    z-index: -2;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover; 
    opacity: .6;
}
 
#services, #Philosophy, #Architects {
    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;
}

#txt{
    grid-row: 3 / 8;
    grid-column: 1 / -1
}

#txt h1{
    z-index: 5;
    text-align: center;
    margin-top: 6rem;
    font-weight: bolder;
    color: rgb(255, 255, 255);
    font-size: 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;
    padding-bottom: 1rem;
    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;
    padding-bottom: 1rem;
    color: white;
}
#residentialContent h2{
    margin: 10px;
    font-weight: bold;
}
#residentialContent h4{
    color: #CBCBCB;
    font-weight:100;
    margin: 10px 10px 10px 30px;
}
 
#locationbar, #Services2{
    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;
}

#locationbar2{
    grid-row: 16;
    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;
}

#locationhero2 {
    grid-row: 17 / 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;
}

#locationcontent2{
    grid-row: 22 / 25;
    grid-column: 2 / -2;
    background: #707070e7;
    color: #ffffff;
    z-index: 1;
    margin-left: 140px;
    margin-right: 140px;
    text-align: center;
}
 
#locationcontent2 h2{
    text-align: center;
}
 
#locationcontent2 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;
}

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

#contact4 {
    grid-row: 30 / 34;
    grid-column: 3 / -3;
    background: white;
    padding: 10px;
}
 
#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;
}
#footerimg4{
    grid-row: 36;
    grid-column: 4 / -3;
    display: flex;
    align-items: center;
    height: 300px;
    width: auto;
    background-repeat: no-repeat;
}

#Philosophytxt {
    grid-row: 14 / 9;
    grid-column: 3 / -3;
    letter-spacing: 1px;
    line-height: 1.5;
}

#Philosophytxt h4{
    color: #483c39;
    font-weight:100;
}

#PhilosophyImage {
    grid-row: 20 / 14;
    grid-column: 4 / -1;
    background-image: url("pics/mdvle-senior-2.jpg");
    background-repeat: no-repeat;
    background-position: 70% 90%;
    max-width: 100%;
    height: auto;
    margin-bottom: 1rem;
}
#PhilosophyContent {
    grid-row: 20 / 14;
    grid-column: 2 / 5;
    background: #707070;
    margin: 2rem 2rem 2rem 2rem;
    color: white;
    letter-spacing: 1px;
    line-height: 1.5;
}
#PhilosophyContent h2{
    margin: 10px;
    font-weight: bold;
}
#PhilosophyContent h4{
    color: #CBCBCB;
    font-weight:100;
    margin: 10px 10px 10px 30px;
}
#Services3{
    grid-row: 21 / 25;
    grid-column: 2 / -2;
    margin: 2rem;
    color: #424242;
}
#Services3 h4{
    font-weight: lighter;
    letter-spacing: 1px;
    line-height: 1.5;
}

#contact2{
    grid-row: 26/34;
    grid-column: 3 / -3;
    background: white;
    padding: 10px;
}
 

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

#familyhero {
    grid-row: 1 / 8;
    grid-column: 1 / -1;
    background-image: url("pics/familyhero.jpg");
    z-index: -2;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover; 
    opacity: .4;
}
 


.flex-container {
    grid-row: 9 / 30;
    grid-column: 3 / -3;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    color: #2b2b2b;
  }
  
  .flex-item {
    width: 100%;
    margin-bottom: 6rem;
    display: flex;
   
  }
  
  .flex-item img {
    width: auto;
    max-height: 300px;
    min-height: 100px;
    max-width: 50%;
    margin-right: 10px;
    align-items: center;
  }
  
  .flex-item p {
    width: 100%;
    margin: 0;
    text-align: left;
    margin-left: 1rem;
    padding-bottom: 1rem;
  }
  .flex-item a{
    margin-left: 1rem
  }
  
  .flex-item h4{
    letter-spacing: 2px;
    font-weight: lighter;
  }

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

.map-container {
    grid-row: 15 / 14;
    grid-column: 2 / -2;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%; 
    position: relative;
    margin-top: 3rem;
  }
  
  .map-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  


 
 
 
@media only screen and (max-width: 992px) {
        .center-column {
            width: 768px;
        }
        #backcolor{
            background-color: #ffffff
        }
        #backcolor2{
            grid-row: 8 / 26;
            grid-column: 2 / -2;
            background-color: #ffffff
        }
        #backcolor3{
            grid-row: 8 / 34;
            grid-column: 2 / -2;
            background-color: #ffffff
        }
        #backcolor4{
            grid-row: 8 / 20;
            grid-column: 2 / -2;
            background-color: #ffffff
        }
        header {
            background: rgb(50, 50, 50);
        }
        nav{
            font-weight: bold;
            background-color:#424242;
            grid-row: 2 / 3;
            grid-column: 2 / -2;
            position: sticky;
        }
        #hero, #abouthero, #familyhero, #doorhero {
            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;
        }
        #Philosophytxt {
            grid-row: 14 / 9;
            grid-column: 3 / -3;
            background: none;
        }
        
        #Philosophytxt h4{
            color: #424242;
        }
        #Services3{
            grid-row: 21;
            grid-column: 2 / -2;
            margin-top: .2rem;
        }
        
        #PhilosophyImage {
            grid-column: 5 / -1;
            background-image: url("pics/mdvle-senior-2.jpg");
        
        
        }
        #PhilosophyContent {
            grid-row: 20 / 14;
            grid-column: 2 / 5;
            background: none;
            margin: 2rem 2rem 2rem 2rem;
        
        }
        #PhilosophyContent h2{
            color: #ff8800;
        }
        #PhilosophyContent h4{
            color: #424242;
        }
        
        #contact2{
            grid-row: 23;
            grid-column: 1 / -1;
            padding: 2rem;
        }
        
        #footerimg2{
            grid-row: 25;
            grid-column: 4 / -3;
            display: none;
        }

        #footerimg{
            grid-row: 25;
            grid-column: 4 / -3;
            display: none;
        }

        #footerimg4{
            grid-row: 18;
            grid-column: 4 / -3;
            display: none;
        }
        #contact3{
            grid-row: 30;
            grid-column: 1 / -1;
            padding: 2rem;
        }

        #contact4{
            grid-row: 16;
            grid-column: 1 / -1;
            padding: 2rem;
        }
        
        #footerimg3{
            grid-row: 33;
            grid-column: 4 / -3;
            display: none;
        }
        .map-container {
            grid-row: 15 / 14;
            grid-column: 3 / -3;
        }

        #locationbar2{
            display: none;
        }

        #locationhero2{
            display: none;
        }

        #locationcontent2{
            display: none;
        }

        #locationbar, #Services2, #Philosophy, #services, #Architects{
            background-color: #dcdcdc;

        }
        #contact2, #contact4, #contact, #contact3{
            background-color: #dcdcdc;
        }
}
 
@media only screen and (max-width: 768px) {
    .center-column {
      width: 100%;
    }
    .left-column,
    .right-column {
      display: none;
    }
    #backcolor{
        grid-row: 8 / 49;
        background-color: #ffffff;
    }
    #backcolor2, #backcolor3{
        grid-row: 8 / 35;
        background-color: #ffffff;
    }
    #backcolor4{
        grid-row: 8 / 20;
        background-color: #ffffff;
    }
    header {
        background: rgba(50,50,50);
    }
    nav{
        position: static;
    }
 
    #hero,#abouthero, #familyhero, #doorhero {
        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;
        
        padding: 3rem;
 
    }
    #footerimg{
        grid-row: 48;
        grid-column: 4 / -3;
    }

    #Philosophytxt {
        grid-row: 14 / 9;
        grid-column: 3 / -3;
        background: none;
        margin-bottom: 1rem;
    }
    #Philosophytxt h4{
        color: #483c39;
    }
    
    #PhilosophyContent {
        grid-row: 19 / 24;
        grid-column: 1 / -1;
        background: none;
        padding: 1rem;
    }
    #PhilosophyContent h2{
        margin: 15px;
    }
    #PhilosophyContent h4{
        color: #483c39;
    }
    #PhilosophyImage {
        grid-row: 14 / 20;
        grid-column: 1 / -1;
        margin-bottom: 1rem;
    }
    
    #Services2{
        grid-row: 24;
    }
    #Services3{
        grid-row: 25 / 30;
        grid-column: 2 / -2;
    }
    
    #contact2{
        grid-row: 32;
        grid-column: 1 / -1;
        padding: 3rem;
    
    }
    
    #footerimg2{
        display: none;
    }
    .flex-item {
        flex-direction: column;
        align-items: center;
      }
 

      
    #contact3{
        grid-row: 32;
        grid-column: 1 / -1;
        padding: 3rem;
    
    }
    
    #footerimg3{
        display: none;
    }
}