@import url("https://use.typekit.net/gdd6qxz.css");

html, body{
  margin: 0;
  padding: 0;
}
body{
  min-height: 100vh;
}
.backgroundBodyColor{
  color:bisque!important;
  z-index: -9999;
  /*trouble shoot this*/
}






/*-----NAV BAR-----*/
nav{
  background-color: white;
  padding-top: 5px;
  padding-bottom: 5px;
  width: 100%;
  position: sticky;
  top: 0;
  z-index: 9999999999999999;
  border-bottom: 1px solid #404040;

}
nav ul{
  list-style: none; 
  display: flex;
}
nav li{
  height: 60px
}
nav a{
  height: 100%;
  padding: 0 30px;
  text-decoration: none;
  display: flex;
  align-items: center;
  color: #404040;
  font-family: Arial, Helvetica, sans-serif;
  letter-spacing: 1px;
  font-size: 18px;
  z-index: 999999999999;
}
nav a:hover{
  text-decoration: underline;
}

nav li:first-child{
  margin-right: auto;
}
.mobileNav{
  position: fixed;
  top: 0;
  right: 0;
  height: 100vh;
  width: 100vw;
  z-index: 9999999999;
  background-color: #F0EEE4b7;
  backdrop-filter: blur(10px);
  display: none;
  flex-direction: column!important;
}
.mobileNav ul {
  list-style: none;
  padding: 30px;
  margin: 0px;
  display: flex;
  flex-direction: column; 
  align-items: center; 
  row-gap: 35px;

}
.mobileNav li{
  height: 100%;
  padding: 0 30px;
  text-decoration: none;
}
.mobileNav a{
  width:100%;
  color: #404040;
  font-family: Arial, Helvetica, sans-serif;
  letter-spacing: 1px;
  font-size: 30px;  
}
.heroLogo{
  margin: -10px 0px 0px -20px;
  height: 90%;
}
.menuButton{
  display: none;
}
@media screen and (max-width: 730px){
  .hideOnMobile{
    display: none;
  }
  .menuButton{
    display: block;
    padding-right: 30px;
  }
  .heroLogo{
    margin-left: -10%;
    height: 70%;
}
}
@media screen and (max-width: 729px){
  .mobileNav{
    width: 100vw;
  }
}






/*-----HERO AREA-----*/
/*backgroundimage*/
@media screen and (max-width: 699px) {
.heroBackgroundImg::before{
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 70vh;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.4); 
  z-index: 1;
  }
.heroStairsBackgroundImg::before{
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 55vh;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5); 
  z-index: 1;
}
.heroFirePlaceBackgroundImg::before{
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 55vh;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5); 
  z-index: 1;
}
.heroWoodworkBackgroundImg::before{
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 55vh;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5); 
  z-index: 1;
}
.heroFlooringBackgroundImg::before{
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 55vh;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5); 
  z-index: 1;
}
.heroHistoryBackgroundImg::before{
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 55vh;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5); 
  z-index: 1;
}
}
@media screen and (max-width: 699px) {
  .heroBackgroundImg, .heroStairsBackgroundImg, .heroFirePlaceBackgroundImg, .heroWoodworkBackgroundImg, .heroFlooringBackgroundImg, .heroHistoryBackgroundImg {
    background-repeat: no-repeat;
    background-size: cover; 
    height: 70vh;
    width: 100%;
    margin-top: -10px;
    display: flex;
    justify-content: center; 
    align-items: center; 
    z-index: 0;
    position: relative;
    }
    .heroBackgroundImg{
        background-image: url("../Fier_finalproject/images/heroImgNew.JPG");
          }
  .heroStairsBackgroundImg{
    background-image: url("../Fier_finalproject/images/StairsHero.JPG");
    height: 55vh;
    }
  .heroFirePlaceBackgroundImg{
    background-image: url("../Fier_finalproject/Images/FireplaceHero.JPG");
    height: 55vh;
  }
  .heroWoodworkBackgroundImg{
    background-image: url("../Fier_finalproject/Images/WoodworkHero.JPG");
    height: 55vh;
    }
  .heroFlooringBackgroundImg{
    background-image: url("../Fier_finalproject/Images/FlooringHero.JPG");
    height: 55vh;
    }
    .heroHistoryBackgroundImg{
      background-image: url("../Fier_finalproject/Images/historyHero.JPG");
      height: 55vh;
      }
      
  }
