

a {
  color: black;
  text-decoration: none;
}

a:hover {
  color: #2d6187;
  text-decoration: none;
}


.bg-doc {
  background-color: #e8e8e8;
}


.nau_logo {
  width: 50px;
}


/* Home Page */

.personal-image {
  border-radius: 5%;
}


/* Project Information Page */

.description {
  font-size: 15px;
}

a.inline-link {
  color: red;
  text-decoration: none;
}

a:hover.inline-link {
  color: #2d6187;
  text-decoration: none;
}

.map {
  max-width: auto;
  max-height: 100%;
  width: 50%;
}

.map-description {
  text-align: left;
}

#globe {
  text-align: center;
  background-color: #fff;
}

/* contact */

#contact {
  padding: 5% 3%;
  background-color: #fff;
  text-align: center;
}

#Design_Doc {
  padding: 5% 3%;
  background-color: #f0f0f0;
  text-align: center;
}

.social-icon {
  padding: 5% 10%;
  transition: all .2s ease-in-out;
}

.social-icon:hover {
  transform: scale(1.1);
  color: #2d6187;
}
