html,
body {
  font-family: "Montserrat", sans-serif;
}

p {
  font-size: 18px;
  line-height: 1.8;
  color: #1e1e1e;
}

.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #0062cc;
  border-color: #005cbf;
}

img{
    height: auto;
    max-width: 100%;
}

.align-left{
    padding-right: 40px;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 15rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}

a:hover {
  color: #9e8a65;
  text-decoration: none;
}

.lead {
  font-size: 1.25rem;
  /*font-weight: 600;*/
  color: black;
  font-size: 16px;
}

.material-icons.fal2 {
  padding-left: 15px;
}

.number {
  display: flex;
  float: left;
  /*padding-top: 100px;*/
  border-right: 2px black;
}

.eventDetails {
  display: flex;
  /*float: right;*/
  padding-left: 49px;
}

.col.dateItems {
  margin-top: 52px;
}

#advertArea {
  height: 45vh;
  background: linear-gradient(rgba(0, 0, 0, 0.25) 0%, rgba(8, 8, 8, 0.74) 100%),
    url("../../assets/img/ug-history-rectangle-copy-E8F87CDE-CB2B-4F87-B2AA-43AFF91B1B67.jpg")
      no-repeat;
  background-size: auto, cover;
}

#study_withUs_cont {
  position: relative;
  top: 44%;
}

#advertArea h5 {
  color: #ffff;
}

.study_with_us {
  background-color: transparent;
  color: #fff;
  border: 1px solid #f41b1b;
  border-radius: 0;
  width: 245px;
  /*margin-top: 31px;*/
  height: 51px;
}

.btn.study_with_us:hover {
  color: #f41b1b;
  /*background: #153d6e;*/
  border: 1px solid #f41b1b;
}

.eventVenue {
  /*float: right;*/
  display: flex;
  margin-left: 99px;
  color: #b69a63;
}

.eventDate {
  display: flex;
  margin-left: 99px;
  color: #b69a63;
  margin-top: -10px;
}

.row.eventFields {
  margin-bottom: -30px;
}

.dateDay {
  float: left;
  margin-top: 19px;
  font-size: 39px;
  font-weight: 600;
  display: flex;
  color: #153d6d;
}

.dateMonth {
  float: left;
  display: flex;
  position: absolute;
  color: #153d6d;
}

.copyright-signature {
  color: #fff;
  font-weight: 100;
  font-size: 12px;
  opacity: 0.6;
}

.row .col-md-3 a {
  color: #ffffff;
}

.row .col-md-3 a:hover {
  color: #b99d64;
}

/* Paragraphs */
.line-break {
  border-bottom: 1px solid #d7d7d7;
  margin: 46px 0;
}

/* news  */
/* .view-display-id-block_2 .view-content {
  display: grid !important;
  grid-template-columns: 1fr 1fr 1fr;
  align-items: stretch;
  grid-gap: 23px;
  margin-top: 58px;
  padding-bottom: 77px;
}

.news-image {
  width: 100%;
  height: 256px;
  object-fit: cover;
}

@media (max-width: 991.98px) {
  .view-display-id-block_2 .view-content {
    grid-template-columns: 1fr 1fr;
  }
  .news-image {
    height: 220px !important;
  }
}

@media (max-width: 767.98px) {
  .view-display-id-block_2 .view-content {
    grid-template-columns: 1fr;
  }
  .news-image {
    height: 390px !important;
  }
} */
h1 {
  font-weight: 600 !important;
}

@media (max-width: 64em) {
  h1 {
    font-size: 1.8em !important;
  }
}

.user-login-form {
  padding: 4%;
}
