/* --------------------------------------------------------- */
/* Colona Style                                              */
/* --------------------------------------------------------- */
* {
  margin: 0;
  padding: 0;
}
body {
  margin: 40px;
  padding: 0;
  color: #000;
  background-color: #FFF;
}
a {
  text-decoration: none;
}
a:link {
  color: #333;
  background-color: transparent;
  text-decoration: underline;
}
a:visited {
  color: #333;
  background-color: transparent;
  text-decoration: underline;
}
a:hover, a:active {
  color: #C00;
  background-color: transparent;
  text-decoration: underline;
}
img {
  border: none;
}
h1 {
  margin: 0 !important;
  padding: 1em 1em 1em 1em !important;
  color: #101010;
  background-color: #EFEFEF;
  font-size: 15pt;
}
p {
  margin: 0 1em 0 1.3em;
  padding: 0;
  color: #101010;
  font-size: 13pt;
}
::-moz-selection {
  background: #EFEFEF;
}
::selection {
  background: #EFEFEF;
}
@media (max-width: 1200px) {
  h1 {
    font-size: 13pt;
  }
  p {
    font-size: 12pt;
  }
}
@media (max-width: 992px) {
  h1 {
    font-size: 12pt;
  }
  p {
    font-size: 11pt;
  }
}
@media (max-width: 768px) {
  body {
    margin: 4vw;
  }
  h1 {
    font-size: 2.5vw;
  }
  p {
    font-size: 2vw;
  }
}