html, button, input, select, textarea, .pure-g [class *= "pure-u"] {
  font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif !important;
}

body {
  margin: 0;
  padding: 0;
}

.container {
  padding-right: 2em;
  padding-top: 0.5em;
  padding-botton: 0.5em;
  padding-left: 2em;
  margin-right: auto;
  margin-left: auto;
}
.container img {
	padding: 1px;
	
}
.container h2 {
	padding: 1px;
	
}
@media screen and (min-width: 48em) {
  .container {
    width: 80%;

  }
}

nav {
	z-index: 1;
	position: absolute;
	right: 300px;
	top: 25px;
}

nav ul {
  list-style-type: none;
  float: right !important;
}

nav ul li {
  display: inline;
  text-align: right;
  padding-left: 0.35em;
  padding-right: 0.35em;
  font-size: 1.2em;
}

nav ul li a.active {
  font-weight: bold;
}

footer  { 
	position: relative;
	background-color: #002060;
  	color: #fff;
    padding-top: 0;  
  	text-align: center;
}

footer h2.links {
  color: #666;
}

footer a {
  color: #fff;
  font-weight: lighter;
  text-decoration: none;
  font-size: 0.8em;
}

footer p {
  font-size: 0.8em;
  margin-top: 0.1em;
  margin-bottom: 0.1em;
}

}
menu .custom-wrapper {
          background-color: #000;
          margin-bottom: 0.5em;
          -webkit-font-smoothing: antialiased;
          height: 2em;
          overflow: hidden;
          -webkit-transition: height 0.5s;
          -moz-transition: height 0.5s;
          -ms-transition: height 0.5s;
          transition: height 0.5s;
      }
      
menu .custom-wrapper.open {
          height: 16em;
      }
      
menu .custom-menu-3 {
          text-align: right;
      }
      
menu .custom-toggle {
          width: 34px;
		  background-color: #fff;
          height: 34px;
          display: block;
          position: absolute;
          top: 0;
          right: 0;
          display: none;
      }
      
menu .custom-toggle .bar {
          background-color: #000;
          display: block;
          width: 20px;
          height: 2px;
          border-radius: 100px;
          position: absolute;
          top: 18px;
          right: 7px;
          -webkit-transition: all 0.5s;
          -moz-transition: all 0.5s;
          -ms-transition: all 0.5s;
          transition: all 0.5s;
      }
      
menu .custom-toggle .bar:first-child {
          -webkit-transform: translateY(-6px);
          -moz-transform: translateY(-6px);
          -ms-transform: translateY(-6px);
          transform: translateY(-6px);
      }
      
menu .custom-toggle.x .bar {
          -webkit-transform: rotate(45deg);
          -moz-transform: rotate(45deg);
          -ms-transform: rotate(45deg);
          transform: rotate(45deg);
      }
      
menu .custom-toggle.x .bar:first-child {
          -webkit-transform: rotate(-45deg);
          -moz-transform: rotate(-45deg);
          -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
      }
      
      @media (max-width: 47.999em) {
      
menu .custom-menu-3 {
              text-align: left;
          }
      
menu .custom-toggle {
              display: block;
          }

