
/* The Modal (background) */
.about_modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  /*background-color: rgba(0,0,0,0.4); */   /* Black w/ opacity */
  color: black;
    background-color: rgba(255, 255, 255, 0.9);
}

/* Modal Content */
.about_modal-content {
/*  background-color: rgba(255, 255, 255, 0.9);*/
  margin: auto;
  padding: 20px;
  /*border: 1px solid #888;*/
  width: 80%;
}

/* The Close Button */
.about_close {
  color: #aaaaaa;
  float: right;
  font-size: 40px;
  font-weight: bold;
}

.about_close:hover,
.about_close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

.about_paragh{

padding-top: 70px;

font-family:Calibri;
font-size:18px;
line-height: 2;

}
.about_paragh .sty2
{
  font-family:Pathway Gothic One;
  font-size:32px;
}

.about_paragh .sty3
{
  font-family:Pathway Gothic One;
  font-size:60px;
  font-weight:bold;
}

.about_paragh .sty4
{
  font-family:Pathway Gothic One;
  font-size:32px;
  font-weight:bold
}
@media screen and (max-width: 768px){
  .about_paragh{
    font-size:110%;

  }


}
