@import url('https://fonts.googleapis.com/css2?family=Bruno+Ace&family=Orbitron:wght@700&family=Roboto:wght@400;700&display=swap');
/*
font-family: 'Bruno Ace', cursive;
font-family: 'Orbitron', sans-serif;
font-family: 'Roboto', sans-serif;
*/

@font-face {
    font-family: brassmonkey;
    src: url(BRASMRG_.TTF);
}

@font-face {
    font-family: dreammma;
    src: url(DREAMMMA.TTF);
}

@font-face {
    font-family: futura;
    src: url(FUTURALT.TTF);
}

body {
	background:#000;
	color:#ffffff;
	font-family: 'Roboto', sans-serif;

	background: url('../images/homebg.jpg') no-repeat center center fixed;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

#intro {
	max-width:1100px;
	padding:10px 20px;
	margin:0 auto;
	font-size:18px;
	line-height:30px;
	text-align:center;
	color:#c2c3c2
}

main {
	max-width:700px;
	margin:0 auto;
	font-size:18px
}

.rounded-corner {
    border-radius: 15px; /* Adjust the value as needed */
}

a {
	color:#ffffff;
	text-decoration:none
}

a:hover {
	color:#ffffff;
	text-decoration:underline
}

#backToTopBtn {
	display: none; /* Hidden by default */
	position: fixed; /* Fixed position */
	bottom: 20px; /* Place it at the bottom */
	right: 30px; /* Place it 30px from the right */
	z-index: 99; /* Make sure it does not overlap */
	border: none; /* Remove borders */
	outline: none; /* Remove outline */
	background:#00c4ff30;
	color: white; /* Text color */
	cursor: pointer; /* Pointer/hand icon */
	padding: 15px; /* Some padding */
	border-radius: 10px; /* Rounded corners */
	font-size: 18px; /* Increase font size */
}

#backToTopBtn:hover {
	background-color: #53b6fd; /* Darker background on hover */
}

h1 {
	font-family: 'futura', sans-serif;
	text-align:center;
	color:#ffffff;
	margin:50px 0;
	text-shadow: 0px 0px 10px #4bff0061;
}

h1 span.cypress {
	font-family: 'dreammma', sans-serif;
	font-size:150%;
	color:#53b6fd;
	
	}

h2 {
	font-family: 'futura', sans-serif;
	color:#53b6fd;
	margin:90px 0 30px;
	text-shadow: 0px 0px 20px #4bff003b;
	font-size:70px;
	text-align:center;
	font-weight:bold;
	letter-spacing: .25rem;
}

h3 {
	font-family: 'futura', sans-serif;
	color:#53b6fd;
	margin:20px 0 10px;
	text-shadow: 0px 0px 20px #4bff003b;
	font-size:25px;
	font-weight:bold;
	font-style:italic;
	letter-spacing: .25rem;
}

#content {
	padding:30px 20px;
	min-height:400px
}

#content .image-wrapper img {
	width:100%
}

#content .image-wrapper {
	width:100%
}

#content .object {
	display:block;
	float:left;
	margin:60px 10px;
	max-width:320px;
	height:550px;
	padding:20px;
	border-radius:15px;
}

#content .object:hover {
background:#00c4ff30;
}

#content .button a {
	background:#033102;
	padding:10px 15px;
	border-radius:10px;
	color:#249d21;
	text-align:center
}

#content .button a:hover {
	background:#0e6e0c;
	color:#17eb12;
	text-decoration:none
}

#footer {
	font-size:14px;
	text-align:center;
	margin:40px 0 0
}



.image-source-link {
	color: #98C3D1;
}

.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
	opacity: 0;
	-webkit-backface-visibility: hidden;
	/* ideally, transition speed should match zoom duration */
	-webkit-transition: all 0.3s ease-out; 
	-moz-transition: all 0.3s ease-out; 
	-o-transition: all 0.3s ease-out; 
	transition: all 0.3s ease-out;
}

.mfp-with-zoom.mfp-ready .mfp-container {
		opacity: 1;
}
.mfp-with-zoom.mfp-ready.mfp-bg {
		opacity: 0.8;
}

.mfp-with-zoom.mfp-removing .mfp-container, 
.mfp-with-zoom.mfp-removing.mfp-bg {
	opacity: 0;
}