.roboto-thin {
  font-family: "Roboto", sans-serif;
  font-weight: 100;
  font-style: normal;
}

.roboto-light {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.roboto-regular {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.roboto-medium {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.roboto-bold {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.roboto-black {
  font-family: "Roboto", sans-serif;
  font-weight: 900;
  font-style: normal;
}

.roboto-thin-italic {
  font-family: "Roboto", sans-serif;
  font-weight: 100;
  font-style: italic;
}

.roboto-light-italic {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-style: italic;
}

.roboto-regular-italic {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-style: italic;
}

.roboto-medium-italic {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-style: italic;
}

.roboto-bold-italic {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-style: italic;
}

.roboto-black-italic {
  font-family: "Roboto", sans-serif;
  font-weight: 900;
  font-style: italic;
}

/* Reset default margin and padding */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}


.WebsiteTitle {
    margin-left: 2%;
    margin-right: 80%;
    font-family: open-sans>;
    font-size: 9em;
    line-height: 80%;
    color: #333333;
}

.WebsiteTitle { animation: fadeIn 2s; }
@keyframes fadeIn {
  0% { opacity: 0; }
  100% { opacity: 1; }
}

.logo {
    position: absolute;
    margin-left: 70%;
    margin-right: auto;
    margin-top: -27.5%;
}

.logo { animation: fadeIn 3s;
}

.logo img {
    width: 350px;
    height: 350px;
}    

.Biography {
    margin-left: 2.5%;
    margin-right: auto;
    margin-bottom: 20%; 
    max-width: 40%;
}

.Biography { animation: fadeIn 3s; }

html{scroll-behavior: smooth !important;}


/* Style for the entire document */

body {
    font-family: open-sans, sans-serif;
    line-height: 1.6;
    color: #333;
    background-color: none;
    cursor: auto;
    opacity: 0;
    transition: opacity 0.5s;

}

#menu {     
    position : fixed;
    height : 10%;
    background-color: white;
    width: 100%;
    padding-left: 2em;
    padding-top: 0.5em;
    padding-bottom: 1em;
    font-size: 2em;
    text-align: left;
    z-index: 16;
}

#menu a {     
    padding-right: 1em;
}


#menu .MenuRight {
    position: absolute;
    top: 0.5em;
    right: 2em;
    text-align: right;
    width: -50%;
}

#Home { 
   offset-anchor: top left;
}

#menu{ animation: fadeIn 3s; }

/* Headings */
h1, h2, h3, h4, h5, h6 {
    padding: 1em 0;
    font-weight: bold;
}

h1 {
    color: #444;
    font-size: 6em;

}


h2 {
    font-size: 3em;
    color: #555;
}

/* Paragraphs */
p {
    margin: 1em 0;
    font-size: 1.5rem;
    line-height: 1.5;
}

/* Links */
a {
    color: #000000;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

/* Videos */
video {
    max-width: 100%;
    height: auto;
}
    
.Realisation {
  margin: none;
  margin-left: 15%;
  background-color: none;
}

.Realisation h3 {
    font-size: 9em;
    line-height: 90%    ;
    margin-left: 10%;
    max-width: 60%;
    margin-bottom: 5%;
}

.Realisation p {
    margin-left:20%;
    margin-right: 30%;

}

.Realisation img, video {
    width: 700px;
    height: 300px;
    object-fit: cover;
    margin-left: 20%;

    
}
.Contact {
    margin-top: 20%;
    margin-left: 2.5%;
    margin-bottom: 5%;
    max-width: 10%; 
}

.Contact h1, h2, h3, h4 {
    color: #333333;
    line-height: 0.5em;
    

}

.Contact a {
    color: #333333;
    line-height: 0.5em;
    text-decoration: underline; 
}

.Contact a:hover {
    color: #333333;
    text-decoration: none;
    line-height: 0.5em;    
}

.Contact p {
    margin-top: 0.5%;
    color: #333333;
    line-height: 0.5em;    
}

#header-video {
    position: fixed;
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
    z-index: -1;
    overflow: clip;
}

.overlay {
    position: absolute;
    width: 100%;
    height: 100vh; /* Set to full viewport height */
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: crosshair;
    overflow: clip;
}

.enter-btn {
    display: inline-block;
    font-size: 16em;
    color: white;
    opacity: 1; 
    border-radius: 4px;
    text-decoration: none;
    text-align: center;
    transition: background-color 0.3s ease;
    z-index: 1;
    font-family: "Roboto";
    font-weight: 900;
    font-style: bold;
}
.enter-btn a {

}

.enter-btn:hover {
    color: #888888;
    text-decoration: none;
}

footer {
    text-align: center;
}

/* Convert this page for Mobile */

@media (max-width: 1200px) {

    .enter-btn {
    font-size: 12em;
    }
    
    .WebsiteTitle {
        font-size: 8em; /* Adjust for large but smaller screens */
    }

    .logo {
        display: none !important;
    }


    #menu {
        display: none;
    }


    .Biography {
        margin-top: 35%;
        margin-bottom: 10%;
        max-width: 40%; 
    }

    .Realisation img, video {
        width: 70%; /* Resize large images slightly */
    }

    .Realisation h3 {
        font-size: 5em;
        margin-left: 0      %; 
    }
    .Realisation p {
        margin-left: 10%; 
        margin-right: 20%;

    }

}

/* @Media for resizing Tablet*/
@media (max-width: 768px) {
    
    .enter-btn {
    font-size: 8em;
    }

    .WebsiteTitle {
        font-size: 6em; 
    }

    .logo {
        display: none !important;
    }

    #menu {
        display: none;
    }

    .Realisation h3 {
        font-size: 4em; 
    }

    .Realisation img, video {
        width:70%;
        object-fit: cover;
    }

    .Biography {
        max-width: 60%; 
    }
}


/* @Media for resizing Mobile*/
@media (max-width: 480px) {
    .enter-btn {
    font-size: 4em;
    }
    
    .WebsiteTitle {
        font-size: 5.5em; 
        margin-top: 10%;            
    }

    .Biography {
        margin-top: 40%;
        max-width: 50%; 
        margin-bottom: 20%;
    }
    
    .logo {
        display: none !important;
    }

    #menu {
        display: none;
    }
    
    .Realisation {
        font-size: 2.5em; 
        margin-left:0%;
    }

    .Realisation h3 {
        display: block;
        font-size: 2.5em; 
        margin-left:2.5%;
        font-size: 1em;
        text-overflow: word-wrap;
        max-width: 70%;
    }

    .Realisation p, .Biography {
        margin-left: 2.5%;
        margin-right: 5%;
        max-width: 80%;
    }

    .Realisation img, video {
        width: 300px;
        height: 100px;
        margin-left: 8%;
    }
}