#img-www {
  width:200px;
}

#img-kings {
  width:150px;
}

#m-header {
  margin-top:20vh;
}

body {
  backgound-color: #000;
  background: url(../images/HACbg.jpg) no-repeat center center fixed;
  -webkit-background-size:cover;
  -moz-background-size:cover;
  -o-background-size:cover;
  background-size:cover;
}

h1 {
  font-family: 'Source Sans Pro';
  font-size: 7vh;
  font-weight: 700;
  color: #000;
}

h2 {
  font-weight:bold;
}

#info-box {
  background-color: rgba(255,255,255,0.7);
  border-radius: 5px;
  padding-bottom: 32px;
  margin-left: 32px;
  margin-right: 32px;
}

#info-box p {
  font-size: 1.3rem;
  color: #000;
}

#subTitle {
  background-color: rgba(255,255,255,0.5);
  padding: 1px 32px;
  border-radius: 5px;
  font-size: 2rem;
  font-weight: bold;
}

@media only screen and (max-width: 992px){
  #m-header {
    margin-top:15vh;
  }
}

@media only screen and (max-width: 768px){
  /* For mobile phones */
  #img-www{
    width: 90%;
  }

  #img-kings {
    width: 100%;
  }

  #m-header {
    margin-top:10vh;
  }

  h1 {
    font-size: revert;
    color: antiquewhite;
  }

  #info-box {
    margin-left: 5px;
    margin-right: 5px;
  }

  #info-box p {
    font-size: 1rem;
  }
}
