h1, h2, h3, h4, h5, h6, h1 div, h2 div, h3 div, h4 div, h5 div, h6 div {
    font-family: 'Montserrat', sans-serif;
}
p, span, label, a, button, strong, div, em {
    font-family: 'Encode Sans Expanded', sans-serif;
}


#mainMenu {
    background: rgba(255,255,255,0.8);
    border: none;
    word-break: break-word;
}

.menuItemLi {
    padding-left: 3px;
    padding-right: 3px;
    padding-top: 5px;
}

.menuItemA {
    font-size: 15px;
    cursor: pointer;
    transition: color 0.6s ease 0s;
}

#navigationBar {
    overflow-y: hidden;
    max-height: none;
}

#menuItems a:hover {
    color: rgb(185,38,0);
}

#menuItems .active {
    color: rgb(185,38,0);
}

#menuTitle {
    letter-spacing: 2px;
    text-transform: uppercase;
    font-size: 20px;
    transition: color 0.6s ease 0s;
    color: black;
    margin: 10px 0;
    line-height: 1.5;
}

#menuTitle:hover {
    color: rgb(185,38,0);
}

.menuButton {
    background: rgb(185,38,0);
    color: white;
}

.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
    background: rgb(185,38,0);
        color: white;
}

@media only screen and (min-device-width : 800px) {
    .navbar-toggle {
        margin-top: 15px;
    }
    
    .menuItemLi {
        padding-top: 0;
    }
}

@media only screen and (min-device-width : 768px) {
    .navbar-nav>li>a {
        padding-top: 30px;
    }
}

@media only screen and (max-device-width : 768px) {
    .menuButton {
        margin-top: 15px;
    }
}




#headerContent {
    color: white;
    text-align: left;
    overflow: hidden;
    word-break: break-word;
}   

.headerShadow {
    text-shadow: 1px 1px 1px black;
}

#iconWrap {
    text-align: center;
}

.headerIcon {
    margin-top: 48px;
    font-size: 80px;
    animation: flipIcon 2s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

#headerTitle {
    font-size: 102px;
    text-transform: uppercase;
    animation: flipTitle 2s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

#headerSubtitle {
    font-size: 25px;
    margin-top: 32px;
    font-style: italic;
    animation: flipTitle 2s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

@keyframes flipTitle {
    from {
        transform: rotateX(0deg);
        -webkit-transform: rotateX(0deg);
    }
    
    to {
        transform: rotateX(720deg);
        -webkit-transform: rotateX(720deg);
    }
}

@keyframes flipIcon {
    from {
        transform: rotateY(0deg);
        -webkit-transform: rotateY(0deg);
    }
    
    to {
        transform: rotateY(720deg);
        -webkit-transform: rotateY(720deg);
    }
}

header .customTitle {
    font-size: 30px;
    display: block;
}

header .customParagraph {
    font-size: 18px;
    display: block;
}

header .customLink,
header .customLink a {
    color: white;
    font-size: 20px;
    display: block;
    width: 100%;
}

header .customLink:hover {
    opacity: 0.5;
    text-decoration: none;
}

header .customIcon {
    font-size: 40px;
}

header .customTitle,
header .customParagraph,
header .customLink,
header .customIcon {
    margin: 10px 0;
    text-shadow: 1px 1px 1px black;
}

header .customButton,
header .customImage,
header .customEmbed {
    margin: 10px 0;
}

header #iconWrap .customTitle,
header #iconWrap .customParagraph,
header #iconWrap .customLink,
header #iconWrap .customIcon,
header #iconWrap .customButton,
header #iconWrap .customImage,
header #iconWrap .customEmbed {
    margin: 10px 0 0;
    animation: flipIcon 2s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

header #headerTitleWrap .customTitle,
header #headerTitleWrap .customParagraph,
header #headerTitleWrap .customLink,
header #headerTitleWrap .customIcon,
header #headerTitleWrap .customButton,
header #headerTitleWrap .customImage,
header #headerTitleWrap .customEmbed {
    margin: 0;
    animation: flipTitle 2s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

header #headerSubtitleWrap .customTitle,
header #headerSubtitleWrap .customParagraph,
header #headerSubtitleWrap .customLink,
header #headerSubtitleWrap .customIcon,
header #headerSubtitleWrap .customButton,
header #headerSubtitleWrap .customImage,
header #headerSubtitleWrap .customEmbed {
    margin: 10px 0 0;
    animation: flipTitle 2s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

@media only screen and (max-width : 767px) {
    
    #headerContent {
        text-align: center;
    }

    #headerTitle {
        font-size: 55px;
    }

    header .customTitle {
        font-size: 25px;
    }

    header .customParagraph {
        font-size: 16px;
    }

    header .customLink a {
        font-size: 18px;
    }

    header .customImage {
        padding: 0 15px;
    }
}
@media only screen and (max-width: 767px) {#headerTitle {font-size: 19px;}}




#headerContent {
    color: white;
    text-align: left;
    overflow: hidden;
    word-break: break-word;
}   

