@font-face {
  font-family: 'gothic';
	src: url('../gothic.eot');
	src: local('gothic'), url('../gothic.woff') format('woff'), url('../gothic.ttf') format('truetype');
}

/* use this class to attach this font to any element i.e. <p class="fontsforweb_fontid_9785">Text with this font applied</p> */
.fontsforweb_fontid_9785 {
	font-family: 'gothic' !important;
}

body {
  font: normal 14px "Century Gothic",gothic,"Apple Gothic",AppleGothic,"URW Gothic L","Avant Garde",Futura,sans-serif;
	color: #666666;
}

@media (min-width: 1200px) {
	.container{
		max-width: 970px;
	}
}

.navbar-toggle .icon-bar {
  background-color: #000000;
}

li.topmenu {
 margin-left: 0px;
}

a:link {color: #000000; text-decoration: none;}
a:visited {color: #000000; text-decoration: none;}
a:hover {color: blue; text-decoration: none;}

.widespacing {
 letter-spacing: 4px;
}

.blueletter {
  color: blue;
}

.yellowletter {
  color: #FFD700;
}

.redletter {
  color: red;
}

.box1 {
  display: inline-block;
	padding-right: 10px;
	padding-bottom: 10px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
}

.subtitle1 {
   font-size: 16px;
}

.shopitem {
   color: red;
	 font-size: 16px;
	 font-weight: bold;
}

h1 {
	 font-size: 20px;
	 font-weight: normal;
	 margin-top: 0px;
	 margin-bottom: 0px;
	 color: #555555;
}

h2 {
   font-size: 18px;
	 font-weight: normal;
	 color: blue;
}

.product_title {
	 font-size: 20px;
	 font-weight: normal;
	 margin-top: 0px;
	 margin-bottom: 0px;
	 color: #555555;
}

.subtitle2 {
   font-size: 22px;
   margin-top: 0px;
	 margin-bottom: 0px;
}

.img-responsive-table {
   width:100%;
}

td.giving {
   padding-right: 1.5%;
}

.badge-notify {
	background: red;
	position: relative;
	top: -12px;
	left: -1px;
	font: bold 10px arial;
}

h1.shop {
	font-weight: bold;
	font-size: 26px;
}

.myproduct {
	font-size: 18px;
}




