body {
  font-family: 'Montserrat';
  text-size-adjust: auto;
}

/* h1, h2, h3, h4, h5, h6 {
  font-family: 'Merriweather';
} */

.buttonDark {
  background-color: transparent;
  color: rgb(50,50,50);
  font-family: inherit;
  font-weight: bold;
  border-radius: 0;
  border: 1px solid #b49864;
}

.buttonDark:hover {
  background-color: rgb(21,61,110);
  color: rgb(255,255,255);
}

.ug-link a {
    color: #ffffff;
    font-size: 16px;
    font-weight: 400;
}

.nav-item {
  color: rgb(255,255,255);
  font-size: 18px;
  font-family: inherit;
  font-weight: bold;
}

.secondnav-area .navbar .navbar-nav .nav-item .nav-link, .computer .navbar-nav.mr-auto .nav-item .nav-link {
  color: #2d2d2d;
  font-size: 18px;
}


.navbar .navbar-nav .nav-item .nav-link:hover {
  color: #b49864;
}

.nav-item:hover {
  text-decoration: underline;
}

.computer {
  /*display: none;*/
}

#ug_logo, .navbar-nav.mr-auto img {
  width: 200px;
}


@media (min-width: 768px){
  .next-prev{
    position: absolute; 
    top: 84%; 
    left: 70%; 
    display: flex;
    gap: 1rem;
  }
}

@media (min-width: 768px){
    .carousel-control-next, .carousel-control-prev {
      position: static;
      top: 0;
      bottom: 0;
      z-index: 1;
      display: -ms-grid;
      display: grid;
      grid-template-columns: 1fr 2fr;
      width: 100%;
      padding: 0;
      color: #fff;
      background: 0 0;
      border: 0;
      opacity: .5;
      transition: opacity .15s ease;
   }
   .next-prev .carousel-control-next-icon, .next-prev .carousel-control-prev-icon{
      width: 100%;
   }
   .previous-word, .next-word {
      display: block;
   }
}

@media (max-width: 767px){
  .previous-word, .next-word{
    display: none;
  }
}


@media (min-width: 992px) {
  .computer {
    display: block;
    z-index: 100;
  }
}
@media(min-width: 768px){
    .carousel-label{
      width: 50%;
      text-align: left;
      bottom: 30%;
      left: 5%;
      right: 0%
  }
}
.carousel-label h1{
    font-weight:600;
}

#carouselExampleAutoplaying .carousel-caption a {
    color: white;
    display: flex;
    align-items: center;
    gap: 1rem;
}

#carouselExampleAutoplaying .carousel-caption a::after {
    font-family: 'LineAwesome';
    content: "\f11d";
    font-size: 2rem;
}


/* .previous-slide{
    left: 80%;
    top: 90%;
}

.next-slide{
    right: 0;
    top: 90%;
} */

#hero {
  width: 100%;
  color: rgb(255,255,255);
  position:relative;
}

#hero-text_middle {
  text-align: left;
  margin-left: -62px;
}

.body-text h1 {
  font-weight: 600;
  line-height: 1.2em;
}

#line-div {
  background: #ffffff;
  width: 1px;
  height: 300px;
  margin: 0 auto;
}

.header-arrow {
  float: right;
  display: flex;
}

.header-arrow .la-arrow-circle-right, .la-arrow-circle-o-left {
  font-size: 36px;
  margin-bottom: 34px;
  padding: 0px 6px;
}

.slider-nav {
  padding: 7px 16px;
  font-size: 14px;
}

/* second-section css here */

.welcome-msg-container {
  margin-top: 180px;
  padding-bottom: 5rem;
}

.provost-msg h1 {
  color: #fff;
  font-size: 51px;
}

.pro-img h4 {
  margin-top: 22px;
}

.provost-msg p {
  color: #fff;
  margin-top: 26px;
}

.provost-msg::before {
  content: url("/coe.ug.edu.gh/web/sites/coe.ug.edu.gh/files/2023-03/quotation_mk-01.png");
  color: white;
  font-family: fantasy;
  position: absolute;
  margin: -69px;
}

#second-section {
  height: auto;
  background: #153d6e;
}

#horizontal-div {
  background: #ffffff;
  width: 90%;
  height: 1px;
  margin: 0 auto;
}

.provost-img {
  width: 430px;
}

@media screen and (max-width:768px){
    
    .welcome-msg-container{
        margin-top: 80px;
    }
    
    .provost-img{
        width: 100%;
        order: 1;
    }
    
    .pro-img{
        order: 2;
    }
}

