.container-fluid {
    background-color: #183550;
    text-align: center;
}
.img-fluid {
    height: auto;
    max-width: 100%;
    min-width: 100%;
    margin-top: 10px;
    margin-left: auto;
}
.footer {
    position: relative;
    bottom: 0;
    width: 100%;
    height: auto; /* Set the fixed height of the footer here */
    text-align: center;
    line-height: 25px; /* Vertically center the text there */
    background-color: #142b37;
  }
  
.btn {
    background-color: transparent;
    border: none;
    color: grey;
}

.modal {
    padding:9px 15px;
    border-bottom:1px solid #eee;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.modal-header {
    background-color: #183550;
    color: azure;
}

body {
    font-family: IT020, IT020_IE;
}

@font-face {
    font-family: IT020;
    src: url("../fonts/IT020.ttf") format('truetype');
 }

@font-face {
    font-family: IT020_IE;
    src: url("../fonts/IT020_IE.eot");
 }