body {
    padding-top: 50px;
}

/* Globals type styling */
 h1, h2, h3, h4, h5, h6, p, label, .btn, a{
	font-family:Source Sans Pro;
}
.starter-template {
    padding: 40px 15px;
    text-align: center;
}

.footer {
    margin-top: 50px;
    text-align: center;
}

.row {
      padding: 20px 5px;
    margin: 0;
    text-align: center;
}

.gray {
    
    background: gray;
}
.green
{
    background: green;
}
.starter-template > p {
    
    margin: 1em 0 0 0;
    
}
.starter-template > p > img
{
     margin: 2em 0 0em 0;
}
.starter-template > h2 {
    color: grey;
}

 .text{
    text-align: left;
    line-height: 1.5em;
}