
a:hover {
  text-decoration: none;
}

@media (max-width: 575px) {
  .dateboxes {display: inline;}
}

@media (min-width: 575px) {  
  h1 {font-size:1.5rem;}
  h3 {font-size:0.75rem;}
}
 
@media (min-width: 768px) {  
  h1 {font-size:2rem;}
  h3 {font-size:1.25rem;}
  .dateboxes {display: block;}
}
 
@media (min-width: 992px) { 
  h1 {font-size:2.5rem;}
  h3 {font-size:1.75rem;}
}
 
@media (min-width: 1200px) {  
  h1 {font-size:3rem;}
  h3 {font-size:2.25rem;}
}

.row-striped:nth-of-type(odd){
  background-color: #efefef;
  border-left: 4px #000000 solid;
}
.row-striped:nth-of-type(even){
  background-color: #ffffff;
  border-left: 4px #efefef solid;
}
.row-striped {
    padding: 15px 0;
}
