@import "https://cdn.jsdelivr.net/npm/bootstrap@5.1.0/dist/css/bootstrap.min.css"; 
@import "https://cdn.jsdelivr.net/npm/bootstrap-icons@1.5.0/font/bootstrap-icons.css";
@import "https://fonts.googleapis.com/css2?family=Parisienne&display=swap";
@import "https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;700&display=swap"
/*@import "https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css";*/

* {
    font-family: 'Roboto', sans-serif;
}

.img-logo {
    height: 6vh;
}

#projects > .container:first-child {
    margin-top: 30px;
}
.basic-2, .basic-3 {
    margin-bottom: 30px;
}

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

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

a:hover {
    border-bottom: 1px dotted rgb(201, 218, 54);
}

.carousel-item {
    height: 60vh;
    min-height: 200px;
    background: no-repeat center center scroll;
    /*-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;*/
}

@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 {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
}
.thumbnail-server {
    display: grid;
    justify-items: center;
}

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