* {
  margin: 0;
  padding: 0;
}

/* start navbar home section  */

.nav-home {
  background-color: #212121;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.nav-home a {
  color: #fff;
  text-decoration: none;
  font-family: monospace;
  font-size: 18px;
  margin-left: 20px;
  letter-spacing: 1px;
}

/* End navbar home section  */

/* start header home section  */

.header-home {
  height: 580px;
  background-image: url(../img/back.jpg);
  background-size: cover;
  background-position: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.header-home h2 {
  color: #fff;
  font-size: 31px;
  margin-bottom: 5px;
  font-family: monospace;
}

.header-home p {
  color: #fff;
  font-size: 16px;
  margin-top: 17px;
  margin-bottom: 20px;
  letter-spacing: 2px;
}

.header-home a {
  color: #fff;
  text-decoration: none;
  font-size: 20px;
  background-color: #6f0f41;
  padding: 7px 26px;
  margin-right: 20px;
  margin-top: 2px;
  display: inline-block;
  font-family: monospace;
  letter-spacing: 1px;
}

.header-home a:nth-of-type(2) {
  background-color: #2c9179;
}
/* End header home section  */

/* start children home section  */

.children-home h3 {
  text-align: center;
  margin-top: 50px;
  font-family: monospace;
  font-size: 24px;
  margin-bottom: 16px;
  letter-spacing: 1px;
}

.children-home hr {
  width: 241px;
  margin: auto;
  margin-bottom: 100px;
  background-color: red;
  height: 5px;
  border: none;
}

.children-content {
  display: flex;
  flex-wrap: wrap;
   align-items: center; 
  justify-content: space-evenly;
}

.children-content img {
  width: 38%;
  margin-bottom: 50px;
  height: 350px;
}

.children-content p {
  width: 40%;
  text-align: center; 
  font-family: monospace;
  line-height: 2;
  font-size: 16px;
  letter-spacing: 1px;
}

/* End children home section  */


/* start about home section  */

.about-home{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    background-color: #f7f5f5;
    padding: 50px;
}

.about-content{
    width: 37%;
    background-color: #fff;
     margin-bottom: 50px; 
    text-align: center;
    padding: 15px;
    border-radius: 3px;
    border: 1px solid #00000047;
}

.about-content img{
    width: 90%;
    height: 350px;
}

/* End about home section  */

/* start contact home section */

.footer-home , .footer-bar-home{
  background-image: url(../img/contact\ us.gif);
  height: 400px;
  background-size: cover;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.footer-home h2 , .footer-bar-home h2{
  font-size: 20px;
  letter-spacing: 1px;
  font-family: monospace;
  color: white;
  margin-bottom: 20px;
}

.footer-home form , .footer-bar-home form{
  width: 80%;
}

.footer-home input , .footer-home textarea , .footer-bar-home input{
  width: 100%;
  margin-bottom: 20px;
  padding: 10px 20px;
  font-size: 20px;
  font-family: monospace;
  border: none;
  border-radius: 5px;
}


.footer-home button , .footer-bar-home button{
  color: #fff;
  background-color: #212121;
  padding: 10px 20px;
  font-size: 18px;
  font-family: monospace;
  border: none;
  border-radius: 4px;
  display: block;
  margin: auto;
}

.footer-bar-home{
  background-image: url(../img/html-color-codes-color-tutorials-hero-00e10b1f.jpg);
  height: 350px;
  background-size: cover;
  background-position: center;
}
/* end contact home section */