
* {
  box-sizing: border-box;
}

body {
    background-image: url(Resources/BG.webp);
    font-family: 'Courier New', Courier, monospace;
    font-size: 14px;
    text-shadow: 0 0 1px white;
    color:#eca5a5;
    width: 1000px;
    height: 1000px;
    margin: auto;
}

    #outer{
    background-color: rgba(39, 39, 39, 0.692);
    margin: auto;
    border: 1px solid #600606;
    border-top: 0px;
    border-radius: 15px;
    }

.header {
  background-image: url(Resources/banner\ placeholder.png);
  padding: 30px;
  text-align: center;
  font-size: 35px;
  margin-bottom: 10px;
}

.column {
  float: left;
  padding: 10px;
  height: 800px; /* Should be removed. Only for demonstration */
  background: #000000ab;
  border: 3px solid #600606;
  border-radius: 10px;
  margin: auto;
  margin-top: 10px;
  display: flex;
  flex-wrap: wrap;
}

.column.side {
  width: 25%;
  margin-right: 10px;
  margin-left: 10px;
}

.column.middle {
  width: 72%;
  
}

.row:after {
  content: "";
  display: table;
  clear: both;
}

.footer {
  padding: 10px;
  text-align: center;
}

@media (max-width: 600px) {
  .column.side, .column.middle {
    width: 100%;
  }
}

.profile{
    width: 98%;
    height: 190px;
    background-color: #282828;
    border: 3px solid #600606;
    outline: 1px solid #000000;
    border-radius: 5px;
    margin: auto;
    margin-top: 10px;
    box-shadow: 2px 2px 2px #00000010;
}

.menu{
    width: 98%;
    height: 550px;
    background-color: #282828;
    border: 3px solid #600606;
    outline: 1px solid #000000;
    border-radius: 5px;
    margin: auto;
    margin-top: 10px;
    box-shadow: 2px 2px 2px #00000010;
}

.mainbox{
    width: 98%;
    height: 755px;
    background-color: #282828;
    border: 3px solid #600606;
    outline: 1px solid #000000;
    border-radius: 5px;
    margin: auto;
    margin-top: 10px;
    box-shadow: 2px 2px 2px #a3736710;
    /*display: flex;*/
    flex-wrap: wrap;
    overflow: auto;
    scrollbar-color: #921212 #492828;
}

.contentbox{
    width: 98%;
/*    height: 675px;*/
    background-color: #5917175f;
    border: 3px solid #600606;
    outline: 1px solid #000000;
    border-radius: 5px;
    margin: auto;
    margin-top: 10px;
    box-shadow: 2px 2px 2px #a3736710;
    display: flex;
    flex-wrap: wrap;
    overflow: auto;

}

.contentbox{
    width: 98%;
/*    height: 675px;*/
    background-color: #5917175f;
    border: 3px solid #600606;
    outline: 1px solid #000000;
    border-radius: 5px;
    margin: auto;
    margin-top: 10px;
    box-shadow: 2px 2px 2px #a3736710;
    display: flex;
    flex-wrap: wrap;
    overflow: auto;
    scrollbar-color: #921212 #492828;

}

.contenttos{
    width: 95%;
    height: 675px;
    background-color: #5917175f;
    border: 3px solid #600606;
    outline: 1px solid #000000;
    border-radius: 5px;
    margin: auto;
    margin-top: 10px;
    box-shadow: 2px 2px 2px #a3736710;
    display: flex;
    flex-wrap: wrap;
    overflow: auto;
    scrollbar-color: #921212 #492828;

}



/* COMECEI A MEXER AQUI */
.Video{
    width: 300px;
    height: 215px;
    display: inline-block;
    margin: 7px auto;
}
.contentbox2{

    border-radius: 5px;
    margin: auto;
    margin-top: 1px;
    box-shadow: 2px 2px 2px #a3736710;
}


