

nav ul {
  list-style: none;
  padding-left: 0;
  margin-top: 0;
  margin-bottom: 0;
}

h1 {
  width: 500px;
  margin: 100px auto 20px;
  color: #f0f0f0;
  text-align: center;
}

.nav {
  width:1006px;
  margin: 0 auto;
  background:#2959df;
  color:white;
}
.nav a {
  display: block;
  padding: 0 16px;
  line-height: inherit;
  cursor: pointer;
	color: white ;
}
.nav__menu {
  line-height: 70px;
  font-weight: 700;
  text-transform: uppercase;
}
.nav__menu-item {
  display: inline-block;
  position: relative;
	width: 107px;
text-align: center;
    border-right: 1px solid #3b6fff;
}
.nav__menu-item:hover {
  background-color: white;
	color: #1A1A1A !important;
}
.nav__menu-item:hover .nav__submenu {
  display: block;
}
.dgweb_list_item img{
  width: 100%;
}
.nav__submenu {
  font-weight: 300;
  text-transform: none;
  display: none;
  position: absolute;
  width: 109px;
  background-color: white;
	color: black;
	text-align: center;
}
.nav__submenu-item:hover {
  background-color: white;
	color: #171717;
}
.nav__menu-item a{color: white;font-size: 18px;font-weight: 500;}
.nav__menu-item a:hover{color: #0F0F0F;font-size: 18px;font-weight: 500;}
.nav__submenu a{color: black !important}

