body {
    background: #13023b;
    display: block;
}

.navbar {
    background-color: #c4c4c4;
    color: black;
}
.bmd-label-floating {
    color: black;
    font-family: MedievalSharp;
}
#inputEmail, #inputPassword {
    color:black;
    background-color: white;
}
#thumbnailPng {
    height: 200px;
    width: 240px;
    margin: auto;
    padding: 12px;
}
#warning{
    color: white;
    font-family: MedievalSharp;
}
.card
{
    text-align: center;
}

#map { height: 1000px; }
.page-container {
    margin-top: 75px;
}
#homeLoginBtn, #logIn, #createAccount {
    border-style: solid;
    border-color: black;
    border-radius: 10px;
    color: black;
    background-color: white;
    font-family: MedievalSharp;
    margin:auto;
}
.dropdown-menu-right {
    position: absolute;
    left: -128px;
}
.list-group-item :first-child {
    margin-right: .5rem;
}

.croppedImage
{
    width: 100px;
    height: 100px;
    position: relative;
    overflow: hidden;
    border-radius: 50%;
}

.croppedImage > img
{
    display: inline;
    margin: 0 auto;
    height: 100%;
    width: auto;
}

#editProfileImageButton
{
    justify-content: left;
}
