﻿@import url("https://fonts.googleapis.com/css?family=Roboto&display=swap");
@import url("https://fonts.googleapis.com/css?family=Roboto-Light&display=swap");
#logo {
  background: url(images/header-logo.svg) no-repeat;
  background-size: 270px auto;
  width: 270px;
}

#logo-center {
  padding-top: 1em;
}

@media (max-width: 47.99em) {
  #logging {
    line-height: 0;
  }
}

.services h2 {
  padding: 10px !important;
  background: #353b41;
  color: #ffffff;
  font-size: 15px;
}
