@font-face {
    font-family: "Apple Crush";
    src: url(/Fonts/Apple_Crush.ttf);
}

@font-face {
    font-family: "Friendly Neighbor";
    src: url(/Fonts/Friendly\ Neighbour.ttf);
}

* {
  box-sizing: border-box;
}


.boxes {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
}

.header {
    font-family: "Apple Crush", sans-serif;
    font-size: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #333333;
    text-align: center;
    margin-top: -50px;
    margin-bottom: -50px;
}

.self-portrait {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    border: 2px solid #333333;
    display: block;
    margin-left: 50px;
    margin-top: -30px;
    image-rendering: crisp-edges;
}

.name {
    font-family: "Apple Crush", sans-serif;
    font-size: 25px;
    color: #333333;
    text-align: center;
    margin-top: 0px;
}

.age {
    font-family: "Apple Crush", sans-serif;
    font-size: 20px;
    color: #333333;
    text-align: center;
    margin-top: -25px;
}

.nav-header {
    font-family: "Apple Crush", sans-serif;
    font-size: 35px;
    color: #333333;
    text-align: center;
    margin-left: 0px;
    margin-top: -10px;
    text-decoration: underline;
}

.navbar {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    background-color: #52a4978a;
    border: 2px solid #333333;
    width: 220px;
    height: 120vh;
    margin-left: 100px;
    box-sizing: border-box;
}

.nav {
    font-family: "Apple Crush", sans-serif;
    font-size: 20px;
    color: #333333;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-decoration: none;
    margin-top: -10px;
    gap: 10px;
}

.nav img {
    width: 50px;
    height: 50px;
    margin-left: 5px;
    margin-top: -5px;
    image-rendering: crisp-edges;
}

.nav img:hover {
    transform: scale(1.1);
    transition: transform 0.2s;
}

.Aboutme-btn img{
    width: 60px;
    height: 60px;
    margin-left: 0px;
    margin-top: -3px;
    image-rendering: crisp-edges;
}

.Aboutme-btn img:hover {
    transform: scale(1.1);
    transition: transform 0.2s;
}

.nav a {
    text-decoration: none;
    color: #333333;
}

.dropbtn {
    font-family: "Apple Crush", sans-serif;
    font-size: 20px;
    color: #333333;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-decoration: underline;
    margin-top: 0px;
}

.dropbtn a {
    text-decoration: none;
    color: #333333;
}

.art-content {
    display: flex;            
    flex-direction: column;
    width: 100%;
    margin-top: -20px;
}

.art-content img {
    width: 55px;
    height: 55px;
    margin-left: 0px;
    margin-top: 0px;
    image-rendering: crisp-edges;
}

.art-content img:hover {
    transform: scale(1.1);
    transition: transform 0.2s;
    content: url(Icons/Sketchbook2.PNG);
}

.digital-btn img{
    width: 70px;
    height: 70px;
    margin-left: -5px;
    margin-top: -10px;
    image-rendering: crisp-edges;
}

.digital-btn img:hover {
    transform: scale(1.1);
    transition: transform 0.2s;
    content: url(Icons/digital-btn2.png);
}

.trad-btn img{
    width: 60px;
    height: 60px;
    margin-left: -5px;
    margin-top: -10px;
    image-rendering: crisp-edges;
}

.trad-btn img:hover {
    transform: scale(1.1);
    transition: transform 0.2s;
    content: none;
}

.dropdown {
    position: relative;     
    display: flex;            
    flex-direction: column;
    width: 100%;
}

.dropdown-content {
    display: none;
    position: absolute;    
    left: -15px;             
    top: 20px;
    flex-direction: column;
    background-color: #52a4978a;
    border: 2px solid #333;
    min-width: 150px;
    z-index: 10;
}

.dropdown-content a {
    display: flex;
    align-items: center;
    padding: 8px 12px;
    text-decoration: none;
    color: #333333;
    gap: 6px;
}

.dropdown-content a:hover {
    background-color: #89d4c78a;
}

.dropdown:hover .dropdown-content {
    display: flex;
}

.anim-btn img{
    width: 70px;
    height: 70px;
    margin-left: 0px;
    margin-top: -10px;
    image-rendering: crisp-edges;
}

.anim-btn img:hover {
    transform: scale(1.1);
    transition: transform 0.2s;
}

.content {
    border: #333333 2px solid;
    background-color: #52a4978a;
    margin-left: 25px;
    width: 600px;
    height: 120vh;
}

.content-header {
    font-family: "Apple Crush", sans-serif;
    font-size: 30px;
    color: #333333;
    text-align: center;
    margin-top: 10px;
    text-decoration: underline;
}

.animation-container {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
    min-height: 200px;
}

.animation-container video {
  width: 500px; 
  height: auto;   
}

.video-text {
    font-family: "Apple Crush", sans-serif;
    font-size: 18px;
    color: #333333;
    text-align: center;
    margin: 20px;
}

.sidebar-right {
    border: #333333 2px solid;
    background-color: #52a4978a;
    margin-left: 25px;
    width: 200px;
    height: 120vh;
}

.sidebar-header {
    font-family: "Apple Crush", sans-serif;
    font-size: 30px;
    color: #333333;
    text-align: center;
    margin-top: 10px;
    text-decoration: underline;
}

.sidebar-links {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    margin-top: 20px;
    gap: 10px;
}

.sidebar-links a {
    font-family: "Apple Crush", sans-serif;
    font-size: 20px;
    color: #333333;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-decoration: none;
}