body {
  color: #00b6c4;
  line-height: 2rem;
}

h2 {
  color: #F57C00;
}

hr {
  border-top: 2px solid #00b6c4;
}

a, a:hover, a:visited, a:focus, a:active {
  color: inherit;
  text-decoration: none;
}

@font-face {
  font-family: 'Centrum';
  src: url('../font/CentrumMedium.eot');
  src: url('../font/CentrumMedium.eot?#iefix') format('embedded-opentype'),
    url('../font/CentrumMedium.woff2') format('woff2'),
    url('../font/CentrumMedium.woff') format('woff'),
    url('../font/CentrumMedium.ttf') format('truetype'),
    url('../font/CentrumMedium.svg#CentrumMedium') format('svg');
  font-weight: 500;
  font-style: normal;
} 

.marchethonfont {
  font-family: 'Centrum', Times, serif;
  font-size: 1.3em;
}

.souffles_font {
  font-family: 'Montserrat', Arial, sans-serif;
  font-weight: 600;
}

/* spacing */

.gap-top {
  padding-top: 120px;
}

/* navbar */

.navbar-color {
  background-color: #00b6c4;
}

.navbar a {
  margin-right: 1.5rem;
  font-family: 'Montserrat', Helvetica, sans-serif;
  font-size: 1em;
}

.dropdown-item:hover {
  text-decoration: none;
  background-color: inherit;
  color: rgba(255, 255, 255, .75) !important;
}

.dropdown .dropdown-menu .dropdown-item:active {
  background-color: inherit;
}

/* home section */

.fixed-pill-member {
  position: fixed;
  top: 90px;
  right: 25px;
  z-index: 10;
  background-color: rgba(0,182,196,0.7);
  color:white;
}

.fixed-pill-member:hover {
  color:#E0E0E0;
}
@media only screen and (max-width: 768px) {
  /* For mobile phones: */
  .fixed-pill-member {
    position: static;
    margin-top: 30px;
  }
}

/* mission section */

#mission p {
  font-size: 1.1rem;
}

#mission hr {
  border-top: 1px dotted #00b6c4;
}

/* committee section */

.team-members {
  background-image: linear-gradient(#0D8080, #00b6c4);
}

.member-col {
  padding: 1rem 2rem;
}

.member-img {
  height: 150px;
  width: 150px;
  box-shadow: 2px 2px 10px #555555;
  border-radius: 5%;
}

/* links section */

.links-img:hover {
opacity: 0.7;
}
.links-title:hover {
  opacity: 0.6;
}

/* modal section */

.navig-menu {
  background-color: #00b6c4;
  padding: 0.7em;
}

.modal-header {
    border-bottom: none;
}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    background-color: #0D8080;
}
.nav-pills .nav-item {
  color: #f0f0f0;
}

.btn .btn-sm .bleu-100s {
  background-color: #00b6c4;
}

#home-ex > div > div.row.flex-column > a {
  color: #f0f0f0;
}

#home-ex > div > div.row.flex-column > a:hover {
  color: #fff;
}

#profile-ex > div > div.row.justify-content-center > a {
  color: #f0f0f0;
}

#profile-ex > div > div.row.justify-content-center > a:hover {
  color: #fff;
}

.spacer-account {
  width: 2.75em;
}

.remove-bottom-margin { 
  margin-bottom: 0;
}
.tab-content {
  line-height: 1.5em;
}
div.modal-footer {
    border-top: 1px solid #00b6c4;
}

/* contact section */

::placeholder{
  color: rgba(0,0,0,.25) !important;
}

.form-field-err {
  font-size: 0.8em !important;
}
.message-success {
  color: green !important;   
}
.need-copy {
  font-size: 0.8em !important;
}

/* footer section */
