html { 
  background: #eee;
  font-family: 'Inter', sans-serif;
}

body {
  color: #666;
  font-size: 11pt;
  margin: 0;
}

h1 {
  font-size: 20pt;
  color: white;
  font-weight: bold;
  margin-top: 0;
  margin-bottom: 0;
}

h2 {
  font-size: 16pt;
  color: #666;
  font-weight: bold;
  text-align: center;
  margin-top: 48px;
  margin-bottom: 48px;
}

.projecttitle {
  font-size: 20pt;
  color: #fff;
  margin: 0px;
  margin-top: 8px;
  margin-bottom: 0px;
  padding: 0px;
}

a {
  color: #666;
}

a.anchor {
  display: block;
  position: relative;
  top: -95px;
  visibility: hidden;
}

.headerimage {
  background: #aaa url(img/SonarOdeGand.jpg) no-repeat center;
  background-size: cover;
  height: 100%;
  max-height: 950px;
  padding: 0px;
  margin: 0px;
  display: flex;
}

@media (width <= 850px) {
  .headerimage {
    width: 100%;
    height: 500px;
  }
}

/* .headerimagearrowdown{
  display: none;
  color: rgba(255, 255, 255, 0.6);
  font-size: 32pt;
  width: 100%;
  text-align: center;
  align-self: flex-end;
  margin-bottom: 24px;
}

@media (width <= 850px) {
  .headerimagearrowdown {
    font-size: 24pt;
  }
} */

.header {
  position: fixed;
  top: 0;
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  padding: 16px;
  padding-bottom: 16px;
  /* background: #131313; */
  background: rgba(19,19,19,0);
  color: #aaa;
}

/* Prevent light parts of BG from hiding logo */
@media (width > 2000px) {
  .header {
    background: rgba(19,19,19,1) !important;
  }
}

.headerlogo {
  display: flex;
  flex-direction: row;
  padding: 0px;
  padding-bottom: 6px;
  padding-top: 6px;
  flex-grow: 1;
}

.headerlogo p {
  margin: 0;
}

.headertext {
  margin-left: 4px;
}

.possiblemetricslogo {
  width: 50px;
  margin-bottom: 4px;
}

.possiblemetricslogotext {
  height: 30px;
  margin-bottom: 0px;
}

.logodescription {
  text-align: left; 
  font-size: 11pt;
  margin-left: 5px;
}

.menu {
  padding-left: 8px;
  text-align: left;
  width: 260px;
  padding-bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
}

.menu a {
  margin-right: 12px;
  color: #f0f0f0;
  text-decoration: none;
  font-size: 13pt;
  font-weight: bold;
}

.annotation {
  color: rgb(240,169,56);
}

.projectlaurels {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-top: 16px;
}

.tinylaurels {
  height: 25px
}

.projectdetails{
  display: none;
  margin-right: auto;
  margin-left: auto;
  padding: 16px;
  background-color: #1d1d1d;
}

.hidebutton:hover,
.detailsbutton:hover,
.hidebutton,
.detailsbutton
{
  text-decoration: underline;
  cursor: pointer;
}

.hidebutton {
  text-align: right;
  margin: 0;
}

.projects {
  padding-left: 24px;
  padding-right: 24px;
}

.projectcontainer{
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  border: solid 1px #666;
  background: #0f0f0f;
  color: #bbb;
  padding: 0px;
  margin-top: 36px;
  margin-bottom: 36px;
}

.project {
  width: 100%;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  min-height: 400px;
  flex-grow: 1;
  background-size: cover;
}

@media (width <= 850px) {
  .projectdesc{
    background: none !important;
    width: fit-content !important;
  }
  .project {
    background: rgb(38,38,38) !important;
  }
  .projectimagemobile {
    display: block !important;
  }
}

.project a{
  color: #bbb;
}

.projectsummary{
  margin-top: 12px;
  margin-bottom: 12px;
}

.accolades {
  text-align: center;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 8px;
}

.filmstillimg {
  margin: 0;
  max-width: 100%;
  height: auto;
  padding-top: 8px;
}

.posterimg {
  margin: 0;
  max-width: 50%;
  margin-left: 25%;
  height: auto;
  padding-top: 8px;
}

