@font-face{
  font-family: "Cubano";
  src: url('../webfonts/cubano-regular-webfont.ttf'),
  url('../webfonts/cubano-regular-webfont.eot'); /* IE */
}

html, body {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

body {
  background-color: lightskyblue;
}

body > div {
  height: 100%;
  overflow: scroll;
  -webkit-overflow-scrolling: touch;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Cubano";
}

footer ul li img {
  width: 3em;
  height: 3em;
}

nav ul li {
  margin: 10px 10px;
}

nav ul li a {
  background: #2e8b7d;
  color: white;
  border: 2px solid rgba( 0, 0, 0, .25 );
  border-radius: 10px;
  padding: 5px 10px;
}

a,
a:hover,
a:active,
a:visited,
a:link {
  text-decoration: none;
}


nav ul li a:hover {
  background: rgba( 240, 250, 255, .15 );
}

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

.portrait {
  margin-bottom: 10px;
  max-width: 80%;
}

.top {
  color: black;
  margin-top: 5px;
  margin-left: 10px;
  padding: 0;
  float: left;
  border-bottom: 5px solid black;
  font-size: 12px;
}

.top:hover {
  border-bottom-color: rgba( 0, 0, 0, .15 );
  color: rgba( 0, 0, 0, .15 );
}


.container header,
.container footer {
  padding: 1px;
  margin: 0;
  background-color: white;
}

.container {
  padding: 0;
}

.footerfix {
  min-height: 100vh;
}

.content {
  min-height: calc( 75vh );
  width: 100%;
  background-color: aliceblue;
}

.center {
  text-align: center;
}

.container {
  width: 80%;
}

.hidden {
  display: none;
}

@media ( min-width: 769px) {

  nav ul li {
    margin: 0 10px;
  }

  .gallery {
    margin: 0 auto;
    width: 100%;
    max-width: 769px;
  }

  .gallery_img img {
    width: 100%;
  }

  .float_left {
    float: left;
  }

  .float_right {
    float: right;
  }

  .clearfix::after {
    content: " ";
    display: table;
    clear: both;
  }

  .container {
    margin: 0 auto;
    width: 90%;
    max-width: 1000px;
  }

  .horizontal li {
    display: inline-block;
  }

  .people: {
    display: inline-block;
  }

  .people li {
    float: left;
    max-width: 45%;
  }

}

@media (min-width: 1025px) {

  .container {
    width: 80%;
    max-width: 1150px;
  }

  .people li {
    float: left;
    max-width: 25%;
  }

}

