@font-face {
	font-family: "charter";
	src: url(webfonts/charter_regular-webfont.eot?);
	src: url(webfonts/charter_regular-webfont.eot?#iefix) format("embedded-opentype"), url(webfonts/charter_regular-webfont.woff) format("woff"), url(webfonts/charter_regular-webfont.ttf) format("truetype");
	font-weight: 400;
	font-style: normal
}
body {
	font-family: charter, sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 1em;
	color: #000;
}

.carousel-item h5 {
	background-color: rgba(255,255,255,0.7);
	padding: 5px;
	color: #000;
	display: inline-block;
}
.close {
	position: absolute;
	right: 0;
	top: -50px;
	color: #fff;
	font-size: 2.5em;
}
.close:hover {
	color: #fff;
}
.carousel-control-next, .carousel-control-prev {
	opacity: 1;
}
.carousel-control-next-icon, .carousel-control-prev-icon {
	width: 40px;
	height: 40px;
}

#welcomeMessage {
    position: fixed;
    z-index: 9999;
    font-size: 2em;
    opacity: 0;
    transition: opacity 2s ease-in-out;
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
    color: #fff;
}

#welcomeMessage.fade-in {
opacity: 1;
}

#welcomeMessage.fade-out {
 opacity: 0;
 z-index: -1;
}

 /* CSS for the logo */
#header {
    position: fixed;
    z-index: 9999;
    font-size: 2em;
    left: 2%;
    top: 2%;
    color: #fff;
    }

#logo {
    position: absolute;
    top: 20px;
    left: 20px;
    width: 100px; /* Adjust size as needed */
    height: auto; /* Maintain aspect ratio */
            }

/* Media query for smaller screens */
@media only screen and (max-width: 768px) {
    #logo {
        width: 80px; /* Adjust size for smaller screens */
    }
	#header {
		left: 1%;
		top: 1%;
	}
	    layer[name="building"] {
        scale: 0.05;
        x: 50;
        y: 50;
    }
}

/* Media query for even smaller screens */
@media only screen and (max-width: 480px) {
    #logo {
        width: 60px; /* Adjust size for even smaller screens */
    }
	#header {
		left: 1%;
		top: 1%;
	}
}

