@import url("/static/webfonts/overpass/stylesheet.css");

html {
  position: relative;
  min-height: 100%;
}
body {
  /* Margin bottom by footer height */
}
h1, h2, h3, h4, h5 {
  font-family: 'Overpass-Reg';
  font-weight: normal;
  font-style: normal;
}
.header-text{
  font-family: 'Overpass-Reg';
  font-size: 2.3em;
  text-shadow: 2px 3px 5px rgba(0,0,0,0.5);
  max-width: 840px;
}
.header-text-border {
  margin-top: -10px;
  height: 10px;
  border-bottom: 4px solid #FFFFFF;
  box-shadow: 0 6px 4px -4px rgba(0, 0, 0, 0.5);
  width: 100%;
}
.header-shadow {
  text-shadow: 2px 3px 5px rgba(0,0,0,0.5);
}
.bodyBg {
  background-image: url("/static/img/gm-diversity-front-page.jpg");
  background-color: #6c757d;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.red-text {
  color:#e32342;
}
.blue-text {
  color:#0071ce;
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 90px;
  background-color: #0071ce;
}

.bg-blue {
  background-color: #0071ce;
}
.nav-link {
  color:#FFFFFF;
}
.nav-link:hover {
  color:#8bb6de;
}
.navbar {
    padding: 0.8rem .8rem !important;
}
.top-margin {
  margin-top: 160px !important;
}
.disclaimer {
  margin-top: -20px;
  font-size: .59em;
  padding-left: 6px;
  position: absolute;
}
.margin-bottom {
  margin-bottom: 150px;
}
.home-messages {
  margin-left: 15%;
  margin-right: 15%;
}
.title-width {
  width: 65%;
}

.middle {
  transition: .5s ease;
  opacity: 0;
  position: absolute;
  top: 75%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
}

.button-container:hover .image {
  opacity: 0.7;
}

.button-container:hover .middle {
  opacity: 1;
}

.text {
  background-color: rgba(255, 0, 0, 0.8);
  color: white;
  font-size: 16px;
  padding: 16px 32px;
}
.login {
  max-width: 500px;
}

.login .form-control {
    border-radius: 0 !important;
    border: 0;
    box-shadow: 0 6px 4px -4px rgba(0, 0, 0, 0.5) !important;
}
.messages {
    width: 50%;
    z-index: 4000;
    position: fixed;
    top: 2%;
    right: 7%;
    font-size: .9em;
    margin: 0px;
    padding: 0;
}
.program-img {
  width: 90%;
}

.alert .close {
    padding: 0.35rem 1.25rem !important;
}
.alert {
    padding: 0.5rem 1.25rem !important;
    margin-bottom: 0.5rem !important;
}

.right-button-margins {
	margin-top: 20px;
	margin-bottom: 100px;

}

/* Custom page CSS
-------------------------------------------------- */
/* Not required for template or sticky footer method. */



@media (min-width: 768px) {
  .image-w {
    width: 50%;
  }
}