*{
  margin: 0;
  padding: 0;
  font-family: 'Montserrat', sans-serif;
  box-sizing: border-box;
  text-align: justify;
}
/*
#e6e007
#c32f43
rgb(255 205 142 / 50%)
*/

html{
  background: rgb(255 205 142 / 50%);
  background: url(../img/cloudy-day.png);
  color: #fffdd4;
  overflow-x: hidden;
  width: 100vw;
}

body {
  width: 100vw;
}

a{
  color: #e5ee02;
  font-weight: bold;
  transition: color 0.3s;
}

a:hover {
  color: #924c4d;
}

h1, h2, h3, h4, h4 span {
  text-align: left;
  font-family: 'Tiny5', sans-serif;
  /*-webkit-transform:scale(1,1.8);*/
  /*-moz-transform:scale(1,1.8);*/
  /*-ms-transform:scale(1,1.8);*/
  /*-o-transform:scale(1,1.8);*/
  /*transform: scale(1,1.8);*/
  text-transform: uppercase;
}

h1 {
  font-size: 3em;
  line-height: 0.85em;
  margin-bottom: 25px;
  /*transform: skewX(-15deg);*/
  color: #fffdd4;
}

h2 {
  margin-bottom: 25px;
  /*transform: skewX(-15deg);*/
  font-size: 2.5em;
  line-height: 1em;
  color: #fffdd4;
}

h3 {
  /*transform: skewX(-15deg);*/
  font-size: 1.8em;
  border-top: 2px solid #924c4d;
  color: #fffdd4;
}

h4 {
  /*transform: skewX(-15deg);*/
  font-size: 1.5em;
  border-top: 2px solid #fffdd4;
  color: #fffdd4;
}

h4 span {
    background: #aac9cb;
    color: #4b4559;
    padding: 0 5px;
    margin-right: 10px;
}

/*h2:before{
  content: '';
  background: #924c4d;
  height: 27px;
  left: calc(-100vw + -10px);
  width: 100vw;
  position: absolute;
  bottom: 10px;
}

h2:after{
  content: '';
  background: #924c4d;
  height: 27px;
  width: 100vw;
  position: absolute;
  bottom: 10px;
  margin-left: 10px;
}*/

p {
  margin-bottom: 20px;
}

p:last-of-type{
  margin-bottom: 0;
}


header{
  background: #3c1731;
  border-bottom: 5px solid #924c4d;
  box-shadow: 0px 0px 0px 5px #3c1731;

  color: #eedaa4;
  z-index: 999;
  position: fixed;
  width: 100%;
  height: 60px;
}

nav#desktop {
  margin: 6px auto 0;
  max-width: 900px;
  padding: 0 20px;
}


nav#desktop ul {
  list-style: none;
  padding-left: 30px;
  display: flex;
  background: #924c4d;
  color: rgb(255 205 142 / 50%);
  text-transform: uppercase;
  justify-content: space-between;
  font-weight: bold;
  max-width: calc(100% - 300px);
  align-items: center;
  margin-left: 170px;
  height: 24px;
  position: relative;
}

nav#desktop ul:after {
  content: '';
  background: #924c4d;
  width: 100px;
  height: 24px;
  position: absolute;
  z-index: -1;
  right: -20px;
  bottom: 0;
  overflow: hidden;
  transform: skewX(25deg);
}

nav#desktop ul a {
  text-decoration: none;
  color: #ffe5d0;
  transition: color 0.3s;
}

nav#desktop ul a.passed {
  text-decoration: none;
  color: #e6e007;
}

nav#desktop ul a:hover {
  color: #fffdd4;
}

nav#desktop ul a.special{
  background: #e6e007;
  color: #3c1731;
  height: 26px;
  padding: 3px 15px;
  margin-bottom: -2px;
}

nav#desktop ul a.special:hover {
  /*color: #fffdd4;*/
}


#desktop #subtitle{
  margin-left: 200px;
  font-size: 1.4em;
  color: #fffdd4;
  font-weight: bold;
}

#desktop #subtitle span {
  padding-left: 10px;
  font-size: 0.8em;
  color: #fffdd4;
  font-weight: bold;
}

#desktop .headimg img {
  width: 194px;
  bottom: -2px;
  position: absolute;
  z-index: 999;
}

.headimg img:hover {
  cursor: pointer;
}

#content {
  padding-top: 60px;
}

section{
  width: 100%;
  position: relative;
}

.section-content {
  margin: auto;
  max-width: 900px;
  padding: 50px 50px 0;
  background: #3c1731;
  border-left: 5px solid #924c4d;
  border-right: 5px solid #924c4d;
  box-shadow: 0px 5px 0px 5px #3c1731;
}

