* {
  margin: 0;
  padding: 0;
  width: 100%;
  box-sizing: border-box;
  text-decoration: none;
  font-family: 'Lora', serif;
}

.main {
  margin: 0 auto;
  height: 100% ;
}

.form-main {
  margin: 0 auto;
  height: 100%;
  background-color: #333;
}

.resources-main {
  margin: 0 auto;
  width: 55%;
  height: auto;
  margin-bottom: 130px;
}

a {
  color: white;
}

.nav-bar {
  position: fixed;
  display: inline-block;
  width: 100%;
  min-height: 63px;
  background-color: #333333;
  z-index: 100;
}

.nav-bar-info {
  min-width: 800px;
  min-height: 63px;
  margin: 0 auto;
  max-width: 60%;
  z-index: 100;
}

.nav-bar-info ul {
  margin-top: 24px;
  text-align: right;
}

.nav-bar-info li {
  margin-left: 23px;
  list-style-type: none;
  display: inline-block;
  width: auto;
}

.nav-navbar {
  display: inline-block;
  width: 500px;
  float: right;
}

.logo-div {
  width: auto;
  display: inline-block;
}

.logo-div img{
  display: inline-block;
  margin-top: 9px;
  max-height: 45px;
  max-width: 45px;
}

.logo-title {
  display: inline-flex;
  width: auto;
  position: absolute;
  margin-top: 19px;
  margin-left: 15px;
  font-size: 1.5em;
  font-family: 'Lora', serif;
  letter-spacing: 1px;
  color: white;
}

a:hover {
  color: #99948f;
}

.footer {
  max-height: 126px;
  background-color: #333;
  color: white;
}

.footer-logo {
  margin: 0 auto;
  margin-top: 10px;
  width: 35px;
  height: 35px;
}

.footer-logo {
  padding-top: 5px;
  margin-bottom: 7px;
}

.footer-info {
  text-align: center;
  font-size: .8em;
  padding-bottom: 7px;
}

.team-photo {
  height: 300px;
  width: 250px;
  display: inline-block;
  border-radius: 15px;
  border: 2px solid #333;
}

.team-photo img {
  border-radius: 12px;
}

.team-label {
  text-align: center;
  font-size: 2em;
}

  #team {
  font-size: 80px;
  text-align: center;
  padding-top: 138px;
  padding-bottom: 75px;
  font-family: 'Lobster Two', cursive;
  color: #3D3C3A;
  text-shadow: 2px 0 black;
  letter-spacing: 1px;
  font-weight: bold;
}

  #team-main {
    margin-top: 55px;
    text-align: center;
    margin-bottom: 227px;
  }
