<style>
* {
  box-sizing: border-box; 
}
body {
  display: flex;
  min-height: 100vh;
  flex-direction: column;
  margin: 0;
  font-family: verdana, arial, helvetica, sans-serif;
	color: #200000;    /*#E9E9F8;*/
	background-color: #C3B7B7;  
    background-image: url("images/reduxbg.jpg"); 
	background-attachment:fixed;
	background-size: cover;
	background-position: top left;
	font-size: 12pt;
}
#main {
  display: flex;
  flex: 1;
  flex-flow: row wrap;  
  clear: right;
}

#main > * {
  flex: 1 100%;
}

#main > article {
  flex: 1;
	border: 5px ridge #000;
	background-color: rgba(255,255,255,0.9);
	margin-right: 15px;
	padding: 1.4em 3em;
	overflow: auto;
	}
#main > nav, 
#main > aside {
  background-image: url("");
  background-size: contain;
  border: 0px solid #000;
  background-color: rgba(0,0,0, 0);
  justify-content:space-between;
	align-items: center;
}
#main > nav {
  order: -1;
}
header {
  border: 0px solid #000;
  background-color: rgba(0,0,0,0.0);
  align-items: stretch;
  margin-left: 20vw;
  margin-right: 15px;
  padding: 8px 20px 8px 8px;
  min-height: 150px;
  }
  
footer {
	width: 80%;
    height: auto;
    margin: auto;
	background-color: rgba(0,0,0,0.3);
}

footer p {
	font-size: 10px;
	line-height: 16px;
	color: #FABC04;
	margin-top: 12px;
	margin-bottom: 8px;
	text-align: center;
	}
	
footer a {color: #DAAA83;}

footer, nav, aside {
  padding: 0.8em;
}



#gradient {
background: -moz-linear-gradient(left, rgba(0,0,0,0.0) 0%, rgba(3,0,0,0.4) 83%, rgba(0,0,0,0.9) 100%);
background: -webkit-linear-gradient(left, rgba(0,0,0,0.0) 0%, rgba(3,0,0,0.4) 83%, rgba(0,0,0,0.9) 100%);
background: linear-gradient(to right, rgba(0,0,0,0.0) 0%, rgba(3,0,0,0.5) 63%, rgba(0,0,0,0.9) 100%);
}

a {
	text-decoration: none;
	font-weight: bold;
	color:  #FE5C54;
	outline: none;
	}
a:visited {
	color:  #D298A0;
	}
a:active {
	color:  #666;
	}
a:hover {
	color: #885f88;
	text-decoration: underline;
	}
strong, b {
	font-weight: bold;
	}
p {
	font-size: 12pt;
	line-height: 22px;
	margin-top: 1em;
	margin-bottom: 1.5em; 
	}
h1 {
	font-size: 2em;
	color: #9E4335;
	text-shadow: 1px 2px 2px #DAAA83;
	line-height: 40px;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 10px;
	}
header h1, header h3 {
	color: #fff;
}
	
h2 {
	font-size: 1.6em;
	color: #885f88;
	text-shadow: 1px 2px 2px #DAAA83;
	line-height: 32px;
	font-weight: bold;
	margin-top: 24px;
	margin-bottom: 24px;
	}
h3 {
	font-size: 1.24em;
	line-height: 26px;
	color: #9E4335;
	text-shadow: 1px 2px 2px #DAAA83;
	font-weight: bold;
	margin-top: 14px;
	margin-bottom: 24px;
	}
	
h4 {
	font-size: 14px;
	line-height: 26px;
		color: #E8C54A;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
	}
h5 {
	font-size: 12.5px;
	line-height: 20px;
	color: #caaf5d;
	font-weight: bold;
	margin-top: 20px;
	margin-bottom: 10px;
	text-align: center;
	}
h6 {
	font-size: 10px;
	line-height: 18px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
	}
	
hr {
	overflow: visible;
	padding:0;
	border: none;
	border-top: medium dotted #FABC04;
	text-align: center;
	margin-top: 2.4em;
	margin-bottom: 0.8em;
	width: 60px;
}
hr::after {
	content: url("images/xlogox.png");
	display: inline-block;
	position: relative;
	top: -15px;
	padding: 0 15px;
}
	
	