.LONGO{
    background-image: linear-gradient(to bottom, #993535 0%, #810f0f 50%, #600606 51%, #3b0303 100%);
    width: 100%;
    height: 30px;
    font-weight: bold;
    padding-bottom: 2px;
    font-size: 16px;
    border-bottom: 1px solid;
    border-color: #000000;
    margin-bottom: 5px;
    border-radius: 5px;
    margin-left: -0.10px;
    text-align: center;
    align-content: center;
}

/* PAREI AQUI */
    
    #profbox {
        width: 200px;
        height: 145px;
        background-color: #99353591;
        border-radius: 4px;
        outline: 2px solid rgb(0, 0, 0);
        margin: auto;
        margin-top: 10px;
        overflow: hidden;
     }
    
    #prof a{
       font-family: windows regular;
        font-size: 12px;
    }
    
    #profwrapper{
        display: flex;
        flex-wrap: wrap;
    }
    
    #profart {
        height: 100px;
        width: 70px;
        border-radius: 4px;
        opacity: 75%;
        transition: .3s;
        justify-content: center;
        align-content: center;
        margin-top: 4px;
        border: 2px solid #ffffff;
        outline: 1px solid #000000;
    }
    
    #profart:hover{
        opacity: 100%
    }
    
    #profimgbox{
        width: 80px;
        height: 100%;
        padding: 5px;
        align-content: center;
        justify-content: center;
    }
    
    .profInfo{
        width: 100px;
        height: 100%;
        display: block;
        justify-content: center;
    }
    
    .profInfo p{
        width: fit-content;
        margin-left: auto;
        margin-right: auto;
        padding-bottom: 3px;
        border-bottom: 1px dashed #000000
    }
    
    .profInfo marquee{
        width: 90px;
    }


    .ntitle {
    font-size: 20px;
    color: #993535;
    width: 100%;
    padding-left: 5px;
    padding-top: 6px;
    padding-bottom: 6px;
    font-family: 'Courier New', Courier, monospace;
    font-weight: bold;
    text-shadow: 0 0 3px #000000;
    display: flex;
    justify-content: space-between;
}

        .navbutton{
        margin: 5px;
        font-family: "windows regular";
        font-weight: bold;
        width: 95%;
        height: 28px;
        border:solid 2px rgb(88, 28, 28);
        border: 1px solid #000000;
        border-bottom: 0px;
        border-left: 0px;
        background-color: #600606;
        background-image: linear-gradient(#600606 50%, #2b2b2b 100%);
        display: flex;
        justify-content: space-between;
        align-items: center;
        filter:drop-shadow(0 0.5px 0 rgb(79, 14, 14)) drop-shadow(0 0.5px 0 gray) drop-shadow(0 0.5px 0.5px gray) drop-shadow(0.5px 0.5px 1px gray)drop-shadow(-0.5px 0.5px 0 black) drop-shadow(0 0.5px 0 black) drop-shadow(0 0.5px 0 black) ; 
    }
    
    .navbutton:hover{
        background-image: linear-gradient(#ff2d2d90 50%, #00000090 100%);
    }
    
    .navbutton p{
        margin-left: 8px;
        font-size: 13px;
        font-weight: normal;
    }
    
    .navbutton img{
        margin-right: 8px;
        filter: brightness(110%)
    }

    .navbutton2{
        font-family: "windows regular";
        font-weight: bold;
        width: 100%;
        height: 28px;
        border: 1px solid #000000;
        border-bottom: 0px;
        border-left: 0px;
        background-color: rgb(0, 0, 0);
        background-image: linear-gradient(#993535 50%, #600606 100%);
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    
    .navbutton2:hover{
        font-style: normal;
        color: #000000;
    }
    
    .navbutton2 p{
        margin-left: 8px;
        font-size: 13px;
        font-weight: normal;
        opacity: 75%;
        text-decoration: line-through;
    }
    
    .navbutton2 img{
        margin-right: 8px;
        filter: brightness(110%)
    }

    -------------------------TEXT

    a{
    text-shadow: 0 0 1px white;
    color:#eca5a5;
    }

h1 {
    background-image: linear-gradient(to bottom, #993535 0%, #810f0f 50%, #600606 51%, #3b0303 100%);
    width: 100%;
    height: 30px;
    font-weight: bold;
    padding-bottom: 2px;
    font-size: 16px;
    border-bottom: 1px solid;
    border-color: #000000;
    margin-bottom: 5px;
    border-radius: 5px;
    text-align: center;
    align-content: center;
    

}
marquee{
    text-shadow: 0 0 1px white;
    color:#eca5a5;
}

p{
    margin: 5px;
    color:#eca5a5;
}

h2{
    text-align: center;
    font-size: 25px;
    color: #993535;
    width: 100%;
    padding-left: 5px;
    padding-top: 6px;
    padding-bottom: 6px;
    font-family: 'Courier New', Courier, monospace;
    font-weight: bold;
    text-shadow: 0 0 3px #000000;
    display: flex;
    justify-content: space-between;
}

------------------------------GALLERY

.main {
    width: 700px;
    height: 1000px;
    margin: auto;
    margin-top: 10px;
    display: flex;
    flex-wrap: wrap;
}

.main-b {
    width: 98%;
    height: 97%;
    margin: 10px;
    margin-top: 1px;

}

.main-lace {
    position: absolute;
    top: 0px;
    left: 0;
    width: 100%;
    height: 19px;
    z-index: 10;
    pointer-events: none;
 
}


.main-b::-webkit-scrollbar {
  display: none;
}



.gallery {

    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
    padding: 40px;
    box-sizing: border-box;
}



.gallery-item-wrapper {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-content: center;
    align-items: flex-start;
}

.gallery-item {
    position: relative;
    width: 100%;
    height: 182px;
    aspect-ratio: auto;
    background-color: transparent;
    cursor: pointer;
    padding: 0;
    border-radius: 0;
    text-align: left;
    align-content: center;
    border: 1px solid #000000;
    overflow: hidden;
    transition: all 200ms 
cubic-bezier(0.4, 0, 1, 1) 0s;
    filter: brightness(1.02) saturate(0.5);
}



.gallery-item img {
  width: 100%;
  height: 186px;
  display: block;
  object-fit: cover;
  border: none;
  transition: transform 0.2s ease;
    }

.gallery-item:hover img {
  transform: scale(1.05);
}

   .caption {
    text-align: left;
    font-size: 14px;
    color: gray;
    margin-top: 1px;
    padding-left: 3px;
    font-family: 'pc-9800','star';
    z-index: 99;
    position: relative;
    
}

    .modal {
  display: none;
  position: fixed;
  z-index: 999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.765);
  justify-content: center;
  align-items: center;
    }
    
    .modal-inner {
  position: relative;
  display: inline-block;
}

    .modal-content {
  max-width: 80vw;
  max-height: 80vh;
  box-shadow: 0 0 20px #982c2c;
  display: block;
    }

    .close {
    position: absolute;
    top: -8px;
    right: -8px;
    display: flex;
    justify-content: center;
    background: white;
    border-radius: 50%;
    padding: 3px 8px;
    width: 8px;
    height: 15px;
    font-size: 10px;
    text-align: center;
    justify-items: center;
    color: #f9ebf3;
    cursor: pointer;
    box-shadow: 0 0 5px #ffdbe7;
    z-index: 10;
    }

    ----------------------------------------------------
