@font-face {
    font-family: 'Cera-Stencil';
    src: url('/themes/lafonderie/assets/pawtucket/fonts/Cera-Stencil-Medium.ttf') format('truetype'),
         url('/themes/lafonderie/assets/pawtucket/fonts/Cera-Stencil-Bold.ttf') format('truetype');
    font-weight: normal bold;
}

@font-face {
    font-family: 'Karla';
    src: url('/themes/lafonderie/assets/pawtucket/fonts/Karla-Regular.ttf') format('truetype'),
        url('/themes/lafonderie/assets/pawtucket/fonts/Karla-Bold.ttf') format('truetype');
    font-weight: normal bold;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: 'Cera-Stencil', 'Arial Narrow Bold', serif !important;
    color: #4a4a4a !important;
}

html, body {
    font-family: 'Karla', 'Arial', sans-serif !important;
    color: #4a4a4a !important;
}

a {
    color: #1E6D90 !important;
}

a:hover, a:focus {
    -webkit-text-stroke: 0.4px #1E6D90;
}

button, .btn {
    color: #ffffff !important;
    background-color: #1E6D90 !important;
    font-family: 'Karla', 'Arial', sans-serif !important;
}

button *, .btn * {
    color: #ffffff !important;
    font-family: 'Karla', 'Arial', sans-serif !important;
}

button a:hover, .btn a:hover,
button a:focus, .btn a:focus {
    -webkit-text-stroke: 0 !important;
}

button:hover, .btn:hover,
button:focus, .btn:focus {
    outline: 1.4px solid #1E6D90 !important;
    outline-offset: 1.4px !important;
}

button:hover *, .btn:hover *,
button:focus *, .btn:focus * {
    color: #ffffff !important;
}

p a,
address a {
    color: #cd2653 !important;
    text-decoration: none;
}

p a:hover, p a:focus,
address a:hover, address a:focus {
    color: #1E6D90 !important;
    text-decoration: none;
}

.glyphicon {
    font-family: 'Glyphicons Halflings' !important;
}

button.btn-search {
    background: none !important;
    outline: none !important;
    color: #1E6D90 !important;
}

button.btn-search * {
    color: #1E6D90 !important;
}

blockquote {
  border-color: #cd2653;
  border-style: solid;
  border-width: 0 0 0 0.2rem;
  color: inherit;
  font-size: 1em;
  margin: 4rem 0;
  padding: 0.5rem 0 0.5rem 2rem;
}

.front .jcarousel-control-next,
.front .jcarousel-control-prev {
    text-shadow: none !important;
    color: #1E6D9090 !important;
    -webkit-text-stroke: 2px #1E6D90;
}

.front_page_text {
    text-align: justify;
    line-height: 1.5;
    margin: 0 0 1em 0;
    font-size: 15px;
    color: #4a4a4a;
}

.front_page_text + img {
    margin-bottom: 1em;
    width: 100%;
}

/* FOOTER */

#footer {
    border-top: 1px solid #dee2e6;
    height: fit-content !important;
    padding: 2rem 0 1rem 0;
    font-family: 'Karla', 'Arial', sans-serif;
    color: #4a4a4a;
    transform: translate(0, 100%);
}

#footer .wrapper {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 1rem;
    display: flex;
    flex-wrap: wrap;
    gap: 2rem;
}

#footer .column-one {
    flex: 2;
    display: flex;
    flex-wrap: wrap;
    gap: 1.5rem;
    width: 100%;
}

#footer .column-two {
    flex: 1;
    display: flex;
    align-items: flex-start;
    width: 100%;
    gap: 1.5rem;
}

#footer .partner-logos,
#footer .social-links,
#footer .museum-info,
#footer .agenda-link {
    margin-bottom: 1rem;
}

#footer .museum-info {
    min-width: 50%;
}

#footer img.size-full {
    width: 100%;
    height: auto;
}

#footer .partner-logos img {
    width: auto;
    height: 60px;
    margin-right: 1rem;
}

#footer .social-links .content {
    display: flex;
    gap: 0.5rem;
}

#footer .social-links img {
    width: 30px;
    height: 30px;
    transition: opacity 0.3s ease;
}

#footer .social-links img:hover {
    opacity: 0.7;
}

#footer .museum-info .content {
    line-height: 1.6;
}

#footer .museum-info strong {
    color: #1E6D90;
}

#footer .agenda-link a {
    font-size: 1.2rem;
    font-weight: bold;
    color: #1E6D90 !important;
    text-decoration: none;
}

#footer .agenda-link a:hover {
    color: #cd2653 !important;
}

#footer small {
    display: block;
    text-align: start;
    margin-top: 1rem;
    padding-top: 1rem;
    text-indent: 1rem;
    border-top: 1px solid #dee2e6;
    color: #6c757d;
    font-size: 0.875rem;
}

#footer small a {
    color: #6c757d !important;
    text-decoration: none;
}

#footer small a:hover {
    color: #1E6D90 !important;
}

@media (max-width: 768px) {
    #footer .wrapper {
        flex-direction: column;
    }
    
    #footer .column-one,
    #footer .column-two {
        flex-wrap: wrap;
    }
    
    #footer .partner-logos img {
        max-width: 120px;
    }
}

/* MISC */

.jscroll-added .jscroll-loading {
    margin-left: 20px;
}