@import url("https://fonts.googleapis.com/css2?family=DM+Sans:ital,wght@0,400;0,500;0,700;1,400;1,500;1,700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Chonburi&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@200;300;400;500;600;700&display=swap");
body {
  background-color: #fff;
  color: #24262F;
  font-family: "DM Sans", sans-serif;
}

a {
  text-decoration: none;
}

img {
  width: 100%;
}

.welcome-text, .highlight-txt {
  font-family: "Chonburi", cursive;
}

.logo {
  font-family: "Oswald", sans-serif;
}

.alert {
  margin-bottom: 0;
}

input {
  background: transparent;
  border-radius: 8px;
  border: 1px solid #bebec1;
  padding: 3px 12px;
}

textarea {
  border: 1px solid #bebec1;
  border-radius: 12px;
  padding: 10px 16px;
}

select {
  border-radius: 20px;
  border: none;
  padding: 3px 14px;
}
select:hover {
  cursor: pointer;
}

.primary-button {
  background-color: #FEB74D;
  padding: 4px 20px;
  border-radius: 40px;
  font-size: 16px;
  color: #fff;
  border: none;
  transition: 0.2s linear;
}
.primary-button:hover {
  transform: scale(1.1);
}

.form-holder {
  background-color: #F4F5F6;
  padding: 40px 20px;
  max-width: 500px;
  border-radius: 12px;
  box-shadow: 1px 3px 8px rgba(36, 38, 47, 0.5);
}

header {
  background-color: transparent;
}
header .navbar-light .navbar-toggler {
  box-shadow: none !important;
  outline: 0 !important;
  border: none !important;
}
header .navbar-light .navbar-toggler:focus-visible, header .navbar-light .navbar-toggler:focus {
  box-shadow: none !important;
  outline: 0 !important;
  border: none !important;
}

.post-item {
  border: 1px solid darkgrey;
  padding: 26px 20px;
  border-radius: 12px;
  background-color: #fff;
}
.post-item .post-item-profile-info .post-item-profile-img img {
  border-radius: 50px;
  width: 50px;
  height: 50px;
  box-shadow: 0 3px 8px darkgrey;
  transition: 0.2s linear;
}
.post-item .post-item-profile-info:hover .post-item-profile-img img {
  transform: scale(1.125);
}
.post-item .post-content p {
  font-size: 20px;
}

.profile-image-change {
  max-width: 240px;
}

.profile-section {
  margin: 50px 0;
}

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