html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;	
	background: transparent;
	text-align: center;
}

body {
    line-height:1;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
    display:block;
}

nav ul {
    list-style:none;
}

blockquote, q {
    quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}

a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

/* change colours to suit your needs */
ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}

/* change colours to suit your needs */
mark {
    background-color:#ff9;
    color:#000; 
    font-style:italic;
    font-weight:bold;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}

table {
    border-collapse:collapse;
    border-spacing:0;
}

/* change border colour to suit your needs */
hr {
    display:block;
    height:2px;
    border:0;   
    border-top:1px solid #aaaccc;
    margin:1em 0;
    padding:0;
}

input, select {
    vertical-align:middle;
}
/*****************************end of reset************************************/

html {
    height: 100%;
}
  
    
	/* working slow antenna raise*/
  @keyframes  mast{	
	 100% {
		transform: rotate(0deg) scale(1);	
	}	
	
	 0% {
		left: 0%;
		transform: rotate(90deg) scale(1);		
	} 
}

body {
	background-color:#a8a8a8;   
    background-attachment: fixed;    
    margin: 0 auto;   
}

header {
	font: normal 1.2em Verdana, Arial, Helvetica, sans-serif;
	/* margin: 10px;	 */
	margin: 5px;	
	padding: 5px 0 5px 8px;
	color: white;
	text-align: center;
	background-color: #d3d3d3;
	border: 3px solid black;
	border-radius: 3px;
}
	
header img {	
	 position: relative; 	
	 animation: mast 1s ease-in-out 1 2s reverse forwards;
	 
	 
	 /* animation: tire 3s ease-in-out 1 2s reverse forwards; */	 
	 /* animation: tire 13s ease-in 21 .5s reverse; */
	/* animation: tire 12s ease-in-out  3 alternate 22sec forwards; */
	float: left;
	height: 74px;
	width: 74px;
	margin-top: 22px;	
	border: none;
	padding: 32px;	
 }	
	
	
.main {
	font: normal 1em Verdana, Arial, Helvetica, sans-serif;
	margin: 1%;	
	width: 100%;
	height: 55%;	
	padding: 5px 0 5px 8px;	
	color: black;	
	background-color: #d3d3d3;
	border: 13px solid gray;	
}

.wrapper {
	margin: 0;
	height: auto;
	/* width: 1000px; */
	width: 100%;	
	border: 3px solid darkgray;	
}

.clear p {
	font-size: 2px;
	color: #d3d3d3;
}

.mast  img{	
	margin: 2px;
	padding: 38px; 	
	/* position: relative;	 */
}


h1 {
	font: normal 3.4em Verdana, Arial, Helvetica, sans-serif;
	margin: 10px;	
	padding: 5px 0 5px 8px;	
	color: white;
	background-color: #d3d3d3;
	/* border: 3px solid black; */
	border-radius: 3px;          
     text-shadow: 2px 2px 2px rgba(255,255,0,0.8), 
       -2px -2px 2px hsla(0, 50%, 50%, 0.5);
}

h2 {
	font: normal 2.4em Verdana, Arial, Helvetica, sans-serif;
	margin: 10px;
	border-bottom: 1px dashed #999;
	width: 70%;
	height: auto;
	padding: 5px 0 5px 8px;
	color: #14556b;
	/* background-color: #257C8A; */
	background-color: #d3d3d3;
	border: 3px solid black;
	border-radius: 3px;
	text-align: center;
	margin-left: 6%;
}
 
h3 {
	font: normal 2em veranda, arial, helvetica, sans-serif;	
	color: #14556b;
	/* background-color: #257c8a; */
	background-color: #d3d3d3;
	width: 44%;
	text-align: center;
	margin-left: 26%;
	/* border: 2px solid black;
	border-radius: 5px;	 */
}
	
