/* General Typography */
body, h1, h2, h3, h4, h5, h6, p {
    font-family: "Bungee", sans-serif;
    font-weight: 400;
    font-style: normal;
}


/* Card Styling */
.card {
    border: none;
    transition: all 500ms cubic-bezier(0.19, 1, 0.22, 1);
    overflow: hidden;
    border-radius: 20px;
    min-height: 150px;
    box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.2);
}

.card-has-bg {
    background-size: 120%;
    background-repeat: no-repeat;
    background-position: center center;
}

.card-title {
    font-weight: 400;
    font-size: 2rem;
}

.card-meta {
    color: rgba(0, 0, 0, 0.8);
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 2px;
    font-size: 2.5rem;
}

.card-ratio {
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 2px;
    font-size: 1.5rem;
    padding-top: 20px;
}


.card-img-overlay {
    /*transition: all 800ms cubic-bezier(0.19, 1, 0.22, 1);
    background: linear-gradient(0deg, rgba(33, 150, 243, 0.4) 0%, rgba(33, 150, 243, 1) 100%);*/

    background-color: #00aeef;
}

#confetti{
	background: #fff;
	height: 100%;
	left: 0px;
	position: fixed;
	top: 0px;
	width: 100%;
	z-index: -1;
}