/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}
body {
  /* Margin bottom by footer height */
  margin-bottom: 60px;
  background-color: #ffd420;
  font-family: Courier, monospace;
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 70px;
  text-align:center;
  font-size: 130%;
}
.footer i {
    font-size: 75%;
    font-style: normal;
}

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

.container {
  width: auto;
  max-width: 800px;
  padding: 0 15px;
}
.container .text-muted {
  margin: 20px 0;
}
.container p.lead {
  padding: 12% 25% 10px;
  text-align:center;
}
.container p.lead span {
  display: block;
  text-align: left;
}  
h1 {
    height:150px;
    background: no-repeat bottom left url("./logowt.png");
    color: #ffd420;
    font-size: 20%;
}
.page-header {
    border-bottom: none;
}
.page-header div { color:red;
    padding: 200px 50px 10px;
    text-align:center;
}