body {
    font-family: "Noticia Text", serif;
    font-size: 19px;
    line-height: 34px;
}

body {
    margin: 10px;
    /* small margins on mobile */
    max-width: 850px;
    margin-left: auto;
    margin-right: auto;
    box-sizing: border-box;
}

img {
    margin: 10px;
}

.label {
    width: 20%;
}

img.logo {
    width: 48px;
    height: 48px;
    margin: 0;
    margin-right: 8px;
}

input[type="text"],
input[type="email"],
textarea {
/*    border: 1px solid grey;
    padding: 5px;
    */
    font-family: Noticia, sans-serif;
  
}

/* Container for the brand section */
.brand {
    line-height: 1.5rem;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    /* Allows wrapping on smaller screens */
    /*margin-bottom: 20px; /* Space between the brand and the quote */
}

.brand a {
    padding: 0;
    margin: 0;
}

.photo {
    width: 60%;
    /* Adjust width as necessary */
}

.small {
    padding: 0;
    margin: 0;
    width: 111px;
    /* Adjust width for smaller images */
    display: inline-block;
}

.caption {
    display: flex !important;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    font-size: 0.8rem;
    /* Adjust font size for better readability */
    color: #666;
    /* Adjust color as necessary */
    margin-top: 5px;
    /* Space between image and caption */

}

/* Style for the h1 within the brand section */
h1 {
    flex: 1;
    /* Takes remaining space */
    font-size: 4rem;
    /* Adjust font size for better readability */
    line-height: 1.2;
    /* Adjust line height for better spacing */
    margin: 0;
    font-weight: bold;
}

/* Style for the quote */
blockquote {
    line-height: 1.5rem;
    font-style: italic;
    font-size: 1rem;
    /* Adjust font size for better readability */
    color: #555;
    /* Adjust color as necessary */
    text-align: end;
    border-left: none !important;

}

.center {
    text-align: center;
    margin: auto;
    display: block;
}

video {
    display: block;
    margin: 0 auto;
}

.small {
    display: inline-block;
    /* Ensures alignment with text */
}

h2 {
    font-family: "Noticia Text", serif;
    font-size: 2.5em;
    line-height: 1.2;
}

a {
    color: black;
    text-decoration: underline;
}

/* Hover state */
a:hover {
    /*font-weight: bold;*/
    color: red;
    text-decoration: underline;
}

/* Visited state */
a:visited {
    color: grey;
    text-decoration: underline;
}

@media (max-width: 850px) {
    body {
        margin-left: 10px;
        margin-right: 10px;
    }
}

blockquote {
    border-left: 6px solid #ccc;
    padding-left: 20px;
}


.play-icon {
    width: 1.5rem;
    height: 1.5rem;
    margin-left: 2px;
    margin-right: 2px;
    padding: 0;
    vertical-align: top;
    display: inline-block;
}

.play-icon img {
    padding: 0px;
    margin: 0px;
    transition: filter 0.3s ease-in-out;
}

.play-icon:hover img {
    filter: invert(17%) sepia(90%) saturate(7451%) hue-rotate(359deg) brightness(101%) contrast(126%);
}

.hidden {
    display: none;
}

/* Font styles for Noticia Text */
.noticia-text-regular {
    font-family: "Noticia Text", serif;
    font-weight: 400;
    font-style: normal;
}

.noticia-text-bold {
    font-family: "Noticia Text", serif;
    font-weight: 700;
    font-style: normal;
}

.noticia-text-regular-italic {
    font-family: "Noticia Text", serif;
    font-weight: 400;
    font-style: italic;
}

.noticia-text-bold-italic {
    font-family: "Noticia Text", serif;
    font-weight: 700;
    font-style: italic;
}

#block-fetky-footer {
    font-style: italic;
    font-size: 12px;
    line-height: normal;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
    color: #666;
    font-family: "Noticia Text", serif;
    font-weight: 400;
    font-style: normal;
    border-top: 1px solid #ccc;
    padding-top: 10px;
}

#videoContainer {
     max-width: 100%;
}