/* 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;
}

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

.content {
  max-width: 960px;
  margin: auto;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 15px;
  padding-right: 15px;
  width: fit-content;
}

.container{
  width: fit-content;
}

.picture {
  /* Set the parent container to be responsive */
  width: 100%;
  max-width: 960px; /* Adjust the maximum width as needed */
  height: auto; /* The height will be automatically adjusted according to the aspect ratio */
}

.picture svg {
  width: 100%;
  height: 100%;
  fill: #2a2933;
}

.picture svg:hover {
  fill: #0041bd;
}

h1
{
  color: #2a2933;
  font-size: 60pt;
  text-align: left;
}

h2
{
  color: #2a2933;
  font-size: 36pt;
  text-align: left;
}

h3
{
  color: #2a2933;
  font-size: 24pt;
  text-align: left;
}

p, li
{
	font-size: 20pt;
	text-align: justify;
	color: #17171a;
}

h2+li
{
	font-size: 24pt;
	text-align: justify;
	color: #17171a;
}

.thumb{
  max-width: 100%;
  height: auto;
}

/* 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;
}

#footertext
{
    overflow: hidden;
}

.footertext
{
	font-size: 8 pt;
	text-align: left;
  max-width: 960px;
  margin: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.nextprojects
{
  text-align: right;
}

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

  h1{
    font-size:8vw;
  }

  h2{
    font-size:7vw;
  }

  h3{
    font-size:6vw;
  }

p, li{
    font-size: 5vw;
    text-align: left;
  }

  .content img{
    width:100%;
  }
}
