body{
  font-family: 'Roboto', sans-serif;
  background-color: #133247;
    letter-spacing: 2px;
    margin: 0;
}

h1{
  font-size: 6.8rem;
  color: #EE884A;
  text-align: center;
  padding: 0 0 1% 0;
  margin: 0;
  line-height: 0.8;
  letter-spacing: 14px;
}

h2{
  font-size: 2.2rem;
  color: white;
  font-weight: normal;
  text-align: center;
  padding: 7% 0 2% 0;
  margin: 0;
  line-height: 0.8;
}

h3{
  font-weight: 300;
  color: white;
  font-size: 1.4rem;
  text-align: center;
  padding: 0 25% 0 25%;
  text-align: center;
}

h4{
  font-weight: normal;
  font-size: 5rem;
  color: white;
  margin: 0;
  padding: 1% 0 1% 0;
  letter-spacing: 4px;
    text-align: center;
    border-bottom: 1px solid white;
}

.coloured-box{
  display:block;
  margin-bottom: 5%;
}

.message-container{
  width:85%;
  margin: 3% auto 0 auto;
}

.allign-center{
  text-align: center;
}

.contact-button{
  transition: transform .5s ease;
}

.contact-button:hover{
  transform: scale(1.2);
}

@media (max-width:1400px) {
  h1{
    font-size: 5.2rem;
  }
  h2{
    font-size: 2rem;
  }
  h3{
    font-size: 1.5rem;
  }
  .message-container{
    width:90%;
  }
  /* footer{
    margin-top: 4%;
  } */
  .bottom-margin{
    margin-bottom: 4%;
  }
}

@media (max-width: 1024px) {
  .message-container{
    width:95%;
    margin: 30% auto;
  }
  .coloured-box{
    display:block;
    padding: 5% 0;
  }
}

@media (max-width: 768px) {
  .message-container{
    width:95%;
    margin: 20% auto;
  }
  h2{
    font-size: 3rem;
  }
  h4{
    font-size: 5rem;
  }
}

@media (max-width:600px) {
  h1{
    font-size: 4rem;
    letter-spacing: 8px;
  }
  h2{
    font-size: 1.5rem;
  }
  h3{
    font-size: 1.2rem;
    padding: 0 5% 0 5%;
  }
  .message-container{
    width:100%;
    margin: 15% auto;
  }
  /* footer{
    margin-top: 30%;
  } */
}

@media (max-width:500px) {
  h1{
    font-size: 4rem;
  }
  h2{
    font-size: 1.5rem;
  }
  h3{
    font-size: 1rem;
  }
  h4{
    font-size: 2.5rem;
  }
  .message-container{
    width:100%;
    margin: 15% auto;
  }
  /* footer{
    margin-top: 18%;
  } */
}

@media (max-width:320px) {
  h1{
    font-size: 3.5rem;
  }
  h2{
    font-size: 1.3rem;
  }
  h3{
    font-size: 1rem;
  }
  h4{
    font-size: 2.5rem;
  }
  .message-container{
    width:100%;
    margin: 10% auto;
  }
  /* footer{
    margin-top: 18%;
  } */
}
