html {
  font: 100% 'Open Sans', 'Calibri', Verdana, Arial;
}

p {
  line-height: 1.4;
}

a {
  text-decoration: none;
  color: #337ab7;
}

a:hover {
  color: #245269;
  text-decoration: underline;
}

strong {
  font-weight: bold;
}

img {
  max-width: 100%;
}

.icons {
  fill: currentColor;
  stroke: currentColor;
}

.container {
  width: 94%;
  margin: 0 auto;
  max-width: 1400px;
}