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

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

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

body
{
	background-color: #faf9f4;
  margin: 0 !important;
  padding: 0 !important;
}

.stickyheader-background {
  background-color: #ececec; /* Replace with your desired background color */
  width: 100%; /* Full width of the screen */
  position: sticky;
  top: 0; /* Stick to the top of the viewport */
  z-index: 10; /* Ensure it overlaps other content */
}

.stickyheader {
  max-width: 1250px;
  margin: auto;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 15px;
  padding-bottom: 10px;
  top: 0; /* Stick to the top of the viewport */
  /* width: fit-content; /* Constrain the content width */
  background-color: transparent; /* Transparent, so the background of the parent shows through */
}

.header-text {
  color: #000000; /* Replace with your desired font color */
  width: 100%; /* Full width of the screen */
  font-size: 20pt;
  text-align: left;
}

.logotype {
  /* Set the parent container to be responsive */
  width: 100%;
  max-width: 390px; /* Adjust the maximum width as needed */
  height: auto; /* The height will be automatically adjusted according to the aspect ratio */
  margin: 0 !important;
  top: 0; /* Stick to the top of the viewport */
  padding-bottom: 15px;
}

.presentation-background {
  background-color: #292b33; /* Replace with your desired background color */
  width: 100%; /* Full width of the screen */
}

.presentation {
  padding-top: 40px;
  padding-bottom: 15px;
}

.content {
  width: 100%;
  max-width: 1250px;
  margin: auto;
  padding: 0 15px;
}

.content img {
  display: block;
  width: 100%;
}

.container{
  width: fit-content;
}

.footer-background {
  background-color: #292b33; /* Replace with your desired background color */
  width: 100%; /* Full width of the screen */
}

.footer-text {
  color: #FFFFFF; /* Replace with your desired background color */
  width: 100%; /* Full width of the screen */
  font-size: 20pt;
  text-align: left;
}


h1
{
  color: #FFFFFF;
  font-size: 60pt;
  text-align: left;
  font-family: 'piscolabis', sans-serif;
  font-weight: normal;
}

h2
{
  color: #2a2933;
  font-size: 36pt;
  text-align: left;
  font-family: 'sligoil', sans-serif;
  font-weight: normal;
}

h3
{
  color: #2a2933;
  font-size: 24pt;
  text-align: left;
  font-family: 'sligoil', sans-serif;
  font-weight: normal;
}

.bold-title {
  font-family: 'sligoilmedium', sans-serif;
  font-weight: normal;
}

p, li
{
	font-size: 20pt;
	text-align: justify;
	color: #17171a;
  font-family: 'sligoil', sans-serif;
  font-weight: normal;
}

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: #ffc200;
  text-decoration: none;
}

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

/* unvisited and visited links on dark background*/
.presentation-background a:link,
.presentation-background a:visited {
  color: #eed63d;
  text-decoration: none;
}

.floatingpic
{
	float: right;
}

#footertext
{
    overflow: hidden;
}


.footertext
{
	font-size: 8 pt;
	text-align: left;
}

.nextprojects
{
  text-align: right;
}


@media only screen and (max-width: 1250px) {

  .content {
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    width: fit-content;
  }

  h1{
    font-size:10vw;
  }

  h2{
    font-size:7vw;
  }

  h3{
    font-size:5.5vw;
  }

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

  .footer-text{
    font-size: 5vw;
    text-align: left;
  }

  .content img{
    width:100%;
  }
}