* {
    padding: 0;
    margin: 0;
    scroll-behavior: smooth;
    box-sizing: border-box;
}

/* Navbar */

nav {
    padding: 20px;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
    position: sticky;
    top: -1;
}

nav ul {
    list-style: none;
    color: white;
    display: flex;
    justify-content: center;
}

nav li {
    padding: 10px;
}

nav a {
    font-size: clamp(1em, 4vw, 2em);

    -moz-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    -webkit-transition: all .2s ease-in;
    transition: all .2s ease-in;
}

nav a:hover {
    color: #FE8714 !important;
    text-decoration: none;
    font-weight: bold;
}

nav a:link {
    color: white;
    text-decoration: none;
    font-weight: bold;
}

nav a:visited {
    color: white;
    text-decoration: none;
    font-weight: bold;
}

/* */

/* Intro */

#intro {
    max-width: fit-content;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
    margin-top: clamp(115px, 13%, 1000000px);
    margin-bottom: clamp(115px, 10%, 1000000px);
    color: white;
}

#intro h1 {
    padding: 5px;
    font-size: clamp(1em, 1vw, 3em)
}

#intro ul {
    list-style: none;
    padding: 5px;
}

#intro p {
    padding: 5px;
    font-size: clamp(1.6em, 3vw, 3em);
    font-family: 'Times New Roman', Times, serif;
}

#intro button {
    min-width: 225px;
    max-width: 225px;

    margin: 10px;

    font-size: clamp(1em, 0.5vw, 2em);
    font-weight: bold;
    padding: 8px;

    border: solid;
    border-width: 2px;
    border-radius: 10px;

    color: white;

    background: none;

    -moz-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    -webkit-transition: all .2s ease-in;
    transition: all .2s ease-in;
}

#intro button:hover {
    background-color: #FE8714;
    border-color: #FE8714;
    cursor: pointer;
    transform: scale(1.1);
}

@media only screen and (min-width: 500px) {
    #intro ul {
        list-style: none;
        display: flex;
        justify-content: center;
    }
}

/* About */

.title {
    display: flex;
}

@media only screen and (min-width: 800px) {
    #about .content {
        display: flex;
        max-width: 800px;
        margin-right: auto;
        margin-left: auto;
    }

    #about .gallery {
        max-width: 800px;
        margin-right: auto;
        margin-left: auto;
    }
}

#about .content,
.gallery {
    margin-right: auto;
    margin-left: auto;
}

#about .right {
    font-size: clamp(1em, 1vw, 2em);
    margin: 20px;
}

#about .right h2 {
    color: #FE8714;
    margin: 30px;
}

#about .right p {
    color: #a8a8a8;
    margin: 30px;
}

#about .theo {
    margin: 20px;
    border-radius: 50%;
    width: 100px;
    height: 100px;
}

#about {
    background-color: rgb(0 0 0 / 0.5);
    padding: 30px;
}

#about h3 {
    color: #FE8714;
    padding-bottom: 30px;
}

/* Gallery */

#gallery {
    background-color: rgb(0 0 0 / 0.5);
    padding-bottom:10px;
    overflow: hidden;
}

.carousel ol {
    display: flex;
    list-style: none;
    margin: 0;
    margin-left: calc(50vw - (clamp(300px, 30vw, 35vw))/2);
    padding: 0;
}

.carousel li {
    transition: transform 0.5s ease;
    margin: 0;
    padding: 0;
}

.carousel img {
    width: clamp(300px, 30vw, 35vw);
    aspect-ratio: 16/9;
    margin: 10px;
    margin: 0;
    padding: 0;
    border-radius: 25px;
}

.dots {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.dots input[type="radio"] {
    appearance: none;
    -webkit-appearance: none;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background-color: #ddd;
    border: 2px solid #ccc;
    cursor: pointer;
    transition: background-color 0.3s, transform 0.2s;
}

.dots input[type="radio"]:checked {
    background-color: #FE8714;
    transform: scale(1.2);
    border-color: #FE8714;
}

/*@media (pointer:none), (pointer:coarse) {
    .carousel button {
        display:none;
    }
}*/

.carousel-controls {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    margin-top: 20px;
}

.carousel-arrow {
    background: none;
    border: 2px solid #FE8714;
    color: #FE8714;
    font-size: 0.8em;
    padding: 8px 14px;
    border-radius: 25px;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
}

.carousel-arrow:hover {
    background-color: #FE8714;
    color: white;
    transform: scale(1.1);
}

/* */

.full-portfolio {
    display:grid;
    place-items: center;
    padding-top:42px
}

.full-portfolio button{
    width:fit-content;


    background: none;
    border: 2px solid #FE8714;
    color: #FE8714;
    font-size: 1em;
    padding: 8px 14px;
    border-radius: 10px;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
}

.full-portfolio button:hover{
    background-color: #FE8714;
    color: white;
    transform: scale(1.1);
}

/* Footer*/

footer {
    padding: 32px;
    padding-top:100px;
    background-color: rgb(0 0 0 / 0.5);
}

footer p {
    width:fit-content;
    margin-right:auto;
    margin-left:auto;
}

/*  */

body {
    background-image:
        linear-gradient(0deg, rgba(0, 0, 0, 0.6)),
        url(assets/full-size/sunfall-orange.jpg);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;

    font-family: Roboto;
    letter-spacing: 2px;
}

@font-face {
    font-family: Roboto;
    src: url(assets/simpbdo.ttf);
}

.themed-link {
    color: #FE8714;
    text-decoration: none;
    transition: color 0.2s ease-in-out;
}

.themed-link:hover {
    color: #d96300; /* Slightly darker orange on hover */
    text-decoration: underline;
}