/* appliedmetaprojects */
/* text-rendering: optimizeLegibility; */

html {box-sizing: border-box;}
*, *:before, *:after {box-sizing: inherit;}

@font-face {
  font-family: 'sligoil';
  src: url('../fonts/Sligoil-Micro.woff');
  src: url('../fonts/Sligoil-Micro.woff2') format('woff2'),
  url('../fonts/Sligoil-Micro.woff') format('woff'),
  url('../fonts/Sligoil-Micro.ttf') format('truetype'),
  font-weight: normal;
  font-style: normal;
}

body
{
	background-color: #FFFFFF;
  margin: 0 !important;
  padding: 0 !important;
  text-align: left;
}

*
{
	font-family: 'sligoil', sans-serif;
  font-weight: normal;
}

pre {
  font-size: 16pt;
  line-height: 18pt;
  padding-top: 0;
  margin-top: 0;
  color: #17171a;
}

/* unvisited link */
a:link {
  color: #0042bd;
  text-decoration: none;
}

/* visited link */
a:visited {
  color: #0042bd;
  text-decoration: none;
}

/* mouse over link */
a:hover {
  color: hotpink;
  text-decoration: none;
}

/* selected link */
a:active {
  color: blue;
  text-decoration: none;
}

@media only screen and (max-width: 1280px) {
  .content {
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    width: fit-content;
  }
