html,
body {
  height: 100%;
}

header,
footer {
  flex: 0 0 auto;
}

main {
  text-align: center;
  padding: 5vmin;
  flex: 1 0 auto;
}

h1 {
  text-align: center;
}

h3{
  margin: 0 0 10px;
  font-size: 42px;
  text-align: left;
  color: #000080;
  font-family: "museo","Museo Sans", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-weight: 500;
}

.col-md-6 p {
  color: #000066;
  text-align: justify;
}

#homepage-img{
  height: 100%;
  width: 95%;
  margin-left: 5%;
  border-radius: 50%;
}

.container{
  margin-top: 2%;
}

.btn{
  border-radius: 5px;
  border: 1px solid #178b49;
  color: #fff;
  text-decoration: none;
  text-shadow: 0 1px 2px rgba(0,0,0,0.2);
  line-height: 1;
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.4), 0 0 5px rgba(0,0,0,0.05), 0 1px 2px rgba(0,0,0,0.2);
  padding: 14px 15px;
  border-color: #178b49;
  font-size: 18px;
  font-weight: 300;
  background-color:   #000075;
  width: fit-content;
}

input{
  border-radius: 5px;
  border: 1px solid #178b49;
  text-decoration: none;
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.4), 0 0 5px rgba(0,0,0,0.05), 0 1px 2px rgba(0,0,0,0.2);
  padding: 7px 10px;
  border-color: #178b49;
  font-size: 18px;
  font-weight: 250;
}

.inputField{
  position: absolute;
  left: 35%;
  top: 30%;
}