#myprojectslist{
    color: #000000;
    min-height: 72.5vh;
    padding-top: 10px !important;
}

#myprojectslist .card .card-body .project-picture{
    height: 100px;
    float: right;
}

#myprojectslist .card .card-body h5{
    font-size: 35px;
    margin-bottom: 15px;
}
#wrapper { background-image: url(../images/backgrounds/background_01.jpg); }


.bigNumber{
    font-size: 3.5em;
    text-align: center;
}

.card .card-body{
    color: black;
}
.card-title h1{
    font-family: "Titillium Web";
    margin: 0;
    padding: 0;
    text-transform: uppercase;
    font-weight: bold;
}
.card-title small{
    font-style: italic;
    color: #555;
    margin: 0;
    padding: 0;
    font-size: 1.2em;
}
.highlight h2 span {
	color:#4bb2ec;
}
.btn {
    display: flex;
    justify-content: center;
}
.btn .icon{
    margin-right: 10px;
    font-size: 1.5em;
    align-self: center;
}

#header .avatar{
    height: 36px;
    width: 36px;
    border-radius: 5px;
    border: 3px solid;   
}
a.dropdown-toggle{
    cursor: pointer;
}

#usermenuconnected{
    display: flex;
}