.footer {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: rgb(0, 0, 0);
  color: white;
  text-align: center;
}

/* Style the navigation menu */
.topnav {
  overflow: hidden;
  background-color: #333;
  position: sticky;
  z-index: 2;
}

/* Hide the links inside the navigation menu (except for logo/home) */
.topnav #myLinks {
  display: none;
}

/* Style navigation menu links */
.topnav a {
  color: rgb(255, 255, 255);
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
  display: block;
}

/* Style the hamburger menu */
.topnav a.icon {
  display: block;
  position: absolute;
  size: 500px;
  font-size: 30px;
  right: 0;
  top: 0;
}

/* Style the active link (or home/logo) */
.active {
  background-color: #000000;
  color: white;
}

/* Style the active link (or home/logo) */
.active-nav {
  background-color: #000000;
  color: white;
}

.logo {
  width: 10px;
  height: 10px;
}

nav-conatiner {
  position: sticky;
  top: 0;
  z-index: 1;
}

.img-row {
  margin: 0 auto;
  text-align: center;
  display: inline-block;
  height: 400px;
}

/* Logo container */
.logo-container {
  max-width: 500px;
  position: relative;
  margin: auto;
}

.fa:hover {
  opacity: 0.7;
}

.fa-facebook {
  background: #3b5998;
  color: white;
  padding: 20px;
  font-size: 30px;
  width: 70px;
  height: 70px;
  text-align: center;
  text-decoration: none;
  margin: 10px 10px;
  border-radius: 50%;
  float: right;
}

.fa-instagram {
  background: #125688;
  color: white;
  padding: 20px;
  font-size: 30px;
  width: 70px;
  height: 70px;
  text-align: center;
  text-decoration: none;
  margin: 10px 2px;
  border-radius: 50%;
  float: right;
}
