/**
Index Page (Normally Home Page)
**/
.index h1 {
    margin-bottom: 35px;
    margin-top: 0;
    text-align: left;
}

.index .page-content {
    padding-top: 120px;
    padding-bottom: 120px;
}

.index .slogan strong {
    font-family: "Gotham A", "Gotham B", sans-serif;
    font-weight: 700
}
.index .slogan a{

}
.index .slogan a:hover strong,
.index .slogan a:active strong,
.index .slogan a:focus strong{
    color:#df543d;
}

/* XS - Phone */
@media (max-width: 767px) {
    .index h1 {
        font-size: 44px;
    }
	
	.index .page-content {
		padding-top: 60px;
		padding-bottom: 40px;	
	}
}

/* SM - Tablet */
@media (min-width: 768px) {

}

/* MD - Desktop */
@media (min-width: 992px) {

}

/* LG - Large desktop */
@media (min-width: 1200px) {
    .index h1 {
        font-size: 120px;
        line-height: 1em;
        margin-bottom: 0.25em;
    }
}
