.peh-main-colour-text{
    color: #545887;
}

.peh-main-colour-bg{
    background-color: #545887;
}

.peh-button-main{
    background-color: #5B33A5;
    color: white;
    border: solid 2px #5B33A5;
}

.btn-outline-primary, .btn-outline-primary:visited{
    border: solid 2px #5B33A5;
    color: #5B33A5;
    background-color: white;
}

.btn-outline-primary:hover, .btn-outline-primary:active, .btn-outline-primary:focus{
    background-color: #6644a5;
    color: white;
    border: solid 2px #5B33A5;
}

.btn-primary, .btn-primary:visited{
    background-color: #5B33A5;
    color: white;
    border: solid 2px #5B33A5;
}

.btn-primary:hover, .btn-primary:active, .btn-primary:focus{
    background-color: #6644a5;
    color: white;
    border: solid 2px #5B33A5;
}

.btn-white{
    background-color: white;
    color: #545887;
}

.peh-color-lavender-dark-text{
    color: #BBA6E0;
}

.peh-color-lavender-light-text{
    color: #E5DDF5;
}

.peh-color-sage-light-text{
    color: #D1DFD0;
}

.peh-color-charcoal-text{
    color: #353642;
}

.peh-color-lavender-dark-bg{
    background-color: #BBA6E0;
}

.peh-color-lavender-light-bg{
    background-color: #E5DDF5;
}

.peh-color-sage-light-bg{
    background-color: #D1DFD0;
}

.peh-color-charcoal-bg{
    background-color: #353642;
}


#nav-upper{
    min-height: 80px;
}

#nav-main{
    min-height: 120px;
}

#logo-nav{
    height: 50px;
    width: 180px;
}

.peh-shadow-bottom{
    -webkit-box-shadow: 0px 10px 10px -5px rgba(0,0,0,0.25);
    -moz-box-shadow: 0px 10px 10px -5px rgba(0,0,0,0.25);
    box-shadow: 0px 10px 10px -5px rgba(0,0,0,0.25);
}

.peh-section-white{
    background-color: white;
/*    -webkit-box-shadow: 0px -10px 10px -5px rgba(0,0,0,0.25);
    -moz-box-shadow: 0px -10px 10px -5px rgba(0,0,0,0.25);
    box-shadow: 0px -10px 10px -5px rgba(0,0,0,0.25);*/
    margin-bottom: 1rem;
    padding: 1rem 0 1rem 0;
}

.peh-section-white-shadow-top{
    background-color: white;
    -webkit-box-shadow: 0px -10px 10px -5px rgba(0,0,0,0.25);
    -moz-box-shadow: 0px -10px 10px -5px rgba(0,0,0,0.25);
    box-shadow: 0px -10px 10px -5px rgba(0,0,0,0.25);

}

.peh-section-white-shadow-bottom{
    background-color: white;
    -webkit-box-shadow: 0px 10px 10px -5px rgba(0,0,0,0.25);
    -moz-box-shadow: 0px 10px 10px -5px rgba(0,0,0,0.25);
    box-shadow: 0px 10px 10px -5px rgba(0,0,0,0.25);
    margin-bottom: 1rem;
    padding: 0 0 1rem 0;
}

.peh-section-grey{
    background-color: #F3F3F3;
    padding: 1rem 0 1rem 0;
    margin-bottom: 1rem;
    -webkit-box-shadow: 0px -10px 10px -5px rgba(0,0,0,0.25);
    -moz-box-shadow: 0px -10px 10px -5px rgba(0,0,0,0.25);
    box-shadow: 0px -10px 10px -5px rgba(0,0,0,0.25);
}

.peh-section-sage{
    background-color: #D1DFD0;
    padding: 1rem 0 1rem 0;

}

.peh-section-purple{
    background-color: #545887;
    padding: 3rem 0 3rem 0;
    margin-bottom: 1rem;
}

.peh-shadow-hr-divider{
    padding: 5px 0 5px 0;
    width: 100%;
    height: 1px;
    color: transparent;
    -webkit-box-shadow: 0px 10px 10px -5px rgba(0,0,0,0.25);
    -moz-box-shadow: 0px 10px 10px -5px rgba(0,0,0,0.25);
    box-shadow: 0px 10px 10px -5px rgba(0,0,0,0.25);
}

