* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
body {
  font-family: Arial, Helvetica, sans-serif !important;
  margin: 16px 0 !important;
  padding: 0;
  background-color: #eeeeee;
}
p {
  font-size: 14px;
  color: #000000;
  padding: 10px 0 0;
  margin: 0 !important;
}
ul {
  list-style: none;
  margin: 0;
  padding: 10px 0 0;
}
li {
  color: #000000;
  background: url(../images/haken_bilder.png) 13px 6px no-repeat;
  padding: 3px 0 3px 42px;
  font-size: 14px;
}
.main-block {
  border: 1px #b9361f solid;
  border-bottom-width: 17px;
  width: 100%;
}
.main-block h1, .main-block h2 {
  color: #b9361f;
  font-size: 18px;
  font-weight: bold;
  padding: 10px 0 0;
  margin: 0;
}
.main-block u a {
  color: #b9361f;
  font-weight: bold;
}
.bg-cream {
  background-color: #fbe5d6;
}
.copy-right {
  font-size: 10px;
}
.footer-link a, .footer-link {
  color: #afafaf;
  font-size: 13px;
}
.footer-link {
  padding: 13px 0;
}
  body, .bg-light {
    background-color: #ffffff !important;
  }
@media (min-width: 1200px) {
  .container {
    max-width: 700px !important;
  }
}
@media screen and (max-width: 767px) {
  .img-fluid {
    margin: 0;
  }
  .mobile-text {
    text-align: center;
  }
  body, .bg-light {
    background-color: #ffffff !important;
  }
}
@media screen and (max-width: 480px) {
  .profile-img {
    width: 100% !important;
    margin: 0 0 20px;
    height: auto !important;
  }
}