/* Dropdown menu Button */
.dropbtn {
background-color: #ad0000;
color: #EDE6E5;
padding: 10px 16px;
min-width: 100px;
text-align: center;
font-size: 12pt;
font-weight: bold;
border: 2px solid rgba(232,197,74,0.4);
cursor: pointer;
margin: 0;
box-shadow: 0px 4px 16px 8px rgba(232,197,74,0.5);
}

.dropdown {
float: right;
display: inline-block;
min-width: 100px;
margin: 0;
}

.dropdown-content {
display: none;
position: absolute;
font-size: 12pt;
margin:0;
background-color: #c8c8c8;
min-width: 50px;
box-shadow: 0px 4px 16px 8px rgba(0,0,0,0.2);
z-index: 1;
}


.dropdown-content a {
color: #820701;
padding: 12px 16px;
text-decoration: none;
border-top:1px solid #3B0100;
display: block;
}
.dropdown-content a:hover {background-color: #e9e9e9}

.dropdown:hover .dropdown-content {
display: block;
}

.dropdown:hover .dropbtn {
background-color: #5b5b5b;
}
/*** end menu dropdown ***/

.bannerarea {
	text-align: center; 
	margin: 12px auto;
}

figure {
	display: inline-block;
	margin: 4px;
}

figcaption {
	font-size: 9.5pt;
}

img {
	max-width: 100%;
}

img.banner {
	max-width: 600px;
	border: 6px solid #3C0001;
}

img.imgbord {
	border: 6px solid #490103;
	margin: 6px;
	max-width: 420px;
}

img.border2 {
	border: 6px solid #8000FF; 
	margin: 6px;
	max-width: 420px;
}

img.top {
	max-width: 30px;
	width: 30px;
}

.dedicate {
	border: 2px solid #500000; 
	padding: 4px 8px; 
	font-size: small; 
	font-weight:bold;
}


/*larger phones*/
@media screen and (max-width: 650px) {

img.banner {
	max-width:98%;
	margin: 2px;
}
img.imgbord {
	border: 4px solid #490103;
	max-width:98%;
	margin: 2px;
}

img.border2 {
	border: 4px solid #8000FF;
	max-width:98%;
	margin: 2px;
}

img.top {
	max-width: 30px;
}

header {
  align-items: right;
  margin-left: 0;
  margin-right: 4px;
  padding: 4px;
  min-height: 200px;
  }
  
footer, nav, aside {
  padding: 8px;
  margin: 4px auto;
}

h4 {font-size: 16px;}

p {font-size: 14pt;}

footer p {
	font-size: 12pt;
	line-height: 18px;}

#main > article {
	margin: 4px;
	padding: 0.8em;}
	
	
.bannerarea {
	margin: 6px auto;
}

figcaption {
	font-size: 13pt;
}
.dedicate {
	border: 2px solid #500000; 
	padding: 4px 6px; 
	font-size: 14px; 
	font-weight:bold;
}

.dropbtn, .dropdown-content, .dropdown-content a {
padding: 20px 12px;
font-size: 16pt;
}


}


/*small phones*/
@media screen and (max-width: 450px) {


.bannerarea {
	margin: 4px auto;
}


figcaption {
	font-size: 14pt;
}

.dedicate {
	padding: 4px 4px; 
	font-size: 16px; 
}

footer p {font-weight: bold;}



}

/* bg for portrait orientation */
@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (orientation: portrait)  {
body {
	    background-image: url("images/reduxbg-portrait.jpg"); 
	background-attachment:fixed;
	background-size: cover;
	background-position: top left;
}
img.top {
	max-width: 30px;}
	
figcaption {
	font-size: 13pt;
}
.dedicate {
	border: 2px solid #500000; 
	padding: 4px 6px; 
	font-size: 14px; 
	font-weight:bold;
}

.dropbtn, .dropdown-content, .dropdown-content a {
padding: 20px 12px;
font-size: 18pt;
}

img.banner {
	max-width:98%;
	margin: 2px;
}
img.imgbord {
	border: 4px solid #490103;
	max-width:98%;
	margin: 2px;
}

img.border2 {
	border: 4px solid #8000FF;
	max-width:98%;
	margin: 2px;
}

img.top {
	max-width: 30px;
}
	
h4 {font-size: 16px;}

p {font-size: 14pt;}

footer p {
	font-size: 12pt;
	line-height: 18px;
	font-weight:bold;}
  }

/* Medium screens */
@media all and (min-width: 650px) {
#main > nav {
   flex: 0 0 20vw; }

#main > aside {
   flex: 0 0 50px; }
}