#nav-main .nav-item{
    margin-left: 1.5rem;
}

body{
    font-family: Inter, sans-serif;
}

.peh-intro-title{
    font-size: 2.4rem;
    font-weight: bold;
    margin: 1rem 0 1rem 0;
}

.peh-intro-text{
    font-size: 1.4rem;
    margin: 1rem 0 1rem 0;
}

.peh-intro-button{
    margin: 0 0 1rem 0;
    width: 100%;
}

.peh-info-element{
    padding: 2rem;
}

.peh-info-element-title{
    min-height: 2.4rem;
    vertical-align: top;
    font-weight: bold;
}

.peh-physio-finder-text{
    background-color: #E5DDF5;
    padding: 2rem;
}


@media (min-width: 1200px) {
    .peh-physio-finder-text{
        padding: 9rem;
    }

}


.peh-statistics{
    color: white;
    text-align: center;
}

.peh-statistics h1{
    font-size: 4rem;
}

.peh-statistics p{
    font-size: 1.2rem;
}

.card{
    -webkit-box-shadow: 3px 3px 10px 2px rgba(0,0,0,0.25);
    -moz-box-shadow: 3px 3px 10px 2px rgba(0,0,0,0.25);
    box-shadow: 3px 3px 10px 2px rgba(0,0,0,0.25);
    border: none;
    margin: 2rem 0 2rem 0;
}

.peh-team-member .img-wrapper {
    max-width: 100%;
    height: 270px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.peh-team-member img {
    max-height: 100%;
}
@media (max-width: 767px) {
    .peh-team-member .img-wrapper {
        height: 270px;
    }
}

.peh-team-member{
    position: relative;
    height: 400px;
}

.peh-team-member-info{
    position: absolute;
    bottom: 0;
    height: 160px;
    background-color: #F3F3F3;
    padding: 20px;
    width: 100%;
}

.peh-team-member-info p{
    font-size: 0.8rem;
}

.peh-team-member-social-icons{
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: flex;

}

.peh-team-member-social-icons li{
    margin-right: 10px;
}

.slider-container {
    padding: 2rem 3rem;
    margin: 2rem auto 0 auto;
    overflow: hidden;
    border-radius: 5px;
    position:relative;
}

.controls {
    margin: 0;
    padding: 0;
    list-style: none;
    position: absolute;
    left: 0;
    width: 100%;
    top: 50%;
    transform: translatey(-50%);
    display: flex;
    align-items: center;
    justify-content: space-between;
    &:focus {
        outline: none;
    }

    li:hover {
        cursor: pointer;
    }
}

.tns-nav {
    text-align: center;
    margin: 10px 0 6rem 0;
}

.tns-nav > [aria-controls] {
    width: 9px;
    height: 9px;
    padding: 0;
    margin: 0 5px;
    border-radius: 50%;
    background: #D1DFD0;
    border: solid 1px #43813E;
}

.tns-nav > .tns-nav-active {
    background: #43813E;
}

.peh-testimonial-item{
    text-align: center;
}

.peh-testimonial-item-container{
    margin: 6rem 8rem 10px 8rem;
}

.peh-testimonial-item-container p{
    font-size: 1.2rem;
    font-style: italic;
}

.peh-testimonial-item-container h4{
    font-size: 1.4rem;
    font-weight: bold;
}

footer{
    background-color: #545887;
    padding: 2rem 0 2rem 0;
}

footer ul{
    list-style: none;
}

footer li{
    margin-bottom: 1rem;
}

footer li a{
    color: white;
    text-decoration: none;
}

#peh-footer-bsfe-logo{
    width: 300px;
    margin-top: 1rem;
}

.peh-promotion-card{
    max-width: 550px;
}

.peh-languages-list .dropdown-item{
    filter: grayscale(100%);

}

.peh-language-selector-flag{
    width: 16px;
}

.peh-languages-list .dropdown-item:hover{
    filter: grayscale(0%);

}

.peh-team-link{
    color: black;
}