/* MARKETING CONTENT
-------------------------------------------------- */

/* Pad the edges of the mobile views a bit */
.marketing {
  #padding-left: 15px;
  #padding-right: 15px;
}

/* Center align the text within the three columns below the carousel */
.marketing .col-xs-4 {
  text-align: center;
  margin-bottom: 20px;
}
.marketing h2 {
  font-weight: normal;
}
.marketing .col-xs-4 p {
  margin-left: 10px;
  margin-right: 10px;
}
	
/* RESPONSIVE
----------------*/

/* Large desktop */
@media (min-width: 1200px) {
}

/* Normal desktop */
@media (min-width: 980px) and (max-width: 1199px) {
}
 
/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 979px) {
}

/* Portrait tablet to landscape and desktop */
@media (min-width: 480px) and (max-width: 767px) {
}

/* Landscape phones and down */
@media (max-width: 480px) {
	.marketing .col-xs-4 {
		float:none;
		width:100%;
	}
}