.watchvimeo {
  height: 15px;
  margin-left: 6px;
  margin-right: 6px;
}

.watchyoutube {
  height: 13px;
  margin-left: 6px;
  margin-right: 6px;
}

.watchonfnfb {
  height: 20px;
  margin-left: 6px;
  margin-right: 6px;
}

.socials {
  text-align: center;
}

.watchvimeolight {
  height: 20px;
  margin-left: 12px;
  margin-right: 12px;
}

.watchyoutubelight {
  height: 18px;
  margin-left: 12px;
  margin-right: 12px;
}

.projectimagemobile {
  display: none;
  flex-grow: 1;
  height: 300px;
  /*min-width: 300px;
  min-height: 260px;*/
  background-size: cover;
}

.projectdesc {
  background: rgba(15,15,15,0.75);
  padding: 16px;
  padding-top: 8px;
  width: 310px;
  margin-top: auto;
  /*margin-left: auto;*/
  /*align-self: flex-end;*/
}

.projectcombustion{
  background: #0f0f0f url(img/combustion.jpg) no-repeat center;
  background-size: cover;
}

.projectsonar{
  background: #0f0f0f url(img/sonar.png) no-repeat center;
  background-size: cover;
}

.projectclockmakers{
  background: #0f0f0f url(img/clockmakers_horlogers.jpg) no-repeat center;
  background-size: cover;
}

.projectmoon{
  background: #0f0f0f url(img/moon.jpg) no-repeat center;
  background-size: cover;
}

.projectgravity{
  background: #0f0f0f url(img/gravity.jpg) no-repeat center;
  background-size: cover;
}

.projectdrumcannonry{
  background: #0f0f0f url(img/drum_cannonry.jpg) no-repeat bottom;
  background-size: cover;
}

.year {
  font-weight: bold;
}

.projectdrumcannonry .projectdesc {
    align-self: flex-start;
}

.festival{
  max-width: 125px;
  margin: 8px;
  margin-top:0px;
  margin-bottom: 0;
}

.festivaldetails{
  text-transform: uppercase;
  margin-top: 2px;
  margin-bottom: 2px;
  font-size: 9pt;
}

.festivalimagewrapper {
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 8px;
}

#talinn {
  max-width: 100%;
  max-height:95px;
}

.festivalimg {
  max-width: 100%;
  max-height: 70px;
}

.online_recognition {
  margin-top: 8px;
  margin-bottom: 8px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

.vimeostaffpick {
  max-width: 125px;
  margin: 5px;
  text-align: center;
}

.vimeostaffpickimg {
  width: 100px;
  border: none;
}

.imdb{
  margin: 8px;
  width: 125px;
  max-width: 125px;
  text-align: center;
  border: none;
  margin-top: 16px;
  margin-bottom: 8px;
}

.imdbrating{
  width: 89px;
  margin-top: 16px;
  margin-bottom: 16px;
  border: none;
}

.middledivider {
  background: #eee url(img/Combustion_Snow.jpg) no-repeat center;
  background-size: cover;
  height: 500px;
  margin-top: 100px;
}

.aboutcontact {
  margin-right: 24px;
  margin-left: 24px;
  margin-bottom: 24px;
}

.aboutcontactimg {
  background: #0f0f0f url(img/walking.jpg) no-repeat center;
  background-size: cover;
  min-height: 300px;
  max-width: 600px;
  align-self: center;
  margin-left: auto;
  margin-right: auto;
  border: solid 1px #666;
}

.aboutcontactcontent {
  display: flex;
  flex-direction: row;
  border: none;
  flex-wrap: wrap;
  margin-bottom: 12px;
  margin-left: auto;
  margin-right: auto;
  max-width: 600px;
}

.about, .contact {
  flex-grow: 1;
  width: 250px;
  margin-top: 12px;
  padding: 12px
}

.noborder {
  border: none;
}

.footer {
  margin-top: 32px;
  margin-bottom: 48px;
  display: flex;
}

.possiblemetricslogofooter {
  height: 120px;
  margin-left: auto;
  margin-right: auto;
  align-self: center;
  filter: opacity(75%);
}