@charset "utf-8";

img, object, embed, video {
	max-width: 100%;
}
@font-face {
    font-family: 'bernhardmod_btroman';
    src: url('bnhrdmon-webfont.eot');
    src: url('bnhrdmon-webfont.eot?#iefix') format('embedded-opentype'),
         url('bnhrdmon-webfont.woff') format('woff'),
         url('bnhrdmon-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'bernhardmod_btbold';
    src: url('bnhrdmob-webfont.eot');
    src: url('bnhrdmob-webfont.eot?#iefix') format('embedded-opentype'),
         url('bnhrdmob-webfont.woff') format('woff'),
         url('bnhrdmob-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

} 



/* Mobile Layout: 480px and below. */


body { 
	background: #000;
}
body, table, td { 
	font-family: bernhardmod_btroman, "Times New Roman", Times, serif;
	font-size: 17px;
	color:#FFF;
}
p { text-align: justify; }
.divider {

	background:#333;
	background: -moz-linear-gradient(left,  rgba(255,255,255,0) 0%, rgba(255,255,255,1) 50%, rgba(255,255,255,0) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(255,255,255,0)), color-stop(50%,rgba(255,255,255,1)), color-stop(100%,rgba(255,255,255,0))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 50%,rgba(255,255,255,0) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 50%,rgba(255,255,255,0) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 50%,rgba(255,255,255,0) 100%); /* IE10+ */
	background: linear-gradient(to right,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 50%,rgba(255,255,255,0) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#00ffffff',GradientType=1 ); /* IE6-9 */
	
	width: 100%;
	height: 1px;
	margin-top: 15px;
	margin-bottom: 15px;
}

nav a {
	color: #FFF;
	text-decoration: none;
}
nav a:visited { 
	color: #FFF;
}
nav a:hover { 
	background: #FFF;
	color:#000;
}

h1 {
	text-transform: uppercase;
	font-family: bernhardmod_btbold;

}
a { 
	color:#FFF;
}
a:visited { 
	color:#CCC;
}
	.gallery { 
		text-align: center;
	}
	.gallery img {
		border: #CCC 2px solid;
		margin:5px;

	}
	body { 
		margin:10px;
		background-image: url(../img/SAB_3431.jpg);
		background-size: 100% auto; 
		background-repeat:no-repeat;
	}
	nav { 
		text-align: center;
	}
	nav a { 
		margin:5px 15px;
		display: inline-block;
	}
	.logo { 
		background-image:url(../img/logo.png);
		width: 100%;
		max-height: 58px;
		max-width: 684px;
		margin: 20px auto;
		background-size: 100%;
		background-repeat: no-repeat;
	}
	.logo img { 
		width:100%;
		height:100%;
	}	
/* Tablet Layout: 481px to 768px. Inherits styles from: Mobile Layout. */

@media only screen and (min-width: 481px) {


}



/* Desktop Layout: 769px to a max of 1232px.  Inherits styles from: Mobile Layout and Tablet Layout. */

@media only screen and (min-width: 990px) {
	body { 
		background-image: url(../img/SAB_3431.jpg);
		background-size:100% auto;
		background-repeat:no-repeat;
		background-attachment:fixed;		
	}
	.master {
		width: 1050px;
		margin: auto;
	}
	.logo { 
		background-image:url(../img/logo.png);
		width: 684px;
		height: 58px;
		margin: 20px auto;
	}
	.logo img { 
		width:100%;
		height:100%;
	}

	nav a { 
		display: inline;
		margin: 0;
		margin-right: 20px;
	}

	.content { 
		width: 530px;
	}

}

@media only screen and (min-width: 1300px) {
	body { 
		background-image: url(../img/SAB_3431@2x.jpg);
		background-size:100% auto;
		background-repeat:no-repeat;
		background-attachment:fixed;
	}
	.content { 
		width: 730px;
	}
}

@media (-webkit-min-device-pixel-ratio: 2), 
(min-resolution: 192dpi) { 
	.logo { 
		background-image:url(../img/logo@2x.png);
	}
   }