@charset "utf-8";
/* CSS Document */
 
body {
	background-color: #603716;
/*	background-image: url("images/bg.png");*/
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

.content {
	font-family: 'Orelega One', cursive;
	font-size: 17px;
	letter-spacing: 0.05rem;
	font-weight: 100;
	color: rgba(204,188,125,0.75);
}

.tm {
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif";
	font-size: 12px;
	letter-spacing: normal;
	font-weight: normal;
}

/* Basic styles for the logo */
.logo {
    width: 864px; /* Set default width */
    max-width: 100%; /* Ensures the logo scales down to fit smaller screens */
    height: auto; /* Keeps the aspect ratio of the logo intact */
}

/* Media query for screens smaller than 768px (mobile view) */
@media (max-width: 768px) {
    .logo {
        width: 100%; /* Ensures logo uses available space on mobile */
        max-width: 400px; /* Limits the maximum size on mobile */
    }
}
