.brighten-image {
  filter: brightness(1.2);
}


/* Headings */
h1, h2, h3, h4, h5, h6 {
	color: var(--primary);
}

.text-color-dark, .text-dark {
	color: var(--primary) !important;
}

/* Paragraphs */
p {
	color: var(--primary);
}

.video-container {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%; /* 16:9 Aspect Ratio */
    overflow: hidden;
}

.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}