html {
	-webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
		background-image: url("images/background-custom-2.jpg");
		background-attachment: fixed;
}
body{
}
#content{
  margin: 2%;
	border-radius: 10px;
	padding: 2% 5%;
	background-color: rgba(255, 255, 255, 0.8);
}
ul{
	text-align: left;
}
@media(max-width: 676px){
	body{
		margin: 0px;
	}
	#content{
		margin: 0px;
		border-radius: 0%;
		padding: 1% 1%;
	}
}
/*----------------------------- Columns ----------------------------------------------*/
.column-cont{
    display: flex;
		align-items: stretch;
}
.column{
    flex: 1;
}
.column-one{
    order: 1;
}
.column-two{
    order: 2;
}
.column-three{
    order: 3;
}
.column-four{
    order: 4;
}
.column-five{
    order: 5;
}
@media (max-width: 767px){
	.column-cont{
		display: block !important;
	}
}
/* ---------------------------- Header Styling / classes ------------------------------*/
header > div.header-sub > h2 > span{
	display: inline-block;
	margin: 0 1%;
}
.sub-cont > h1, .sub-cont > h2, .sub-cont > h3{
	margin-top: 1%;
}
#companyheader{
	font-size: 450%;
	font-family: palatino;
	margin: 0%;
	padding: 0%;
	font-weight: normal;
	font-stretch: semi-expanded;
}
#companyheader a{
		text-decoration: none;
		color: rgba(52, 131, 235,1);
}
@media(max-width: 640px){
	#companyheader{
		font-size: 4em;
	}
}
@media(max-width: 572px){
	#companyheader{
		font-size: 3em;
	}
}
/* ---------------------------- image header classes ----------------------------------*/
.main-image-container{
  padding: 1.5% 0%;
  text-align: center;
  background-color: rgba(0,0,0,.8);
  margin-top: -.5%;

}
.main-image{
	display: block;
  margin: 0 auto;
  /* flex: 0 0 100% !important; /*attempt to dynamic change width*/ */
	max-width:350px;
	max-height:250px;
}
.emergency-image{
	width: 200px;
}
@media (max-width: 767px){
	.main-image{
		max-width: 300px;
	}
	.emergency-image{
		max-width: 150px;
	}
}
@media (max-width: 400px){
	.main-image{
		max-width: 200px;
	}
}
/*----------------------------Fonts/Colors/aligns/etc-------------------------*/
.reset{
  all: initial;
  * {
    all: unset;
  }
}
.section{
	background-color: rgba(0,0,0,.8);
	padding: 1%;
	margin-top: 2%;
	text-align: center;
}
.sub-cont{
	background: rgba(255,255,255,.9);
	margin: 1%;
	padding: 2%;
	border-radius: 5px;
}
.text-small{
	font-size: 1.1em;
}
.text-medium{
	font-size: 1.2em;
}
.text-big{
	font-size: 200%;
}
.clear-both{
	clear: both;
}
.text-blue{
  color: rgba(52, 131, 235,1);
}
.unbold{
  font-weight: normal;
}
.text-center{
  text-align: center;
}
.underline{
	text-decoration: underline;
}
/* ------------------------------ Form CODE --------------------------------*/
form{
  text-align: center;
  background-color: rgba(20,20,20,.7);
	padding: 5% 5%;
	border-radius: 2%;
}
label{
	color: white;
}
.Confirmed{
	color: green;
	font-weight: bold;
}
.Failed{
	color: red;
	font-weight: bold;
}
.Missing{
	color: yellow;
	font-weight: bold;
}
/* ----------------------- NAVVIGATION BAR CODE ------------------------------*/
.nav{
    display: inline-block;
		background-color: rgba(52, 131, 235,1);
		text-align: center;
		margin-top: 0%;
	  margin-bottom: 0%;
		border-top-left-radius: 1%;
		border-top-right-radius: 1%;
		border-bottom-left-radius: 1%;
		border-bottom-right-radius: 1%;
		/*bellow lines are for responsive design */
		width: 100%;
  	white-space: nowrap;
  	overflow: hidden;
}
.nav ul {
	list-style-type: none;
	margin: 0% 0% 0% 0%;
  padding: 1.1em 0em .9em 0em;
	position:static;
	display:inline-block;
}
.nav ul li {
	float: left;
	color: rgba(50,200,50,1.00);
	font-weight: bold;
	text-decoration: none;
	width: initial;
}
.nav ul li a {
	  padding: 1.4em 1em 1.1em 1em;
		/* border-right: .1em solid rgba(50,250,70,1.00); */
    text-align: center;
    text-decoration: none;
    color: white !important;
    font-weight: bold;
    font-size: 1.2em;
}
.nav ul li a:active {
	background: radial-gradient(circle, rgba(52, 131, 235) 0%, rgba(63,237,251,1) 84%) !important;
}
.nav ul li a:hover {
	background: radial-gradient(circle, rgba(63,237,251,1) 0%, rgba(52, 131, 235) 84%);
}
.expand{
	display: none;
	padding: 10px;
	text-align: center;
	text-decoration: none;
	color: white !important;
	font-weight: bold;
	font-size: 1.2em;
  height: 20px;
}
.display{
	display: block !important;
}
.box-shadow-menu {
  position: relative;
  padding-left: 1.25em;
}
.box-shadow-menu:before {
	content: "";
    position: absolute;
    left: 47.5%;
    top: 0.6em;
    width: 1.5em;
    height: 0.15em;
    background: black;
    box-shadow: 0 0.36em 0 0 black, 0 0.8em 0 0 black;
}
/*---------------------Navbar page select------------------------- */
#selected { background: radial-gradient(circle, rgba(52,131,235,1) 0%, rgba(51,71,149,1) 87%); }
/*----------------------navbar Responsive -------------------------*/
@media (max-width: 1024px){
	.nav{
		text-align: center;
	}
	.nav ul{
		display: none;
		text-align: center;
		border-top: 2px solid #000000;
		padding: 0px;
	}
	.nav ul li{
		clear: both;
		display: inline !important;
		width: 100%;
		border-top: .5px solid #000000;
	}
	.nav ul li a{
		padding: 10px;
		display: block;
	}
	.nav ul li a#selected{
		background: rgba(0,0,0,0);
	}
	.expand{
		display: block;
		cursor: pointer;
	}
	.nav ul li:active, .nav a.expand:active{
		background: radial-gradient(circle, rgba(52, 131, 235) 0%, rgba(63,237,251,1) 84%) !important;
	}
	.nav ul li:hover, .nav a.expand:hover, .nav ul li#selected:hover{
		background-color: rgba(63,237,251,0);
		background: radial-gradient(circle, rgba(63,237,251,1) 0%, rgba(52, 131, 235) 84%);
	}
	.nav ul li a:hover {
		background: rgba(63,237,251,0) !important;
	}
}
@media (min-width: 1025px){
	.display{
		display: inline-block !important;
	}
}

/* ----------------------------- END NAVVIGATION BAR CODE ------------------------------*/
