/*--------------------------------------------*/
/*---------------STANDAARD HTML---------------*/
/*--------------------------------------------*/

html,body,div,p{
    margin:0;
    padding:0;
}

p,h1,h2,h3{
    text-shadow:0px 0px 5px rgba(0,0,0,0.9);
}

h2{
    text-align: center;
}

a{
    text-decoration: none;
    color:white;
}
a:hover{
    text-decoration: underline;
}
a:active{
    text-decoration: none;
}

* {
    -webkit-user-select:none;
}

html{
    background: url("../images/wallpapers/home.jpg") no-repeat top center fixed;
    background-size: cover;
    overflow-y: scroll;
    background: none;
    background-color: black;
}

/*--------------------------------------------*/
/*---------------STANDAARD CSS----------------*/
/*--------------------------------------------*/

#nav {
    height:0px;
    opacity: 0;
    width: 280px;
    margin-top: 10px;
    overflow: hidden;
    z-index: 9;
    margin-left:60px;
    position: relative;
    background: linear-gradient(135deg, rgba(0,0,0,0.85) 0%, rgba(20,20,20,0.9) 100%);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255,255,255,0.1);
    border-radius: 12px;
    box-shadow: 0 8px 32px rgba(0,0,0,0.4);
    transition: margin-left 0.5s, margin-top 0.5s, background-color 1s;
    padding-bottom: 10px;
}	

#nav ul{
    margin: 0;
    padding-left: 10px;
    list-style: none;
    padding: 5px;
}

#nav ul li{
    padding: 18px 15px 18px 20px;
    height: auto;
    margin: 4px 8px;
    border-radius: 8px;
    transition: all 0.2s ease;
    display: flex;
    align-items: center;
}

#nav ul li:active{
    transform: scale(0.97);
    background: linear-gradient(135deg, rgba(255,255,255,0.2) 0%, rgba(255,255,255,0.1) 100%);
}

#nav ul li:hover{
    background: linear-gradient(135deg, rgba(255,255,255,0.15) 0%, rgba(255,255,255,0.05) 100%);
    transform: translateX(5px);
    cursor: pointer;
}

#nav ul li p{
    display: inline;
    position: relative;
    margin-left: 15px;
    padding: 0;
    margin-top: 0;
}

.content {
    top: 30%;
    position: absolute;
    box-sizing: border-box;
    padding: 10px 10px 10px 10px;
    opacity: 0;
    z-index:9;
    width:100%;
    visibility: hidden;
    width: 80%;
    right: 10%;
}

#Info{
    width:50%;
    right:25%;
    background: linear-gradient(135deg, rgba(0,0,0,0.75) 0%, rgba(20,20,20,0.85) 100%);
    backdrop-filter: blur(15px);
    border: 1px solid rgba(255,255,255,0.1);
    border-radius: 20px;
    padding: 40px;
    box-shadow: 0 16px 48px rgba(0,0,0,0.4);
}

#Info img {
    filter: drop-shadow(0 4px 12px rgba(0,0,0,0.5));
    margin-bottom: 20px !important;
}

#Info p {
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 20px;
    text-shadow: 0 2px 8px rgba(0,0,0,0.8);
}

.content p{
    text-align: center;
}

#Music {
    background: linear-gradient(135deg, rgba(0,0,0,0.7) 0%, rgba(20,20,20,0.8) 100%);
    backdrop-filter: blur(15px);
    border: 1px solid rgba(255,255,255,0.1);
    border-radius: 20px;
    padding: 40px;
    box-shadow: 0 16px 48px rgba(0,0,0,0.4);
}

#Music h2 {
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 30px;
    color: white;
}

#Music p{
    margin-bottom: 15px;
    margin-top: 25px;
    font-size: 18px;
    font-weight: 500;
}

audio{
    width: 100%;
    height: 50px;
    border-radius: 12px;
    outline: none;
    margin-bottom: 10px;
}

audio::-webkit-media-controls-panel {
    background: linear-gradient(135deg, rgba(255,255,255,0.1) 0%, rgba(255,255,255,0.05) 100%);
    border-radius: 12px;
}

#Contact {
    background: linear-gradient(135deg, rgba(0,0,0,0.7) 0%, rgba(20,20,20,0.8) 100%);
    backdrop-filter: blur(15px);
    border: 1px solid rgba(255,255,255,0.1);
    border-radius: 20px;
    padding: 40px;
    box-shadow: 0 16px 48px rgba(0,0,0,0.4);
}