.headerShadow {
    text-shadow: 1px 1px 1px black;
}

#iconWrap {
    text-align: center;
}

.headerIcon {
    margin-top: 48px;
    font-size: 80px;
    animation: flipIcon 2s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

#headerTitle {
    font-size: 102px;
    text-transform: uppercase;
    animation: flipTitle 2s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

#headerSubtitle {
    font-size: 25px;
    margin-top: 32px;
    font-style: italic;
    animation: flipTitle 2s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

@keyframes flipTitle {
    from {
        transform: rotateX(0deg);
        -webkit-transform: rotateX(0deg);
    }
    
    to {
        transform: rotateX(720deg);
        -webkit-transform: rotateX(720deg);
    }
}

@keyframes flipIcon {
    from {
        transform: rotateY(0deg);
        -webkit-transform: rotateY(0deg);
    }
    
    to {
        transform: rotateY(720deg);
        -webkit-transform: rotateY(720deg);
    }
}

header .customTitle {
    font-size: 30px;
    display: block;
}

header .customParagraph {
    font-size: 18px;
    display: block;
}

header .customLink,
header .customLink a {
    color: white;
    font-size: 20px;
    display: block;
    width: 100%;
}

header .customLink:hover {
    opacity: 0.5;
    text-decoration: none;
}

header .customIcon {
    font-size: 40px;
}

header .customTitle,
header .customParagraph,
header .customLink,
header .customIcon {
    margin: 10px 0;
    text-shadow: 1px 1px 1px black;
}

header .customButton,
header .customImage,
header .customEmbed {
    margin: 10px 0;
}

header #iconWrap .customTitle,
header #iconWrap .customParagraph,
header #iconWrap .customLink,
header #iconWrap .customIcon,
header #iconWrap .customButton,
header #iconWrap .customImage,
header #iconWrap .customEmbed {
    margin: 10px 0 0;
    animation: flipIcon 2s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

header #headerTitleWrap .customTitle,
header #headerTitleWrap .customParagraph,
header #headerTitleWrap .customLink,
header #headerTitleWrap .customIcon,
header #headerTitleWrap .customButton,
header #headerTitleWrap .customImage,
header #headerTitleWrap .customEmbed {
    margin: 0;
    animation: flipTitle 2s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

header #headerSubtitleWrap .customTitle,
header #headerSubtitleWrap .customParagraph,
header #headerSubtitleWrap .customLink,
header #headerSubtitleWrap .customIcon,
header #headerSubtitleWrap .customButton,
header #headerSubtitleWrap .customImage,
header #headerSubtitleWrap .customEmbed {
    margin: 10px 0 0;
    animation: flipTitle 2s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

@media only screen and (max-width : 767px) {
    
    #headerContent {
        text-align: center;
    }

    #headerTitle {
        font-size: 55px;
    }

    header .customTitle {
        font-size: 25px;
    }

    header .customParagraph {
        font-size: 16px;
    }

    header .customLink a {
        font-size: 18px;
    }

    header .customImage {
        padding: 0 15px;
    }
}
@media only screen and (max-width: 767px) {#headerTitle {font-size: 19px;}}


#about {
    color: black;
}

#about .aboutImageBg {
    color: white;
}

#aboutContent {
    text-align: center;
    overflow: hidden;
}

