﻿/*
* Created By: MDC Web Services
* Description:  
* Revised:
*/

/*Masthead Code*/
body {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
}

.title-name h1 {
  font-size: 24px;
  margin: 0;
  line-height: 0.9em;
}

.site-masthead  {
  background-image: url("../img/masthead.png");
  background-position: center;
  background-repeat: no-repeat;
  background-color: #745a90;
  color: #fff;
}

#title-article {
  font-weight: normal;
  font-size: 45px;
}

#bolder {
  font-weight: bold;
}

.site-masthead img {
  float: right;
  padding-top: 1em;
  padding-bottom:1em; 
  /* margin-top: 5px;
  margin-bottom: 5px; */
}

#siteContent {
  margin-top: 0;
}

#siteNav {
  margin-top: 0;
}

#siteNav,
#siteNav .navbar-collapse {
  background-color: #523B77;  
}

.honorscollege-hp #siteNav {
  margin-bottom: 0px;
  border-bottom: none;
}

.navbar-default .navbar-nav>.active> a,
.navbar-default .navbar-nav>.active> a:hover,
.navbar-default .navbar-nav>.active> a:focus,
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  background-color: #74598F;
}


.title-name.title-background span {
  background-color: rgba(0, 0, 0, 0.3);
  padding-left: 12px;
  padding-right: 12px;
}

.preamble {
    margin-bottom: 2em;
}

/* .preamble .banner {
    position: relative;
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #777;
    color: #fff;
    font-size: 1.65em;
    height: 40em;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    line-height: 1.5;
} */

/* .preamble .banner {
    background-image: url(../img/banner.jpg);
} */

.img-responsive.full {
  width: 100%;
}

#motto {
    background-color: #859B6C;
    color: #ffffff;
    margin-bottom: 40px;
}

.pronoun {
  color:#523B77;
}

#motto .container h2 {
    font-weight: bold;
    text-align: center;
    font-size: 50px;
}

#motto .container p {
  font-weight: initial;
  color:#ffffff;
  font-size: 24px;
  margin-left: 70px;
  margin-right: 70px;
}

#description {
    margin-bottom: 25px;
    margin-left: 205px;
    margin-right: 205px;
    text-align: center;
    line-height: 30px;
}

/* .col-sm-6.col-md-4.boxes {
    height: 493px;
    margin-top: 0.5em;
} */

/* .panel.panel-default.boxes{
    height: 473px;
    position: relative;
    border: 0;
}    */


/* #box-title {
    font-size: 1.3em;
    font-weight: bold;
} */

#donate {
  background: #74598F;
  color: #fff;
  border-color: #74598F;
}

#transfer-data {
  list-style-type: none;
}

.regions ul {
  padding-left: 20px;
}

#col-2-uni {
  columns: 2;
  -webkit-columns: 2;
  -moz-columns: 2;
  list-style-type: none;
}

.uni-list {
  list-style-type: none;
}

.regions ul {
  padding-left: 0px;
}

/* #col-2-uni li,
.uni-list li {
  line-height: 1.2em;
} */

.flyer img {
  margin: 0 auto;
}

.flyer-header {
  font-size: 50px;
}

.flyer-header-bigger {
  font-size: 66px;
}

.flyer-sub-header {
  font-size: 34px;
  font-weight: bold;
  color: purple;
  line-height: 1.25;
  margin-top: 20px;
  margin-bottom: 60px
}

.row.regions h4 {
  border-bottom: 1px solid #000;
  padding-bottom: 0.25em;
  font-weight: lighter;
}

.jumbo-title {
  font-size: 2.6em;
  padding-bottom: 1.2em;
  /*padding-top: 1.2em;*/
}

.jumbotron p {
  font-size: 1.4em;
}

 .container .jumbotron {
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 15px;
  padding-bottom: 15px;
}

.container .no-padding {
  padding-right: 0px;
  padding-left: 0px;
}

.button_apply {
	margin-top: 10px;
}

/* New homepage */
#boxes {
  margin-top: 20px;
}
.featured-panel.intro-banner {
  padding-top: 20px;
  padding-bottom: 20px;
}
.featured-panel.intro-banner img {
  padding-top: 20px;
}
.intro-banner {
  background-color: #2B1E3F;
}
.intro-banner h1, 
.intro-banner p {
  color: #ffffff;
}
.intro-banner h1 {
  font-size: 32px;
}

.info-sessions {
  background-color: #533B77;
  padding-top: 20px;
  padding-bottom: 30px;
  margin-bottom: 40px;
}
.info-sessions p,
.info-sessions h2 {
  color: #ffffff;
}

