h1{
  font-size: 30px;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 30px;
  text-shadow: 0 2px 2px rgba(255,255,255,.9);
  font-weight: bold;
/*  background-color: rgba(135, 135, 135, 0.2);
  border-radius: 4px;*/
  padding: 10px;
  font-family: 'Roboto', sans-serif;
}

h2 {
  margin-top: 35px;
  font-size: 25px;
  /* font-weight: bold; */
  font-weight: lighter;
}

#blog h3{
  text-align:center;
  font-size: 20px;
  font-weight: bolder;
  margin-top: 20px;
}
#blog3 h3{
  text-align:center;
  font-size: 20px;
  font-weight: bolder;
  margin-top: 20px;
}
#blog4 h3{
  text-align:center;
  font-size: 20px;
  font-weight: bolder;
  margin-top: 20px;
}
p{
  text-align:center;
  font-size: 16px;
}



@media (min-width:768px){
h1{
  font-size: 36px;
  padding-left: 0px;
  padding-right: 0px;
  margin-bottom: 0px;
}

h2 {
  font-size: 35px;
}
}