#aboutBox {
    padding: 36px 54px 54px;
    background-color: white;
}

#about .aboutImageBg #aboutBox {
    background: rgba(255,255,255,0.2);
}

#aboutTitle {
    font-size: 36px;
    text-transform: uppercase;
}

#aboutHr {
    border: 2px solid rgb(185,38,0);
    width: 33px;
    margin: 22px auto;
}

#about .aboutImageBg #aboutHr {
    border-color: white;
}

.aboutParagraph {
    line-height: 1.6;
    font-size: 15px;
}

#aboutParagraph1Wrap {
    margin-bottom: 20px;
}

#about .customTitle {
    font-size: 36px;
    display: block;
}

#about .customParagraph {
    line-height: 1.6;
    font-size: 15px;
    display: block;
}

#about .customLink {
    color: black;
    font-size: 18px;
    display: block;
    width: 100%;
}

#about .aboutImageBg .customLink {
    color: white;
}

#about .customLink:hover {
    opacity: 0.5;
    text-decoration: none;
}

#about .customIcon {
    font-size: 36px;
}

#about .customTitle,
#about .customParagraph,
#about .customLink,
#about .customIcon,
#about .customButton,
#about .customImage,
#about .customEmbed {
    margin: 10px 0;
}

@media only screen and (max-width : 800px) {

    #aboutTitle {
        font-size: 30px;
    }

    #aboutBox {
        padding-left: 12px;
        padding-right: 12px;
        margin-right: 24px;
        margin-left: 24px;
    }

    #about .customTitle {
        font-size: 30px;
    }

    #about #aboutHrWrap .customTitle,
    #about #aboutHrWrap .customParagraph,
    #about #aboutHrWrap .customLink,
    #about #aboutHrWrap .customIcon,
    #about #aboutHrWrap .customButton,
    #about #aboutHrWrap .customImage,
    #about #aboutHrWrap .customEmbed {
        margin-bottom: 20px;
    }
}

#aboutContainer {
    background: rgb(255,255,255);
}

#features {
    color: black;
}

#features .featuresImageBg {
    color: white;
}

#featuresTop {
    text-align: center;
}

#featuresTitle {
    font-size: 45px;
    letter-spacing: 0.09em;
}

#featuresParagraph {
    font-size: 16px;
    letter-spacing: 0.08em;
    margin: 45px 0 20px;
}

.features2, 
.featuresIconRow {
    display: flex;
}

.features2 {
    margin: 0;
}

.featuresTemplate {
    margin: 40px 5px 0;
    text-align: center;
}

.featuresIcons {
    background-color: rgba(185,38,0,0.6);
    border-radius: 5px;
    padding: 5px;
}

#features .featuresImageBg .featuresIcons {
    color: white;
    background-color: transparent;
}

.featuresIcon {
    color: white;
    font-size: 55px;
}

.featuresHeader {
    font-size: 20px;
    margin: 0 0 10px;
}

.featuresText {
    font-size: 12px;
}

#features .customTitle {
    font-size: 45px;
    letter-spacing: 0.09em;
    display: block;
}

#features #featuresRowContainer .customTitle {
    font-size: 20px;
    letter-spacing: normal;
}

#features .customParagraph {
    font-size: 16px;
    display: block;
}

#features #featuresRowContainer .customParagraph {
    font-size: 12px;
}

#features .customLink {
    color: black;
    font-size: 18px;
    display: block;
    width: 100%;
}

#features #featuresRowContainer .customLink {
    font-size: 14px;
}

#features .featuresImageBg .customLink {
    color: white;
}

#features .customLink:hover {
    opacity: 0.6;
    text-decoration: none;
}

#features .customIcon {
    font-size: 30px;
}

#features .customTitle,
#features .customParagraph,
#features .customLink,
#features .customIcon, 
#features .customButton,
#features .customImage,
#features .customEmbed {
    margin: 10px 0;
}

#features #featuresTitleWrap .customTitle,
#features #featuresTitleWrap .customParagraph,
#features #featuresTitleWrap .customLink,
#features #featuresTitleWrap .customIcon, 
#features #featuresTitleWrap .customButton,
#features #featuresTitleWrap .customImage,
#features #featuresTitleWrap .customEmbed {
    margin: 20px 0 0;
}

