/* New Patients */

#new_patients_title{
   width: 80%;
   margin: auto;
   font-family: 'Nunito', sans-serif;
   font-size: 34px;
   color: white;
}

#new_patients_content{
   width: 80%;
   margin: auto;
   font-family: 'Nunito', sans-serif;
   font-size: 17px;
   color: white;
   text-align: justify;
}

#new_patient_pdf_link{
   font-size: 20px;
   z-index: 1;
}

/* Responsive Design */

@media only screen and (min-width:1900px) {
   #new_patients_content{
      font-size: 20px;
   }
   
   #new_patient_pdf_link{
      font-size: 23px;
   }
}

/* End Responsive Design */