@media screen and (min-width: 700px) {
.heroStairsBackgroundImg::before{
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 60vh;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5); 
  z-index: 1;
}
.heroFirePlaceBackgroundImg::before{
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 60vh;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5); 
  z-index: 1;
}
.heroAboutBackgroundImg::before{
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 60vh;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5); 
  z-index: 1;
}
.heroWoodworkBackgroundImg::before{
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 60vh;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5); 
  z-index: 1;
}
.heroFlooringBackgroundImg::before{
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 60vh;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5); 
  z-index: 1;
}
.heroHistoryBackgroundImg::before{
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 60vh;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5); 
  z-index: 1;
}
}
@media screen and (min-width: 700px) {
  .heroBackgroundImg, .heroStairsBackgroundImg, .heroFirePlaceBackgroundImg, .heroWoodworkBackgroundImg, .heroFlooringBackgroundImg, .heroHistoryBackgroundImg {
    background-repeat: no-repeat;
    background-size: cover; 
    width: 100%;
    height: 90vh;
    margin-top: -10px;
    display: flex;
    justify-content: center; 
    align-items: center; 
    z-index: 0;
    position: relative;
      }
      .heroBackgroundImg{
        background-image: url("../Fier_finalproject/images/heroImgNew.JPG");
          }
  .heroStairsBackgroundImg{
    background-image: url("../Fier_finalproject/images/StairsHero.JPG");
    height: 60vh;
      }
  .heroFirePlaceBackgroundImg{
    background-image: url("../Fier_finalproject/Images/FireplaceHero.JPG");
    height: 60vh;
      }
  .heroWoodworkBackgroundImg{
    background-image: url("../Fier_finalproject/Images/WoodworkHero.JPG");
    height: 60vh;
       }
  .heroFlooringBackgroundImg{
    background-image: url("../Fier_finalproject/Images/FlooringHero.JPG");
    height: 60vh;
    }
    .heroHistoryBackgroundImg{
      background-image: url("../Fier_finalproject/Images/historyHero.JPG");
      height: 60vh;
      }
  }
  .contactUsBackground{
    background-image: url("../Fier_finalproject/images/contactusbackground.JPG");
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 90vh;
    margin-top: -10px;
  }



/*Hero Layout and Text*/
@media screen and (min-width: 1250px) {
.hero{ 
  z-index: 2; 
  float: left!important;
  margin-left: -400px;
  margin-top: 300px;

  }
  }
@media screen and (max-width: 1249px) {
.hero{
z-index: 2;

padding-left: 15px;
}
}

@media screen and (min-width: 1050px) {
.heroText {
position: relative; 
z-index: 2; 
float:left;
  }
}

@media screen and (max-width: 660px) {
.heroText {
  position: relative; 
  z-index: 2; 
  width: 60%;
  }
}
@media screen and (min-width:661px) and  (max-width: 1200px) {
.heroText {
  position: relative; 
  z-index: 2; 
  }
}
.textCentered{
  margin: auto;
  text-align: center;
  position: relative;
}

