.home-button {
    display: block;
    padding-top: 17px;
    padding-bottom: 17px;
    text-align: center;
    margin-bottom: 10px;
    border-radius: 10px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

a.home-button:hover {
    color: #5E5473;
    text-decoration: none;
}

.home-icon {
    font-size: 38pt;
}

.home-text {
    font-size: 12pt;
}

.color-1 {
    background-color: #19B5A5;
    color: #fff;
}

.list-border-top-color-1 {
    border-top: 5px solid #19B5A5;
    border-top-width: 5px !important;
}

.color-2 {
    background-color: #FF6933;
    color: #fff;
}

.color-3 {
    background-color: #FF0048;
    color: #fff;
}

.navbar-brand {
    float: none;
    padding: 15px;
    text-align: center;
}

a.icon-right {
    margin-right: 4%;
    color: #19B5A5;
    font-size: 16pt;
}

a.icon-left {
    margin-left: 4%;
    color: #19B5A5;
    font-size: 16pt;
}

.camera-file-upload {
    display: block;
    padding-top: 17px;
    padding-bottom: 17px;
    text-align: center;
    margin-bottom: 10px;
    border-radius: 10px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

#loading-gif {
    display:none;
    margin-left: auto;
    margin-right: auto;
    height: 60px;
}

.result-image {
    max-width: 90%;
    margin-left: 5%;
    margin-right: auto;
}

.btn-primary {
    background-color: #19B5A5;
    border-color: #1995A5;
}
