.primaryAndSecondaryContainer {
    padding-bottom: 0px !important;
    }


/******** HOME PAGE **************/

/* Navigation */
#navTopLevel li:last-of-type a {
    padding-left: 17px;
    padding-right: 17px;
    padding-top: 8px;
    padding-bottom: 8px;
    background: rgba(0, 0, 0, 0);
    color: #0f6fff;
    border-radius: 4px;
    border: 2px solid #0f6fff;
    }
    
#navTopLevel li:last-of-type a:hover {
    background: #0f6fff;
    border: 2px solid rgba(0, 0, 0, 0);
    color: #ffffff;
    }
    
.navContainer {
    position: fixed;
    background-color: rgba(255,255,255,0);
    -webkit-transition: background-color, .3s, ease;
    -moz-transition: background-color, .3s, ease;
    transition: background-color, .3s, ease;
}
/* class applied on scroll past first module */
.navContainer.scrollBackground{
    background-color: rgba(255,255,255,1);
    border-bottom: 2px solid #d6b549;
    -webkit-transition: background-color, .3s, ease;
    -moz-transition: background-color, .3s, ease;
    transition: background-color, .3s, ease;
}
/* on mobile - get rid of margin above logo */

@media only screen and (max-width: 767px) { 
.headerContainer {
    padding-top: 60px;
    padding-bottom: 10px !important;
    }
}


/* Our approach - images round */
.block_d9cb55b71fe242cb9627712f0852622d img{
    border-radius: 50%;
    width: 400px;
    }
    
@media only screen and (max-width: 568px) {
.block_d9cb55b71fe242cb9627712f0852622d img {
    border-radius: 50%;
    width: 300px;
    }
    }
    
/* Coaching programs images round */    
    
.block_a4bce8fe40b4488eb5b39c13d7ae5a41 img {
    border-radius: 50%;
    width: 400px;
    }
    
@media only screen and (max-width: 568px) {
.block_a4bce8fe40b4488eb5b39c13d7ae5a41 img {
    border-radius: 50%;
    width: 300px;
    }
    }
    
/* Recent Posts heading type size */

.block_bb924d5dd85542eb95ab8be6db37f903 .categoryHeader {
    font-size: 26px;
    }
    
.socialContent p {
    font-size: 14px;
    }
    
.socialActions li {
    font-size: 14px !important;
    }
    
.socialActions a {
    color: #3485fe !important; 
    }
    
.socialActions a:hover {
    color: #fff !important;
    }
    
.socialMeta a {
    color: #3485fe; 
    }
    
.socialMeta a:hover {
    color: #fff;
    }

.footerInner a {
    color: #0f6fff !important;
    }
    
.footerInner a:hover {
    color: #08377c !important;
    }
    
.footerContent a {
    color: #0f6fff !important;
    }
    
.footerContent a:hover {
    color: #08377c !important;
    }
    
/********* ABOUT PAGE ************/

.block_e2f9580e8ea944fe9dec383870ab2977 img {
    border-radius: 50%;
    width: 500px;
    }
    
@media only screen and (max-width: 568px) {
.block_e2f9580e8ea944fe9dec383870ab2977 img {
    border-radius: 50%;
    width: 300px;
    }
    }
    