h1{
    /* color: #00D7FF !important; */
    color: #147587;
}
.contactUsP{ 
    display: block;
    margin: 0;
    text-align: center;
}

.font-itialic{
    font-weight: 500;
}

.container-workout {
    margin-bottom:25px;
    /* @media (min-width:768px) {
        min-height:473px;
    }
    @media (min-width:1900px) {
        min-height:540px;
    } */
}

.button-link{
    border-top: none;
    border-right: none;
    border-left: none;
    border-bottom: 3px solid white;
    font-family: "Montserrat","Helvetica Neue",Helvetica,Arial,sans-serif;
}

.button-link:active{
    text-decoration: underline;
}

.oddButtons .btn-outline-primary {
    color: black;
}

.oddButtons .btn-outline-primary:hover{
    color: black;
    background-color: white;
    border-bottom: 3px solid #147587;
    border-radius: 0;
}

.oddButtons .btn-outline-primary.focus, .oddButtons .btn-outline-primary:focus{
    box-shadow: none;
    border-bottom: 3px solid #147587;
    border-radius: 0;
}

.commonBlue{
    color: #147587;
    font-weight: bold;
}

.fade-out {
    animation: fadeout 1s linear;
}

.videoScreen{
    display: block;
    margin: auto;
    max-width: 900px;
}

ul {
    list-style-type: none;
  }
  
ul > li:before {
/* content: "–"; en dash */
margin-right: .2em;
}

.minusUl{
    margin-left: -2.5em;
}

.circleCheck{
    margin: auto;
    background-color: #147587;
    border-radius: 50%;
    color: white;
    text-align: center;
    width: 28px;
    font-size: 18px;
}

.circleGrey{
    margin: auto;
    background-color: rgba(0, 0, 0, 0.1);
    border-radius: 50%;
    color: rgba(0, 0, 0, 0);
    text-align: center;
    width: 28px;
    font-size: 18px;
}

.table{
    margin-left: 20%;
}

td{
    width: 15em;
    font-style: italic;
    border: none;
}

.spaced{
    width: 8em !important;
}

.greyed{
    background: rgba(229, 229, 229, 0.4);
}

th{
    border: none;
    border-bottom: 2px solid black;
}