@charset "UTF-8";

/* HOME PAGE CAROUSEL */

.carousel-inner img {
    width: 100%; /* Set width to 100% */
    margin: auto;
}

.carousel-caption {
	color: #fff !important;
	font-size: 35px;
	letter-spacing: 1px;
	font-weight: bold;
}



@media (max-width: 600px) {
.carousel-caption {
	display: none; /* Hide the carousel text when the screen is less than 600 pixels wide */
	font-size: 30px;
    }
}


/* HOME PAGE THUMBS */

.thumbs-container {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.thumbs-container > div {
	width: 41%;
	margin-right: 2%;
	margin-left: 2%;
	text-align: center;
	line-height: 55px;
	font-size: 25px;
}

div a img {
	margin-top: 20px;
}

@media (max-width: 500px) {
.thumbs-container > div {
	width: 90%;
	text-align: center;
	line-height: 55px;
	font-size: 25px;
}
}


/*---------------- TEXT PAGES FLEXBOX CENTERED 1 COLUMN-----------------*/

.text-centered {
	margin-top: 10px;
	width: 100%;
	max-width: 1200px;
	padding-top: 2%;
	padding-bottom: 0;
	font-size: 38px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