.program .section-content {
  padding-bottom: 50px;
}

.collab {
  padding: 10px 0;
}

.collab img {
  display: block;
  max-width: 200px;
  margin: 10px 0;
}

.poster img{
  border: 10px solid #3c1731;
  box-shadow: 0px 0px 0px 5px #924c4d;
  width: 100%;
}

.poster{
  float: right;
  height: 520px;
  width: 370px;
  position: relative;
  margin-left: 50px;
}

.poster.coming:after {
  content: 'coming soon!';
  font-family: 'Tiny5', sans-serif;
  text-transform: uppercase;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 10;
  width: 100%;
  font-size: 4em;
  transform: translate(-50%, -50%);
  text-align: center;
  text-shadow: 8px 8px 0px #3c1731;
  color: #fffdd4;
}

.intro {
  min-height: 450px;
}

.info{
  padding-bottom: 25px;
}

.speaker {
  display: flex;
/*  margin-bottom: 50px;*/
}

.portrait {
  min-width: 200px;
  min-height: 200px;
  width: 200px;
  height: 200px;
  margin-right: 40px;
  position: relative;
  border-radius: 50%;
}

.zenimax::before {
  background: url(../img/zenimax.png) no-repeat;
  width: 120px;
  position: absolute;
  height: 110px;
  content: "";
  background-size: 120px;
  bottom: -90px;
  right: -15px;
}

.portrait img {
  border: 5px solid #4b4559;
  box-shadow: 0px 0px 0px 5px #aac9cb;
  width: 100%;
}

.highlighted{
  width: 100%;
  background: #4b4559;
  border-top: 5px solid #aac9cb;
  border-bottom: 5px solid #aac9cb;
  box-shadow: 0px 0px 0px 5px #4b4559;
  min-height: 400px;
  z-index: 1;
}

.highlighted .section-content {
  padding: 50px;
  color: #aac9cb;
  background: none;
  border: none;
  box-shadow: none;
}

.highlighted h3,
.highlighted h4 {
  border-top: 2px solid #aac9cb;
}

.highlighted h2,
.highlighted h3,
.highlighted h4 {
  color: #aac9cb;
}

.highlighted h2:before,
.highlighted h2:after {
  content: none;
}

.location {
  min-height: 465px;
}

.location .section-content {
  padding-bottom: 50px;
  min-height: 540px;
}

.contact-box {
  width: calc(100% - 450px);
  display: inline-block;
}

.mapouter{
  border: 10px solid #3c1731;
  box-shadow: 0px 0px 0px 5px #924c4d;
  float: right;
  width: 400px;
  height: 370px;
  margin-left: 50px;
}

.gmap_canvas {
  overflow:hidden;
  background:none!important;
  height:350px;
  width:380px;
}

footer{
  background: #3c1731;
  border-top: 5px solid #924c4d;
  box-shadow: 0px 0px 0px 5px #3c1731;

  min-height: 50px;
  color: #eaeff6;
  z-index: 1;
  position: relative;
}

button.disabled,
button.disabled:hover {
  background: #292f33;
  color: #aaaaaa;
  border: none;
  padding: 10px 30px;
  text-transform: uppercase;
  margin-top: 20px;
  box-shadow: 0px 0px 5px 0 rgba(2, 5, 23, 0.75);
}

button,
.button {
    background: #924c4d;
    color: #fffdd4;
    padding: 10px 30px;
    text-transform: uppercase;
    margin-top: 20px;
    box-shadow: 1px 1px 2px -1px rgb(2 5 23 / 75%);
    font-weight: bold;
    border: none;
    transition: all 0.3s;
}

button:hover,
.button:hover {
  /*color: #e6e007;*/
  cursor: pointer;
  /*background: #c19c6e;*/
  transform: scale(1.05) rotateZ(-3deg);
}

button:hover,
.button.register:hover {
  /*color: #fffdd4;*/
  cursor: pointer;
  /*background: #e6e007;*/
}

.register.disabled button {
  background: lightgray;
  color: gray;
}

.register.disabled:hover button{
  cursor: default;
}

.hook{
  position: absolute;
  top: -80px;
}

#mobile {
  display: none;
}

#twitter-box {
  min-height: 400px;
}

table {
  margin-bottom: 40px;
  width: 100%;
  border: 2px solid #924c4d;
  table-layout: fixed;
}

td {
  padding: 5px 5px;
  text-align: center;
}

tr:nth-child(even) td {
  background: rgb(146 76 77 / 30%);
}
tr:nth-child(odd) td {
  background: transparent;
}

tr td.time {
  font-weight: bold;
  max-width: 120px;
}

