@charset "utf-8";

@font-face { 
  font-family: 'DIN_1451_Std';
  src: url('../fonts/DINEngschriftStd_0.otf'); 
}


html { /* Stops browsers from auto adjusting text size */
    -moz-text-size-adjust: none;
    -ms-text-size-adjust: none;
    -webkit-text-size-adjust: none;
    text-size-adjust: none;
}

body { 
  height: 100%; 
  margin: 0; 
  padding: 0; 
  font-family: Arial; 
  font-size: 1.3em; 
  color: #000000;
  line-height: 1.7em;
  font-family: "Myriad Pro", Myriad, "Liberation Sans", "Nimbus Sans L", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

a,
a:active,
a:hover,
a:visited {
  color: #115fff;
  text-decoration: none;
}

b,
strong {
  font-weight: bold;
}

h1 {
  /* margin: 0 0 20px 0;
  font-size: 18px; */
  font-weight: bold;
}

h2 {
  margin: 0 0 20px 0;
  font-size: 15px;
  font-weight: bold;
}

p {
  margin-bottom: 15px;
}

/* others */
.reset {
  clear: both;
}

.hide {
  display: none;
}