html {
    background: url(../img/sub4.jpg) no-repeat center top fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-attachment: fixed;
    background-color: #0a3533bd;
}

.menu {
	position: fixed;
    z-index: 5;
    bottom: 0;
    left: 0;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 10px 0 50px 0;
    display: none;
    text-align: center;
    background: url(../img/nav3.png) no-repeat center 0px;
    font-family: 'Bebas';
}

.menu ul{
	margin: 0;
    padding: 0;
    display: inline-block;
    vertical-align: top;
}

.menu ul li{
	font-size: 40px;
	color: white;
	margin: 8px 10px 0 10px;
    padding: 0;
    display: inline-block;
    list-style-type: none;
    -webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
}

.menu ul li a{
   color: white; 
}

.menu ul li a{
   color: white;
   opacity: 0.8; 
   text-decoration: none
}

.menu ul li a:hover{
   color: white; 
    opacity: 1; 
}

.logo {
    position: absolute;
    left: 30px;
    top: 120px;
    z-index: 4;
    width: 150px;
    height: auto;
    margin: -95px auto 0 auto;
    text-align: center;
    display: none;
}

.logo img {
    width: 100%;
    height: auto;
}

.breakoff {
    display: none !important;
}

.breakon {
    display: inline-block !important;
}


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

.logo {
    right: 0px;
}n

.logo img {
    width: 80%;
}

.breakon {
    display: none !important;
}

.breakoff {
    display: inline-block !important;
}

.menu {
    height: 100px;
    background: url(../img/nav3.png) repeat center 0px;
    padding: 10px 0 10px 0;
}
}

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

.menu ul li{
    font-size: 30px;

}

@media only screen and (max-width: 1600px) and (min-width: 1280px)
.logo {
    right: 50px;
}