@import url('https://fonts.googleapis.com/css2?family=Work+Sans:ital,wght@0,100..900;1,100..900&display=swap');

body{
    background-color: #191919;
    background-image: url(/images/eb30ca89aa35203699a57ef4192e2161.jpg);
    background-attachment: fixed;
    background-size: 25%;
    font-family: "Work Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: normal;
    font-style: normal;
    font-size: 12px;
}

@font-face {
    font-family: 'Angelic Serif';
    src: url(https://file.garden/Z1NrfbbjjD-R7zcB/fonts/Angelic%20Serif.ttf) format("truetype");
}


@font-face {
    font-family: 'dark dream';
    src: url(https://file.garden/Z1NrfbbjjD-R7zcB/fonts/Dark%20Dream.ttf);
}

@font-face {
    font-family: 'orange';
    src: url(https://file.garden/Z1NrfbbjjD-R7zcB/fonts/Orange%20Typewriter.ttf);
    font-weight: normal;
}

@font-face {
    font-family: 'flux';
    src: url(https://file.garden/Z1NrfbbjjD-R7zcB/fonts/Fluox___.ttf);
}

*{
    cursor: url(https://file.garden/Z1NrfbbjjD-R7zcB/cursors/batcursor/Normal%20Select.cur), auto;
}

p:hover, figcaption:hover{
    cursor: url(https://file.garden/Z1NrfbbjjD-R7zcB/cursors/batcursor/Text%20Select.cur), auto;
}

.home-btn{
    position: absolute;
    font-family: 'Angelic Serif';
    font-size: 1.5rem;
    text-decoration: none;
    color: whitesmoke;
    text-shadow: 1px 1px 5px #0f0f0f;
}

.home-btn:hover{
    color: cornflowerblue;
    cursor: url(https://file.garden/Z1NrfbbjjD-R7zcB/cursors/batcursor/Link%20Select.cur), auto;
    text-decoration: underline;

}

.img-link:hover{
    cursor: url(https://file.garden/Z1NrfbbjjD-R7zcB/cursors/batcursor/Link%20Select.cur), auto;
}

.wrap{
    width: 50rem;
    margin: auto;
    padding: 0.5rem;
   /* background-image: url(images/blue04.jpg), linear-gradient(to bottom, rgba(41, 41, 41, 0.825) 0%, rgba(13, 13, 13, 0.927) 100%);
    background-blend-mode: darken;
    border-radius: 10px;
    border: 1px solid black;
    box-shadow: 1px 1px 10px 4px; */
}

header h1{
    font-family: 'dark dream';
    font-size: 5rem;
    font-weight: normal;
    color: white;
    margin-top: 6px;
    margin-bottom: 12px;
    text-shadow: 1px 1px 5px #0f0f0f;
    text-align: center;
}

.main-container{
    background-image: url(/images/dots-2.jpg);
    background-size: 38%;
    padding: 1rem;
    border: 1px solid white;
    border-radius: 8px;
    box-shadow: 1px 1px 10px 4px;
    padding-top: 1.5rem;
}

.white { 
    border-width: 7px; 
    border-style: solid;
    border-image: url(/dividers/border14.png) 8 fill round;
    background-color: white;
}

.intro{
    margin: 0.5rem;
    padding: 0.5rem;
    margin-top: 1rem;
    margin-bottom: 1.5rem;
}

nav{
    display: flex;
    justify-content: space-evenly;
    margin-bottom: 1rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}

nav button{
    font-family: 'Angelic Serif';
    font-size: 1rem;
    letter-spacing: 0.8px;
    background-color: #0f0f0f;
    color: white;
    padding: 8px 12px 8px 12px;
    border: 1px solid white;
    outline: 1.5px solid black;
    font-style: italic;
}

nav button:hover{
    background-color: cornflowerblue;
    font-style: normal;
}

nav button:disabled, nav button:hover:disabled{
    background-color: #a4a4a4;
    color: #414141;
    border: none;
    font-style: italic;
}

button.active, button.active:hover{
    background-color: rgb(245, 245, 245);
    color: black;
    border: 1px solid black;
    outline: 1.5px solid white;
    font-style: normal;
}

button:hover{
    cursor: url(https://file.garden/Z1NrfbbjjD-R7zcB/cursors/batcursor/Link%20Select.cur), auto;
}


.tab-content {
  display: none;
}

.tab-content.active {
  display: block;
}

.tab-title h2{
    font-size: 2.2rem;
    font-family: 'flux';
    margin-top: 1rem;
    margin-bottom: 1rem;
    font-weight: normal;
    text-align: center;

}

h5{
    font-size: 0.9rem;
}

.gallery{
    display: flex;
    flex-wrap: wrap;
    gap: 13px;
    height: auto;
    margin: 0.5rem;
    margin-top: 1.5rem;
}

.log-section{
    margin: 0.5rem;
}

.img{
    width: 170px;
    display: flex;
    flex-direction: column;
}

.cover{
    transition: transform .5s;
    border-radius: 5px;
    border: 1px solid #bebebe;
}

.cover:hover{
    transform: scale(1.20) rotate(5deg);
    transform-origin: 60% 60%;
    box-shadow: 1px 1px 10px #2b2b2bd3;
    cursor: url(https://file.garden/Z1NrfbbjjD-R7zcB/cursors/batcursor/Link%20Select.cur), auto;
}

.modal{
    background-color: white;
    background-image: url(/images/eb30ca89aa35203699a57ef4192e2161.jpg);
    background-size: contain;
    width: 44rem;
    position: fixed;
    z-index: 10;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0);
    transition: 0.18s ease-in-out;
    padding: 0.8rem;
    border-radius: 12px;
    border: 1px solid black;
    box-shadow: 1px 3px 15px;
}

figure img{
    width: 250px;
    border: 1.5px dotted black;
    border-radius: 5px;
}

figure{
    margin: 14px;
}

figcaption{
    padding: 5px;
    color: #424242;
    font-style: italic;
}

.modal-header{
    display: flex;
    justify-content: right;
}

.modal-body{
    display: flex;
    border-width: 7px; 
    border-style: solid;
    border-image: url(/dividers/border14.png) 8 fill round;

}

.modal.active {
    transform: translate(-50%, -50%) scale(1);
    transition: 0.18s ease-in-out;
}

.review{
    padding-right: 1rem;
}

.long-review{
    max-height: 25rem;
    overflow-y: scroll;
    padding-right: 1rem;
}

.review h3{
    font-family: 'orange';
    font-weight: normal;
    font-size: 2rem;
    margin-top: 14px;
    margin-bottom: 14px;
}

.review h4{
    font-size: 1.5rem;
    font-weight: normal;
    margin-top: 8px;
    margin-bottom: 1.2rem;
    color: rgb(237, 161, 46);
}

.review p{
    color: #0f0f0f;
}

p.an {
    color: #424242;
    font-style: italic;
}

footer{
    text-align: center;
    color: whitesmoke;
}

footer a{
    color: cornflowerblue;
}

#overlay{
    position: fixed;
    opacity: 0;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.77);
    pointer-events: none;
}

#overlay.active{
    opacity: 1;
    pointer-events: all;  /*esto evita que presione algun boton fuera del area del Modal*/
}