/*
Author: W3layout
Author URL: http://w3layouts.com
License: Creative Commons Attribution 3.0 Unported
License URL: http://creativecommons.org/licenses/by/3.0/
*/
/* reset */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,dl,dt,dd,ol,nav ul,nav li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline;}
article, aside, details, figcaption, figure,footer, header, hgroup, menu, nav, section {display: block;}
ol,ul{list-style:none;margin:0;padding:0;}
blockquote,q{quotes:none;}
blockquote:before,blockquote:after,q:before,q:after{content:'';content:none;}
table{border-collapse:collapse;border-spacing:0;}
/* start editing from here */
a{text-decoration:none;}
.txt-rt{text-align:right;}/* text align right */
.txt-lt{text-align:left;}/* text align left */
.txt-center{text-align:center;}/* text align center */
.float-rt{float:right;}/* float right */
.float-lt{float:left;}/* float left */
.clear{clear:both;}/* clear float */
.pos-relative{position:relative;}/* Position Relative */
.pos-absolute{position:absolute;}/* Position Absolute */
.vertical-base{	vertical-align:baseline;}/* vertical align baseline */
.vertical-top{	vertical-align:top;}/* vertical align top */
.underline{	padding-bottom:5px;	border-bottom: 1px solid #eee; margin:0 0 20px 0;}/* Add 5px bottom padding and a underline */
nav.vertical ul li{	display:block;}/* vertical menu */
nav.horizontal ul li{	display: inline-block;}/* horizontal menu */
img{max-width:100%;}
/*end reset*/
/*
@font-face {
    font-family: 'SalernomiJ';
    src: url('../fonts/SalernomiJ.eot');
    src: url('../fonts/SalernomiJ.eot?#iefix') format('embedded-opentype'),
         url('../fonts/SalernomiJ.woff') format('woff'),
         url('../fonts/SalernomiJ.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}
*/
@media only screen and (max-width : 650px) {
/* Smartphone and tablet view: */

  body {
	font-family: "Times New Roman", Times, serif;
	font-size: 120%;
	color: #ffe5A5;
	/*bg*/
	background: rgb(41,41,41);
	background-image: url(../images/BGheirloomSmall.png) ; 

  }
}


@media only screen and (max-width : 1000px) and (min-width : 651px) {
/* Small Desktop and large tablet view: */

  body {
	font-family: "Times New Roman", Times, serif;
	font-size: 120%;
	color: #ffe5A5;
	/*bg*/
	background: rgb(41,41,41);
	background-image: url(../images/BGheirloomFaded.png) ;

  }
}

@media only screen and (min-width : 1001px) {
/* Large Desktop view: */

  body {
	font-family: "Times New Roman", Times, serif;
	font-size: 120%;
	color: #ffe5A5;
	/*bg*/
	background: rgb(41,41,41);
	background-image: url(../images/BGheirloomFaded.png) ;

  }
}


.wrap {
	padding: 10px;
}

@media only screen and (max-width : 480px) {
/* Smartphone and tablet view: */
  .header {
	text-align: center;
	padding: 2px 40px 1px 40px;
	max-width: 900px;
	margin-left: auto; 
	margin-right: auto; 	
	background-color: #170202;
	border-top: 3px solid #796522;
	border-bottom: 3px solid #796522;	
	background-image: url(../images/BGredStripesSmall.png) ;	
  }
}

@media only screen and (min-width : 481) and (max-width : 650px) {
/* Smartphone and tablet view: */
  .header {
	text-align: center;
	padding: 2px 40px 6px 40px;
	max-width: 900px;
	margin-left: auto; 
	margin-right: auto; 	
	background-color: #170202;
	border-top: 3px solid #796522;
	border-bottom: 3px solid #796522;	
	background-image: url(../images/BGredStripesSmall.png) ;	
  }
}
@media only screen and (min-width: 651px) and (max-width : 1000px) {
/* Smartphone and tablet view: */
  .header {
	text-align: center;
	padding: 2px 40px 8px 40px;
	max-width: 900px;
	margin-left: auto; 
	margin-right: auto; 	
	background-color: #170202;
	border-top: 5px solid #796522;
	border-bottom: 5px solid #796522;	
	background-image: url(../images/BGredStripes.png) ;	
  }
}
@media only screen and (min-width : 1001px) {
/* Desktop and large tablet view: */
  .header {
	text-align: center;
	font-size: 1.2em;	
	padding: 2px 40px 1px 40px;
	max-width: 900px;
	margin-left: auto; 
	margin-right: auto; 
	background-color: #170202;
	border-left: 5px solid #595502;
	border-right: 5px solid #595502;	
	background-image: url(../images/BGredStripes.png) ;	
  }
}



.main{
	padding:10px;
	margin-top:10px;
	background: #f01115;
	text-align:center;

}
@media only screen and (max-width : 480px) {
/* Smartphone view: */
  .maincontent {
	text-align:center;
	padding: 2px 10px 1px 10px;
	max-width: 900px; 
	margin-left: auto; 
	margin-right: auto; 
	font-size: 0.924em;
  }
}
@media only screen and (max-width : 650px) and (min-width : 481px) {
/* Tablet view */
  .maincontent {
	text-align:center;
	padding: 2px 10px 1px 10px;
	max-width: 900px; 
	margin-left: auto; 
	margin-right: auto; 
	font-size: 1.2em;	
  }
}
@media only screen and (min-width : 651px) and (max-width : 1000px) {
/* Small desktop / ipad view */    
  .maincontent {
	text-align:center;
	padding: 2px 40px 1px 40px;
	max-width: 900px; 
	margin-left: auto; 
	margin-right: auto; 
	font-size: 1.75em;	
  }
}

@media only screen and (min-width : 1001px) {
/* Small desktop / ipad view */    
  .maincontent {
	text-align:center;
	padding: 2px 40px 1px 40px;
	max-width: 900px; 
	margin-left: auto; 
	margin-right: auto; 
	font-size: 1.75em;	
	background-color: #170202;
	border-left: 5px solid #595502;
	border-right: 5px solid #595502;
	background-image: url(../images/BGredStripes.png) ;	
  }
}

.para-top{
	margin-top:10px;
}
.content p{
	line-height:1.8em;
 	font-size: 0.924em;
 	color: rgba(231, 235, 247, 1);
}

@media only screen and (max-width : 480px) {
/* small screen */
  .logo {
	width: 50%;
	padding-left: 24%;
	padding-right: 24%;

  }
}
@media only screen and (max-width : 550px) and (min-width : 481px) {
/* Large phone view */
.logo {
	width: 50%;
	padding-left: 24%;
	padding-right: 24%;

  }
}
@media only screen and (max-width : 650px) and (min-width : 551px) {
/* Tablet view */
.logo {
	width: 40%;
	padding-left: 29%;
	padding-right: 29%;

  }
}
@media only screen and (max-width : 1440px) and (min-width : 651px) {
/* Small desktop / ipad view */
  .logo {
	width: 30%;
	padding-left: 34%;
	padding-right: 34%;

  }
}

@media only screen and (min-width : 1441px) {
/* Large desktop with margins*/
  .logo {
	width: 30%;
	padding-left: 34%;
	padding-right: 34%;

  }
}
    
@media only screen and (max-width : 480px) {
/* Smartphone view: */
  .footer{
 	padding: 2px 10px 1px 10px;
	font-size: 0.68em;
	text-align: center;
	max-width: 900px;
	margin-left: auto; 
	margin-right: auto; 	
	background-color: #170202;
	border-top: 3px solid #796522;
	border-bottom: 3px solid #796522;	
	background-image: url(../images/BGredStripesSmall.png) ;
  }
}
@media only screen and (max-width : 650px) and (min-width : 481px) {
/* Tablet view */
  .footer{
  	padding: 2px 10px 1px 10px;
	font-size: 1.0em;
	max-width: 900px;
	margin-left: auto; 
	margin-right: auto; 
	background-color: #170202;
	border-top: 3px solid #796522;
	border-bottom: 3px solid #796522;	
	background-image: url(../images/BGredStripesSmall.png) ;
  }
}
@media only screen and (max-width : 1000px) and (min-width : 651px) {
/* Small desktop / ipad view */    
  .footer{
  	padding: 2px 10px 1px 10px;
	font-size: 1.4em;
	max-width: 900px;
	margin-left: auto; 
	margin-right: auto; 
	background-color: #170202;
	border-top: 5px solid #796522;
	border-bottom: 5px solid #796522;	
	background-image: url(../images/BGredStripesSmall.png) ;
  }
}

@media only screen and (min-width : 1001px) {
/* Small desktop / ipad view */    
  .footer{
//	padding: 20px 18px 10px 18px;
	padding: 2px 40px 1px 40px;	
	font-size: 1.4em;
	max-width: 900px;
	margin-left: auto; 
	margin-right: auto; 
	background-color: #170202;
	border-left: 5px solid #595502;
	border-right: 5px solid #595502;
	background-image: url(../images/BGredStripes.png) ;	
	
  }
}

#headerlinks a:link { color: #f0d595; }
#headerlinks a:visited { color: #f0d595; }
#headerlinks a:hover { color: #f0d595; }
#headerlinks a:active { color: #f0d595; }

#contactinfo a:link { color: #f0d595; }
#contactinfo a:visited { color: #f0d595; }
#contactinfo a:hover { color: #f0d595; }
#contactinfo a:active { color: #f0d595; }


@media only screen and (max-width : 550px) {
/* phone view */
  .inlineimgportrait {
	width: 90%;
	padding-left: 4%;
	padding-right: 4%;

  }
}
@media only screen and (max-width : 650px) and (min-width : 551px) {
/* Small Tablet view */
.inlineimgportrait {
	width: 77%;
	padding-left: 11%;
	padding-right: 11%;

  }
}
@media only screen and (min-width : 651px) {
/* Large Desktop / Small desktop / iPad view */
  .inlineimgportrait {
	width: 50%;
	padding-left: 19%;
	padding-right: 19%;

  }
}



.socialicons{
	max-width: 540px;
	margin-left: auto; 
	margin-right: auto; 
}

/*404*/
.page{
	text-align:center;
}
.page h2{
	font-family: SalernomiJ;
	font-size:8em;
	color: #FBB931;
}