.btn.full-msg-btn {
  padding: 0;
  color: rgb(183,154,98);
  /*float: right;*/
  margin-top: 20px;
}

.la.la-arrow-right {
  margin-left: 10px;
  color: #fff;
}

.prov-corner-cont {
  margin-top: 98px;
  padding-bottom: 67px;
}

#provost-corner {
  color: rgb(255,255,255);
  font-family: Merriweather, serif;
}

.title-col {
  border-top: 5px solid #fff;
  padding-top: 43px;
}

/* second-section css ends here */

/* news css starts here */

#news-section {
  margin-top: 100px;
}

.news-second-section{
  display: grid;
  grid-template-columns: 1fr 3fr;
  grid-column-gap: 16px;
  border-bottom: 1px solid #b99D64;
  margin-bottom: 20px;
  padding-bottom: 20px;
}

.content-row {
  margin-top: 76px;
}

#main-title-div {
  margin-top: 39px;
}

#main-title-div a h1 {
  margin-top: 19px;
  color: #000;
}

#main-title-div a h1:hover {
  text-decoration: underline;
}

.badge-pill.badge-primary {
  background-color: #ffffff;
  color: #626262;
  margin-top: 0px;
  padding: 0px;
  font-weight:600;
}

.b_news.side_title a {
  width: 100%;
  color: #000;
  font-size: 1rem;
}

.b_news.side_title a:hover{
  color:#b99D64;
  text-decoration: none;
}

.b_news.side_title h6{
  margin-bottom:0rem;
}

.b_news>figure{
  /* width: 200px; */
  margin:0rem;
  padding-right: 1rem;
}

.side_img {
  width: 100%;
  height: inherit;
  object-fit: cover;
}

.side-wrap {
  border-bottom: 1px solid #b79a62;
  display: flex;
  /*padding-bottom: 11px;*/
  margin-bottom: 24px;
  /*font-size: 6px;*/
  padding-bottom: 24px;
}

.content-row {
  /*column-gap: em;*/
}

#all_news_link {
  float: right;
  font-size: 17px;
  color: #b79a62;
}

#all_news_la {
  color: #000;
  margin-left: 10px;
}

/* news css ends here */

/* Spotlight & announcement starts here */

#spot_announce_row {
  column-gap: 34px;
}

.spot_announce_cont {
  padding-top: 88px;
}

.col_title {
  color: #fff;
}

#spotlight_img {
  margin-top: 61px;
}

#announce_content {
  border-bottom: 1px solid #b79a62;
  padding-bottom: 29px;
  margin-top: 25px;
}

#announce_content a {
  margin-top: 43px;
  color: #fff;
}

#announce_content a:hover{
  color:#b99D64;
  text-decoration: none;
}

#spotlight_img p, #spotlight_img p>a {
  margin-top: 37px;
  color: #fff;
}

#spotlight_img p>a:hover{
  color: #b99D64;
}

.spotlight_explore a {
  color: #b79a62;
}

.announce_explore {
  margin-top: 41px;
  text-align: right;
}

.announce_explore a {
  color: #b79a62;
}

.spotlight-img {
  box-shadow: 17px 19px 0px 4px rgba(255,255,255,0.4);
}

/* spotlight & announcement ends here */

/* events starts */

#a_list {
  background-color: #1a3562;
  height: auto;
  margin-top: 100px;
}

.a_list_events_row {
  padding-top: 83px;
  padding-bottom: 57px;
}

.row.content_row {
  border-top: 1px solid #fff;
}

#all_event_link {
  float: right;
  font-size: medium;
  font-family: 'Montserrat';
}

.a_list_title {
  color: #fff;
}

.a_content {
  color: #fff;
  margin-top: 57px;
  /* margin-bottom: 50px; */
}

#a_list_number {
  border-right: 1px solid #b79a62;
  padding-right: 1.8rem;
  flex: 0 0 20%;
}

.a_content a {
  margin-left: 31px;
  color: #fff;
}

/* events ends here */

/* footer css starts here */

#footer-section {
  height: 40vh;
}

#copyright-row p {
  font-size: 13px;
  opacity: 0.6;
}

#footer-hr {
  background-color: #b79a62;
  margin-top: 47px;
}

#footer-hr {
}

#copyright-row p > a {
  color: #b79a62;
}

/* footer css ends here */

