/* Basic DOM values */
h1 {
  font-family: -apple-system, BlinkMacSystemFont, sans-serif !important;
}

h4 {
  font-weight: 700 !important;
}
/* homepage */
/* start of workshop */

.workshop-container {
  background-color: white;
  border-radius: 25px;
  width: 100%;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.06);
  align-items: center;
}

.workshop-title-holder {
  margin-top: 10px;
  align-items: center;
}

.workshop-cat-holder {
  font-size: 18px;
  padding-bottom: 5px;
}

.workshop-cale-holder {
  display: flex;
  padding-top: 15px;
  height: 100%;
  width: 100%;
  justify-content: center;
}

@media only screen and (max-width: 992px) {
  .workshop-cale-holder {
    justify-content: left;
  }
}

.workshop-cale {
  width: 120px;
  height: 120px;
  background-color: rgb(236, 236, 236);
  border-radius: 25px;
  /* box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.06); */
}

.workshop-cale-header {
  width: 120px;
  height: 40px;
  background-color: rgb(243, 79, 79);
  border-radius: 25px 25px 0 0;
  /* box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.06); */
}

.workshop-cale-month {
  padding-top: 5px;
  font-size: 20px;
  text-align: center;
  color: #fff;
}

.workshop-cale-day {
  padding-top: 3px;
  font-size: 50px;
  text-align: center;
  color: #000;
  font-weight: 300;
}

.workshop-desc-holder {
  margin-top: 5px;
}

.workshop-desc-text {
  font-size: 18px;
  font-weight: 300;
}

.vertical-center {
  display: flex;
  align-items: center;
}

/* start of preprints */
.preprint-container {
  background-color: white;
  border-radius: 25px;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.06);
}

.preprint-title-holder {
  display: flex;
  flex-grow: 1;
  align-items: center;
}

.preprint-desc-holder {
  display: flex;
  flex-grow: 4;
}

/* .preprint-desc-text {
  font-size: 15px;
  font-weight: 300;
} */

.preprint-content-holder {
  margin: 10px;
}

/* start of news */
.news-readmore {
  font-size: 15px;
  font-weight: 600;
}

/* postgrad */

.postgrad-user-container {
  border-radius: 25px;
  width: 100%;
}

.postgrad-image-holder {
  display: flex;
  flex-grow: 1;
  align-items: center;
}

.postgrad-image {
  width: 70%;
  border-radius: 20px;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.06);
}

.postgrad-name-holder {
  display: flex;
  flex-grow: 1;
  align-items: center;
  padding-top: 10px;
}

.postgrad-desc-holder {
  display: flex;
  flex-grow: 4;
}
/* 
.postgrad-desc-text {
  font-size: 15px;
  font-weight: 300;
}

.user-desc-text {
  font-size: 15px;
  font-weight: 300;
} */

.member_header {
  font-size: 0.9vw;
}

@media only screen and (max-width: 992px) {
  .member_header {
    font-size: 16px;
  }
}

.btn-secondary {
  background-color: #64407b !important;
  border-color: #64407b !important;
}

.btn-secondary:hover {
  background-color: #64407b !important;
  border-color: #64407b !important;
}
