








nav {
  height: 30px;
  width: 100%;
  background-color: #fff;
  color: #330000;
}
nav ul {
  padding-top:69px;
  margin: 0;
  display:block;
}

nav li {
  display: inline;
  float: left; 
}

nav a {
  display: inline-block;
  width: auto;
  text-align: center;
  text-decoration: none;
  color: #330000;
  padding: 7px 50px;
}

nav li a:hover {
  color:#fff;
  background-color:#330000;
}

nav a#openup {
  display: none;
}


@media screen and (max-width: 768px) {
  nav {
	  height: 40px;
  }
  nav ul {
	  padding-top:0;
  }
  
  nav a { 
	  padding: 7px 29%;
	}
}

@media screen and (max-width: 480px) {
  h1 {
    font-size: 2.8em;
  }

  nav {
    border-bottom: 0;
	margin:0;
  }
  
	nav ul {
	display: none;
    height: auto;  
  	padding-left:0;
   	padding-top:0 ;
	margin:0;	
	background-color:#FFF;	
  }
  
  nav li {
    width: 100%;
    float: left;
    position: relative;
	display:inherit;
	background-color:#FFF;
  
  }
  nav a {
    text-align: left;
    width: 100%;
    text-indent: 25px;/*
    border-bottom: 1px solid #e5d5a1;*/
    padding: 10px 0px;
  }
  nav a:hover {
    background: #330000;
  }
  nav a#openup:after {
    content: "|||";
    transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    width: 30px;
    height: 30px;
    display: inline-block;
    position: absolute;
    right: 5px;
    top: 20px;
  }
  nav a#openup {
    display: block;
    width: 100%;
    position: relative;
	background-color:#000;
	color:#fff;
  }

.cf:before, .cf:after {
  content: "";
  display: table;
}

.cf:after {
  clear: both;
}

.cf {
  zoom: 1;
}

}


/*
  nav ul {
    display: none;
    height: auto;
  }*/