@import url('https://fonts.googleapis.com/css2?family=Comfortaa:wght@300..700&display=swap');

.header-dark.header-transparent #header:not(.scrolled) {
	background: rgba(255, 255, 255, 0.05);
}

.header-transparent #header:not(.scrolled) {
	background: rgba(0, 0, 0, 0.05);
}


#header {
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.dropmenu ul li a {
	font-family: "Comfortaa", sans-serif;
	font-weight: 900 !important;
}

.dropmenu ul li a:hover,
.dropmenu ul li a:focus,
.dropmenu ul li a.active {
	color: #ed1162 !important;
}

.header-dark #header:not(.scrolled) a:hover,
.header-dark #header:not(.scrolled) a:focus,
.header-dark #header:not(.scrolled) a.active {
	color: #ed1162 !important;
}


#header.scrolled .logo img {
	filter: brightness(0%);
}

#header {
	font-size: 0.9rem;
}


hr {
	border: 0px;
	border-top: 1px dashed rgba(255, 255, 255, 0.65);
}

a {
	color: #ed1162 !important;
}

a:hover,
a:focus,
a.active {
	color: #fb2c78 !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: "Comfortaa", sans-serif;
	font-weight: 900 !important;
	color: #ffedf3;
}

h1 {
	/* font-family: "Century Gothic"; */
	/* font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", sans-serif; */

	padding-bottom: 35px;
	margin-top: 0.5rem;
}

body {
	/* position: absolute;
	top: 0%;
	left: 0%;
	right: 0;
	bottom: 0;
	min-width: 100%;
	min-height: 100%;
	z-index: -2000;
	height: auto; */
	/* background-position: 50% 0; */
	/* https://grabient.com/HQVg7AnANKAMCMMQGYAcSAsYZgGyxlwCZFgTthldkZ4JsCjhYIMoNh5UIg?angle=135&steps=3 */

	/* background: linear-gradient(135deg, #ffffc4 0.000%, #ff6164 50.000%, #d52839 100.000%); */
	/* background: linear-gradient(135deg, rgba(255, 255, 196, 1) 0%, rgba(222, 60, 122, 1) 22%, rgba(158, 0, 61, 1) 67%, rgba(130, 13, 58, 1) 100%); */
	/* background: linear-gradient(135deg, rgba(255, 255, 196, 1) 0%, rgba(237, 153, 16, 1) 22%, rgba(16, 100, 237, 1) 100%); */
	/* background: linear-gradient(135deg, rgba(255, 255, 196, 1) 0%, rgba(217, 153, 157, 1) 33%, rgba(171, 114, 152, 1) 56%, rgba(46, 99, 184, 1) 100%); */
	/* background: radial-gradient(farthest-corner at 0px 0px, rgba(255, 255, 196, 1) 0%, rgba(231, 189, 171, 1) 13%, rgba(197, 136, 155, 1) 36%, rgba(171, 114, 152, 1) 56%, rgba(46, 99, 184, 1) 100%); */
	;
	/* #b00012 */
	color: #fffbfc;



}

#footer {
	/* color: #acb3c2; */
	color: #fffbfc;
	padding: 1rem 1rem 0;
	text-align: center;
	background: rgba(255, 255, 255, 0.05) !important;
	border-top: 1px solid rgba(255, 255, 255, 0.2);

}

/* #footer { color: #acb3c2; padding: 1rem 1rem 0; text-align: center; } */
#background_image {
	/*position: relative;
  background-color: red;
  height: calc(100vh - 72px);
  min-height: 25rem;
  width: 100%;
  overflow: show;
  */

	position: fixed;
	right: 0;
	bottom: 0;
	min-width: 100%;
	min-height: 100%;
	/* display:none; */
	z-index: -2000;
	background: radial-gradient(farthest-corner at 0px 0px, rgba(255, 255, 196, 1) 0%, rgba(231, 189, 171, 1) 13%, rgba(197, 136, 155, 1) 36%, rgba(171, 114, 152, 1) 56%, rgba(46, 99, 184, 1) 100%);
}
