header {
	padding:13px 0;
}

a {
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

.jumbotron {
	padding: 0;
}

.card-group {
	margin-bottom: 20px;
}



.step1, .step2, .step3 {
	text-align: center;
	font-size: 40px;
	color:white;
	background:#3A5790;
	padding: 15px 0;
}

h2, h3 {
	color:#3C5A97;
	font-weight: 300;
}

.downloadforms {
	background: #161819;
    padding: 10px;
    color: white;
    margin-bottom: 27px;
}

.slogan {
	font-size: 22px;
	color:#999999;
	padding: 30px;
}

.step2 {
	background:#922C3C;
}

.step3 {
	background:#5B843B;
}

.blueish {
	color:#3A5790;
}

.redish {
	color:#922C3C;	
}

.greenish {
	color:#5B843B;	
}

.card-text {
	font-size: 1.4rem;
}

.abovefooter {
	background: #EFF3F4;
}

.thankyou {
	color:#922C3C;
	font-weight: bold;
}

footer {
	background: #262E35;
	color:white;
}

@media (max-width: 575px) {
	.card-group i {
	-webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.slogan {
    font-size: 16px;
    padding: 8px;
    text-align: center;
    margin-top: 13px;
}

.jumbotron {

    margin-bottom: 8px;
    }
    
.album {
	    padding-top:1rem !important;
    }
    
.h2, h2 {
    font-size: 1.6rem;
}

.h3, h3 {
    font-size: 1.2rem;
}

.step1, .step2, .step3 {
    font-size: 29px;
    padding: 6px 0;
}

.card-text {
    font-size: 1rem;
}

.slogan {
	padding: 10px;
	font-size:13px;
}
}