a {
  text-decoration: none;
  color: #444;
}

a:hover {
  text-decoration: none;
  color: #444;
}

body {
  background: #fff;
  color: #444;
  font-family: "Open Sans", sans-serif;
}

p {
  padding: 0;
  margin: 0 0 30px 0;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  margin: 0 0 20px 0;
  padding: 0;
}

.rounded-top-left-1 {
  border-top-left-radius: 1rem;
}
.rounded-top-right-1 {
  border-top-right-radius: 1rem;
}
.rounded-bottom-left-1 {
  border-bottom-left-radius: 1rem;
}
.rounded-bottom-right-1 {
  border-bottom-right-radius: 1rem;
}

.item-shadow {
  -webkit-box-shadow: -1px 4px 17px -4px rgba(0,0,0,0.75);
  -moz-box-shadow: -1px 4px 17px -4px rgba(0,0,0,0.75);
  box-shadow: -1px 4px 17px -4px rgba(0,0,0,0.75);
}

.top-85 {
  top: 85%!important;
}
