/*
Copyright Sean Shanahan, so don't try and set your margins like mine, or I'll sue your theiving ass into oblivion.
*/
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Oswald:wght@200..700&family=Staatliches&display=swap');
html {
	background: url(/img/bg.jpg);
	background-repeat: no-repeat;
	background-size: auto;
	background-color: #e6b976 ;
	background-attachment: fixed;
	}
	
body {
	width: 100% ;
	margin: 0 auto ;
	background-color: transparent ;
	}

a:link {
   color: #930a1c ;
  text-decoration: none;
  }

a:visited {
   color: #930a1c ;
	text-decoration: none;
	}

a:hover {
  color: #a3061b;
  }

a:active {
   color: #930a1c ;
  }
  
.oswaldType {
	font-family: "Oswald", sans-serif;
	font-optical-sizing: auto;
	font-style: normal;
	}

.staatlichesType {
	font-family: "Staatliches", sans-serif;
	font-weight: 400;
	font-style: normal;
	}

.open-sansType {
	font-family: "Open Sans", sans-serif;
	font-optical-sizing: auto;
	font-weight: normal;
	font-style: normal;
	font-variation-settings:
    "wdth" 100;
	}

h1, h2, h3, h4, h5, p { 
	color: #fcfcfc;
	}

h1, h2, h3 {
	font-family: "Staatliches", sans-serif;
	}
	
h2 {
	font-size : 2.5em; margin: 0; line-height: 100%;
	}

h3 {
	font-size : 1.5em; margin: 0; 
	}
	
h4 {
	font-family: "Open Sans", sans-serif; font-size: 1.2em;
	}
	
h5 {
	font-family: "Open Sans", sans-serif; font-size: 1em;
	}
	
p {
	font-size: 1em; font-family: "Open Sans", sans-serif; 
	}


#bgPad {
	width: 100%; margin: 0px auto 36px auto; background-color: rgba(0, 0, 0, 0.9); padding: 0; border: 0px double #360108; border-width: 3px 0;
	}

#navbar {
	width: 100%; text-align: left; margin: 0px; border: 0px solid #acacac; height: 43px; min-height: 43px; padding: 0; border: 0px solid red; position: relative; top: 0px;
	}
/*background: transparent url(/img/nbBG.gif) left top repeat-x; */
#navbarData {
	width: 100%; float: left; overflow: auto; text-align: left; margin: 0px; position: relative; right: 0px;
	}
	
#navbarData ul {
	margin: 5px 0 0 21px;
	padding: 0;
	float: left; 
	}
	
#navbarData li {
	font-family: "Staatliches", sans-serif;
	font-size: 1.3em;
	color: #cfcfcf;
	font-weight: 400;
	font-style: normal;
	list-style-type: none;
	float: left;
	margin: 0 41px 0 0;
	}
	
#mainWrap {
	width: 100%; margin: 0 auto 0px auto; background-color: transparent; 
	}
	
#mainbox {
	width: 70%; margin: 0px auto 36px auto; padding: 0px 0 12px 0;	border: 0px solid green; overflow: auto;
	}

#homewrap {
	margin: 0; width: 100%; background: transparent url(/img/montage.jpg) left 9px no-repeat; margin: 0 0 6px 0 ; overflow: auto;
	}
	
#bgPad {
	width: 100%; margin: 127px auto 36px auto; background-color: rgba(0, 0, 0, 0.9); padding: 9px 0;
	}
	
#mainWrap {
	width: 100%; margin: 0 auto 0px auto; background-color: transparent; border: 3px double #360108; border-width: 3px 0; overflow: auto;
	}
	
#homesean {
	width: 250px; float: right; margin: 0 36px 0 0;
	}
	
#homeInfo {
	width: 751px; text-align: left; margin: 0px 0 0 0px; padding: 12px 0 0 0; border: 0px solid blue; float: left; background-color: transparent;
	}
	
#homeText {
	width: 50%; margin: 0 0 0 450px;
	}
	
#logo { float: left; width: 521px; border: 0px solid blue; overflow: auto;
	}

#homeSean {
	float: right; 
	width: 270px;
	margin: 0 0 0 9px;
	}
