/* ----------------------------------------------------------------
	Custom CSS

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Handling Updates
-----------------------------------------------------------------*/


.femdom_color {
    color: #c100b1 !important;
}

.maledom_color {
    color: #c4833f !important;
}

.edition_heading {
    font-size: 2rem;
}

h5 {
    font-size: 2rem;
}

.blinking {
    animation: blink 1.5s linear infinite;
}

@keyframes blink {
    0% {
        opacity: 0;
    }
    50% {
        opacity: 0.7;
    }
    100% {
        opacity: 0;
    }
}

.portfolio-image:hover {
    filter: brightness(.5);
}

.cta{
    white-space: nowrap;
}

.cta:hover {
    animation: none;
}


p.center {
    font-size: 1.2rem;
}

.startpicture{
    padding-left: 80px;
    padding-right: 80px;
}

.testi-content{
    min-height: 6em;
}