body{
    text-overflow: ellipsis; 
    font-family: Montserrat, sans-serif;
}

h1{
    font-family: "Lakeshore", Arial;
    font-size: 4.5em;
}

.bg-black{
    background-color: black;
}

label{
    color: white;
}

.profile-icon{
    font-size: 60px;
}


.navmobile {
    box-shadow: 0px -1px 10px rgb(32, 32, 32);
}

.header {
    box-shadow: 0px 1px 10px rgb(32, 32, 32);
}

.buttons{
    float: right;
    
}

/* xs */
.dashboardlogo {
    width: 95%;
    height: auto;
}
/* sm */
@media (min-width: 768px) {
    .dashboardlogo {
        width: 95%;
    }
}

/* md */
@media (min-width: 992px) {
    .dashboardlogo {
        width: 65%;
    }
}

/* lg */
@media (min-width: 1200px) {
    .dashboardlogo {
        width: 50%;
    }
}


span.ow{
    word-break: break-word;
}

.whitespace { 
    white-space: pre-wrap; 
}








