@font-face {
    font-family: 'Groovy Cartoon Round';
    src: url('groovy-cartoon-round.regular.otf');
    font-weight: normal;
    font-style: normal;
}

@font-face {
  font-family: 'tostadaregular';
  src: url('tostada-webfont.woff2') format('woff2'),
       url('tostada-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

:root{
    --text-primary:#232b50;
    --text-secondary:#a7b0d8;
    --text-tertiary: #676f97;
    --bg-primary: #101a36;
    --bg-secondary:#514c66;
    height: 100%;
}

body{
    background-color: #dec0af;
}

section{
    background-image: url(https://wallpaperaccess.com/full/3442854.jpg);
    image-rendering: optimizeQuality;
    background-size: cover;
}

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

#navbar-toggler-icon{
    font-size: 4vmin;
    border-color: var(--text-secondary);
    border-radius: 20%;
}

#btn-close{
    font-size: 2vmax;
    border-radius: 20%;
}

.nav{
    width: 10%;
}

.navbar{
    transition: all 300ms;
    position: absolute;
}

.offcanvas-body{
    background-color: var(--bg-primary);
    font-size: 3vmin;
    text-decoration: none;
}

.nav-item{
    white-space: nowrap;
}

.nav-link{
    color: var(--text-secondary);
}

.nav-link:hover{
    color: var(--text-tertiary);
}

.nav-item button{
    background-color: transparent;
    border: none;
}

header{
    color: white;
    transition: 0.5ms;
    font-family: tostadaregular;
    background-clip: text;
    letter-spacing: 0.5dvi;
    padding: 2vh 0 2vh 2vmin;
}

h1{
    justify-content: center;
    display: flex;
    font-size: 6vmax;
}

.text{
    font-size: 4vmin;
    padding: 8vmin 0 2vmin 0;
    color: var(--text-primary);
    font-weight: normal;
    letter-spacing: 0.2vmin;
    line-height: 1.5;
    white-space: wrap;
    width: 80%;
    display: flex;
    justify-content: center;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    width: 3rem;
    height: 3rem;
}

.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='rgb(103, 111, 151)'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e") /*rtl:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='rgb(167, 176, 216'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e")*/;
  }
  
.carousel-control-next-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='rgb(103, 111, 151)'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e") /*rtl:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='rgb(167, 176, 216'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e")*/;
}

.carousel-indicators{
    margin: 3vmin 0.5vmin 0 0.5vmin;
}

.carousel-indicators [data-bs-target]{
    background-color: var(--text-tertiary);
}

.carousel-inner{
    text-align: center;
    justify-content: center;
    list-style-type: none;
    padding: 2vh 0 6vmin 0;
    left: -2vw;
}

#slide-name{
    list-style-type: none;
    font-weight: bold;
    font-size: 4vmin;
    color: var(--text-primary);
}

.noms{
    font-weight: normal;
}