body {
  margin: 0;
  padding: 0; }

header {
  height: 60px;
  width: 100%; }

nav {
  position: fixed;
  display: block;
  width: 100%;
  background-color: #155e63; }
  nav ul {
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin: 0;
    padding: 0; }
    nav ul li {
      margin: 0 20px 10px 20px;
      list-style-type: none; }
      nav ul li a {
        text-decoration: none;
        color: white;
        font-weight: bold;
        display: inline-block;
        text-decoration: none;
        padding: 20px 30px;
        font-size: 20px; }
      nav ul li a:hover {
        padding: 15px 30px; }

.menu:hover {
  border-top: 5px solid #76b39d;
  background-color: rgba(249, 248, 235, 0.15); }

.pair {
  display: flex;
  flex-direction: column;
  text-align: center;
  padding: 50px;
  background-color: #f5eee6; }

.impair {
  display: flex;
  flex-direction: column;
  text-align: center;
  padding: 50px;
  background-color: #d5e0dc; }

#imglogo a {
  padding: 50px; }
#imglogo img {
  width: 80px;
  height: 80px;
  padding: 50px; }

img {
  width: 200px;
  height: 200px; }

footer {
  display: block;
  width: 100%;
  height: 70px;
  background-color: #155e63;
  color: white;
  text-align: center;
  font-style: italic;
  padding-top: 10px; }

@media screen and (max-width: 780px) {
  nav ul li {
    margin: 0; }

  a {
    font-size: 12px;
    padding: 10px; }

  #imglogo img {
    width: 50px;
    height: 50px; } }

/*# sourceMappingURL=style.css.map */
