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%;
    vertical-align:baseline;
    background:transparent;
}

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:1px;
    border:0;   
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}

input, select {
    vertical-align:middle;
}

/*-------------------------------------------header--------------------------- -------------------*/
@media screen and (min-width:750px){

#top{
	width:100%;
	height: 75px;
	background-color: #333;
}
#logo{
	margin-left: 50px;
	float: left;
	width:100px;
	margin-top:-70px;
	}

#menu {
	float: right;
	margin-top: 30px;
	top: 10px;
	height: 0px;
	width:750px;	
	background-color: none;
	height:50px;
	}
#menu li a {
	text-decoration:none;
	color: white;
	border-right: none;
	display: inline;
	font-size: 20px;
	background-color: none ;
	margin: 20px;
	margin-top: 10px;
		
}
#menu li{
	display: inline-block ;
	height: 40px;
	background-color: none; 
	
	
}


#menu a:hover {
	color: #0682CD;
	background-color: none;
	
}
#menu li:hover {
	color: #0682CD;
	background-color: none;
}


}

@media screen and (max-width:950px){

#menu{
	width: 600px;
}
#menu li a {
	font-size: 15px;
}
#logo{
	width:80px;
	margin-top: -65px;
}

}




@media screen and (max-width:750px){
	
#logo{
	float:left;
	margin-left: 50px;
	width:80px;
	margin-top: -60px;
}

#top{
	width:100%;
	height: 70px;
	background-color: #333;
}
	
/* Important styles */
#toggle {
	float: right;
	
  display: block;
  width: 28px;
  height: 30px;
  margin: 30px 20px 10px;
 
}

#toggle span:after,
#toggle span:before {
  content: "";
  position: absolute;
  left: 0;
  top: -9px;
}
#toggle span:after{
  top: 9px;
}
#toggle span {
  position: relative;
  display: block;
}

#toggle span,
#toggle span:after,
#toggle span:before {
  width: 100%;
  height: 5px;
  background-color: #888;
  transition: all 0.3s;
  backface-visibility: hidden;
  border-radius: 2px;
}

/* on activation */
#toggle.on span {
  background-color: transparent;
}
#toggle.on span:before {
  transform: rotate(45deg) translate(5px, 5px);
}
#toggle.on span:after {
  transform: rotate(-45deg) translate(7px, -8px);
}
#toggle.on + #menu {
  opacity: 1;
  visibility: visible;
  margin-top: 70px;
}

/* menu appearance*/
#menu {
  position: absolute;

  color: #999;
  width: 100%;
  padding: 0px;
  line-height: 1;
  margin: auto;
  font-family: "Segoe UI", Candara, "Bitstream Vera Sans", "DejaVu Sans", "Bitstream Vera Sans", "Trebuchet MS", Verdana, "Verdana Ref", sans-serif;
  text-align: center;
  border-radius: 4px;
  background: white;
  box-shadow: 0 1px 8px rgba(0,0,0,0.05);
  /* just for this demo */
  opacity: 0;
  visibility: hidden;
  transition: opacity .4s;
  z-index: 100;
}

ul, li, li a {
 
  list-style: none;
  display: block;
  margin: 0;
  padding: 0;
 
}
li a {

  padding: 5px;
  color: #888;
  text-decoration: none;
  transition: all .2s;
  
}
li a:hover,
li a:focus {
  background: #1ABC9C;
  color: #fff;
}

li ul li{
	display: none;
}





}
/*-------------------------------------------footer--------------------------- -------------------*/


#footlogo{
	margin-top:-5px;
	margin-left:46.5%;
	width:80px;
}
@media screen and (max-width:800px){
	#footlogo{
		margin-left:44%
	}
}
@media screen and (max-width:500px){
	#footlogo{
		margin-left:40%
	}
}
.copy{
	font-size: 10px;
	text-align: center;
	margin-top: -20px;
	margin-bottom: 10px;
}