html,body,div,span,object,h1,h2,h3,h4,h5,h6,p,a,abbr,acronym,em,img,ol,ul,li {border: 0;font-weight: inherit;font-style: inherit;font-size: 100%;font-family: inherit;vertical-align: baseline;margin: 0;padding: 0;}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  overflow-y: auto;
  background: #24476B;
  background: url(../images/bkgd.gif) repeat; 
}

body {
  font-family: 'Marmelad', sans-serif;
  color: #DBB894;
  overflow: hidden;
}

.page-wrapper {
  width: 100%;
  margin: 0.25em auto;
  max-width: 1800px;
  position: relative;
  padding: 0;
}

h1, h2, h3, h4, h5 {
  text-align: center;
}

a {
  color: #DBB894;
	text-decoration: none;
}

a:hover, a:focus {
  color: #af0000;
	text-decoration: none;
}

p {
  margin-bottom: 0.15em;
}

ul {
	list-style: none;
}

/* -------Header Section------ */
.intro {
  clear: both;
  padding-bottom: .25em;
}

header {
  height: 170px;

  background: #550000 50% 0 url(../images/header1.jpg) no-repeat; /* old IE fallback */

  background-attachment: scroll, fixed;
  background-image: url(../images/veedee2.gif), url(../images/header1.jpg);
  background-position: center center, 0 0;
  background-repeat: no-repeat, no-repeat;
  background-size: auto, cover;
  text-align: center;
}

.menu {
  margin: 1em 1px -1px;
  text-align: center;
  font-size: 1.25em;
	font-family: 'Bangers', cursive;
  text-align: center;
}

.menu a {
  text-decoration: none;
  background: #491300;
  padding: 0.15rem 0.5rem;
  color: #F6EEE4 /*faf3e6*/;
  margin: 0;
  letter-spacing: 0.05em;
}

.menu a.m1:hover, .menu a.m1:focus {
  background-color: #ffcc00;
}

.menu a.m2:hover, .menu a.m2:focus {
  background-color: #ff9900;
}

.menu a.m3:hover, .menu a.m3:focus {
  background-color: #ff6600;
}

.menu a.m4:hover, .menu a.m4:focus {
  background-color: #cc0000;
}

.menu a.m5:hover, .menu a.m5:focus {
  background-color: #663300;
}


/* -------Content Section------- */

.content p:nth-child(1n+3):first-line {
  text-transform: none;
}

.content p:nth-child(1n+3) {
  text-indent: 1.5em;
}

.content {
  padding: .25em 0 1em;
  margin: 0 2px;
  position: relative;
}

.content p:last-child {
  padding-bottom: 1em;
}

.content h3,
.content p {
    max-width: 24rem;
  }
	
.content h3 {
  margin: 0em auto 0.5em;
  font-family: 'Passion One', cursive;
  font-size: 1.8em;
	padding: 1em 0 0.15em;
}

.content p {
  margin: 0 auto;
}

.content ul {
	text-align: center;
	margin: 1em auto 0.75em;
}


/*-----Forced Scaling------*/
@media (min-width:600px) {
  body {
    font-size: 1.12em;
    line-height: 1.6;
  }
  
  .content h3,
  .content p {
    max-width: 30rem;
  }
  
  .page-wrapper {
    width: 99%;
    margin: 0.5em auto;
    padding: 0 2px;
  }

	.menu p:nth-child(2) {
    text-align: center;
  }

  .content {
    padding: .75em 0 1.25em;
  }
  
  .content h3 {
    font-size: 2em;
  }
}


@media (min-width:800px) {
  body {
    font-size: 1.188em;
  }

  .content h3,
  .content p {
    max-width: 36rem;
  }

  .content h3 {
    font-size: 2.5em;
  }
}

@media (min-width:1050px) {
  body {
    font-size: 1.25em;
  }

  .content h3,
  .content p {
    max-width: 40rem;
  }
}


@media (min-width:1200px) {
  body {
    font-size: 1.315em;
  }
}

@media (min-width:1300px) {
  body {
    font-size: 1.375em;
  }
}


/* -------Scaling------*/ 
.page-wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -moz-box-orient: vertical;
  -webkit-box-orient: vertical;
  -ms-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.intro {
  -webkit-box-ordinal-group: 1;  
  -moz-box-ordinal-group: 1;     
  -ms-flex-order: 1;     
  -webkit-order: 1;  
  order: 1;
  align-self: flex-start;
  width: 100%;
}

.main {
  -webkit-box-ordinal-group: 3;  
  -moz-box-ordinal-group: 3;     
  -ms-flex-order: 3;     
  -webkit-order: 3;  
  order: 3;
  align-self: flex-start;
  width: 100%;
}
