@charset "utf-8";
/* CSS Document */

body {
	background-image: url(images/blaze.jpg);
	background-repeat: no-repeat;
	background-size:cover;
	background-color: #000;
	color:#FFF;
}
img {
	margin:8px;
	
}
.smbox2 { 
	max-width:550px;
	padding:8px;
	display: inline-block;
	border:1px;
	border-style: solid;
    border-color: #fff;
	background-color:#330000; 
	margin: 8px;
	text-align:left; 
	vertical-align:top;
}
.smbox3 { 
	max-width:320px;
	padding:8px;
	display: inline-block;
	border:1px;
	border-style: solid;
    border-color: #fff;
	background-color:#330000; 
	margin: 8px;
	text-align:left; 
	vertical-align:top;
}
p {
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#ffffff; 
	font-size: 1.25em;
	line-height:1.4em;
}
.medcontain {
	max-width: 1200px;
	background-color: rgba(0,0,0,0.6);
	padding: 20px;
	text-align:center;
	margin-left: auto;
   margin-right: auto;
}

a:link {
	color: #FC0;
	text-decoration: none;
}
a:visited {
	color: #F60;
	text-decoration: none;
}
a:hover {
	color: #FC0;
	text-decoration: underline;
}
a:active {
	color: #F00;
	text-decoration: none;
}
hr {
	color:#FC3;
}
.bnav { display:inline-block;
		padding-top:15px;
		padding-left:20px;
		padding-right:20px;
		padding-bottom:15PX;
		max-width:200px;
		color:#ffffff;
		vertical-align:top;
		font-size:1.5em;
		font-weight:bold;
}
.bnav > a:link {
	color: #ffffff;
	text-decoration: none;
}
.bnav > a:visited {
	text-decoration: none;
	color: #ccffff;
}
.bnav > a:hover {
	text-decoration: underline;
	color: #ffffff;
}
.bnav > a:active {
	text-decoration: none;
	color: #330066;
}
.nav { 	background-color:#000000;
		color:#FFF; 
		max-width: 100%;
		top:0;
		margin:auto;
		margin-top:0px;
		padding-top:0px;
		overflow: hidden;
}
.thumb { 	max-width:350px;
	padding:8px;
	display: inline-block;
	border:1px;
	border-style: solid;
    border-color: #fff;
	background-color:#330000; 
	margin: 8px;
	text-align:center; 
	vertical-align:top;
    cursor: pointer;
}

.bigbox {
    position: fixed;
    display: table;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000000C0;
}

.bigbox>div
{
    margin: auto auto;
    display: table-cell;
    vertical-align: middle;
}
.bigbox>div>img
{
    max-width: 100%;
    max-height: 100%;
}

input[name="hide"] {
    position: absolute;
    left: -99px;
}

input[name="hide"]:checked+.bigbox
{
    display: none;
}

#close {
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
}
.Footer { 
	max-width:1200px;
	padding:8px;
	border:1px;
	border-style: solid;
    border-color: #fff;
	background-color:#330000; 
	margin: 8px;
	text-align:left; 
	vertical-align:top;
	 display: flex;
  justify-content: space-between;
}
.fcolumn { 
	max-width:375px;
	padding:8px;
	display: inline-block;
	margin: 8px;
	text-align:left; 
	vertical-align:top;
	margin-left: auto;
   margin-right: auto;
   text-align:justify;
}

form {display: inline-block; }
form table tr td:first-child {text-align: right; font-size: 1.2em}
form table tr td {text-align: left; }
form table input[type=text], input[type=email], textarea {font-size: 1.5em; border-radius: 20px; padding: 0 20px; }