.info-sessions img {
  color: #ffffff;
}

.info-sessions .row {
  display: flex;
  align-items: center;
}

.info-sessions .fa-info-circle {
  color: #fff;
}

.row.fix.equal-height .col-xs-6.col-md-4 {
  flex-wrap: wrap;
  display: grid;
  grid-auto-flow: column;
  gap: 5%;
}

.highlights .thumbnail {
  border: none;
}

.thumbnail .thumbnail-title {
  font-size: 18px;
  word-break: break-word;
  margin-top: 10px;
  margin-bottom: 10px;
}

.mb-40 {
  margin-bottom: 40px;
}
.mt-20 {
  margin-top: 20px;
}
.mt-40 {
  margin-top: 40px;
}
/* font-awesome icons */
.pa4 {
  padding: 1.5rem;
}
.bg-purple {
  background-color: #533B77;
}
.white {
  color: #fff;
}
.justify-center {
  justify-content: center;
}
.items-center {
  align-items: center;
}

.featured-panel.intro-banner #play-pause {
    top: 40px;
    right: 80px;
}

/* Homepage - modifications 02/01/2022 */
.apply-banner {
  background-color: #FFC000;
  /* color: #fff; */
  padding-top: 10px;
}
.apply-banner .btn {
  background-color: #503875;
  border: 2px solid #fff;
  font-size: 18px;
  font-weight: 600;
}
.apply-banner .deadline {
  font-weight: bold;
  font-size: 18px;
}

.row.mdchonors-social img {
  border-radius: 5px;
  margin-right: 10px;
}
.hc-request-info {
  padding: 20px 0;
  text-align: center;
  background-color: #FFC000;
}



/*Responsive Queries*/

@media (max-width: 349px) {
  .site-masthead img {
      display: none;
  }

  #motto .container p {
    margin-left: 20px;
    margin-right: 20px;
    font-size: 20px;
  }
  
  #motto .container h2 {
    font-size: 35px;
  }
}

@media (min-width: 350px) and (max-width: 640px) {
  .site-masthead {
    background-color: #74598F;
  }

  #title-article {
    font-size: 0.em;
  }
  
  .site-masthead img {
    display: none;
  }

  #motto .container p {
    margin-left: 20px;
    margin-right: 20px;
    font-size: 20px;
  }
  #motto .container h2 {
    font-size: 35px;
  }
}

@media (min-width: 641px) and (max-width: 767px) {

   .site-masthead img {
    display: none;
  }
}


@media (max-width: 767px) {
  .site-masthead {
    padding:10px 0;
  }
  
  .center-content {
    margin-left: auto;
    margin-right: auto;
  }
}


@media (min-width: 768px) {
  .title-area { 
    width: 100%; 
    position: relative;
  }
  .title-container { 
    height: 100%;
    position: absolute; 
    left: 0; 
    top: 0; 
    width: 100%; 
    display: table; 
  }
  .title-name {
    display: table-cell; 
    vertical-align: middle;
  }
}


/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) and (max-width: 991px) {
  .title-area { 
    height: 120px;  
  }
  .title-name h1 {
    font-size: 37px;
  }

  #title-article {
    padding-top: 0.7em;
  }

  .jumbo-title {
    font-size: 1.6em;
    padding-bottom: 1em;
    /*padding-top: 1em;*/
  }

  .jumbotron p {
    font-size: 1.2em;
  }

  /* .col-sm-6.col-md-4.boxes {
    width: 33%;
  } */
  .info-sessions .col-sm-1 {
    padding-left: 5px;
  }
  .info-sessions .col-sm-8 {
    padding-left: 30px;
  }
 }
/* @media (min-width: 992px) {
}

@media (max-width: 1024px) {

}

@media (min-width: 991px) and (max-width: 1024px) {

} */

/* Medium devices (desktops, 992px and up) */

@media (max-width: 992px) { 
.col-sm-12.col-md-4 img {
	margin-bottom: 18px;
}
	
}

@media (min-width: 992px) and (max-width: 1199px) {
  .title-area { 
    height: 140px;  
  }
  .title-name h1 {
    font-size: 48px;
  }

  #title-article {
    padding-top: 0.7em;
  }

  .jumbo-title {
    font-size: 2.2em;
  }
	
	.col-sm-12.col-md-4 img {
	margin-bottom: 18px;
	}

}

/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
  .title-area { 
    height: 180px;  
  }
  .title-name h1 {
    font-size: 60px;
  }

  #title-article {
    padding-top: 0.7em;
  }
	.col-sm-12.col-md-4 img {
	margin-bottom: 18px;
	}
}