@media screen and (min-width: 1050px) {.heroHeading {
  color: white;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  letter-spacing: 1px;
  font-size: 70px;
  }
}
@media screen and (max-width: 660px) {
    .heroHeading {
      color: white;
      font-family: Arial, Helvetica, sans-serif;
      font-weight: bold;
      letter-spacing: 1px;
      font-size: 30px;
    }
  }
  @media screen and (min-width:661px) and  (max-width: 1050px) {
    .heroHeading {
      color: white;
      font-family: Arial, Helvetica, sans-serif;
      font-weight: bold;
      letter-spacing: 1px;
      font-size: 60px;
    }
  }

  .heroSubHeading{
    color: white;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    letter-spacing: 1px;
    font-size: 40px;
    margin-top: -5px;
  }





  /*-----TEXT STUFF-----*/
  @media screen and (min-width: 661px) {
    .wrapperForText {
      padding: 180px 120px 0px 120px;
    }
  }
  @media screen and (max-width: 660px) {
    .wrapperForText {
      padding: 20px 20px 0px 20px;
    }
  }
  
  .paragraphWhite{
    color: white;
    font-family: Arial, Helvetica, sans-serif;
    letter-spacing: 1px;
    font-size: 20px;
    line-height: 1.5;
  }
  p{
    color: #404040;
    font-family: Arial, Helvetica, sans-serif;
    letter-spacing: 1px;
    font-size: 20px;
    line-height: 1.5;
    word-break: keep-all;
  }

      .defaultHeading {
        color: #404040;
        font-family: Arial, Helvetica, sans-serif;
        font-weight: bold;
        letter-spacing: 1px;
        font-size: 40px;
      }
  

      .defaultWhiteHeading {
        color: white;
        font-family: Arial, Helvetica, sans-serif;
        font-weight: bold;
        letter-spacing: 1px;
        font-size: 40px;
      }
    
        .defaultBlueHeading {
          color: #5f93c2;
          font-family: Arial, Helvetica, sans-serif;
          font-weight: bold;
          letter-spacing: 1px;
          font-size: 40px;
        }

.defaultSubHeading{
  color: #404040;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  letter-spacing: 1px;
  font-size: 30px;
  padding: 0;
  margin: 0;
}
.defaultWhiteSubHeading{
  color: white;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  letter-spacing: 1px;
  font-size: 30px;
  padding: 0;
  margin: 0;
}
  button{
    border-radius: 10px;
    border: none;
    background-color: #5f93c2;
    color: white;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 20px;
    padding: 10px 30px 10px 30px;
    letter-spacing: 1px;
    border: none;
  }
  button:hover{
    background-color: #F0EEE4;
    color: #5f93c2;
  }
  button:focus{
    background-color: #F0EEE4;
    color: #5f93c2;
  }
  .whitebutton{
    border-radius: 10px;
    border: none;
    background-color: #F0EEE4;
    color: #5f93c2;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 20px;
    padding: 10px 30px 10px 30px;
    letter-spacing: 1px;
    border: none;
    margin: 10px;
    border: 2px solid #F0EEE4;
  }
  .whitebutton:hover{
    border: 2px solid #F0EEE4;
    background-color: #5f93c2;
    color: #F0EEE4;
  }
  .whitebutton:focus{
    border: 2px solid #F0EEE4;
    background-color: #5f93c2;
    color: #F0EEE4;
  }



  /*-----CUSTOMER REVIEWS-----*/
.customerReviewArea {
  font-family: Arial, Helvetica, sans-serif;
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 15px;
  text-align: center;
  margin-bottom: 90px;
  }
.customerReviewItem1, .customerReviewItem2, .customerReviewItem3, .customerReviewItem4{
 border-radius: 20px;
 border: 2px solid #5f93c2;
 padding: 50px;
}
.fiveStar{
  width: 150px;
  padding: 35px;
}







