/*
Theme Name: fix
Description: fix for the shit
Template: bauhaus
Version: 1.0.0
*/

/* fix shit email */
.contactItem p a {
  word-break: break-word;
}

/* fix service align */
.ourServiceBlockDesc {
  text-align: left;
}

/* fix the shit logo */
@media (min-width: 768px) {
  html .logo img.mainLogo {
    position: relative;
    margin-top: -20px;
    margin-bottom: -20px;
    height: 60px !important;
    width: 100px !important;
  }
}
