 

#nav {
    color: white;
}

a:hover {
  background-color: #a51a36ea;
}

#h6spaced {
  letter-spacing: 2px;
}

h1 { 
  font-size: 2em; 
}

#contactus {
  color:#ff3860;
  text-align:center;
  font-family:'Trebuchet MS';
  font-weight: bold
}

#mainblueprint {
background-image: url("../images/blueprint-1.jpg");
 background-color: #cccccc;
  height: 800px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

  #blueprinttext {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  background: rgba(0, 0, 0, 0.7);
  padding: 10px; 
  }

#blueprinttext h1 {
     color: #ff3860;
}

#blueprinttext strong {
     color: white;
}

 #red h1 {
   color: #ff3860;
 }

 #red li {
   color: #ff3860;
 }

  #red1 h1 {
   color: #ff3860;
 }


  #red1 h3 {
   color: #ff3860;
 }