header .title img {
    display: block;
    margin: 0 auto;
    max-height: 100px !important;
}

.linkButtonStyle1 {
  padding:10px;
  background-color: #7b267c;
  color: #fff !important;
  text-align:center;
  border-radius: 10px;
  float:right;
  font-size:1.3em;
  }

.linkButtonStyle2 {
  padding:10px;
  background-color: #6d7571;
  color: #fff !important;
  text-align:center;
  border-radius: 10px;
  float:left;
  font-size:1.3em;
  }

.buttonWrapper {
  width:40%;
  clear: both;
  margin-right: auto;
  margin-left: auto;
  margin-bottom:10px;
  height:10px;
    }

@media all and (max-width:750px){
  .linkButtonStyle2, .linkButtonStyle1 {
    float:none;
    margin-bottom:80px;
    font-size:1em;
  }
  .buttonWrapper{
    width:90%;
    clear: both;
    text-align:center;
    height:40px;
  }
  .buttonWrapper div {
    margin-bottom:20px;
  }
  .clear {
    clear:both;
  }
}

h2 {
  color: #fff;
}