#Contact h2 {
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 30px;
    color: white;
}

.contact-card {
    text-align: center;
    padding: 20px;
}

.contact-card h3 {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 20px;
    color: white;
}

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

.email-link {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 15px 25px;
    background: linear-gradient(135deg, rgba(255,255,255,0.1) 0%, rgba(255,255,255,0.05) 100%);
    border: 1px solid rgba(255,255,255,0.2);
    border-radius: 12px;
    text-decoration: none;
    color: white;
    font-size: 18px;
    font-weight: 500;
    transition: all 0.3s ease;
}

.email-link:hover {
    background: linear-gradient(135deg, rgba(255,255,255,0.2) 0%, rgba(255,255,255,0.1) 100%);
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(0,0,0,0.3);
    text-decoration: none;
}

.contentwrapper {
    height: 100%;
    min-height: 400px;
    width: 100%;
    position: absolute;
    bottom: 0%;
    z-index:1;
}

#hamburger{
    width: 140px;
    height: 50px;
    background: linear-gradient(135deg, rgba(0,0,0,0.8) 0%, rgba(20,20,20,0.9) 100%);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255,255,255,0.1);
    border-radius: 25px;
    margin-left: 60px;
    margin-top: 100px;
    z-index: 9999;
    position: relative;
    transition: all 0.3s ease;
    opacity: 0;
    box-shadow: 0 4px 16px rgba(0,0,0,0.3);
    display: flex;
    align-items: center;
    justify-content: center;
}

#hamburger p{
    font-size: 21px;
    transition:text-shadow:1s,color 1s;
}

#hamburger p:hover, li:hover{
    cursor: pointer;
    cursor: hand;
}

#hamburger:active{
    transform: scale(0.95);
}

#hamburger:hover{
    background: linear-gradient(135deg, rgba(255,255,255,0.1) 0%, rgba(255,255,255,0.05) 100%);
    box-shadow: 0 6px 20px rgba(0,0,0,0.4);
}

p,li,h2{
    color:white;
    font-family: 'SF Pro Display', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
    font-weight: 400;
}

.minipic {
    width: 24px;
    height: 24px;
    padding: 0;
    margin: 0;
    background: none !important;
    border: none !important;
    filter: drop-shadow(0 2px 4px rgba(0,0,0,0.3));
    transition: all 0.2s ease;
    display: block;
}

#nav ul li:hover .minipic {
    filter: drop-shadow(0 2px 8px rgba(255,255,255,0.3));
    transform: scale(1.1);
}

#logo{
    width: 30%;
    position: absolute;
    top: 0;
    left:70%;
    opacity: 0;
    z-index: 10;
    transition: margin-left 0.5s, margin-top 0.5s, width 0.5s,height 0.5s, left 0.5s, top 0.5s,opacity 0.5s;
}

.logohome{
    left: 25% !important;
    top: 20% !important;
    width: 50% !important;
    opacity: 1 !important;
}

#footer {
    width: 100%;
    position: absolute;
    bottom: 0px;
    padding-bottom: 20px;
    text-align: center;
    font-size: 14px;
    opacity: 0.7;
    background: linear-gradient(135deg, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0.7) 100%);
    backdrop-filter: blur(10px);
    padding: 15px;
    border-top: 1px solid rgba(255,255,255,0.1);
}

.wallpapers{
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: #008000;
    top: 0;
    left: 0;
    z-index: -999;
    opacity: 0;
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
}

#loading{
    position: fixed;
    top: -5px;
    left: 0;
    height: 5px;
    background-color: #FFF;
    box-shadow: 0px 3px 3px #FFF;
    transition:width ease-in-out 4s;
}

.darkMenu{
    color: #000;
    text-shadow: 0px 0px 5px rgba(255,255,255,0.5);
}

.darkNav{
    background-color: rgba(0,0,0,0.30) !important;
}

#socialmedia {
    width: 100%;
    height: 70px;
    padding: 15px;
    box-sizing: border-box;
    box-shadow: 0px 0px 0px #000;
    display: none;
}

.socialmediabutton{
    background: url('../images/socialmedia.png') no-repeat fixed;
    background-size: 390px 270px;
    height: 45px;
    width: 45px;
    transition: box-shadow 0.2s;
    float:left;
    margin-right:10px;
}