/*-----SPLIT IMG AND TXT HALFWAY w SPACE AROUND-----*/
@media screen and (min-width: 991px){
.halfContainer {
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  padding: 0;
  margin: 90px;
  background-color: #5f93c2;

}
.halfImg, .halfTxt {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.halfImg {
  max-width: 50%; 
  height: 100%;
  margin: 0;
}
.halfImg img {
  max-width: 100%;
  height: 100%;
}
.halfTxt {
  text-align: center;
  flex-direction: column; 
  max-width: 50%; 
  padding: 50px;
}
}
@media screen and (max-width: 990px){
  .halfContainer {
    display: block;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    padding: 20px;
    margin: 12px;
    text-align: center;
    background-color: #5f93c2;
    
  }
  .halfImg {
    width: 100%; 
    height: 100%;
    margin: 0;
  }
 .halfImg img {
    max-width: 100%;
    height: 100%;
  }
  .centerImg{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  }





  /*-----WHAT WE DO-----*/
 @media screen and (min-width: 1041px){
  .whatWeDo {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-template-rows: 1fr;
    align-items: center;
    gap: 15px;
    text-align: center;
  }
  }
  @media screen and (min-width:661px) and (max-width: 1040px){
    .whatWeDo{
      display: grid;
      grid-template-columns: 1fr;
      grid-template-rows: 1fr 1fr 1fr 1fr;
      gap: 15px;

    }
    }
  




/*---------EMAIL LIST--------*/
.formContainer {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 90vh;
}

form {
  z-index: 999999;
  width: 70%;
  margin: 0 auto;
}

@media screen and (min-width:900px){
#name{
  background-color: #F0EEE4;
  border: 2px solid #5f93c2;
  width: 100%;
  padding: 20px;
  font-family: Arial, Helvetica, sans-serif;
  color: #404040;
  font-size: 15px;
  border-radius: 10px;
}
#emailAddress{
  background-color: #F0EEE4;
  border: 2px solid #5f93c2;
  width: 100%;
  padding: 20px;
  font-family: Arial, Helvetica, sans-serif;
  color: #404040;
  font-size: 15px;
  border-radius: 10px;
}
#subject{
  background-color: #F0EEE4;
  border: 2px solid #5f93c2;
  width: 100%;
  padding: 20px;
  font-family: Arial, Helvetica, sans-serif;
  color: #404040;
  font-size: 15px;
  border-radius: 10px;
}
#email{
  background-color: #F0EEE4;
  border: 2px solid #5f93c2;
  width: 100%;
  padding: 20px;
  font-family: Arial, Helvetica, sans-serif;
  color: #404040;
  font-size: 15px;
  border-radius: 10px;
}
#message{
  background-color: #F0EEE4;
  border: 2px solid #5f93c2;
  width: 100%;
  padding: 20px;
  padding-bottom: 50px;
  font-family: Arial, Helvetica, sans-serif;
  color: #404040;
  font-size: 15px;
  border-radius: 10px;
}
label{
  color: #F0EEE4;
  font-family: Arial, Helvetica, sans-serif;
  letter-spacing: 1px;
  font-size: 20px;
  line-height: 1.5;
  display: block;
  text-align: left;
  margin: 10px;
}
}
@media screen and (max-width:899px){
  #email{
    background-color: #F0EEE4;
    border: 2px solid #5f93c2;
    width: 90%;
    padding: 10px 0px 10px 0px;
    margin: 10px 0px 10px 0px;
    font-family: Arial, Helvetica, sans-serif;
    color: #404040;
    font-size: 15px;
    border-radius: 10px;
  }
  #subject{
    background-color: #F0EEE4;
    border: 2px solid #5f93c2;
    width: 90%;
    padding: 10px 0px 10px 0px;
    margin: 10px 0px 10px 0px;
    font-family: Arial, Helvetica, sans-serif;
    color: #404040;
    font-size: 15px;
    border-radius: 10px;
  }
  #message{
    background-color: #F0EEE4;
    border: 2px solid #5f93c2;
    width: 90%;
    padding: 10px 0px 10px 0px;
    margin: 10px 0px 10px 0px;
    font-family: Arial, Helvetica, sans-serif;
    color: #404040;
    font-size: 15px;
    border-radius: 10px;
  }
  #emailAddress{
    background-color: #F0EEE4;
    border: 2px solid #5f93c2;
    width: 90%;
    padding: 10px 0px 10px 0px;
    margin: 10px 0px 10px 0px;
    font-family: Arial, Helvetica, sans-serif;
    color: #404040;
    font-size: 15px;
    border-radius: 10px;
  }
  #name{
    background-color: #F0EEE4;
    border: 2px solid #5f93c2;
    width: 90%;
    padding: 10px 0px 10px 0px;
    margin: 10px 0px 10px 0px;
    font-family: Arial, Helvetica, sans-serif;
    color: #404040;
    font-size: 15px;
    border-radius: 10px;
  }
  label{
    color: #F0EEE4;
    font-family: Arial, Helvetica, sans-serif;
    letter-spacing: 1px;
    font-size: 20px;
    line-height: 1.5;
    display: block;
    text-align: left;
    margin: 0px 0px 10px 40px;
  }
  }
