.container-fluid {
  padding-left: 30px;
  padding-right: 30px;
}
img {
  max-width: 100%;
}
a:focus {
  outline: none !important;
}
.btn {
  border-radius: 0;
}
body,
html {
  background: #2584c7;
}

h1,
h2,
h3,
h3.module-title,
h4,
h5 {
  color: #2584c7;
  text-transform: uppercase;
}
h1.itemTitle,
h1.catTitle {
  margin-top: 0;
}