* {
    box-sizing: border-box;
}

body {

  font-family: Verdana;
  letter-spacing: 1px;
}

.wrapper {
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  	 z-index: 999;
}


/*
.container {
  max-width: 960px;
  width: 95%;
  margin: 0 auto;
}

header {
  background: #f04343;
  color: #f7e9cc;
  padding: 1.5em 0;
  position: relative;
}

/*header::after {
  content: '';
  clear: both;
  display: block;
}*/


.logof {
  color: #fff;
  font-size: 18px;
  margin: 0;
  padding-top: 24px;
  padding-left: 20px;
font-family: Verdana;
 font-style:italic;
  letter-spacing: 3px;
  height: 65px;
      background-color: rgb(21,57,165);
	  text-align:center;
}

.logo span {
  font-weight: 400;
}

.menu-toggle {
  position: absolute;
  padding: 0.8em;
  top: 1em;
  right: .5em;
  cursor: pointer;

}

.hamburger,
.hamburger::before,
.hamburger::after {
  content: '';
  display: block;
  background: #eee;
  height: 3px;
  width: 2em;
  border-radius: 3px;
  -webkit-transition: all ease-in-out 350ms;
  transition: all ease-in-out 350ms;
}

.hamburger::before {
  -webkit-transform: translateY(-7px);
          transform: translateY(-7px);
}

.hamburger::after {
  -webkit-transform: translateY(4px);
          transform: translateY(4px);
}

.open .hamburger {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.open .hamburger::before {
  display: none;
}

.open .hamburger::after {
  -webkit-transform: translateY(-1px) rotate(-90deg);
          transform: translateY(-1px) rotate(-90deg);
}

/*.site-nav--open {
  -webkit-clip-path: circle(150% at top right);
          clip-path: circle(150% at top right);
}
*/





nav {
    margin: 0;
    padding: 0;
	 z-index: 999;
}

nav ul {
    display: flex;
    flex-direction: column;
    list-style-type: none;
    padding: 0;
    margin: 0;
    display: none;
	z-index: 999;
}

nav ul.opening {
    display: block;
    height: 220px;
	 z-index: 999;
}

nav li {
  border-bottom: 1px solid #f6f4e2;
  	 z-index: 999;
}
nav li:last-child {
  border-bottom: none;
  z-index: 999;
}
nav a {
	font-size:14px;
  color: #fff;
  background: rgb(21,57,165);
  display: block;
  padding: 0.7em 4em 0.8em 3em;
  text-transform: uppercase;
  text-decoration: none;
  z-index: 999;
font-family: Verdana;
  
}

nav a:hover,
nav a:focus {
  background: rgb(79,167,191);

  	 z-index: 999;
}

.site-nav--icon {
  font-size: 1.4em;
  margin-right: 1em;
  width: 1.1em;
  text-align: right;
  color: #fff;
   z-index: 999;
}
nav a:hover{
	 color: #ccc;
	 text-decoration:none;
	 	 z-index: 999;
}
/* flex styles */


/*
nav {
  width: 100%;
  position: absolute;
  top: 100%;
  left: 0;
  background: #e7a119;
  -webkit-clip-path: circle(0px at top left);
          clip-path: circle(0px at top left);
  -webkit-transition: -webkit-clip-path ease-in-out 700ms;
  transition: -webkit-clip-path ease-in-out 700ms;
  transition: clip-path ease-in-out 700ms;
  transition: clip-path ease-in-out 700ms, -webkit-clip-path ease-in-out 700ms;
  text-align: left;
}
*/







@media (min-width: 780px) {

  .menu-toggle {
    display: none;
	color:#fff;
  }



  nav ul {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
		 z-index: 999;
  }
  nav li {
     flex: 1 1 auto;
     border: none;
	 	 z-index: 999;
 }

   nav li a {
       padding: 1.5em 1.3em 1.5em 1.3em;
       margin: 0;
       border: none;
             background-color: rgb(21,57,165);
	   	 z-index: 999;
    }
    nav a:hover,
    nav a:focus {
      background-color: rgba(255,255,255,.10);
	  	 z-index: 999;
    }



  .logo {
      flex: 0 0 200px;
      margin: 0;
      padding-left: 20px;
  }


    nav {
      display: flex;
      flex-direction: row;
      justify-content: space-between;

      text-align: center;
      background-color: rgb(21,57,165);
	  	 z-index: 999;
    }
  /* nav {
      flex: 1 1 0;
      -webkit-clip-path: none;
            clip-path: none;

      border: 3px solid purple;
  }
*/

  /*.site-nav a:hover,
  .site-nav a:focus {
    background: transparent;
  }
*/
  .site-nav--icon {
    display: none;
  }

}