#features #featuresRowContainer .featuresIcons .customTitle,
#features #featuresRowContainer .featuresIcons .customParagraph,
#features #featuresRowContainer .featuresIcons .customIcon,
#features #featuresRowContainer .featuresIcons .customLink {
    color: white;
}

@media only screen and (max-width : 1050px) {
    
    .featuresIcon {
        font-size: 45px;
    }
}

@media only screen and (max-width : 800px) {

    .featuresTemplate {
        margin-top: 40px;
    }

    .featuresHeader {
        font-size: 22px;
        margin-bottom: 8px;
    }

    #features #featuresRowContainer .customTitle {
        font-size: 22px;
    }
}

@media only screen and (max-width : 767px) {

    #featuresTop {
        text-align: center;
    }

    #featuresTitle {
        font-size: 36px;
    }

    .features2 {
        display: grid;
    }

    #featuresParagraphWrap {
        margin-bottom: 60px;
    }

    .featuresTemplate {
        margin: 30px 0 0;
    }

    .featuresHeader {
        font-size: 20px;
    }

    #features .customTitle {
        font-size: 36px;
    }

    #features #featuresRowContainer .customTitle {
        font-size: 20px;
    }

    #features .featuresIcons .customTitle,
    #features .featuresIcons .customParagraph,
    #features .featuresIcons .customLink,
    #features .featuresIcons .customIcon, 
    #features .featuresIcons .customButton,
    #features .featuresIcons .customImage,
    #features .featuresIcons .customEmbed {
        margin: 5px 0 0;
    }
}

#featuresContainer {
    background: url('/img/Y7ZeI-1suzU-gJxma-ZemUW-MTL19.jpeg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}

#gallery {
    color: black;
}

#gallery .galleryImageBg {
    color: white;
}

#galleryContent {
    padding-bottom: 160px;
}

#galleryContent {
    word-wrap: break-word;
    text-align: center;
}

#galleryTitle {
    margin: 0 0 40px;
    font-size: 50px;
    letter-spacing: .075em;
}

.categoryButtonContainer {
    display: inline-block;
    margin-bottom: 25px;
}

.categoryButton {
    font-size: 15px;
    color: black;
    padding: 6px 32px;
    cursor: pointer;
    background-color: white;
    border: 2px solid white;
    border-radius: 5px;
    margin: 5px;
    transition: 0.4s;
    text-decoration: none;
    display: inline-block;
}

.categoryButton:hover,
.categoryButton:focus,
.categoryButtonSelected {
    color: black;
    border: 2px solid black;
    background-color: white;
    text-decoration: none;
}

#gallery .galleryImageBg .categoryButton {
    color: white;
    border-color: white;
    background-color: transparent;
}

#gallery .galleryImageBg .categoryButton:hover,
#gallery .galleryImageBg .categoryButton:focus,
#gallery .galleryImageBg .categoryButtonSelected {
    color: white;
    border: 2px solid white;
    background-color: rgb(185,38,0);
}

.galleryMainRow {
    display: block;
    margin-top: 40px;
}

.categoryFilter {
    padding: 1px;
}

.galleryImage a {
    border: 2px solid black;
    border-radius: 5px;
    cursor: pointer;
}

.galleryImage a:hover {
    box-shadow: 0 0 10px 1px;
}

#gallery .galleryImageBg .galleryImage a {
    border-color: white
}

.fancybox {
    padding: 0;
}

.galleryImages {
    height: 300px;
    width: 100%;
    object-fit: cover;
    display: block;
}

#fancybox-title {
    margin-left: 0 !important;
    padding: 0 !important;
    background: white;
}

#fancybox-title-over {
    font-size: 22px;
    text-align: center;
    color: black;
}

#fancybox-content {
    border: none;
    background: white;
}

#fancybox-close {
    right: -35px;
}

#fancybox-right {
    right: -20px;
}

#fancybox-bg-nw,
#fancybox-bg-ne,
#fancybox-bg-sw,
#fancybox-bg-se {
    display: none;
}

/* * * * * * * * * */

