.bg-grey-1{
	background-color:#c8c8c8;
}
.border-grey-1{
	border-top:5px solid #afafaf;
	border-bottom:5px solid #afafaf;
}
.border-right-grey-1{
	border-right:5px solid #afafaf;
}
.border-primary-1{
	border-left:5px solid #01438a;
	border-right:5px solid #01438a;
}
.border-danger-1{
	border-left:5px solid #96232e;
	border-right:5px solid #96232e;
}
.text-primary-1{
	color:#01438a;
}
.text-danger-1{
	color:#96232e;
}
#footerTitle{
	font-family: 'Lobster', cursive;
}


/* Small devices (landscape phones, less than 768px) */
@media (max-width: 767.98px) {
	#logo{
		width:200px;
	}
	
	.dice-face-first,.dice-face-1,.dice-face-2,.dice-face-3,.dice-face-4,
	.dice-face-5,.dice-face-6{
		height:50px;
		width:50px;
		background-image: url('../images/dice-face-50x50.png');
	}

	.dice-face-first{
		background-position: 0 0;
	}
	.dice-face-1{
		background-position: -50px 0;
	}
	.dice-face-2{
		background-position: -100px 0;
	}
	.dice-face-3{
		background-position: -150px 0;
	}
	.dice-face-4{
		background-position: -200px 0;
	}
	.dice-face-5{
		background-position: -250px 0;
	}
	.dice-face-6{
		background-position: -300px 0;
	}
	
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
	#logo{
		width:350px;
	}
	
	.dice-face-first,.dice-face-1,.dice-face-2,.dice-face-3,.dice-face-4,
	.dice-face-5,.dice-face-6{
		height:100px;
		width:100px;
		background-image: url('../images/dice-face-100x100.png');
	}

	.dice-face-first{
		background-position: 0 0;
	}
	.dice-face-1{
		background-position: -100px 0;
	}
	.dice-face-2{
		background-position: -200px 0;
	}
	.dice-face-3{
		background-position: -300px 0;
	}
	.dice-face-4{
		background-position: -400px 0;
	}
	.dice-face-5{
		background-position: -500px 0;
	}
	.dice-face-6{
		background-position: -600px 0;
	}
	
}