/*GLOBAL*/
*{
    font-family: 'Montserrat', sans-serif;
}
body{
    background-color: #2D4059;
}
.centerTxts{
    text-align: center;
}
.svg{
    background-color: white;
}
#helpTable{
    background-color: antiquewhite;
    border-radius: 5px;
}
th,td{
    padding: 5px;
}
.btn-custom{
    background: rgb(5, 161, 153);
    color: white;
    font-weight: bold;
    border-radius: 25px;
}
#mainImg{
    max-width: 100%;
    border-radius: 5px;
}
.dropdown{
    margin-top: 10px;
}
.card{
    width: 300px;
    max-width: 80%;
}
.card-columns {
    column-count: 1;
}
@media (min-width: 576px) { 
    .card-columns {
        column-count: 1;
    }
}
@media (min-width: 768px) { 
    .card-columns {
        column-count: 1;
    }
}
@media (min-width: 992px) { 
    .card-columns {
        column-count: 2;
    }
}
@media (min-width: 1200px) { 
    .card-columns {
        column-count: 3;
    }
}

/* TIMELINE */
.timeline{
    border-width: 1rem;
    border-style: solid;
    /*border-image: 
      linear-gradient(
        to bottom, 
        rgb(0, 174, 255), 
        rgba(255, 196, 0, 1)
      ) 1 100%;*/
    border-color: #00B8A9;
    border-right: none;
    border-top: none;
    border-bottom: none;
}
.timeline-evt{
    margin-right: 4rem;
    border-radius: 100%;
    position: relative;
    left: -2.5rem;
    top: 5rem;
}
.timeline-evt-sm{
    margin-right: 4rem;
    border-radius: 100%;
    position: relative;
    left: -2.5rem;
    top: 2.5rem;
}
.timeline-evt-year{
    position: absolute;
    left: -6rem;
    top: -4rem;
    font-size: 3rem;
    color: ghostwhite;
}
.timeline-evt-circle{
    max-width: 2rem;
    max-height: 2rem;
    padding: 2rem;
    border-radius: 100%;
    background: ghostwhite;
    position: absolute;
    left: 0px;
}
.timeline-evt-line{
    padding: 0.5rem;
    max-height: 0.5rem;
    width: 8rem;
    background:ghostwhite;
    position: absolute;
    left: 2rem;
    top: 1.5rem;
    z-index: -1;
}
.timeline-evt-alt{
    padding: 0.5rem;
    max-height: 0.5rem;
    width: 8rem;
    background:#00B8A9;
    position: absolute;
    left: 2rem;
    top: 1.5rem;
    z-index: -1;
}

.timeline-evt-grant{
    padding: 0.5rem;
    max-height: 0.5rem;
    width: 8rem;
    background:gold;
    position: absolute;
    left: 2rem;
    top: 1.5rem;
    z-index: -1;
}

/*HEAD*/
.navbar-brand{
    text-align:center;
    color: ghostwhite !important;
}
.navbar-custom{
    background-color: #2d4059;
    border-bottom: 3px solid !important;
    border-color: ghostwhite !important;
}
.socials{
    color: ghostwhite;
    font-size: 1rem;
    padding: 10px;
}
.socialsLrg{
    color: ghostwhite;
    font-size: 1.5rem;
    padding: 10px;
}
.socialsLrg:hover{
    text-decoration: none; 
    color: cadetblue;   
}
.socials:hover{
    text-decoration: none;    
    color: cadetblue;   
}
.dropdown-menu{
    background-color: #2b333b;

}

#title{
    margin-bottom: 0 !important;
    padding: 0;
}
.spacer-50{
    margin: 25px !important;
}
.spacer-50{
    margin: 50px !important;
}
.spacer-5{
    margin: 5px !important;
}
.icon-brand{
    width:200px;
}
.card-deck-space-top{
    margin-top: 50px !important;
}
.card-in-deck{
    margin: 2rem !important;
}
.card-columns{
    column-gap: 4rem !important;
}
.card-footer{
    height: 60px !important;
}

/*FOOT*/
.navbar-custom-foot{
    background-color: white;
    border-top: 1px solid !important;
    border-color: cadetblue !important;
}
.icon-footer{
    height: 40px;
}
.spacer-75{
        margin: 75px !important;
}
.spacer-150{
        margin: 150px !important;
}
.icon-promo{
    height:60px;
    border-radius: 5px;
}
.icon-projects{
    max-width:100%;
    max-height:60px;
    height: auto;
}
.icon-affiliations{ 
    max-width:150px;
    max-height: 150px;
    width: auto;
    height: auto;
}
.icon-lrg{
    height:100px;
}
.icon-sm{
    width: 80px;
    height: auto;
    float: right;
}
.icon-xs{
    width: auto;
    height: 45px;
    float: right;
}

/* Carousel icons */
.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E") !important;
}
   
.carousel-control-next-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E") !important;
}

/* Epicon gallery */
.epicon{
    height: 75px;
    width: 75px;
}
.epicon-div-gen4{
    background-color: #666;
    color: white;
}
.nav-link:hover{
    cursor: pointer !important;
}

/* Fancy gradient background (https://www.gradient-animator.com/)*/
.wavy {
    background: linear-gradient(136deg, #6c90f2, #24d6a5);
    background-size: 400% 400%;

    -webkit-animation: AnimationName 23s ease infinite;
    -moz-animation: AnimationName 23s ease infinite;
    animation: AnimationName 23s ease infinite;
}

@-webkit-keyframes AnimationName {
    0%{background-position:0% 50%}
    50%{background-position:100% 51%}
    100%{background-position:0% 50%}
}
@-moz-keyframes AnimationName {
    0%{background-position:0% 50%}
    50%{background-position:100% 51%}
    100%{background-position:0% 50%}
}
@keyframes AnimationName {
    0%{background-position:0% 50%}
    50%{background-position:100% 51%}
    100%{background-position:0% 50%}
}

/* Pulse animation (https://codepen.io/olam/pen/zcqea)*/ 
.btn-red {
    display: block;
    border-radius: 10px;
    background: #F05945;
    font-weight: 500;
    cursor: pointer;
    color: #F7F3E9;
    box-shadow: 0 0 0 #A3D2CA;
}
.pulse {
    animation: pulse 2s infinite;
  }
  .pulse:hover {
    animation: none;
  }
  
  @-webkit-keyframes pulse {
    0% {
      -webkit-box-shadow: 0 0 0 0 #A3D2CA;
    }
    70% {
        -webkit-box-shadow: 0 0 0 10px rgba(204,169,44, 0);
    }
    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(204,169,44, 0);
    }
  }
  @keyframes pulse {
    0% {
      -moz-box-shadow: 0 0 0 0 #A3D2CA;
      box-shadow: 0 0 0 0 #A3D2CA;
    }
    70% {
        -moz-box-shadow: 0 0 0 10px rgba(204,169,44, 0);
        box-shadow: 0 0 0 10px rgba(204,169,44, 0);
    }
    100% {
        -moz-box-shadow: 0 0 0 0 rgba(204,169,44, 0);
        box-shadow: 0 0 0 0 rgba(204,169,44, 0);
    }
  }