<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">nav {
	background-repeat: repeat-x;
 }


nav ul {
	list-style: none;
	width: 780px;
	margin: auto auto;	
}
ul li a {
	color: #FFFFFF;
	font-size: 15px;
}


ul {
list-style: none;
margin: 0px;
padding: 0px;}

nav ul li {
	float: left;
}


@media (max-width: 767px){
li a img {
	height: 38px;
	width: auto;
	text-align: center;
}

nav ul {
	list-style: none;
	width: 600px;
	margin: auto auto;
}
}


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

.menu {
	height: 200px;
	margin-bottom: 45px;
}

  nav ul {
    width: 100%;
    border-top: solid 1px #ffffff;
  }
  nav li {
    float: none;
    width: 50%;
  }
  nav ul li img {
	display: none;
  }

	nav li a {
	display: block;
	background-color: #666666;
	border-bottom: solid 1px #ffffff;
	padding: 20px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	font-weight: bold;
	text-align: center;
  }
  nav li:nth-child(odd) a {
    border-right: solid 3px #ffffff;
  }
  nav li a:before {
    content: attr(data-label);
  }
	
	li a img {
	width: 120px;
	height: auto;
	text-align: center;
}

	
}
	
@media (max-width: 400px){
.menu {
	margin-bottom: 20px;
	height: 200px;
}
.container-fluid .row &gt; .col-md-8 {
	padding-left: 0px;
	padding-right: 0px;
}



}
</pre></body></html>