body{
	font-family: 'Roboto Condensed', sans-serif;
	margin: 0;
} 

h1{
	text-align: center;
}
.centre{
	text-align: center;
}
.grey{
	color: #999;
	font-weight: normal;
	letter-spacing: 0.5pt;
	font-size: large;
}
@media screen  and (max-width: 600px) {
  
body{
	font-size: 10pt;
}         
h3{
	font-family: 'Codystar', cursive;
	color: #999;
	font-size: large;
	font-weight: bold;
}
.main2{
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	width: 95%;	
}

}
@media screen and (min-width: 601px) and (max-width: 800px) {
  
body{
	font-size: 11pt;
}         
h3{
	font-family: 'Codystar', cursive;
	color: #999;
	font-size: x-large;
	font-weight: bold;
}
}
@media screen and (min-width: 801px)  {
h3{
	font-family: 'Codystar', cursive;
	color: #999;
	letter-spacing: 0.1em;
	font-size: xx-large;
	font-weight: bolder;
}}

.linktxt a{
	color: #524E4F;
	font-weight: normal;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666;
}
.linktxt a:hover{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #940f11;
	color: #940f11;
}
.h3{font-family: 'Roboto Condensed', sans-serif;	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666;}

/*form stuff*/
option{font-family: 'Roboto Condensed', sans-serif;}
select{font-family: 'Roboto Condensed', sans-serif;}

a{
	color: #524E4F;
	font-weight: normal;
	text-decoration: none;
}
a:hover{
	color: #940f11;
}
.red{color: #940f11;}
.red a{
	color: #940f11;
	font-weight: bold;
	text-decoration: underline;
}
.red a:hover{
	font-weight: bold;
}

.ttop{
	background-image: url(images/bg.jpg);
	background-repeat: repeat;
	background-position: left top;
	height: 20px;
}
.toppage{
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding: 18px;
	width: 900px;
}
.white{
	background-color: #FFF;
	margin: 0px;
	padding: 0px;
}
.main{
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 10px;
	
}
@media screen and (min-width: 990px) {
.main2{
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	width: 990px;	
}}
@media screen and (min-width: 980px) {
.main3{
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	width: 980px;	
}}

.main4{
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	width: 95%;	
}
.main5{
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	width: 180px;
	text-align: left;
}

.logo{
	background-image: url(images/logo.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 90px;
	width: 90px;
	float: left;
}

.clear{
	clear: both;
}
h1{
	color: #000;
	font-weight: normal;
}

.links a{
	color: #666;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
}
.links a:hover{
	color: #666;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
}
#fadeshow1 .gallerylayer img{
 width: 100%;
 height: auto;max-height:100%;
}

.pics{max-width: 800px !important;
	object-fit: contain;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	
}
.bob_pic, object{max-height:100%;max-width:100%;object-fit: contain;}
.big-pics, object{object-fit: contain;
	max-height: 100%;
	max-width: 100%;
	float: right;
	padding-left: 20px;
}

/*phone navigation etc*/
.topnav {
	overflow: hidden;
	background-color: #000;
}

.topnav a {
	float: left;
	display: block;
	color: #f2f2f2;
	text-align: center;
	text-decoration: none;
	font-size: 17px;
	padding-top: 22px;
	padding-right: 22px;
	padding-bottom: 20px;
	padding-left: 20px;
}
.topnav a.active_logo {
	float: left;
	display: block;
	text-align: center;
	text-decoration: none;
	font-size: 17px;
	background-color: #000;
	color: white;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
	margin-top: 0px;
	margin-bottom: 0px;
}
.topnav a:hover.active_logo {
	background-color: #666;
	color: black;
}

.topnav a:hover {
  background-color: #ddd;
  color: black;
}

.active {
	background-color: #999999;
	color: white;
}

.topnav .icon {
  display: none;
}

@media screen and (max-width: 600px) {
  .topnav a:not(:first-child) {display: none;}
  .topnav a.icon {
    float: right;
    display: block;
  }
}

@media screen and (max-width: 600px) {
  .topnav.responsive {position: relative;}
  .topnav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
}
.bottom{
	background-image: url(images/bg.jpg);
	background-repeat: repeat;
	background-position: left top;
	height: 40px;
	position: relative; /* negative value of footer height */
	font-size: 10pt;
	text-align: center;
	color: #FFF;
	width: 100%;
	bottom: 0px;
	margin: 0px;
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.pics-display{
	float: left;
	width: 100%;
	position: relative;
	margin: 0px;
	padding: 5px;
	text-align: center;		
}
@media screen and (min-width: 600px) {
.pics-display{
	float: left;
	width: 30%;
	position: relative;
	margin: 0px;
	padding: 10px;
	text-align: center;		
}
}
.tshirt_link{margin-top: 10px;
	font-weight: normal;
	font-size: medium;
}
.tshirt_link a{
	font-weight: normal;
	color: #534F50;
	text-decoration: none;
	border-bottom-style: none;	
}
.tshirt_link a:hover{
	color: #940f11;
	border-bottom-style: none;
}
/*hoover info text explaining pic*/
.tooltip {
	border-bottom-style: none;
}
.tooltip {
    position: relative;
    display: inline-block;
}

.tooltip .tooltiptext {
	visibility: hidden;
	width: 120px;
	background-color: black;
	color: #fff;
	text-align: center;
	border-radius: 6px;
	padding: 5px 0;
	/* Position the tooltip */
	position: absolute;
	z-index: 1;
	bottom: 100%;
	left: 50%;
	margin-left: -60px;
	font-size: small;
}

.tooltip:hover .tooltiptext {
    visibility: visible;
}
.box-head{
	color: #FFF;
	background-color: #333;
	text-align: center;
	padding: 10px;
}
.box-txt{
	background-color: #CCC;
	text-align: center;
	padding: 10px;
}
.formbox {
	font-family: 'Roboto Condensed', sans-serif;
	color: white;
	height: 40px;
	width: 80px;
	text-shadow: none;
	background-color: #666666;
	border-top-style: outset;
	border-right-style: outset;
	border-bottom-style: outset;
	border-left-style: outset;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
	font-size: medium;
}