.header {
  background: #362967;
  height: 100vh;
  min-height: 500px;
  background-image: url('../images/Banner.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.header p{
     font-size:8px; 
  }
  #header_text p{
      font-size:19px;
      text-align:justify;
  }
@media only screen and (max-width: 600px) {
  .header {
    background-image: url('../images/Mobile Banner.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }
  .header img{
       width: 20%;
  }
  .header p{
     font-size:6px; 
  }
  #header_text img{
      width: 50%;
  }
  #header_text p{
      font-size:17.2px;
      text-align:justify;
  }
}

.lead{
  color: white;
  font-weight:500;
}
.content h4{
  text-align: center;
  color: white;
  border: 3px solid #B0813B;
  padding: 4px;
}
section{
  background:#362967;
  border: 1px solid #362967;
}
.advantage img{
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.advantage p{
  color: white;
  font-size: 15.5px;
}
.form{
  border: 2px dashed #B0813B;
}
#personal_form h5{
  color: white;
  font-size: 25px;
}
#submit{
  background: #B0813B;
  color: white;
  border: none;
  margin-top: -2%;
  font-size: 17px;
}
#project_focus h3{
  color: #B0813B;
}
#project_focus p{
  color: white;
}
#footer{
  background: #1D1D1D;
  color:#989898;
}
#footer span{
  font-size: 14px;
  margin-left: 10px;
}
.header_thanks{
  background-color:#362967;
  height: 100vh;
  min-height: 500px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
#thanks{
  color: white;
  line-height: 120%;
  text-align: center;
}
#thanks h1{
  font-size: 57px;
  letter-spacing: 2px;
}
#thanks p{
  font-size: 17px;
  line-height: 150%;
}
#thanks button a{
  color: white;
  border: none;
  margin-top: -2%;
  width: 14%;
  font-size: 17px;
  text-decoration: none;
}
#thanks button{
  background: #B0813B;
  color: white;
  border: none;
  margin-top: -2%;
  width: 14%;
  font-size: 17px;
  padding: 6px;
}