#contact{
    float:right;
    white-space:nowrap;
    direction: ltr; /* parent:rtl */
}

#phone {
  margin-bottom:0.2rem;
  margin-top:0.2rem;
  text-align:center;
  font-size:2rem;
  white-space:nowrap;
}

#phone a:link,
#phone a:visited,
#phone a:hover {
  color:#444;
  text-decoration: none;
}

#communicate {
    color:#FFF;
    background-color:#444;
    font-size:35px;
    padding:28px;
    font-stretch: ultra-condensed;
    border-top:1px solid black;
    text-align: center;
}

#communicate a {
    color: #B5D3E7;
}

#communicate a:hover {
    color: #FFF;
}
