/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}
body {
  /* Margin bottom by footer height */
  margin-bottom: 40px;
}

.header {
  position: relative;
  top: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 90px;
  background-color: #0047b9;
  border-bottom: 2px solid #ffb200;
  color: white;
}

.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 15px;
  background: #0047b9;
  color: #fff;
  border-top: 2px solid #ffb200;
}


/* Custom page CSS
-------------------------------------------------- */
/* Not required for template or sticky footer method. */

.container {
  width: auto;
  max-width: 90%;
  padding: 0 1px;
}

.col-center{
  margin:0 auto;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
  padding: 5px;
}

.container .text-muted {
  margin: 20px 0;
}

@media screen and (max-width: 780px) {
  .h2, h2 {
    font-size: 20px;
    padding: 0 0 0 0;
  }
  #welcomeTxt {
    margin: -20px;
  }
}

@media screen and (min-width: 780px) {
  #welcomeTxt {
    margin-right: 120px;
  }
}

@media screen and (min-width: 780px) {
  .header {
    position: relative;
    top: 0;
    width: 100%;
    height: 64px;
    background-color: #0047b9;
    color: white;
  }
}