h4 {
	font: normal 1em veranda, arial, helvetica, sans-serif;	
	color: #14556b;
	background-color: #d3d3d3;
	width: 24%;
	text-align: center;
	margin-left: 26%;
	/* border: 2px solid black;
	border-radius: 5px;	 */
}

p {
	font: normal 1em veranda, arial, helvetica, sans-serif;	
	color: #14556b;	
	text-align: center;	
}

 nav {
	background-color: #222;
	z-index: 1;
	border: thin groove #bbb;
	border-radius: 2px;
	margin: 21px;
	font-size: 12px;	
	height: auto;	
}

nav ul {	
	list-style-type: none;
	text-align: left;   
	padding-left: 10px;
	/*margin: 1px;*/
	position: relative;	
}

nav ul li {	
	display: inline-block;
	text-align: center;
	vertical-align: middle;
	margin: auto;
	padding: 0px;
	font-size: 12px;
}
            
nav a:link,a:active{
	text-decoration: none;	
	font-size: 22px;
	font-weight: normal;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;	
	color: white;	
}

nav ul li:hover {
	background-color: #555;	
}

nav ul li a,visited {	                      /*controls viewed color of text in nav bar*/
	color: #aaa;	
	display: block;
	padding: 15px;	
	text-decoration: none;
}

nav ul li a:hover {
	color: #bbb;
	/*color: #bbb;*/
	text-decoration: none;
}
                    
nav ul li a:active {	
	text-decoration: none;	
}
		
nav ul li:hover ul {	
	display: block;
	border-radius: 0px 0px 12px 12px
}

nav ul ul {
	display: none;
	position: absolute;
	background-color: #222;
	border: 5px solid #222;
	border-top: 0;	
	margin-left: 5px;	
}

nav ul ul li  {
	display: block;
}

nav ul ul li a:visited {
	color: #ccc;
}

nav ul ul li a:hover { /*color of text in dropdown when hovered*/	
	color: #aaa;
}

nav ul li img {
	vertical-align: middle;
	padding-left: 15px;
	border-color: #222;
}

img  {	
	border: 4px solid black;
	border-radius: 5px;	
	margin: 1%;
	margin-left: 3%;	
	display: inline;	
	width: 45%;
	height: auto;
}

video {
	border: 2px solid black;
	border-radius: 8px;
	margin: 0 auto;
	color: blue;
	width: 30%;	
	/* width: 77%;		 */
	padding: 5%;	
	margin: 4%;
}

figcaption {
    /* font: 1.1em/normal arial, helvetica, sans-serif; */
	font: 1em/normal arial, helvetica, sans-serif;
    text-align: center;
    margin: 10px 0 0 0;
}

 .p {
	color: black;
} 


footer {
	color: #aaa;
	background-color: #111;
	height: 60px;	
	width: 85%;
	clear: both;
	border: orange;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: groove;
	border-right-style: groove;
	border-bottom-style: groove;
	border-left-style: groove;
	border-radius: 2px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: lighter;
	text-decoration: none;
	padding-top: 4px;
	padding-left: 20px;
	margin-top: 0px;
	margin-right: 5%;
	margin-bottom: 0px;
	margin-left: 3%;
}

footer p {
	color: white;
	list-style-type: none;
	text-align: left;
	padding: 23px;
	position: relative;
	vertical-align: middle;
	color: #cccccc;
	margin-bottom: 0px;
	margin-top: 0px;
}

footer a:link,a:active{
	text-decoration: none;
	font-size: 17px;
	/* color: @222; */
	color: white;
	background-color: #111;
	font-weight: bolder;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

footer a:visited{
	color: red;
	font-weight: bolder;
	background-color: #111;
}


footer a:hover{
	background-color: #111;
	color: #777;
}

@media screen and (max-width: 478px) 	{
body {
	font-size: 13px;
}
}

@media screen and (max-width: 740px) 	{
.left-col {
	width: 100%;
}
.sidebar {
	width: 100%;
}
}