.socialmediabutton:hover{
    box-shadow: 0px 0px 5px black;
    cursor: pointer;
}

.socialmediabutton:active{
    box-shadow: inset 0px 0px 5px black;
    cursor: pointer;
}

/*--------------IMAGE SETTINGS----------------*/

.imagewrapper{
    position: relative;
    height: 110%;
    width:100%;
    top:-20%;
}

.extrawide{
    width:90%;
    right:5%;
}

.gallery-content {
    height: 60%;
}

.videowrapper {
    position: relative;
    height:100%;
    width:100%;
}

.imagewrapper div img, .videowrapper div iframe{
    height: 100%;
    display: block;
    margin: 0 auto;
    box-shadow: 0px 0px 20px rgba(0,0,0,0.9);
    max-width: 100%;
    border: none;
    object-fit: cover;
    object-position: center;
}

.imagewrapper div, .videowrapper div{
    display: none;
}

.videowrapper div div{
    display: block;
}

.middlevideo .videooverlay{
    display: none;
}

.imagewrapper, .imagewrapper div, .content, p,#hamburger, .videowrapper, .videowrapper div {
    overflow: visible;
}

.leftimage,.rightimage,.leftvideo,.rightvideo,.middleimage,.middlevideo:hover{
    cursor: pointer;
}

.nocursor:hover{
    cursor:default !important;
}

.nocursor iframe, .nocursor img{
    box-shadow: none !important;
}

.imagetitle,.videotitle{
    width: 100%;
    text-align: center;
    margin-top: 8px;
    position: absolute;
    display: none;
}

.leftimage,.leftvideo {
    width: 40%;
    height:80%;
    position: absolute;
    top: 10%;
    z-index:1;
    left:0px;
    opacity: 1;
    display: block !important;
}

.middleimage,.middlevideo{
    width: 60%;
    height:100%;
    position: absolute;
    left: 20%;
    z-index:2;
    top:0%;
    display: block !important;
    transition:transform 0.2s;
}

.rightimage,.rightvideo {
    top:10%;
    width: 40%;
    height:80%;
    display: block !important;
    position: absolute;
    left:60%;
    z-index:1;
    opacity:1;
}

.newleftimage,.newleftvideo{
    display: block !important;
    top:10%;
    z-index:1;
    left:0%;
    opacity:0;
    width: 40%;
    height:80%;
    position: absolute;
}

.newrightimage,.newrightvideo{
    display: block !important;
    position: absolute;
    height:80%;
    opacity: 0;
    top:10%;
    z-index:1;
    left:60%;
    width:40%;
}

.hidden-photo {
    display: none !important;
}

.videooverlay{
    position: absolute;
    width: 100%;
    height: 100%;
}

/*--------------------------------------------*/
/*---------------RESPONSIVE-------------------*/
/*--------------------------------------------*/

@media all and (max-width: 900px) {

#hamburger {
    margin-left: 20px;
    margin-top: 10px;
}

#nav{
    margin-left:20px;
    background: linear-gradient(135deg, rgba(0,0,0,0.9) 0%, rgba(20,20,20,0.95) 100%);
}

#nav ul li:hover{
    background: linear-gradient(135deg, rgba(255,255,255,0.2) 0%, rgba(255,255,255,0.1) 100%);
}

#logo{
    padding:0px;
}

.content{
    width: 90%;
    left: 5%;
}

#Info{
    width: 85%;
    right: 7.5%;
    padding: 30px;
}

.contentwrapper{
    top:-100px;
}

.extrawide{
    width: 100% !important;
    left: 0% !important;
}

}

@media all and (max-width: 1200px) {
.imagewrapper, .videowrapper{
    height:350px;
}
}

@media all and (max-width: 850px) {
.imagewrapper, .videowrapper{
    height:350px;
}
}

@media all and (max-width: 650px) {
.imagewrapper, .videowrapper{
    height:300px;
}
}

@media all and (max-width: 500px) {
.imagewrapper, .videowrapper{
    height:200px;
}
.videowrapper div iframe {
    height: 200px;
}

/* Optimize images for small screens */
.imagewrapper div img {
    max-height: 200px;
}

/* Reduce quality for very small screens */
.wallpapers {
    background-size: cover;
    background-position: center;
}
}