

#wrapper{
    display: grid;
    grid-auto-rows: auto;
    grid-template-columns: minmax(0px, 1fr) repeat(6, minmax(0, 175px)) minmax(0px, 1fr);
    background-color: #f3f3f3;
}
body{
    margin: 0px;
}
#TopBar{
    grid-column: 1 / -1;
    grid-row: 1 / 2;
    background-color: #00ADF1;
    text-align: right;
    font-family: "Bungee", sans-serif;
    padding: 15px;
    font-size: 20px;

}

h1{
    background-color: #00ADF1;

    text-align: center;
    font-size: 100px;
    font-style: normal;
    text-shadow: #000;
    font-family: "Poppins", sans-serif;
    font-weight: 300;
    font-style: normal;
    text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;

}
h2{
    background-color: #00ADF1;    
    text-align: center;
    font-size: 80px;
    font-style: normal;
    text-shadow: #000;
    font-family: "Bungee", sans-serif;
    font-weight: 400;
    text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
}
#homehero{
    background-image: url(https://www.ezy-clean.co.uk/files/1);
    background-size: cover;
    background-position: center;
    grid-column: 1 / -1;
    grid-row: 3 / 4;
    height: 300px;
}
#FAQHero{
    background-image: url(https://assets-global.website-files.com/60eece3229f951ea48ce43b4/655dba5844b1411ee4472604_644665bf406379446fa80f47_how%20to%20clean%20windows.webp);
    background-size: cover;
    background-position: center;
    grid-column: 1 / -1;
    grid-row: 3 / 4;
    height: 300px;
}
#ServiceHero{
    background-image: url(https://images.squarespace-cdn.com/content/v1/5a4bdd550abd044fbe67ddd8/1514927849713-ZBYG8HHMLBBZQJFK6R0E/Waynesville+Window+Cleaning);
    background-size: cover;
    grid-column: 1 / -1;
    grid-row: 3 / 4;
    height: 300px;
}
#AboutHero{
    background-image: url(https://suwa.org/wp-content/uploads/Cockscomb-Pano-GSENM-c-Tim-Peterson-72dpi.jpg);
    background-size: cover;
    background-position: bottom;
    grid-column: 1 / -1;
    grid-row: 3 / 4;
    height: 300px;
}
#ContactHero{
    background-image: url(https://static1.squarespace.com/static/55354ac5e4b07cfa7991bf11/553552eee4b072049fca46af/5d124f46a90bca00010c8cc6/1561481123470/10+Hacks+To+Make+Window+Washing+A+Little+Less+Painful+6-28-19.jpg?format=1500w);
    background-size: cover;
    background-position: bottom;
    grid-column: 1 / -1;
    grid-row: 3 / 4;
    height: 300px;
}
nav{
    background-color: #00ADF1;
    grid-row: 2 / 3;
    grid-column: 1 / -1;
    text-decoration: none;

}
main{
    grid-row: 5 / 6;
    grid-column: 2 / -2;
}
#logo{
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
}
footer{
    grid-column: 1 / -1;
    grid-row: 6 / 7;
    text-align: center;
    background-color: #000;
    color: #f3f3f3;
}

nav ul{
    margin: 0px;
    padding: 10px;
    display: flex;
    flex-flow: nowrap;
    justify-content: space-evenly;
    text-decoration: none;
    list-style-type: none;

}
nav ul li a{
    text-decoration: none;
    color: black;
    font-family: "Bungee", sans-serif;
    font-size: 30px;

}
a:hover{
    background-color: #000;
    color: #00ADF1;
}
a{
    padding: 10px;
}
main{
    padding: 20px;
    background-color: white;
    font-family: "Bungee", sans-serif;
    font-weight: 50;
    line-height: 1.5;

}
header{
    grid-row: 4 / 5;
    grid-column: 1 / -1;
    font-size: 60px;
    padding: 10px;
    font-family: "Bungee", sans-serif;
    text-align: center;
    background-color: #00ADF1;

}
p{
    font-family: "Poppins", sans-serif;
    font-weight: 300;
    font-style: normal;
}
footer{
    font-family: "Bungee", sans-serif;
    padding: 5px;

}
td{
    font-family: "Poppins", sans-serif;
    font-weight: 300;
    font-style: normal;
}
.text{
    font-family: "Poppins", sans-serif;
    font-weight: 300;
    font-style: normal;
}
td, tr{
    padding: 5px;
    border: 1px solid #000;
}
tr:nth-of-type(even){
    background-color: #f3f3f3;
}
.maintext{
    color: #000;
}
.review-grid{
    display: grid;
    grid-template-columns: auto auto auto;
    background-color: #00ADF1;
}
.review{
    background-color: rgba(255, 255, 255, 0.8);
    border: 1px solid rgba(0, 0, 0, 0.8);
    padding: 10px;
    font-size: 17px;
    text-align: center;
    font-family: "Poppins", sans-serif;
    font-weight: 300;
    font-style: normal;
  }
.center {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
  }
#guarantee{
    background-color: #00ADF1;
    color: #000;
    text-align: center;
    font-size: 40px;
    padding: 25px;
    text-decoration: none;

}
#reviewtitle{
    font-size: 30px;
}
a{
    text-decoration: none;
    color: #000;
}
#step{
    font-family: "Poppins", sans-serif;
    font-weight: 300;
    font-style: normal;
}
h5{
    font-family: "Poppins", sans-serif;
    font-weight: 300;
    font-style: normal;
}
h3{
    font-family: "Poppins", sans-serif;
    font-weight: 300;
    font-style: normal;
}
h4{
    font-family: "Poppins", sans-serif;
    font-weight: 300;
    font-style: normal;
}
@media only screen and (max-width: 900px){


    nav ul{
        flex-direction: column;
        text-align: center;
        padding: 15px;
    }
   .review-grid{
    display: flexbox;
    flex-direction: column;
   }
   
}