
.blueText{
  color: #020A2B!important;
}
.redText{
  color: #DE213A!important;
}
h1, .homeContent h2{
  font-size: 70pt;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 100%;
}
h2{
  font-size: 60pt;
  font-weight: 600;
  line-height: 100%;
}
.h1{
  color: #DE213A;
}
h2{
  color: #020A2B;
}
#header p{
  font-size: 20pt;
}
.testimonials h2, .services h2, .map h2, .contact h2{
  position: absolute;
  -moz-transform: translateX(-50%) translateY(-50%) rotate(-90deg);
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(-90deg);
  transform:  translateX(-50%) translateY(-50%) rotate(-90deg);
  top: 50%;
  left: 50%;
  width: 900px;
  text-align: center;
  font-size: 40pt;
}
.services h2, .services a:hover, .contact h2{
  color: white;
}
@media screen and (max-width: 1340px){
  h1, h2, .homeContent h2{
    font-size: 55pt;
  }
}
@media screen and (max-width: 1200px){
  .testimonials h2, .services h2, .map h2, .contact h2{
    position: relative;
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    transform:rotate(0);
    top: 0;
    left: 0;
    width: auto;
    transform-origin: 0 0;
  }
}
@media screen and (max-width: 992px){
  h1, h2, .homeContent h2{
    font-size: 30pt;
  }
}
