@font-face {
    font-family: 'Felt Tip Woman';
    src: url('../fonts/FeltTipWoman.eot');
    src: url('../fonts/FeltTipWoman.eot?#iefix') format('embedded-opentype'),
        url('../fonts/FeltTipWoman.woff2') format('woff2'),
        url('../fonts/FeltTipWoman.woff') format('woff'),
        url('../fonts/FeltTipWoman.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Proxima Nova Bold';
    src: url('../fonts/ProximaNova-Bold.eot');
    src: url('../fonts/ProximaNova-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/ProximaNova-Bold.woff2') format('woff2'),
        url('../fonts/ProximaNova-Bold.woff') format('woff'),
        url('../fonts/ProximaNova-Bold.svg#ProximaNova-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Proxima Nova Rg';
    src: url('../fonts/ProximaNova-Regular.eot');
    src: url('../fonts/ProximaNova-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/ProximaNova-Regular.woff2') format('woff2'),
        url('../fonts/ProximaNova-Regular.woff') format('woff'),
        url('../fonts/ProximaNova-Regular.svg#ProximaNova-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


.wrapper {
    position: relative;
    padding: 0;
}
h1, .h1 {
    font-family: 'Felt Tip Woman', arial, sans-serif;
    font-size: 3rem;
    line-height: 1.5rem;
    font-weight: 600;
}
h2, .h2 {
    font-family: 'Felt Tip Woman', arial, sans-serif;
    font-size: 2.5rem;
    line-height: 2rem;
    font-weight: 600;
}

.opages h2, .opages .h2 {
    font-size: 2rem;
    line-height: 2rem;
}


h3, .h3 {
    font-family: 'Felt Tip Woman', arial, sans-serif;
    font-size: 2.2rem;
    line-height: 1.5rem;
    font-weight: 600;
}

h4, .h4 {
    font-family: 'Felt Tip Woman', arial, sans-serif;
    font-weight: 600;
}

a {
    color: #000;
    text-decoration: none;
    background-color: transparent;
}

.navbar-light .navbar-nav .nav-link {
    font-family: 'Proxima Nova Rg', arial, sans-serif;
    font-size: 15px;
}

.navbar-light .navbar-nav .nav-link {
    color: rgba(0,0,0,1);
}
.navbar-expand-md .navbar-nav .nav-link {
    padding-right: 1rem;
    padding-left: 1rem;
}

.current_page_item {
    background: url('../img/menu-background.png');
    background-repeat: no-repeat;
    background-size: 100% 95%;
    }

    .nav-item:hover {
        background: url('../img/menu-background.png');
        background-repeat: no-repeat;
        background-size: 100% 95%;
        }


    .dropdown-menu {
        position: absolute;
        top: 100%;
        left: 0;
        z-index: 1000;
        display: none;
        float: left;
        min-width: 10rem;
        padding: .5rem 0;
        margin: .125rem 0 0;
        font-size: 1rem;
        color: #212529;
        text-align: center;
        list-style: none;
        background-color: rgb(255,255,255,0.8);
        background-clip: padding-box;
        border: 0;
        padding: 2%;
        border-radius: 0;
    }

    
    .dropdown-item.active, .dropdown-item:active, .dropdown-item.active, .dropdown-item:active, .dropdown-item:focus, .dropdown-item:hover {
        color: #000;
        text-decoration: none;
        background-color: #e6e7e8;
    }
    .dropdown-toggle::after {
        content: none;
    }

a:hover {
    color: #000;
    text-decoration: none;
    background-color: transparent;
}

.felt-tip {
    font-family: 'Felt Tip Woman', arial, sans-serif !important;
}

.proxima-reg {
    font-family: 'Proxima Nova Rg', arial, sans-serif !important;
}
.accordion-header {
    cursor: pointer;
}


.text-yellow {
    color: #facc4b !important;
}


.bg-primary {
    background-color: #facc4b!important;
}

.bg-secondary {
    background-color: #e6e7e8 !important;
  }

  .bg-tertiary {
      background-color: #fff !important;
    }

    :focus {
        outline: none;
    }

  .border-primary {
    border-color: #facc4b!important;
}

.slick-prev:before, .slick-next:before {
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;
    opacity: .75;
    color: #9d9fa2;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}


  .icon {
      max-width: 100px;
  }

  .icon-f {
    max-height: 20px;
   }

   .icon-spacer {
       width: 40px;
   }

  .btn-primary {
      
    font-family: 'Felt Tip Woman', arial, sans-serif;
    color: #FFF !important;
    background-color: #0071bc !important;
    border-color: #0071bc !important;
    font-size: 2rem;
    padding: 0rem 1.5rem;
}
.btn-primary:hover {
    color: #FFF;
    background-color: #0071bc;
    border-color: #0071bc;
}
.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle {
    color: #FFF !important;
    background-color: #0071bc !important;
    border-color: #0071bc !important;
}
.mxw-1 {
    max-width: 930px;
  }
  .mxw-2 {
    max-width: 850px;
  }
  .mxw-3 {
    max-width: 300px;
  }
  .mxw-4 {
    max-width: 600px;
  }
  .display-3 {
    font-size: 2.5rem;
    font-weight: 300;
    line-height: 1.2;
}
.display-4 {
    font-size: 1.5rem;
    font-weight: 300;
    line-height: 1.2;
}
.display-5 {
    font-size: 1.2rem;
    font-weight: 600;
    line-height: 1.2;
}
.felt-tip {
    font-family: 'Felt Tip Woman';
}

.page-section {
    padding: 4rem 0;
  }


#mainHeader, #facilities {
    position: relative;
}

.header-pattern-top {
    position: absolute;
    left:0;
    z-index: 10;
}
.header-pattern-bottom {
    position: absolute;
    right:0;
    bottom:-1px;
    z-index: 10;
}
.header-pattern-top-orange {
    position: absolute;
    left:0;
    top:-20px;
    z-index: 10;
}

.carousel-caption.top {
    position: absolute;
    right: auto;
    top: 40px;
    left: 5%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
}

.text-blue {
    color: #0070bd;
}

hr.divider {
    max-width: 8rem;
    background: url(../img/brush-stroke-yellow.png);
    background-repeat: no-repeat;
    background-size: contain;
    padding: 8px 0;
}

hr.primary {
    border-color: transparent;
}
hr.secondary {
    border-color: transparent;
    padding: 8px 4rem !important;
}




.carousel-caption {
    max-width: 600px;
}





.modal-xl {
    max-width: 100%;
}
.modal-xl {
    max-width: 100%;
}
.modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    display: none;
    width: 100%;
    overflow: hidden;
    outline: 0;
    background: rgba(0, 0, 0, 0.9);
}
.fade {
    transition: opacity 0.15s linear;
}
.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}

.modal-dialog {
    max-width: 100%;
    padding-top: 20px;
    margin: 1.75rem auto;
}

.modal.show .modal-dialog {
    transform: none;
}
.modal.fade .modal-dialog {
    transition: transform 0.3s ease-out;
    transform: translate(0, -50px);
}

.modal-content {
    background-color: #000;
    border-radius: 0;
}

button:not(:disabled), [type=button]:not(:disabled), [type=reset]:not(:disabled), [type=submit]:not(:disabled) {
    cursor: pointer;
}
button.close {
    position: fixed;
    right: 0;
    top: 20px;
    color: #FFF;
    background-color: #000;
    padding: 5px;
    opacity: 1;
}
button.close {
    padding: 0;
    background-color: transparent;
    border: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}


.social img {
    max-width: 20px;
}


.navbar-light .navbar-toggler {
    margin: auto;
}





/* On screens that are 992px or less, set the background color to blue */
@media screen and (max-width: 600px) {
    .text-right {
        text-align: center !important;
    }

    .navbar-dark .navbar-brand {
        color: #fff;
        margin: auto;
        text-align: center;
    } 

    .felt-tip {
        font-family: 'Felt Tip Woman';
        margin: auto !important;
    }
    .text-left {
        text-align: center!important;
    }
    .social {
        line-height: 10px;
        margin: auto;
    }

    .book-btn {
        margin: auto;
    }
    .nav-item:hover {
        background: none;
        background-repeat: no-repeat;
        background-size: contain;
    }

    .masonry-item {
        text-align: center;
    }
}

/**
 * Menu styles needed to make JS work
 */
 .dropdown:hover>.dropdown-menu {
    display: block;
    max-height: 400px;
    opacity: 1;
  }
  .dropdown>.dropdown-menu {
    margin: 0;
    transition: all 0.3s;
    max-height: 0;
    display: block;
    overflow: hidden;
    opacity: 0;
  }

  .fa-2xl {
    font-size: 3.5em;
    line-height: .03125em;
    vertical-align: -.1875em;
  }