
img {
  margin: 15px 0px;
  border: none;
}


 .logo{
     margin-top: 0px;
   margin-bottom: 12px;
 }
  
.uno {
  float: left;
  margin: 0px;
  text-align: center;
}

.dos {
  float: left;
  margin: auto;
  text-align: center;
  }

  /* NAME */
  h1 {
    text-transform: uppercase;
    font-family: "Lato";
    color: #872236;
    font-size: 16px;
    line-height: 18px;
    margin: 5px 0px 0px;
  }

  /* Title */
  h4 {
    text-transform: uppercase;
    font-family: "Lato";
    font-size: 8.5px;
    letter-spacing: .25em;
    line-height: 16px;
    font-weight: 350;
    color: #384249;
    margin: 2px 0px 15px ;
  }

  .phone {
    text-transform: uppercase;
    font-family: "Lato";
    font-weight: 200;
    font-size: 11px;
    font-weight: lighter;
    color: #384249;
  }

  .number {
    font-family: "Lato";
    font-weight: 400;
    font-size: 13px;
    line-height: 18px;
    color: #384249;
  }

  .number:hover {
    text-decoration: none!important;
  }

  .email {
   
    font-family: "Lato";
    font-weight: 400;
    line-height: 2.3;
    color: #872236;
    font-size: 14px;
    text-decoration: none;
    
  }
  .website {
    color: #872236;
    font-size: 14px;
    text-decoration: none;
    font-family: "Lato";
    font-weight: 600;
    font-weight: bold;
    margin: auto 6px;
  }

  .website:hover {
    text-decoration: underline;
    text-decoration-color: #7eabb7;
  }


  a[href^="tel:"] {
    text-decoration: none;
  } 

.bottom-links {
  text-align: center;
  margin: 0px 10px;
  }

  