.navbar {
    background-color: black;
    color: yellow;
}
.btnSmall {
    float: right;
    margin: 150px 0px 0px 50px;
    border-radius: 30px;
}

@media only screen and (max-width: 799px) {
    .row {
        display: flex;
        flex-wrap: wrap;
        flex-direction: row;
        align-content: center;
        justify-content: center;
        align-items: center;
    }
    .col-2{
        flex: unset;
        width: auto;
        min-width: 100%;
    }
    .navbar-nav{
        display: flex;
        flex-direction: row;
    }
    #main{
        margin-top: 2rem;
    }
    .navbar{
        display: flex;
        flex-wrap: nowrap;
        align-items: center;
        justify-content: flex-start;
    }
}


div.row.container-fluid.bgfs > div > a {
    color: unset;
    text-decoration: none;
}

div.row.container-fluid.bgfs > div > a:hover {
    filter: brightness(110%);
}

.dragging {
  opacity: 0.5;
}

.bs4_labels2_hidden {
    visibility: hidden;
}


#resizable {
    width: 100px;
    height: 100px;
    background: #ccc
}

.logosoc{
    width: 3em;
}
