h5 {
    font-size: 120%;
    font-weight: 700;
    letter-spacing: 1px;
    line-height: 20px;
    text-align: left;
    font-family:'Nunito', sans-serif;
}

h6 {
    font-size: 90%;
    font-weight: 600;
    line-height: 16px;
    letter-spacing: 1px;
    text-align: left;
    padding-top: 5px;
    font-family:'Nunito', sans-serif;
}



.padding-right-footer {
    padding-right: 40%;
}

.text-center-footer {
    text-align: center;
}




/*  span-6-special-footer */

.span-6-of-6-footer {
	width: 100%;
}

.span-5-of-6-footer {
  	width: 83.06%;
}

.span-4-of-6-footer {
  	width: 66.13%;
}

.span-3-of-6-footer {
  	width: 49.2%;
}

.span-2-of-6-footer {
  	width: 32.26%;
}

.span-1-of-6-footer {
  	width: 15.33%;
}




.footer a {
    border-bottom: 1px solid rgba(0, 0, 0, 0);
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

.footer a:hover {
    border-bottom: 1px solid rgb(0, 0, 0);
}


.full-size-box-footer {
	background-color: #e0ddd8;
	background-size:cover;
    margin-top: 6%;
    width: auto;
}


/* ----------------------------------------------- */
/* Button*/
/* ----------------------------------------------- */ 

.btn-footer {
	padding: 10px;
	border: 1px solid rgb(0, 0, 0);
    font-family:'Nunito', sans-serif;
    width: 120px;
    float: left;
    margin: 30px 15px 5px 0px;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

.btn-footer:hover {
	border: 1px solid rgb(0, 0, 0);
    color: #ffffff;
    background: #000000;
    font-family:'Nunito', sans-serif;
}


/*  GO FULL WIDTH AT LESS THAN 800 PIXELS */

@media only screen and (max-width: 800px) {

    .footer-height {
        height: auto;
    }
    
    .full-size-box-footer {
    margin-top: 20%;
    }

	.span-6-of-6-footer {
		width: 100%; 
	}
	.span-5-of-6-footer {
		width: 100%; 
	}
	.span-4-of-6-footer {
		width: 100%; 
	}
	.span-3-of-6-footer {
		width: 100%; 
	}
	.span-2-of-6-footer {
		width: 100%; 
	}
	.span-1-of-6-footer {
		width: 100%; 
	}
    
}


@media only screen and (max-width: 400px) {

    .full-size-box-footer {
    margin-top: 20%;
    }
}



































