* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

html {
	position: relative;
	min-height: 100%;
}

body {
	/* Margin bottom by footer height*/
	margin-bottom: 60px;
}

.image-border {
	border: 1px;
}

/* Navigation */

.nav-box {
		margin-top: 20px;
		margin-bottom: 20px;
}

/* Header */

.header-text {
	margin-top: 20px;
	color: #37217f;
}

/*Footer*/

.footer {
	
    position: absolute;
    bottom: 0;
    width: 100%;
    /*Set the fixed height of the footer here */
    height: 60px;
    line-height: 60px; /* Vertically center the text here*/
	background-color: #37217f;
}

.footer-text {
	color: #ffffff;
}

.footer-element {
	padding-right: 25px;
}
