/* h1, h2, h3, h4, header, p {
    font-family: 'Nunito Sans', serif;
    line-height: 1.5;
} */

h2 {
    font-family: 'Merienda', serif;
}

h1 {
    font-family: 'Satisfy', serif;
}

h3 {
    font-family: "Nunito Sans", serif;
    line-height: 1.5;
}

.logoimg {
    max-width: 200px;
}

.navbar-nav {
    text-align: right;
}


/* .nav-link:hover {
    color: yellow;
} */

.custom-toggler.navbar-toggler {
    border-color: grey;
}

.custom-toggler .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 225, 0.8)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

.invert_effect {
    filter: invert(100%);
}

.scrolled-down {
    transform: translateY(-100%);
    transition: all 0.3s ease-in-out;
}

.scrolled-up {
    transform: translateY(0);
    transition: all 0.3s ease-in-out;
}

#photogallery {
    position: relative;
    width: 100%;
}

#overlaytext {
    z-index: 900;
    position: absolute;
    top: 20%;
    text-align: center;
    width: 100%;
    line-height: 1.2;
    font-family: 'Oswald', sans-serif;
    font-weight: normal;
    color: white;
    font-size: 4rem;
}

#wp-rated-img {
    height: 200px !important;
    width: 200px !important;
}

#wp-rated-reviews {
    bottom: 104px !important;
    font-size: 44px !important;
}

.badgesize {
    width: 200px;
}

/* .carousel-control-prev,
.carousel-control-next {
    bottom: 70%;
} */

.bottomvideopad {  /* this is to proerly place the arrow buttons in the carousel */
    bottom: 75%;
}


/* Disabled accordion header should be grey in media page so you can see it in a white background */
.accordion-item:last-of-type .accordion-button.collapsed {
	background-color: lightgray;
}

.green {
    color: green;
    background-color: green;
}

.imgcircle {
    border-radius: 50%;
    width: 250px;
    height: 250px;
}


@media screen and (max-width: 500px) {
    .logoimg {
        max-width: 150px;
    }

    #overlaytext {
        font-size: 2.5rem;
    }

    #wp-rated-img {
        height: 100px !important;
        width: 100px !important;
    }

    #wp-rated-reviews {
        bottom: 52px !important;
        font-size: 22px !important;
    }

    .badgesize {
        width: 100px;
    }
}