@font-face {
    font-family: 'Canterbury';
    src: url('static/Canterbury.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

.portfolio-menu{
	text-align:center;
}
.portfolio-menu ul li{
	display:inline-block;
	margin:0;
	list-style:none;
	padding:10px 15px;
	cursor:pointer;
	-webkit-transition:all 05s ease;
	-moz-transition:all 05s ease;
	-ms-transition:all 05s ease;
	-o-transition:all 05s ease;
	transition:all .5s ease;
}


.portfolio-item .item{
	float:left;
	margin-bottom:10px;
}

body {
    display: flex;
    min-height: 100vh;
    flex-direction: column;
    background-color: #121212;
    color: #e0e0e0;
  } 

.btn:hover {
    background: linear-gradient(to right, rgba(100, 100, 100, 0.8), rgba(0, 0, 0, 0.8));
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
}


.navbar {
    padding: 1rem 2rem;
    background: linear-gradient(to bottom, rgba(0,0,0,0.8) 0%, rgba(255,255,255,0) 100%);
}

.navbar-brand {
    font-family: 'Canterbury', sans-serif;
    font-size: 1.rem;
    font-weight: bold;
}

.navbar-nav .nav-item {
    margin: 0 0.5rem;
}

.navbar-nav .nav-link {
    font-family: 'Canterbury', sans-serif;
    font-size: 1.3rem;
    padding: 0.7rem 1.2rem;
    border-radius: 0.25rem;
    transition: all 0.3s ease;
}

.navbar-nav .nav-link:hover,
.navbar-nav .nav-item.active .nav-link {
    background-color: rgba(255, 255, 255, 0.1); /* Lighter background on hover/active */
    color: #ffffff !important;
}

.navbar-light .navbar-brand,
.navbar-light .navbar-nav .nav-link {
    color: #e0e0e0;
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-item.active .nav-link {
    background-color: rgba(255, 255, 255, 0.1);
}

.navbar-nav .dropdown-menu {
    background-color: #1e1e1e;
}

.navbar-nav .dropdown-item {
    color: #e0e0e0;
}

.navbar-nav .dropdown-item:hover,
.navbar-nav .dropdown-item:focus {
    background-color: rgba(255, 255, 255, 0.1);
    color: #ffffff;
}

/* Adjust toggler color for mobile view */
.navbar-toggler {
    border-color: rgba(255, 255, 255, 0.5);
}

.navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(255, 255, 255, 0.5)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
    border-color: white;
}

.jumbotron {
    background-image: linear-gradient(rgba(0,0,0,.8) 0,rgba(0,0,0,0) 88%,rgba(0,0,0,1) 100%), url('/static/images/castle.png');
}

  .splash-screen {
    width: 100%;
    height: 100vh;
    background-color: black; /* Set your background color */
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    overflow: hidden;
    z-index: 9999;
    transition: opacity 2s ease-in-out;
}

.website-content {
    opacity: 0;
    animation: moveIn 2s 3.1s ease forwards;
}

p.playing {
    /* height: 5vh; */
    /* display: flex;
    align-items: center;
    justify-content: center; */
    display: none;
}

  nav {
    background: linear-gradient(to bottom, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0) 100%);
  }

.jumbotron {
    /* height: 100vh;  */
    background-image: linear-gradient(rgba(0,0,0,.8) 0,rgba(0,0,0,0) 88%,rgba(0,0,0,1) 100%), url('/static/images/castle.png'); 
    background-size: cover; 
    background-repeat: no-repeat; 
    background-position: center;
    /* addittions */
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 100vh;
    padding-left: 1rem;
}


.text-black {
    color: #e0e0e0 !important;
}

.bg-light {
    background-color: #1e1e1e !important;
}

footer {
    background-color: #1e1e1e;
    color: #e0e0e0;
}

footer a, footer i {
    color: #e0e0e0 !important;
}

.container {
    text-align: center;
}

.header {
    text-align: center;
}

h1 {
    text-align: center;
    font-size: 4rem;
    margin-top: 0;
    margin-bottom: 17rem;
    line-height: 4.2rem;
}

h1.word1 {
    padding-top: 0;
    margin-top: 0;
    /* color: darkgoldenrod; */
    color: black;
    text-shadow: 
        -2px -2px 0 white,  
        2px -2px 0 white,
        -2px 2px 0 white,   
        2px 2px 0 white;
}

h1.word2 {
    text-shadow: 
        -2px -2px 0 black,  
        2px -2px 0 black,
        -2px 2px 0 black,   
        2px 2px 0 black;
}

p.lead {
    font-size: 1rem;
}

div.front-text {
    /* height: 5vh; */
    /* display: flex;
    align-items: center;
    justify-content: center; */
    font-size: 1.4rem;
    color: black; 
    text-align: center;
    position: absolute;
    bottom: 15px;
    left: 50%;
    transform: translateX(-50%);
}

.bio-photo {
    width: 100%;
    /* Minimum height to ensure visibility */
    background-image: linear-gradient(#121212 1%,rgba(255,153,153,0) 95%, #121212 100%), url('/static/images/artwork-1.jpeg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    height: 100vh;
    max-height: 1000px;
}

.calendar-container {
    width: 100%;
    max-width: 100vw;
    margin: 2rem auto;
    border-radius: 15px; /* Rounded only on bottom-right corner */
    overflow: hidden;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.2); /* Shadow only on right and bottom */
    background-color: transparent; /* Remove background color */
    padding: 0; /* Remove padding */
}

.calendar-container iframe {
    border: none;
    width: 100%;
    height: 80vh;
    max-height: 600px;
    border-radius: 3px; /* Remove border radius from iframe */
}

@media (max-width: 768px) {
    .calendar-container {
        width: 100%; /* Full width on mobile */
        margin: 1rem 0; /* Reduce top and bottom margin */
    }

    .calendar-container iframe {
        height: 70vh;
    }
}

/* Mobile devices (portrait) */
@media screen and (max-width: 767px) {
    .bio-photo {
        height: 70vh;
        background-position: center top;
    }
}

/* Tablets */
@media screen and (min-width: 768px) and (max-width: 991px) {
    .bio-photo {
        height: 80vh;
    }
}

/* Desktops */
@media screen and (min-width: 992px) {
    .bio-photo {
        height: 90vh;
        background-size: contain;
        background-position: center;
    }
}

/* Large desktops */
@media screen and (min-width: 1200px) {
    .bio-photo {
        height: 100vh;
    }
}

@media (max-width: 991px) {
    .navbar-nav .nav-item {
        margin: 0.5rem 0;
    }
}

@media screen and (min-width: 768px) {
    h1 {
      font-size: 5rem;
    }
    p.playing {
        display: none;
    }
  }

@media screen and (min-width: 476px) {
    h1 {
        padding-top: 0rem;
        text-align: center;
        font-size: 5rem;
        margin-top: 1rem;
        line-height: 7rem;
    }
    h1.word1 {
        padding-top: 0rem;
        font-size: 5rem;
        color: black;
    }
    p.lead {
        font-size: 1.5rem;
    }
    #calendarDesktop, #calendarMobile {
        height: 90vh;
    }
    .jumbotron {
        height: 100vh; 
        background-image: linear-gradient(to bottom, rgba(255,153,153,0) 0%,rgba(255,153,153,0) 88%,rgba(255,255,255,1) 100%), url('/static/images/castle.jpg'); 
        background-size: cover; 
        background-repeat: no-repeat; 
        background-position: center;
        align-items: start;
    }
    .bio-photo {
        height: 80vh;
    }
    div.playing {
        display: none;
    }
    p.playing {
        display: none;
    }
}

@media screen and (min-width: 1076px) {
    h1 {
        text-align: center;
        font-size: 6rem;
        margin-top: 2rem;
        padding-left: 7rem;
    }
    h1.word1 {
        text-align: left;
        padding-top: 0rem;
        font-size: 7rem;
        color: black;
        margin-top: 6rem;
        margin-left: -3rem;
        text-align: center;
    }
    .jumbotron {
        height: 100vh; 
        background-image: linear-gradient(to bottom, rgba(0,0,0,.8) 0,rgba(0,0,0,0) 88%,rgba(0,0,0,1) 100%), url('/static/images/cover3.png'); 
        background-size: cover; 
        background-repeat: no-repeat; 
        background-position: center;
    }
    p.playing {
        display: block;
        color: white;
    }
}
