﻿/* Sticky footer styles
-------------------------------------------------- */
html {
    position: relative;
    min-height: 100%;
}

body {
    /* Margin bottom by footer height */
    margin-bottom: 56px;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    /* Set the fixed height of the footer here */
    height: 56px;
    line-height: 56px; /* Vertically center the text there */
    background-color: #f5f5f5;
}

/*!
 * Start Bootstrap - Heroic Features (https://startbootstrap.com/template-overviews/heroic-features)
 * Copyright 2013-2017 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-heroic-features/blob/master/LICENSE)
 */

body {
    padding-top: 24px;
}

@media (min-width: 992px) {
    body {
        padding-top: 26px;
    }
}

.card {
    height: 100%;
}

.card-img-top{
    margin-left:auto;
    margin-right:auto;
    display: block;
    border-top-left-radius: calc(.25rem - 1px);
    border-top-right-radius: calc(.25rem - 1px);
    width: 146px;
}

/* .footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 60px; /* Set the fixed height of the footer here 
  line-height: 60px; /* Vertically center the text there 
  background-color: #f5f5f5;
} */
