@font-face {
    font-family: 'emcomic';
    src: url('fonts/EMcomic-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'gothic';
    src: url('fonts/gothic.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'quicksandBOLD';
    src: url('fonts/Quicksand-Bold.otf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'indiana';
    src: url('fonts/Indiana-Jonas-48p.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'quicksandREG';
    src: url('fonts/Quicksand-Book.otf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'LGCafe';
    src: url('fonts/LGCafe.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'typewriter';
    src: url('fonts/typewriter.otf') format('opentype');
}
@font-face {
        font-family: 'MiddleAges';
    src: url('fonts/MiddleAges.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'MiddleAgesDeco';
    src: url('fonts/MiddleAgesDeco.ttf') format('truetype');
}
@font-face {
    font-family: 'Morris';
    src: url('fonts/MorrisRomanBlack.ttf') format('truetype');
}
@font-face {
    font-family: 'OldeEnglish';
    src: url('fonts/OldeEnglish.ttf') format('truetype');
}
@font-face {
    font-family: 'train';
    src: url('fonts/TrainLetters-Demo.ttf') format('truetype');
}
@font-face {
    font-family: 'cursive';
    src: url('fonts/Cursive.ttf') format('truetype');
}
@font-face {
    font-family: 'disco';
    src: url('fonts/DiscoDiva.ttf') format('truetype');
}
@font-face {
    font-family: 'NostalgicWhispers';
    src: url('fonts/NostalgicWhispers.ttf') format('truetype');
}
@font-face {
    font-family: 'LinuxLib';
    src: url('fonts/LinLibertine.ttf') format('truetype');
}
@font-face {
    font-family: 'Tempting';
    src: url('fonts/Tempting.ttf') format('truetype');
}
@font-face {
    font-family: 'Insectes';
    src: url('fonts/TheBeetles.ttf') format('truetype');
}
@font-face {
    font-family: 'Sickness';
    src: url('fonts/Sickness.ttf') format('truetype');
}
@font-face {
    font-family: 'Roboto';
    src: url('fonts/Roboto-Regular.ttf') format('truetype');
}
@font-face {
    font-family: 'leaf1';
    src: url('fonts/leaf1.ttf') format('truetype');
}
@font-face {
    font-family: 'LeafLetters';
    src: url('fonts/LeafLetters.ttf') format('truetype');
}
@font-face {
    font-family: 'spongeboy';
    src: url('fonts/SpongeboyMeBob.ttf') format('truetype');
}
@font-face {
    font-family: 'Fishing';
    src: url('fonts/Fishing.ttf') format('truetype');
}
@font-face {
    font-family: 'Nyctophobia';
    src: url('fonts/Nyctophobia.ttf') format('truetype');
}
@font-face {
    font-family: 'Night-Stalker';
    src: url('fonts/Night-Stalker.ttf') format('truetype');
}
@font-face {
    font-family: 'Claws';
    src: url('fonts/Claws.ttf') format('truetype');
}
@font-face {
    font-family: 'Meadow';
    src: url('fonts/Gushing-Meadow.ttf') format('truetype');
}
@font-face {
    font-family: 'Trickster';
    src: url('fonts/Chilling-Trickster.ttf') format('truetype');
}
@font-face {
    font-family: 'MHorta';
    src: url('fonts/Moonlit-Horta.ttf') format('truetype');
}
@font-face {
    font-family: 'Horta';
    src: url('fonts/Victor-Horta.ttf') format('truetype');
}
@font-face {
    font-family: 'Exca';
    src: url('fonts/Excalibur.ttf') format('truetype');
}

.custom-font {
    font-family: 'indiana', sans-serif;
    font-feature-settings: "calt" 1; /* Enable Contextual Alternates */
}

h1{
	text-align: center;
}

* {
	cursor: url(cursors/rainbow2.cur), auto;
}

a:hover {
	cursor: url(cursors/rainbow2p.cur), pointer;
        }
button:hover {
	cursor: url(cursors/rainbow2p.cur), pointer;
        }

nav {
    background-color: #ffed4f; <!-- best so far: orange-ish yellow #ffed4f -->;
    padding: 10px 0;
}

nav ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
}

nav ul li {
    margin: 0 15px;
}

nav ul li a {
    color: #1d764a;
    font-family:quicksandBOLD;
    font-weight: bold;
    text-decoration: none;
    font-size: 20px;
    padding: 5px 10px;
    transition: background-color 0.3s;
}

nav ul li a:hover {
    background-color: #ffd11a;
}

/* Media query for small screens (phones) */
@media (max-width: 900px) {
    nav ul {
        flex-direction: column;
        align-items: center;
    }

    nav ul li {
        margin: 10px 0;
    }

    nav ul li a {
        font-size: 16px;
        padding: 10px;
    }
    
	img {
	    max-width: 100%;
	    width: 100%;
	    height: auto;
	}
	
	h1 {
		font-size:3em;
	}
	
	.content {
   		margin: 0px 2% 0px 2%;
	}
}

/* Responsive iframe */
#map-container {
    width: 100%;
    height: 400px; /* Adjust the height as needed */
    position: relative;
}

#map-container iframe {
    width: 100%;
    height: 100%;
    border: none;
}