tr:nth-child(even) td.time {
  background: rgb(146 76 77 / 30%);
}
tr:nth-child(odd) td.time {
  background: transparent;
}

tr.date th {
  background: #924c4d;
  color: #fffdd4;
  font-weight: bold;
  text-align: center;
  padding: 5px 10px;
}

tr.location-tr td {
  color: #3c1731;
  background: #e5ee02;
  padding: 5px 10px;
  font-weight: bold;
  font-size: 0.8em;
  text-align: center;
}

.deadline{
    background: #924c4d !important;
    font-weight: bold;
    color: #fffdd4;
}

form {
  text-align: center;
}

.nominee {
  display: flex;
  justify-content: left;
  align-items: center;
  border-bottom:2px solid #924c4d;
  margin-bottom: 30px
}

.nominee label:hover {
  cursor: pointer;
}

.nominee.selected {
  background: #924c4d;
  border-bottom:2px solid #924c4d;
}

.nominee label {
  width: 100%;
}

.nominee h3, .nominee h4 {
  width: 100%;
  text-align: center;
  border: none;
}

.nominee input[type="radio"] {
  display: none;
}

@media (max-width: 860px) {
  nav#desktop ul{
    max-width: 100%;
  }

  nav#desktop ul:after {
    transform: none;
  }
}

@media (max-width: 725px) {
  #content {
    padding-top: 80px;
  }

  #desktop {
    display: none;
  }

  #mobile{
    display: block;
  }

  .poster {
    display: block;
    float: none;
    width: 80%;
    height: inherit;
    padding: 0;
    margin: 0 auto 30px;
  }
  .contact-box{
    width: 100%;
    display: block;
  }
  .mapouter {
    display: block;
    width: 100%;
    max-width: 400px;
    margin: 30px auto 0;
    float: none;
  }
  .gmap_canvas {
    width: 100%;
  }

  h1,h2,h3{
    overflow: hidden;
  }

  header {
    height: 310px;
    top: -230px;
    transition: top 0.3s;
    width: 100vw;
  }

  header.open {
    top: 0;
  }

  nav#desktop {
    margin: 6px auto 0;
    max-width: 900px;
    padding: 0 20px;
  }

  nav#mobile ul {
    margin-top: 20px;
    list-style: none;
    padding-left: 0;
    display: block;
    background: #924c4d;
    color: rgb(255 205 142 / 50%);
    text-transform: uppercase;
    font-weight: bold;
    max-width: 100%;
    align-items: center;
    margin-left: 0;
    height: auto;
    position: relative;
  }

  nav#mobile ul:after {
    content: none;
  }

  nav#mobile ul a {
    text-decoration: none;
    color: rgb(255 205 142 / 50%);
    transition: color 0.3s;
  }

  nav#mobile ul a.passed {
    text-decoration: none;
    color: #e6e007;
  }

  nav#mobile ul a:hover {
    color: #fffdd4;
  }

  nav#mobile ul li {
    padding: 10px 20px;
  }

  nav#mobile ul a.special li {
    background: #e6e007;
    color: #3c1731;
    transition: color 0.3s;
  }

  nav#mobile ul a.special li:hover {
    color: #3c1731;
  }

  #mobile #subtitle {
    margin-left: 0;
    font-size: 1em;
    color: #fffdd4;
    font-weight: bold;
    position: absolute;
    bottom: 51px;
    bottom: 40px;
    left: 20px;
  }

  #mobile #subtitle span {
    font-size: 0.8em;
    color: #fffdd4;
    font-weight: bold;
    display: block;
  }

  #mobile .headimg img {
    left: 20px;
    width: 144px;
    bottom: -2px;
    position: absolute;
    z-index: 999;
  }

  #hamburger{
    width: 50px;
    height: 44px;
    position: absolute;
    right: 20px;
    bottom: 17px;
  }
  #hamburger:hover{
    cursor: pointer;
  }
  .bar {
    width: 100%;
    height: 8px;
    background: #e6e007;
    display: block;
    position: absolute;
    top: 18px;
    transition: all 0.3s;
  }
  .bar:first-of-type{
    top: 0;
  }
  .bar:last-of-type{
    top: unset;
    bottom: 0;
  }
  header.open #hamburger .bar {
    transform: rotate(45deg);
    top: 18px;
    right: -100vw;
    opacity: 0;
  }
  header.open #hamburger .bar:first-of-type {
    transform: rotate(45deg);
    top: 18px;
    right: 0;
    opacity: 1;
  }
  header.open #hamburger .bar:last-of-type{
    transform: rotate(-45deg);
    bottom: 18px;
    right: 0;
    opacity: 1;
  }


}