@charset "UTF-8";
/* CSS Document */

@font-face {
	font-family: "Roboto Condensed";
	src: url("/wp-content/themes/slightlychilled-child/assets/fonts/Roboto_Condensed/RobotoCondensed-VariableFont_wght.ttf")
			format("woff2"),
		url("/wp-content/themes/slightlychilled-child/assets/fonts/Roboto_Condensed/RobotoCondensed-VariableFont_wght.ttf")
			format("woff");
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

body {
	font-family: ;
}

.mainContent {
	padding-top: 80px;
}

.navbar-brand {
}
.navbar-brand img {
}

.navbar-custom {
	padding-top: 20px;
	padding-bottom: 20px;
	font-size: 1rem;
	letter-spacing: 1px;
	border-bottom: 1px solid rgba(109, 90, 65, 0.3);
	-moz-box-shadow: 5px 5px 10px #000;
	-webkit-box-shadow: 5px 5px 10px #000;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.navbar-custom li a {
	color: #999;
}

.navbar-custom li.active a,
.navbar-custom li a:hover,
a:hover,
.navbar-custom li a.focus {
	color: #000;
}

.navbar-toggler {
	border-color: #000;
}

.dropdown-menu {
	margin-top: 10px;
	background: #fff;
	border-top: none;
	border-color: rgba(109, 90, 65, 0.2);
}
.dropdown-menu li a:hover,
.dropdown-menu li.active a {
	background: #000;
	color: #fff;
}

.dropdown-menu[data-bs-popper] {
	margin-top: 20px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	-khtml-border-radius: 20px;
	border-radius: 0 0 5px 5px;
}

.navbar-toggler-icon {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0,0,0, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

.navbar-custom li.active a,
.navbar-custom li a:hover,
a,
.btn:focus {
	outline: none;
	box-shadow: none;
}

.btn-site {
}

.btn-site:hover {
}

h1,
h2,
h3,
h4,
h5,
h6 {
	text-align: center;
	font-weight: 200;
	color: #27266f;
}

.theContent strong,
.theContent b {
	color: #ef1932;
	font-weight: 300;
}

a {
}

.flex {
	display: flex;
	align-items: center;
	justify-content: center;
}

.flex-left {
	display: flex;
	align-items: center;
	justify-content: center;
}

.myIframe {
	position: relative;
	padding-bottom: 20%;
	padding-top: 30px;
	height: 0;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
	/*pointer-events: none;*/
	border: none;
}
.myIframe iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

iframe {
	border: 0;
	background: none;
}

.card,
.card-header,
.card-body,
.card-footer {
	padding: 0;
	border: none;
	background: none;
	border-radius: 0;
}

.red-bg {
	background: #ef1932;
	color: #fff;
}

.imageCard h3 {
	font-size: 1.5rem;
	color: #ef1932;
	text-align: center;
}

.blue-bg {
	background: #27266f;
	color: #fff;
}

img.rounded-circle {
	border: 2px solid #fff;
	max-width: 80px;
	margin-left: auto;
	margin-right: auto;
}

.contentBlock {
	padding: 1rem;
}

.theContent li {
	margin-bottom: 1rem;
}

#copyright {
	font-size: 0.8rem;
	height: 40px;
	padding-top: 10px;
}

/* RESPONSIVE CSS
-------------------------------------------------- */

@media (min-width: 40em) {
}

@media (min-width: 62em) {
}

@media (max-width: 768px) {
}

@media (max-width: 1200px) {
}
