.collaboration {
  background: url("../resources/collab_bg.jpg") no-repeat center center fixed;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  max-width: 100%;
  height: 100vh;
}

.join-form,
.login-form,
.update-form {
  text-align: left;
}

.profile-intro h2 {
  font-size: 24px;
}

.profile-intro .text-secondary {
  font-size: 12px;
}

.profile-intro img {
  max-width: 200px;
  margin-bottom: 20px;
}
@media (min-width: 800px) {
  .profile-intro img {
    max-width: 256px;
  }
}

.submit-profile-edit {
  text-align: right;
}

.join-intro,
.login-intro,
.contact-form,
.profile-intro,
.profile-update {
  width: 80%;
  padding: 30px;
  margin-top: 7%;
  margin-bottom: 7%;
  border-radius: 15px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  background-color: white;
  font-family: "Gentium Basic", serif;
}
@media (min-width: 400px) and (max-width: 799px) {
  .join-intro,
.login-intro,
.contact-form,
.profile-intro,
.profile-update {
    width: 70%;
  }
}
@media (min-width: 800px) {
  .join-intro,
.login-intro,
.contact-form,
.profile-intro,
.profile-update {
    width: 60%;
    margin-top: 5%;
    margin-bottom: 5%;
  }
}
@media (min-width: 1050px) {
  .join-intro,
.login-intro,
.contact-form,
.profile-intro,
.profile-update {
    width: 40%;
    margin-top: 2%;
    margin-bottom: 2%;
  }
}

.join-intro {
  margin-top: 0;
  margin-bottom: 2%;
}

h1.login-title,
h1.logout-title {
  color: white;
  font-size: 24px;
  font-weight: bold;
  font-family: "Amiri", serif;
}
@media (min-width: 400px) and (max-width: 799px) {
  h1.login-title,
h1.logout-title {
    font-size: 30px;
  }
}
@media (min-width: 800px) {
  h1.login-title,
h1.logout-title {
    font-size: 34px;
  }
}

h1.contact-title {
  color: white;
  font-size: 24px;
  font-weight: bold;
  font-family: "Amiri", serif;
}
@media (min-width: 400px) and (max-width: 799px) {
  h1.contact-title {
    font-size: 30px;
  }
}
@media (min-width: 800px) {
  h1.contact-title {
    font-size: 3em;
  }
}

.logout-title {
  margin-top: 20%;
}
@media (min-width: 1050px) {
  .logout-title {
    margin-top: 10%;
  }
}

.login-message {
  color: white;
  font-size: 1em;
  font-family: "Amiri", serif;
}

h1.join-title {
  width: 85%;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  color: white;
  font-weight: bold;
  font-size: 1.5em;
  font-family: "Gentium Basic", serif;
}
@media (min-width: 400px) and (max-width: 799px) {
  h1.join-title {
    width: 70%;
    font-size: 2em;
  }
}
@media (min-width: 800px) {
  h1.join-title {
    width: 60%;
    font-size: 2.3em;
  }
}
@media (min-width: 1050px) {
  h1.join-title {
    width: 40%;
    font-size: 3em;
  }
}

.blurb {
  width: 85%;
  color: black;
  padding: 20px;
  margin-top: 7%;
  margin-bottom: 7%;
  border-radius: 15px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  font-size: 0.9em;
  background-color: white;
  font-family: "Gentium Basic", serif;
}
.blurb ul {
  text-align: left;
  margin-left: -10px;
  margin-bottom: 0;
  padding-bottom: 0;
}
@media (min-width: 400px) and (max-width: 799px) {
  .blurb {
    width: 70%;
    font-size: 1.1em;
  }
  .blurb ul {
    margin-left: -5px;
  }
}
@media (min-width: 800px) {
  .blurb {
    width: 60%;
    font-size: 1.1em;
  }
  .blurb ul {
    margin-left: -5px;
  }
}
@media (min-width: 1050px) {
  .blurb {
    width: 40%;
    font-size: 1.3em;
  }
}

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