body{
    color: #000000; 
    background-color: #FFFFFF;
    font-family: Arial, Helvetica, sans-serif;
 }
 h1{
    color: #000000;
    font-size: 40px;
    line-height: 50px;
    font-family: garamond;
    font-weight: 700;
    grid-column: 2/5; grid-row: auto;
 }
 h2{
     font-weight: 700;
     color: #000000;
     line-height: 70px;
 }

 header{
     grid-row: 1/2; grid-column: 8/9;
     height: 50px;
     width: 150px;
     margin: auto;
     text-align: center;
 }
#homehero{
    height: 400px;
    background-image: url(homehero.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    grid-row: 3/4; grid-column: 1/-1;

}
#logohero{
    background-image: url("logo.jpg"); 
    background-repeat: no-repeat;
    background-position: left;
    height: 108px;
    padding-left: 0.5rem;
    margin: 0;
    grid-row: 1/2; grid-column: 1/-1;
}
#wrap{
    display: grid;
    grid-auto-rows: minmax(0px,auto);
    grid-template-columns: minmax(0px, 1fr) repeat(6, minmax(0, 175px)) minmax(0px, 1fr);
}
nav{
    font-weight: 300;
    position: sticky;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    background-color: #f0a911;
    flex-flow: row nowrap;
    font-size: 1.25em;
    grid-row: 2/3; grid-column: 2/-2;
    color: #FFFFFF;
    
}

#navbar{
    background-color: #f0a911;
    grid-row: 2/3; grid-column: 1/-1;
}
#headerbar{
        background-color: #FFFFFF;
        grid-row:auto; grid-column: 1/-1;
}
nav ul{
    list-style: none;
    margin: 0px;
    padding: 0px;
    display: flex;
    flex-flow: row nowrap;
    color: #FFFFFF;
}
nav ul li{
    width: 100%;
    color: #FFFFFF;
}
nav a{
    text-decoration: none;
    color: #FFFFFF;
    padding: 1rem 0rem;
    display: block;
    text-align: center;
}
nav a:hover{
    color: #c01875;
}
main{
    background-color: #FFFFFF;
    padding-top: 1px;
    padding-bottom: 1px;
    grid-column: 2/-2;
}
.btn1{
    float: left;
    display: table;
    padding-top: 10px;
    grid-row: 1/2; grid-column: 7/8;  
}
.btn2{
    float: left;
    display: table;
    padding-top: 10px;
    grid-row: 1/2; grid-column: 6/7;
}
button:hover{
    box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24), 0 17px 50px 0 rgba(0,0,0,0.19);
}
button{
    color: #FFFFFF;
    font-size: 20px;
    font-weight: 400;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    background-color: #c01875;
    width: 125px;
    margin: auto;
    text-align: center;
    line-height: 40px;
    font-size: 1.25em;
    border-radius: 12px;
    border: none;
}
p{
    float: left;
    width: 100%;
    padding-right: 1rem;
    line-height: 40px;
    grid-column: 2/-5; grid-row: 4/5;
    margin: 0px;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}
#phonehero{ 
    background-repeat: no-repeat;
    background-color: #FFFFFF;
    height: 450px;
    width: 480px;
    padding-top: 10px;
    margin: auto;
    grid-column: 5/8; grid-row: auto;
    border-radius: 40px;
}
main{
    padding-left: 2em;
    padding-right: 2em;
    display: block;
    background-color: #FFFFFF;
    padding-top: 1px;
    padding-bottom: 1px;
    grid-column: 2/5; grid-row: auto;
}
@media only screen and (max-width: 1100px) {
  
    #wrapper {
      grid-template-columns: minmax(0px, 1fr) repeat(6, minmax(0, 150px)) minmax(0px, 1fr);
    }
}
@media only screen and (max-width:992px){

    nav {
        grid-row: 2 / 3;
        grid-column: 1 / 5;
      }
  
      nav ul {
        flex-flow: column nowrap;
      }
      .btn1{
        width: auto;
        padding-left: 6px; 
        grid-row: 1/2; grid-column: 7/8; 
    }
    .btn2{
        width: auto;
        padding-right: 6px;
        grid-row: 1/2; grid-column: 6/7;
    }
    button{
        width: 70px;
        font-size: .5em;
        font-weight: 400;
        font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;

    }
    h1{
        font-size: 30px;
        line-height: 30px;
        margin: 5px;
    }
    p{
        line-height: 35px;
    }
    h2{
        line-height: 35px;
    }
    #homehero{
        height: 300px;
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        background-color: #FFFFFF;
        grid-row: 2/3;
        grid-column: 5/-1;
    
    }
    #logohero{
        background-repeat: no-repeat;
        background-position: center;
        height: 108px;
        margin: 0;
        width: 100%;
        padding-left: 0px;
        grid-row: 1/2;
        grid-column: 1 / 5;
        }
    #phonehero{ 
        background-repeat: no-repeat;
        background-size: auto;
    }
}
@media only screen and (max-width:768px){
    .btn1{
        width: auto;
        padding-left: px; 
        font-size: 1em; 
        grid-row: 1/2; grid-column: 7/8;
    }
    .btn2{
        width: auto;
        padding-right: 3px;
        font-size: 1em;
        grid-row: 1/2; grid-column: 6/7;
    }
    button{
        display: none;

    }
    main h1{
        align-items: center;
        font-size: 40px;
        line-height: 50px;
        font-family: garamond;
        font-weight: 700;
        display: grid;
        grid-column: 1/9; grid-row: auto;
    }
    main p{
        line-height: 20px;
        padding-right: 0px;
        font-size: 15px;
        grid-column: 1/8; grid-row: 3/4;
    }
    h2{
        line-height: 25px;
        font-size: 20px;
        grid-column: 4/6; grid-row: 3/4;
        align-items: center;
    }
    nav {
        height: 53px;
        align-items: center;
        background-color: #f0a911;
        grid-column: 1/8; grid-row: 2/3;
      }
      nav ul{
        flex-flow: row;
      }
    nav ul li a{
        background-color: #f0a911;
        padding: 2px;
    }
    main{
        grid-column: 2/8; grid-row: 3/4;
    }
    #homehero{
        width: 100%;
        height: auto;
        min-height: 200px;
        background-image: url(homehero.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        grid-column: 1/8;
    }
        #logohero{
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        margin: 0px;
        width: 100%;
        min-height: 200px;
        padding-left: 0px;
        grid-row: 1/2;
        grid-column: 1/9;
        }
    #phonehero{ 
        display: none;
    }
    #navbar{
        display: none;
    }
    img{
        grid-column: 2/7; grid-row: 4/5;
    }
}