/* Courier prime font */
@font-face {
  font-family: "Courier Prime";
  font-style: normal;
  font-weight: normal;
  src: url("CourierPrime-Regular.ttf");
}
@font-face {
  font-family: 'Courier Prime';
  font-style: italic;
  font-weight: normal;
  src: url('CourierPrime-Italic.ttf');
}
@font-face {
  font-family: 'Courier Prime';
  font-style: normal;
  font-weight: bold;
  src: url('CourierPrime-Bold.ttf');
}
@font-face {
  font-family: 'Courier Prime';
  font-style: italic;
  font-weight: bold;
  src: url('CourierPrime-BoldItalic.ttf');
}

ul#contact {
  list-style: none;
}
ul#participants {
  list-style: none;
  text-align: center;
  padding: 0;
}
@media only screen and (min-width: 800px) {
  ul#participants {
    column-count: 2;
  }
}
ul#howtogetto {
  list-style: none;
  padding: 0;
  padding-left: 1em;
}

img#portrait {
  float: left;
  height: 15em;
  padding: 0em 2em 0em 2em;
}

img#thesis {
  float: left;
  height: 10em;
  padding: 0em 2em 0em 2em;
}

table#cv {
/*  padding-left:1em;*/
}
table#cv td {
  vertical-align: top;
/*  padding-right:1em;*/
  padding-bottom:0.5em;
}


body, html {
  height: 100%;
  color: #555;
  line-height: 1.8;
  font-size: 14pt;
  font-family: "Helvetica", "Arial", sans-serif;
}

h1,h2,h3,h4,h5,h6 {font-family: "Courier New", "Courier", "Courier Prime", monospace;}
h3 {
  letter-spacing: 3pt;
  font-size: 18pt;
}

a {
  color: #006AB3;
  text-decoration: none;
}
a:visited {
  color: #003d66;
}
a:hover {
  color: #00b359;
  text-decoration: underline;
}


a.w3-button {
  color: white;
  font-family: 'Courier New', 'Courier', 'Courier Prime', monospace;
  font-size: 16pt;
}
a.w3-button:visited {
  color: white;
}
a.w3-button:hover {
  text-decoration: none;
}


a[href*="//"]:not([href*="markus-heinrich.eu"]):after {
  font-family: 'Font Awesome 6 Free';
  content: "\f08e";
  font-weight: 900;
  padding-left: 5px;

}

/* Create a Parallax Effect */
.bgimg-1, .bgimg-2, .bgimg-3 {
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}


/* First image (Logo. Full height) */
.bgimg-1 {
  background-image: url("img/squares.svg");
  min-height: 100%;
}

@media only screen and (min-width: 1500px) {
  .bgimg-1 { background-size: 90%; }
}

.w3-wide {letter-spacing: 10pt;}
.w3-hover-opacity {cursor: pointer;}

.w3-content {
  text-align: justify;
}

.flex-container {
  height:100%;
  display:flex;
  justify-content:center;
  align-items: center;
  flex-direction: column;
}

.inline {
  display:inline-block;
}

.title-image {
  border:2px solid white;
  width:300px;
}

.courier {
  font-family: 'Courier New', 'Courier', 'Courier Prime', monospace;
}

.decoration-break {
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
}

table.program {
  width:200%;
  table-layout: fixed;
  border-collapse: collapse;
  font-size: 11pt;
}
@media only screen and (min-width: 800px) {
  table.program {
    width:150%;
  }
}

.program thead tr {
  border-top: 2px solid #555;
  border-bottom: 2px solid #555;
}
.program tbody tr {
  border-bottom: 1px solid #555;
}
.program tbody {
  color: #333;
}
.program th,td {
  text-align: center;
  padding:0.5em;
}
.program th:first-of-type {
  width:4em;
}
td.talk {
  background-color: #93c47d;
}
td.session {
  background-color: #6d9eeb;
}
td.misc {
  background-color: #ffff00;
}



/* Turn off parallax scrolling for tablets and phones */
/*@media only screen and (max-device-width: 1600px) {
  .bgimg-1, .bgimg-2, .bgimg-3 {
    background-attachment: scroll;
    min-height: 400px;
  }
}*/

/* styling for small devices */
@media only screen and (max-width: 400px) {
  .title-image {
    width:250px;
  }
}
@media only screen and (max-width: 610px) {
  .hide-small {
    display:none;
  }
}
@media only screen and (min-width: 610px) {
  .hide-big {
    display:none;
  }
}
@media only screen and (max-width: 831px) {
  .center-title-small {
    text-align: center !important;
    margin-top:1em;
  }
}
@media only screen and (max-width: 870px) and (min-width: 831px) {
  .center-title-small {
    text-align: center !important;
    margin-top:1em;
    margin-left:1em;
  }
}
@media only screen and (min-width: 870px) {
  .center-title-small {
    vertical-align: middle;
    margin-left:1em;
  }
@media only screen and (max-width: 600px) {
  .display-middle-small {
    position:absolute;
    top:50%;left:5%;
    transform:translate(0%,-50%);-ms-transform:translate(0%,-50%);
    width:;
  }
}