@import url(http://fonts.googleapis.com/css?family=Ubuntu:300,400);

body{
	color: #fff4e1;
	font-family: 'Ubuntu', sans-serif !important;
	font-weight: 300;
}

.cursorOverride a{
	cursor: default;
}

a.boxNav{
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

a.boxNav:hover{
	color: #f09f47 !important;
}

.cap{
	text-transform: uppercase;
}