/* Add here all your css styles (customizations) */


@font-face {
    font-family: 'assassinregular';
    src: url('../fonts/assassin-webfont.woff2') format('woff2'),
         url('../fonts/assassin-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

.tp-caption.BigBold-Title, .BigBold-Title {
    font-family: 'Italiana', serif;
}

/* .tp-caption.BigBold-SubTitle, .BigBold-SubTitle { */
    /* font-family: 'Marcellus', serif; */
/* } */

.h-100, .primaryfont {
	/* font-family: 'salsa', cursive; */
}

.g-bg-primary-dark-v1-opacity-0_9--hover:hover, .g-bg-primary-dark-v1 {
	background-color: rgba(69, 145, 255, 0.9) !important;
}

.g-color-primary {
	color: rgba(69, 145, 255, 0.9) !important;
}

.u-btn-primary:hover {
	border-color: #88b8ff;
	background-color: #88b8ff;
}

.center-flex-row {
	justify-content: center;
	text-align: center;
}