html {
    position: relative;
    min-height: 100%;
}

body {
    margin-top: 86px;
    margin-bottom: 80px; /* Margin bottom by footer height */
}

.progress {
    height: 10px;
    margin-bottom: 10px;
    border-radius: 0;
}

.custom-control {

    margin-left: 20px;

}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 75px; /* Set the fixed height of the footer here */
    line-height: 75px; /* Vertically center the text there */
    background-color: #eeeeee;
    text-align: center;
}

.apple {
    background: #f5f5f5;
    border: 1px solid #FFF;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    box-shadow: 1px 2px 4px rgba(0, 0, 0, .4);
}

.hovercolor:hover {
    background-color: #6969ff;
    color: white;
    text-decoration: underline;
}

.my-card-image {
    display: block;
    margin-left: auto;
    margin-right: auto;
    border-radius: 50%;
    max-width: 400px;
}

.center {
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 1000px;
}

.footer-image {
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-height: 65px;
    margin-top: 5px;
}

.jumbotron {
    border-radius: 5px;
    margin-top: 15px;
    padding: 2rem 0;
}

.img-fluid {
    max-width: 66.67%;
}

.footer-container {
    max-width: 500px;
    text-align: center;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    height: 75px;
}

.footer-row {
    width: 500px;
    height: 75px
}

.footer-colum-a {
    float:left;
    width: 30%;
}

.footer-colum-m {
    float:left;
    width: 40%;
}

