/* Child Dental Benefits Schedule */

#cdbs_title{
   width: 80%;
   margin: auto;
   font-family: 'Nunito', sans-serif;
   font-size: 34px;
   color: white;
   text-shadow: 0px 0px 10px rgba(150, 150, 150, 1);
}

#cdbs_content{
   width: 80%;
   margin: auto;
   font-family: 'Nunito', sans-serif;
   font-size: 17px;
   color: white;
   text-align: justify;
   text-shadow: 0px 0px 10px rgba(150, 150, 150, 1);
}

/* Responsive Design */

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

/* End Responsive Design */