@import "https://cdn.jsdelivr.net/npm/bootstrap@5.3.0-alpha1/dist/css/bootstrap.min.css";
@import "https://cdn.jsdelivr.net/npm/bootstrap-icons@1.10.3/font/bootstrap-icons.css";
@import "https://fonts.googleapis.com/css2?family=Parisienne&display=swap";
@import "https://fonts.googleapis.com/css2?family=Georama:ital,wght@0,200;0,300;0,400;0,500;1,200&display=swap";


/*Para a assinatura do rodape*/
* {
    font-family: 'Georama', sans-serif;
}

.grad,
.index {
    background-image: linear-gradient(to bottom right, #1a4147, #e2d3d3);
}

.nav-item {
    width: 120px;
    text-align: center;
}

.active {
    background-color: rgba(219, 209, 63, 0.281);
    font-weight: bold;
}

#projects>.container:first-child {
    margin-top: 30px;
}

.basic-2,
.basic-3 {
    margin-bottom: 30px;
}

.flex-text {
    display: flex;
    justify-content: center;
    align-items: center;
}

.img-logo {
    height: 6vh;
}

a {
    text-decoration: none;
}

li .active {
    border-top: 1px solid black;
    border-bottom: 1px solid black;
}

.carousel-item {
    height: 60vh;
    min-height: 200px;
    background: no-repeat center center scroll;
}

@media screen and (min-width:250px) and (max-width: 1024px) {
    .carousel-item {
        height: 30vh;
    }

    .carousel-caption p {
        display: none;
    }
}

.map {
    height: 25vh;
    border: 0;
}

.categories li {
    padding-bottom: 10px;
}

#signature {
    font-family: 'Parisienne', cursive;
    color: red;
}

#img-server,
#img-server-2 {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
}

.thumbnail-server {
    display: grid;
    justify-items: center;
    row-gap: 2%;
}

.imgUpload {
    display: grid;
    align-self: center;
}

#galleryPreview {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 5px;
}

#galleryPreview img {
    width: 213px;
    height: 120px;
}

.admin-title {
    white-space: pre-wrap;
}

.admin-buttons {
    white-space: nowrap;
}

.top {
    /*Classe do button para subir a pagina*/
    cursor: pointer;
    position: fixed;
    bottom: 90px;
    right: 10px;
}
.visible {
    display: none;
}

.feature {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 15rem;
    width: 20rem;
    font-size: 1.5rem;
}