@font-face {
	font-family: 'CrypticGothic';
	src:url('MediciText.otf') format("opentype")

}
@font-face {
	font-family: 'Cryptic';
	font-weight: bold;
	src:url('AcademyEngravedLetPlain.ttf') format("truetype")
}

body {
        background-color: #000;
        color: #fff;
    font-family: 'Cryptic', sans-serif;
        font-size: 16px;
        margin: 0;
        padding: 0;
        padding-bottom: 90px;
}

header {
	padding: 10px;
	text-align: center;
}

header h1 {
        font-size: 3em;
        text-transform: uppercase;
}

nav {
        display: flex;
        justify-content: center;
        padding: 5px 0;
}

nav a {
        color: #fff;
        text-decoration: none;
        margin: 0 15px;
        font-size: 1.2em;
}

nav a:hover {
        color: #ff0000;
}

.hero {
	display: flex;
	align-items: center;
	justify-content: center;
}

.hero h2 {
	font-size: 3em;
	text-shadow: 2px 2px 5px #000;
}

section {
	text-align: center;
}

.image-section {
	text-align: center;
}

.image-section img {
	max-width: 100%;
	height: auto;
}
.about img {
	max-width: 65%;
	height: auto;
}
a {
	color: #ff0000;
}

footer {
	color: #888;
	text-align: center;
}

footer a {
	color: #ff0000;
	text-decoration: none;
}

@keyframes blink {
  from { color: white; }
  to { color: red; }
  from { color: red; }
  to { color: white; }
}

.instagram-link a {
    animation: blink 0.5s infinite alternate;
    font-size:24px;
    background:black;
    border-color:white;
    color:white;
    padding:10px 20px;
    text-decoration:none;
    border-radius:10px;
    border-width:1px;
    border-style:solid;
    display:block;
    width:300px;
    text-align:center;
    margin:0 auto 10px;
}

a.button-link {
    animation: blink 0.5s infinite alternate;
    font-size:24px;
    background:black;
    border-color:white;
    color:white;
    padding:10px 20px;
    text-decoration:none;
    border-radius:10px;
    border-width:1px;
    border-style:solid;
    display:flex;
    align-items:center;
    justify-content:center;
    width:300px;
    text-align:center;
    margin:0 auto 10px;
}

.instagram-link a:hover {
        color: #ff0000;
}

.button-group {
    display:flex;
    flex-direction:column;
    align-items:center;
    gap:20px;
    margin-top:20px;
    margin-bottom:0;
}

a.button-link:hover {
    color: #ff0000;
}

.youtube-video {
    margin-top: 20px;
    max-width: 560px;
    margin-left: auto;
    margin-right: auto;
}

.youtube-video iframe {
    width: 100%;
}

.audio-player {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.9);
    padding: 10px 20px;
    display: flex;
    align-items: center;
    gap: 15px;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.7);
    z-index: 10;
}

.audio-player .track-title {
    font-size: 1.1em;
    font-weight: bold;
    margin: 0;
}

.audio-player audio {
    flex: 1;
    max-width: 320px;
}
