.midnightblue{
  background-color:#191C49!important;
  font-size:14px;
  width: 100%;
}

.midnightblue .content.container{
  min-height:400px;
  margin: 5% auto;
}

.icon{
  width:40px;
  height:auto;
  margin:0 10px 0 0;
}

.midnightblue .navbar-brand{
  padding:0 15px;
}

.midnightblue span{
  display: table-cell;
  vertical-align: middle;
  height: 50px; 
}


.midnightblue .img-responsive{
  margin:5% auto;
  max-width:100px;
  height:auto;
  width: 50%;
}

.midnightblue .text-first{
  color:white;
  text-align:center;
  font-weight:bold;
  font-size:20px;
}

.midnightblue .text-second{
  color:white;
  text-align:center;
  font-weight:bold;
  font-size: 14px;
}

.midnightblue .footer {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: #DCDCDC;
    color: white;
    text-align: center;
    padding:15px 0;
}


.midnightblue .footer .container, .midnightblue .footer .container a{
  display:table;
  margin:0 auto;
  color:#181B4A !important;
  font-weight:bold;
  font-size:1em;
}

.midnightblue .footer .container .row div{
  text-align:left;
}

#myNavbar, .col-md-2 {
  display: none;
}

@media (min-width: 992px) {
  .col-md-5 {
    width: 81% !important;
  }
  .col-md-3 {
    width: 13% !important;
    margin: 0 !important;
  }
  .col-md-1 {
    width: 6% !important;
    margin: 0 !important;
    padding: 0 !important;
  }
  .midnightblue .footer {
    padding: 15px 0 !important;
  }
  .midnightblue .text-first{
    font-size:3vw !important;
  }
  .midnightblue .img-responsive{
    max-width:300px !important;
  }
}

.col-md-5 {
  width: 82%; 
  float: left;
  font-size: 18px;
}
.col-md-3 {
    width: 82%;
    float: left;
}
.col-md-1 {
  width: 10%;
  float: left;
  padding: 25px 0;
  margin: 0 6% 0 2%;
}