html {
  
}

*, *:before, *:after {
  box-sizing: border-box;
}

body {
	font-family: Lato, sans-serif;
}

nav ul {
  list-style: none;
  padding-left: 0;
  margin-top: 0;
  margin-bottom: 0;
  color: #f0f0f0;
}

h1 {
  
}

.nav2 {
  font-size:14px;
  font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
  margin: 3px auto;
 
  color: #ab1b6a;
  text-align:right;
}
.nav2 a {
	color: #2E3192;
	display: block;
	padding: 0 14px;
	line-height: inherit;
	cursor: pointer;
	text-decoration:none;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
.nav__menu {
  line-height: 35px;
  
  
}
.nav__menu-item {
  display: inline-block;
  position: relative;
  text-align:left;
}
.nav__menu-item:hover {
  background: rgba(73, 203, 252, 0.95);
}
.nav__menu-item:hover .nav__submenu {
	display: block;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
.nav__submenu {
  font-weight: 300;
  text-transform: none;
  display: none;
  position: absolute;
  width: 230px;
  background: rgba(73, 203, 252, 0.95);
  z-index:200;
}
.nav__submenu-item:hover {
	background: rgba(135, 222, 254, 0.6);
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
