/* Additional Web Fonts */
@font-face {
  font-family: 'KristenITC-Regular';
  src: url('../fonts/KristenITC-Regular.eot?#iefix') format('embedded-opentype'),  url('../fonts/KristenITC-Regular.woff') format('woff'), url('../fonts/KristenITC-Regular.ttf')  format('truetype'), url('../fonts/KristenITC-Regular.svg#KristenITC-Regular') format('svg');
  font-weight: normal;
  font-style: normal;
}

/* Style for logo text */
.fancyText {
    font-family: 'KristenITC-Regular' !important;
    color: rgba(128,67,3,1.00) !important;
    font-weight: bold !important;
    text-shadow: rgba(0,0,0,1.00) -1px -1px 0, rgba(0,0,0,1.00) 1px -1px 0, rgba(0,0,0,1.00) -1px 1px 0, rgba(0,0,0,1.00) 1px 1px 0 !important;
}

/* Style to make the quantity input box more visible */
#quantity {
    border: rgba(0,0,0,1.00) thick solid;
}

/* Make some of the text darker for very small mobile devices (like iphones) */
@media only screen and (max-width: 480px) { 

	.jumbotron p {
		font-weight: bold;
	}
	
}