

.about{
    background: #fff;
    /*z-index: 995;*/
}

.about .text{
    background: #fff;
    /*z-index: 995;*/
    margin-top: 50px;
}
.about  #bio .text p {    
    line-height: 17px;
    margin-bottom: 30px;
    color: #3c434e;
}
.about  #faq .text p {    
    color: #3c434e;
}
.about  #ref .text p {    
    color: #3c434e;
}
.nav-tabs {
    margin-left: 88px;
    border: 0 !important;
}
.nav-tabs .nav-item a.nav-link.active {
    color: #cc6464;
}
.nav-tabs .nav-item {
    margin-bottom: -1px;
    height: 75px;
    background: white;
    font-size: 24px;
    font-weight: 900;
    min-width: 70px;
    text-align: center;
}
.nav-tabs .nav-item a {
    height: auto;
    color: #000000;
    padding: 8px 15px 0 15px;
    margin: 0;
    font-size: 36px;
    font-family: 'HelveticaNeueLTPro-Hv';
}
.nav-tabs .no-border {
    border: none !important;
}
#container-ref{
    display: flex;
    min-height: 60vh;
    justify-content: center;
    max-width: 1200px;
    margin: auto;
}

#container-ref-left{
    flex: 1;
    font-size: 12px;
    color: #000000;
    line-height: 1.6;
    text-align: left;
    padding-right: 50px;
    padding-left: 50px;
    font-family: 'HelveticaNeueLTPro-Roman';
}
#container-ref-left h1{
    color: #cc6464;
    font-size: 24px;
    font-family: 'HelveticaNeueLTPro-Roman';
    margin-bottom: 0;
}
#container-ref-left h1 span{
    color: #cc6464;
    font-size: 24px;
    font-family: 'HelveticaNeueLTPro-Roman';
}
#container-ref-left p{    
    font-size: 17px;
    line-height: 22px;
    font-family: 'HelveticaNeueLTPro-Roman';
    font-weight: bold;
}
#container-ref-right h1{
    color: #cc6464;
    font-size: 24px;
    font-family: 'HelveticaNeueLTPro-Roman';
    margin-bottom: 20px;
}
#container-ref-right p{    
    font-size: 17px;
    font-family: 'HelveticaNeueLTPro-Roman';
    line-height: 22px;
}
#container-ref-right{
    flex:1;
    font-size: 17px;
    font-family: 'HelveticaNeueLTPro-Roman';
    color: #000000;
    text-transform: uppercase;
    z-index: 85;
    padding-left: 50px;
    padding-right: 50px;
}

header #main-menu #main-navigation .menu-main-menu-container ul li a:hover {
    color: #cc6464;
    text-decoration: none;
}
@media only screen and (max-width: 1440px) {
    #container-ref-left img{
        width: 92%;
    }
}
@media only screen and (max-width: 1300px) {
    #container-ref-left img{
        width: 100%;
    }
    #ref .text{
        width: 100%;
        left: 0;
    }
}
@media only screen and (max-width: 1025px) {
    #container-ref-right, #container-ref-left {
        /*font-size: 1rem;*/
    }
    #container-ref-right h1, #container-ref-left h1 {
        /*font-size: 1.7rem;*/
    }
}
@media only screen and (max-width: 900px) {
    #container-ref-right h1, #container-ref-left h1 {
        /*font-size: 1.7rem;*/
    }
}

@media only screen and (max-width: 826px) {
    #container-ref-right, #container-ref-left {
        /*font-size: .9rem;*/
    }
    #container-ref-right h1, #container-ref-left h1 {
        /*font-size: 1.6rem;*/
    }
}
@media only screen and (max-width: 680px) {
    #container-ref {
        flex-direction: column;
    }    
    
    #container-ref-right, #container-ref-left {
        padding: 0;
    }

    #container-ref-right, #container-ref-left {
        text-align: center;
        /*font-size: 1rem;*/
    }

    #container-ref-right h1, #container-ref-left h1{
        /*font-size: 1.7rem;*/
    }
}