#gallery .customTitle {
    font-size: 40px;
    letter-spacing: .075em;
    display: block;
}

#gallery .customParagraph {
    font-size: 18px;
    display: block;
}

#gallery .customLink {
    color: black;
    font-size: 18px;
    display: block;
    width: 100%;
}

#gallery .galleryImageBg .customLink{
    color: white;
}

#gallery .customLink:hover {
    opacity: 0.6;
    text-decoration: none;
}

#gallery .customIcon {
    font-size: 36px;
}

#gallery .customTitle,
#gallery .customParagraph,
#gallery .customLink,
#gallery .customIcon, 
#gallery .customButton, 
#gallery .customImage,
#gallery .customEmbed {
    margin: 10px 0;
}

#gallery #categoryButtonContainer .customTitle,
#gallery #categoryButtonContainer .customParagraph,
#gallery #categoryButtonContainer .customLink,
#gallery #categoryButtonContainer .customIcon, 
#gallery #categoryButtonContainer .customButton, 
#gallery #categoryButtonContainer .customImage,
#gallery #categoryButtonContainer .customEmbed {
    margin: 10px 0 30px;
}

@media only screen and (max-width : 1050px) {

    .galleryImages {
        height: 250px;
    }

    .categoryButton {
        padding: 6px 20px;
    }

    .galleryOverlay {
        display: none;
    }

    #fancybox-left, #fancybox-right {
        display: block !important;
    }
}

@media only screen and (max-width : 800px) {

    .galleryImages {
        height: 200px;
    }
}
                
@media only screen and (max-width : 767px) {

    #galleryTitle {
        font-size: 40px;
        margin-top: 80px;
    }

    #categoryButtonRow {
        display: initial;
    }

    .galleryImages {
        height: 350px;
    }
}

#galleryContainer {
    background: rgb(255, 255, 255);
}


#contact {
    color: black;
}

#contact .contactImageBg {
    color: white;
}

#contactContent {
    word-wrap: break-word;
}

#contactTop {
    text-align: center;
    margin: 0 0 30px;
}

#contactTitle {
    font-size: 48px;
    margin-top: 0;
}

#contactTitleHr {
    border: 2px solid rgb(185,38,0);
    width: 10%;
}

#contact .contactImageBg #contactTitleHr {
    border-color: white;
}

#contactInfoRow {
    display: flex;
}

.contactInfoText {
    font-size: 16px;
}

#contactAddress1,
#contactAddress2,
#contactEmailInner,
#contactPhoneInner {
    margin-bottom: 0;
}

#contactCityWrap,
#contactPhoneNumberWrap {
    margin-bottom: 30px;
}

.contactInfoTextBlock {
    display: block;
}

#contactHoursTitle {
    font-size: 20px;
    font-weight: bold;
}

.contactFormInput {
    border-radius: 3px;
    border: 2px solid black;
    padding: 4px;
}

#contact .contactImageBg .contactFormInput {
    border-color: white;
}

.contactFormInput::placeholder {
    color: black;
}

#contactMessage {
    height: 100px;
    resize: none;
}

#contactButtons {
    margin-top: 20px;
}

.contactButton {
    color: black;
    padding: 6px 42px;
    border: 2px solid rgb(185,38,0);
    background-color: white;
    border-radius: 3px;
    text-decoration: none;
    cursor: pointer;
    transition: 0.5s;
    display: inline-block;
}

.contactButton:focus {
    color: black;
}

#contact .contactImageBg .contactButton,
#contact .contactImageBg .contactButton:focus {
    color: black;
    border-color: white;
}

.contactButton:hover {
    color: white;
    background-color: rgb(185,38,0);
    text-decoration: none;
}

#contact .contactImageBg .contactButton:hover {
    color: white;
    border-color: rgb(185,38,0);
}

/* * * * * * * * */

#contact .customTitle {
    font-size: 40px;
    display: block;
}

#contact .customParagraph {
    font-size: 16px;
    display: block;
}

#contact .customLink {
    color: black;
    font-size: 16px;
    display: block;
    width: 100%;
}

#contact .contactImageBg .customLink  {
    color: white;
}