#submit{border-radius: 10px;
  border: none;
  background-color: #5f93c2;
  color: #F0EEE4;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 20px;
  padding: 10px 30px 10px 30px;
  letter-spacing: 1px;
  border: none;
  }
  #submit:hover{
  background-color: #F0EEE4;
  color: #5f93c2;
  }
  #submit:focus{
  background-color: #F0EEE4;
  color: #5f93c2;
  }
  #success, #unsuccess{
  background-color: #5f93c2;
  color: #F0EEE4;
  padding: 30px 0px 30px 0px;
  width: 100%;
  position: absolute;
  top: 90px;
  z-index: 2;
  border-bottom: 1px solid #404040;
  display: none;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 15px;
  text-align: center;
  }
  #honeypot{
    display: none!important;
  }
  #submitButton{
    border-radius: 10px;
    border: none;
    background-color: #5f93c2;
    color: white;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 20px;
    padding: 10px 30px 10px 30px;
    letter-spacing: 1px;
    border: none;
    width: 50%;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
  }
  #submitButton:hover{
    background-color: #F0EEE4;
    color: #5f93c2;
  }
  #submitButton:focus{
    background-color: #F0EEE4;
    color: #5f93c2;
  }





  /*---------FOOTER--------*/
footer{
  clear: both;
  width: 100%;
  background-color:#404040;
  height: 50vh;
  bottom: 0;
}
.footertext{
  padding-top: 30px;
}
footer ul{
  list-style: none;
  padding-top: 0px;
  padding-left: 30px;
  padding-right: 0px;
}
footer a{
  color: #F0EEE4;
  font-size: 15px;
  font-family: Arial, Helvetica, sans-serif;
  text-decoration: none;
  line-height: 1.5;
}
@media screen and (min-width: 900px) {
  .footergrid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr; 
    grid-gap: 10px; 
  }

  .emailpart {
    grid-column: span 1; 
  }

  .infopart {
    grid-column: span 2; 
  }
}
@media screen and (max-width: 899px) {
  .footergrid {
    display: flex;
    flex-direction: column;
  }

  .emailpart {
    grid-column: span 1;
  }

  .infopart {
    grid-column: span 1; 
  }
}






/*----ABOUT US----*/
@media screen and (min-width: 991px){
  .mobileAboutUs{
    display: none;
  }
}
@media screen and (max-width: 990px){
  .desktopAboutUs{
    display: none;
  }
}

  

/*-------CHANGE SVG COLORS------*/
.changeColorBlack{
 fill: black!important;
}



/*------ICON AREA--------*/
.iconContainer {
  display: block;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  padding: 20px;
  margin: 12px;
  text-align: center;
}
@media screen and (min-width:900px){
.iconDesktopGrid{
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: 1fr;
}
}
@media screen and (max-width:899px){
  .iconDesktopGrid{
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 1fr 1fr 1fr;
  }
  }





