
.green-dk { background-color:white;}
.red-md { background-color:white; }

h2, h3 {
	font-family: 'Londrina Solid', cursive;
}

h2 {
	color: #72923C;
}

h3 {
	color: #CA2626;
}

.logo-for-print {
  	width: 20%;
  	margin-top: -69px;
}

.logo-for-homepage {
  	width: 35%;
  	margin-top: -100px;
}
  
.social-media-for-print {
	width: 25px;
}

@media print {
  a[href]:after {
    /*content: none;*/
    font-size: 12px;
  }

  [class*="col-sm-"] {
    float: left;
  }

  [class*="col-xs-"] {
    float: left;
  }
  
  .col-sm-10, .col-xs-10 {
    width:100% !important; /*given the value of col-12 */
  }

  
  
}