#contact .customLink:hover {
    opacity: 0.6;
    text-decoration: none;
}

#contact .customIcon {
    font-size: 30px;
}

#contact .customTitle,
#contact .customParagraph,
#contact .customLink,
#contact .customIcon,
#contact .customButton,
#contact .customImage,
#contact .customEmbed {
    margin: 10px 0;
}

#contact #contactTitleWrap .customIcon,
#contact #contactTitleWrap .customButton,
#contact #contactTitleWrap .customImage {
    margin: 0;
}

#contact #contactTitleWrap .customIcon,
#contact #contactTitleWrap .customButton,
#contact #contactTitleWrap .customImage,
#contact #contactHoursWrap .customIcon,
#contact #contactHoursWrap .customButton,
#contact #contactHoursWrap .customImage {
    margin: 0 0 10px;
}

@media only screen and (max-width : 767px) {

    #contactOuter {
        padding-bottom: 50px;
    }

    #contactInfoRow {
        display: initial;
    }

    #contactForm {
        margin-top: 40px;
    }
}

#newsLetterOuter {
    word-break: break-word;
}

#closeNewsletterButton {
    position: absolute;
    top: 15px;
    right: 15px;
    border: none;
    font-size: 25px;
    background: transparent;
    cursor: pointer;
    color: black;
    transition: 0.4s;
}

#closeNewsletterButton:hover {
    opacity: 0.5;
} 

#newsOverlaySection {
    display: table;
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.7);
    text-align: center;
}

#newsletterBorder {
    background-color: white;
    border-radius: 3px;
    box-shadow: 0 0 8px -1px white;
}

#newsletterIcon {
    font-size: 30px;
    color: white;
    background: rgb(185,38,0);
    border-radius: 5px;
    margin-top: 30px;
    padding: 10px;
}

#newsletterTitle {
    font-size: 40px;
    font-weight: normal;
    margin: 10px 0;
    color: black;
    width: 100%;
    line-height: normal;
}

#newsletterHr {
    border: 2px solid rgb(185,38,0);
    width: 20%;
    margin: 0 auto 20px;
}

#newsletterSubtitle {
    font-size: 18px;
    margin-bottom: 50px;
}

.newsletterFormStyle {
    border-radius: 5px;
    letter-spacing: 0.1em;
    width: 60%;
}

#newsletterInput {
    font-size: 12px;
    text-align: center;
    margin: 30px auto 10px;
    padding: 25px;
    color: black;
}

#newsletterInput::placeholder {
    color: black;
}

#newsletterInput:focus {
    border-color: black;
    box-shadow: 0 0 3px black;
}

#newsletterButton {
    color: white;
    font-size: 14px;
    padding: 16px;
    margin-bottom: 60px;
    background: rgb(185,38,0);
    border: 1px solid rgb(185,38,0);
    text-decoration: none;
    cursor: pointer;
    transition: 0.5s;
    display: inline-block;
}

#newsletterButton:focus {
    color: white;
}

#newsletterButton:hover {
    color: rgb(185,38,0);
    background: white;
}

/* * * * * * * * */

#newsletterOuter .customTitle {
    font-size: 40px;
    display: block;
}

#newsletterOuter .customParagraph {
    font-size: 18px;
    display: block;
}

#newsletterOuter .customLink {
    color: black;
    font-size: 18px;
    display: block;
    width: 100%;
}

#newsletterOuter .customLink:hover {
    opacity: 0.6;
    text-decoration: none;
}

#newsletterOuter .customIcon {
    font-size: 28px;
}

#newsletterOuter .customTitle,
#newsletterOuter .customParagraph,
#newsletterOuter .customLink,
#newsletterOuter .customIcon,
#newsletterOuter .customButton,
#newsletterOuter .customImage,
#newsletterOuter .customEmbed {
    margin: 10px 0;
}

@media only screen and (max-width : 800px) {

    .newsletterFormStyle {
        font-size: 16px;
        width: 100%;
    }

    #newsletterButton {
        padding: 4px;
    }    
}

.change-my-color {
    filter: invert(99%) sepia(2%) saturate(1725%) hue-rotate(247deg) brightness(87%) contrast(98%);
   
  }

