
@import url('CSS/reset.css');
html {

  font-family: 'Kalam', cursive;
  background-color: black;
}
body {
  margin-left: 20px;
  margin-right: 20px;
  color: beige;
  letter-spacing: .2em;
  background-image: url("/images/background.jpg");
}

.tint {
  background-color: white;
}
.mainjpg {
  opacity: 50%;
  height: 100%;
  width: 100%;
}


.mainNav {
  display: flex;
  background: hsl(0, 0%, 15%);
  justify-content: space-between;
  padding-top: 40px;
  align-items: flex-end;
  margin-bottom: -16px;
}

.mainNav li {
  display: inline-block;
  font-size: large
  
}

.mainNav li a {
  
  text-decoration: none;
  color: gold;
  padding: .6em 1em;
  transition: all .5s;
}

.mainNav li a:hover {
  border-left: 3px solid white;
         color: white;
}

.slogan {
  position: relative;
  text-align: center;
  
}

.sloganh1 {

  font-family: 'Charm', cursive;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color:black;
  
  top: 25%;
  font-size: 5.5em;
  font-weight: 700;
  
}

.sloganp {
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  color:black;
  top: 80%;
  font-size: 2em;
  font-weight: 400;
}

h2 {
  color: white;
  background-color: black;
  margin-top: 150px;
  margin-bottom: 150px;
  font-size: 3em;
  text-align: center;
}

.contentHeader {
  font-size: 2em;
}


.kitchenBlock {
  margin-bottom: 400px;
  
}

.kitchenBlock img {
  max-width: 620px;
  max-height: 420px;
  display: block;
  height: 100%;
  width: 100%;
  float: left;
  padding: 10px;
  background-color: gold;
}
.bullets {
  text-align: center;
  
}
.kitchen {
  text-align: center;
  
}

.kitchenP {
  text-align: center;
  top: 50%;
}
.doorsBlock {
  margin-bottom: 400px;
}

.doorsBlock img {
  max-width: 620px;
  max-height: 420px;
  height: 100%;
  width: 100%;
  float: right;
  padding: 10px;
  background-color: gold;
}

.customDoors {
  text-align: center;
}

.doorsP {
  text-align: center;
}
.concreteBlock {
  margin-bottom: 400px;
}

.concreteBlock img {
  max-width: 620px;
  max-height: 420px;
  height: 100%;
  width: 100%;
  float: left;
  padding: 10px;
  background-color: gold;
}

.concrete {
  text-align: center;
}

.concreteP {
  text-align: center;
}

.aboutElite {
text-align: center;
margin-bottom: 100px;
}

.aboutBtn {
  background-color: gold;
  border: none;
  color: black;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  cursor: pointer;
}




.footer {
  background-color: hsla(0, 0%, 0%, 0.797);
  
  padding-top: 200px;
  padding-bottom: 200px;
  display: flex;
  justify-content: space-around;
  
}

@media only screen and (max-width: 687px) {
  .sloganh1 {
    font-size: 3.5em;
    color:black;
  }

  .sloganp {
    color: black;
    font-size: 1em;
  }

  .bullets {
    text-align: center;
    
  }

  .footer {
    display: block;
    text-align: center;
  }
}

@media only screen and (max-width: 550px) {
  .mainNav {
    display: flex;
    background: hsl(0, 0%, 15%);
    justify-content:center;
    padding-top: 30px;
    align-items: flex-end;
    margin-bottom: -16px;
  }
  
  .mainNav li {
    display: inline-block;
    justify-content: space-between;
    font-size: large;
    margin-left: -20px;
    margin-right: 0px;
    
  }

  body {
    margin-left: 0px;
    margin-right: 0px;
    color: beige;
    letter-spacing: .2em;
    background-image: url("/images/background.jpg");
    }

   

  .sloganh1 {
    font-size: 2.5em;
    color:black;
  
  }

  .bullets {
    text-align: center;
  }

  .kitchenBlock {
    margin-bottom: 200px;
    
  }

  .kitchenBlock img {
    max-width: 620px;
    max-height: 420px;
    margin-left: -10px;
    height: 100%;
    width: 100%;
    justify-content: center;
    text-align: center;
    padding: 10px;
    background-color: gold;
  }

  .doors1jpg {
    margin-right: -10px;
  }
  .doorsBlock {
    margin-bottom: 200px;
  }

  .concreteBlock {
    margin-bottom: 200px;
  }

  .footer {
    display: block;
    text-align: center;
    
    
    
  }

  .footer a {
    color:gold;
  }
}

