header img, header .img-thumbnail{
    max-width: 200px; !important;
}

#logo3WA{
 width: 30px;
}
#logo3WA:hover{
    transform: scale(1.5);
    transition: 500ms;
}

#technologies .service-icon{
    background-color: #1d809f;
    box-shadow: none;
    height: 7rem;
  width: 7rem;
  display: block;
  line-height: 7.5rem;
  font-size: 2.25rem;
}
#html{
    padding-left: 15px;
}
#mysql{
    margin-bottom: 15px;
}
#symfony{
    margin-bottom: 15px;
}

#phone{
    display: inline-block;
    padding: 0 15px;
    min-height: 25px;
    line-height:4.3rem;
    font-size:1.5rem;
    background-color:#1d809f;
    transition:background-color .15s ease-in-out;
    box-shadow:0 3px 3px 0 rgba(0,0,0,.1)
}

#phone:hover{
     background-color:#155d74;
     text-decoration:none;
}