#progress {
    position: fixed;
    top: 50px;
    left: 0;
    height: 5px;
    background-color: #623456;
}
.navbar {
    background-color: #61D8A2;
}
.navbar-brand {
    color: #f1f1f1 !important;
}
.navbar ul li:hover {
    background-color: #36D88E !important;
}
.navbar ul li a {
    color: white !important;
}
.jumbotron {
    background-color: #679FD2;
}
.thumbnail {
    height: 400px;
    width: 360px;
    border: 4px solid #613154;
}
.thumbnail img {
    height: 320px;
    width: 340px;
}
.carousel-inner {
    background-color: #34D0BA;
}
.item {
    height: 300px;
}
.img-circle {
    height: 200px !important;
    width: 220px;
    border-radius: 40px;
}
.carousel-control {
    background-color: #15D0BA;
}
.img-circle {
    margin-bottom: 50px;
}
.footer {
    background-color: #61D8A2;
}