@import url('https://fonts.googleapis.com/css?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@20,400,0,0');

h1 {  font-size:1.6em;  font-weight:400;}
#footer {
  background:url(/images/styles/template11/footer1.png);
  text-align:center;
  margin-top:10px;
  padding: 1.5em 0 1.5em 0;
}
#footer p {
  padding:15px;
  font-size:0.8em;
  color: #f1f1f1;
  background-color: #bbbbbb;
}
#contact .company
{
  background-color: transparent;
  background-image: url("/images/styles/template11/icon-company-b.png");
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: 100% 2px;
  background-clip: border-box;
  background-origin: padding-box;
  background-size: auto auto;
  font-weight: bold;
  color: #ff3d7f;
  font-size: 1.2em;
}
#motive {
  text-align: left;
}
#motto #motto-text {
  width: 100%
    font-size: 1.3em;
  text-transform: none;
  text-align: left;
  margin-left: 10px;
}
@media screen and (max-width: 991px) {
  #motive {
    text-align: left;
  }
}
@media screen and (max-width: 991px) {
  #motto #motto-text {
    width: 100%
      font-size: 0.8em;
    text-transform: none;
    text-align: left;
    margin-left: 10px;
  }
}
