/* GLOBAL STYLES
-------------------------------------------------- */
/* Padding below the footer and lighter body text */

body {
  padding-bottom: 3rem;
  color: #1a1a1a;
}
footer {
  font-size: 14px;
}
.footer-row{
  margin-bottom: 5px;
  flex-wrap: nowrap;
}
.footer-text{
  max-width: 630px;
  flex: 0 1 630px;
  text-align: justify;
  margin-right: 20px;
}
.footer-link{
  flex: 1 1 auto;
  display: block;
  text-align: right;
}
.footer-img{
  max-width: 200px;
}

/* navbar
 * ----------------------------------------*/

.navbar {
  background-color: #5a5a5a;
}
.navbar li {
  transition: .3s background-color;
  text-align: center;
  background-color: transparent;
  padding: 0rem 1rem;
  text-decoration: none;
  border-radius: 0.3rem;
}
.navbar li:hover {
  background-color: #FAFAFA;
}
.navbar li .nav-link{
  color: #FAFAFA;
}
.navbar li:hover .nav-link{
  color: #5a5a5a;
}
.dropdown.show {
  background-color: #FAFAFA;
}
.dropdown.show .nav-link {
  color: #5a5a5a;
}

.dropdown-menu {
  background-color: #5a5a5a;
}

.dropdown-item {
  color: #FAFAFA;
}

.dropdown-item:hover {
  background-color: #FAFAFAD0;
}

.hero {
  background-color: #5a5a5a;
  color: white;
}


.top-image {
  height: 10rem;
  max-width: 20rem;
}


.outline-rwp {
  color: #FAFAFA;
  background-color: transparent;
  border-color: #FAFAFA;
}


.outline-rwp:hover {
  color: #5a5a5a;
  background-color: #FAFAFA;
  border-color: #FAFAFA;
}

.solid-rwp {
  color: #5a5a5a;
  background-color: #FAFAFA;
}

.solid-rwp:hover {
  color: #FAFAFA;
  background-color: #5a5a5a;
  border-color: #FAFAFA;
}


/* MARKETING CONTENT
-------------------------------------------------- */

/* Center align the text within the three columns below the carousel */
.marketing .col-lg-4 {
  margin-bottom: 1.5rem;
  text-align: center;
}
.marketing .col-lg-4 p {
  margin-right: .75rem;
  margin-left: .75rem;
}


/* Featurettes
------------------------- */

.featurette-divider {
  margin: 3rem 0; /* Space out the Bootstrap <hr> more */
}

/* Thin out the marketing headings */
.featurette-heading {
  font-weight: 300;
  line-height: 1;
  letter-spacing: -.05rem;
}

.featurette-subheading {
  text-transform: uppercase;
  font-size: 1.2rem;
  display: block;
  font-weight: 600;
  margin: 1.2rem 0;
}

/* Sponsors
 * ----------------------------*/

.sponsors {
  text-align: center;
}

/* Supporters
 * ----------------------------*/

.supporters {
  text-align: center;
}

.supporter {
  margin: 0.5rem 0;
  width: 100%;
}

.supporter img{
  max-height: 100%;
  max-width: 85%;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

/* Users
 * ----------------------------*/

.flex-item {
  display:flex;
  align-items: center;
}

.flex-item-left{
  margin-right: 12px;
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: 200px;
  text-align: center;
}

.flex-item img{
  max-width: 100%;
  max-height: 130px;
  opacity: 0.75;
  transition: opacity 0.3s ease-in-out;
}

.flex-item a:hover img, .flex-item a:focus img{
  opacity: 1;
}

.top-padding-large{
  padding-top: 50px;
}

.top-padding-small{
  padding-top: 30px;
}

.link-unstyled, .link-unstyled:link, .link-unstyled:hover {
  color: inherit;
  text-decoration: inherit;
}



