#page-menu {
    background-color: white;
}



.double-section-header {
    font-size: 36px; font-family: unica-reg; 
    display: inline-block; 
    padding-right: 25px;
    color: #0a3869;
    margin-bottom: 25px;
}

.border-bottom-teal {
    border-bottom: 5px solid #00cccc; 
}

.border-bottom-green {
    border-bottom: 5px solid #20bf55;
}

.border-bottom-grey {
    border-bottom: 5px solid #bcc6cc;
}

.nomargin-bottom {
    margin-bottom: 0px;
}




.double-section-text {
    font-family: catamaran-reg; 
    font-size: 18px;
    margin-bottom: 60px;
}


.swimming-btn { background-color: #5adbff; }

.outdoor-btn { background-color: #20bf55; }
.indoor-btn { background-color: #bcc6cc; }


.carousel-prev {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 15%;
    outline: none;
    height: 350px;
}


.carousel-prev img {
    position: absolute;
    top: 40%;
    right: 50%;
    z-index: 5;
    display: inline-block;
    font-size: 140px;
}


.carousel-next {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    outline: none;
    width: 15%;
    height: 350px;
}

.carousel-next img {
    position: absolute;
    top: 40%;
    left: 50%;
    z-index: 5;
    display: inline-block;
    font-size: 140px;
}


.img-descrip .col-md-6 img{ width: 100%; }









