.my-flix {
  color: #3765c2;
}

.back-button {
  cursor: pointer;
}
.main-view {
  font-family: "Montserrat", sans-serif;
}

.navbar {
  background-color: white;
  display: flex;
}

h1 {
  font-weight: 700;
  color: #7e6e1c;
  font-size: 24px;
}

.link-text {
  background-color: #3765c2;
  color: white;
  border-radius: 0.25rem;
  transition: 0.4s;
  margin: 5px;
}

.link-text:hover {
  background-color: #7e6e1c;
  color: white;
}
.login-form {
  font-family: "Montserrat", sans-serif;
  color: #3765c2;
  margin: 20px;
}

h1 {
  font-weight: 800;
  color: #7e6e1c;
}

.form-label {
  font-weight: 500;
}

.login-view-button {
  background-color: #3765c2;
  border: none;
  transition: 0.4s;
}

.login-view-button:hover {
  background-color: #7e6e1c;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}
.movie-view {
  margin-top: 10px;
}

.movie-poster-card {
  width: 25%;
  display: inline-flex;
  border: none;
  margin-right: 10px;
}

.movie-details-card {
  width: 70%;
  display: inline-flex;
}

.movie-poster {
  width: 100%;
}

.movie-view {
  font-family: "Montserrat", sans-serif;
}

.movie-title {
  font-weight: 700;
  color: #7e6e1c;
  font-size: 24px;
  text-align: center;
}

.movie-title,
.movie-description {
  padding: 20px 20px 0px 20px;
}

.card-content {
  color: #3765c2;
  font-size: 16px;
  font-weight: 500;
}

.label {
  font-weight: 700;
}

.navigation-buttons {
  margin: auto;
}

.movie-view-button {
  background-color: #7e6e1c;
  border: none;
  margin: 10px;
  transition: 0.4s;
}

.movie-view-button:hover {
  background-color: #3765c2;
}

.favorites-button-container {
  padding-left: 10px;
}

.favorites-button {
  background-color: #3765c2;
}

.favorites-button:hover {
  background-color: #7e6e1c;
}
.registration-form {
  font-family: "Montserrat", sans-serif;
  color: #3765c2;
  margin: 20px;
}

h1 {
  font-weight: 800;
  color: #7e6e1c;
}

.form-label {
  font-weight: 500;
}

.required {
  color: #b73315;
  font-size: 14px;
}

.registration-button {
  background-color: #3765c2;
  border: none;
  transition: 0.4s;
}

.registration-button:hover {
  background-color: #7e6e1c;
}
.genre-view {
  font-family: "Montserrat", sans-serif;
  margin-top: 10px;
}

.genre-details-card {
  margin: auto;
}

.genre-name {
  font-weight: 700;
  color: #7e6e1c;
  font-size: 24px;
  text-align: center;
}

.genre-name,
.genre-description {
  padding: 20px 20px 0px 20px;
}

.genre-description {
  color: #3765c2;
  font-size: 16px;
  font-weight: 500;
  padding-bottom: 30px;
}
.director-view {
  font-family: "Montserrat", sans-serif;
  margin-top: 10px;
}

.director-details-card {
  margin: auto;
}

.director-name {
  font-weight: 700;
  color: #7e6e1c;
  font-size: 24px;
  text-align: center;
}

.director-name,
.director-bio {
  padding: 20px 20px 0px 20px;
}

.director-details {
  color: #3765c2;
  font-size: 16px;
  font-weight: 500;
}

.label {
  font-weight: 700;
}
.profile-view {
  font-family: "Montserrat", sans-serif;
}

h1 {
  font-weight: 700;
  color: #7e6e1c;
  font-size: 24px;
  text-align: center;
}

.profile-title {
  padding: 20px 20px 0px 20px;
}

.movie-card-deck {
  margin-right: 5px;
  display: inline-block;
}

.movie-card-title {
  height: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #3765c2;
  font-weight: 700;
}

.card-content {
  color: #3765c2;
  font-size: 16px;
  font-weight: 500;
}

.label,
.form-label {
  font-weight: 700;
  color: #3765c2;
}

.required {
  color: #b73315;
  font-size: 14px;
}

.profile-button {
  margin: auto;
}

.profile-button {
  background-color: #7e6e1c;
  border: none;
  margin: 10px;
  transition: 0.4s;
}

.profile-button:hover {
  background-color: #3765c2;
}

.delete-button {
  background-color: #b73315;
  font-weight: 700;
}
.movie-card-deck {
  margin-top: 20px;
  display: inline-block;
}

.movie-card {
  font-family: "Montserrat", sans-serif;
  text-align: center;
}

.movie-card-title {
  height: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #7e6e1c;
  font-weight: 700;
}

.movie-text {
  color: #3765c2;
  font-weight: 500;
  height: 175px;
  overflow-y: auto;
}

.movie-card-button {
  background-color: #3765c2;
  border: none;
  color: white;
  transition: 0.4s;
}

.movie-card-button:hover {
  background-color: #7e6e1c;
  color: white;
}

.movie-card-button:active {
  box-shadow: 2px 2px 10px #3765c2;
}
.filter {
  margin: 0px 20px 0px 15px;
}

.form-control {
  font-family: "Montserrat", sans-serif;
  box-shadow: none !important;
}

/*# sourceMappingURL=/src.78399e21.css.map */