@font-face {
  font-family: blogscript;
  /*src: url('../fonts/TrashHand.TTF');*/
  src: url('../fonts/danielbd.ttf');
}
html{
  margin: 0;
  padding: 0;
  scroll-behavior: smooth;
}
body{
  background-color: #0d0d0d;
  color: #f2f2f2;
  font-family: sans-serif;
  margin: 0;
  padding: 0;
  font-size: 1.2em;
}
h2{
  text-align: center;
  margin: 10px;
}
nav ul{
  list-style-type: none;
  margin: 0 auto;
  padding: 0;
  display: flex;
  justify-content: space-around;
  height: 70px;
}
nav ul li{
  text-align: center;
  height: 70px;
  line-height: 70px;
  transition: background-color .8s;
  padding: 0 5px;
}
nav ul a{
  color: #f2f2f2;
  text-decoration: none;
  text-decoration-color: #282c34;
  /*transition: all 1s ease-out;*/
}
#headdesk, #headmobile{
  /*padding: 20px;*/
  background-color: #282c34;
  position: sticky;
  top: 0;
  z-index: 100;
}
#footer{
  height: 55px;
  background-color: #282c34;
  display: flex;
  justify-content: flex-end;
  margin-top: -10px; /* ### test ### */
}
#footer a{
  margin: 15px 30px;
  color: #f2f2f2;
  text-decoration: none;
  font-size: .9em;
}
.hrmenu{
  border: 1px solid white;
  margin: 0;
}
.current{
  background-color: #646e82;
}
.pagecaption{
  text-align: center;
  margin-bottom: 50px;
}
.center{
  text-align: center;
}
.colcontents{
  margin: auto;
}
.twocols{
  display: flex;
  justify-content: space-around;
  margin: auto;
  margin-bottom: 70px;
}
.texttwocols{
  text-align: justify;
}
.text{
  text-align: justify;
}
.rect{
  background-color: rgba(40,44,52,0.4);
  padding: 15px 25px;
  color: #f2f2f2;
  text-align: left;
}
.rect li{
  margin: 10px 0;
}
.rect a{
  text-decoration: none;
  color: #f2f2f2;
}
.fatlink{
  color: #f2f2f2;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1em;
}
@media screen and (max-width: 830px){
  nav ul a{
    font-size: .8em;
  }
  nav ul{
    width: 100%;
  }
  nav ul a{
    width: 33%;
  }
  #headdesk{
    display: none;
  }
  #headmobile{
    display: block;
  }
  #picdesk{
    margin: 40px auto;
    display: none;
    width: 100%;
  }
  #picmobile{
    margin: 20px 0;
    display: inline;
    width: 100%;
  }
  .instasymboldesk img{
    display: none;
  }
  .instasymbolmobile{
    text-align: center;
    display: block;
  }
  .instasymbolmobile img{
    margin-top: 20px;
    height: 50px;
  }
  .colcontents{
    width: 95%;
  }
  .twocols{
    flex-wrap: wrap;
  }
  .texttwocols{
    width: 90%;
    margin: 0 20px;
  }
  .rect{
    margin: 40px 0;
  }
}
@media screen and (min-width: 831px) {
  nav ul a{
    font-size: 1em;
    width: 33%;
  }
  nav ul{
    width: 100%;
  }
  nav ul li:hover{
    background-color: #646e82;
  }
  #headdesk{
    display: block;
  }
  #headmobile{
    display: none;
  }
  #picdesk{
    margin: 40px auto;
    display: inline;
    width: 100%;
  }
  #picmobile{
    margin: 20px 0;
    display: none;
    width: 100%;
  }
  .instasymboldesk img{
    margin-top: 12px;
    height: 45px;
  }
  .instasymbolmobile{
    display: none;
  }
  .instasymbolmobile img{
    display: none;
  }
  .colcontents{
    width: 85%;
  }
  .twocols{
    flex-wrap: wrap;
  }
  .imagecontainertwocols{
    width: 50%;
  }
  .texttwocols{
    width: 75%;
    margin: 40px 20px;
    font-size: 22px;
  }
  .text{
    font-size: 22px;
  }
  .rect{
    max-width: 640px;
    margin: 65px auto;
    font-size: 22px;
  }
}
@media screen and (min-width: 1250px) {
  nav ul a{
    font-size: 1.2em;
    width: 20%;
  }
  nav ul{
    width: 80%;
  }
  .instasymboldesk img{
    margin-top: 12px;
    height: 45px;
  }
  .instasymbolmobile{
    display: none;
  }
  .instasymbolmobile img{
    display: none;
  }
  .colcontents{
    width: 75%;
  }
  .twocols{
    width: 100%;
    flex-wrap: nowrap;
  }
  .imagecontainertwocols{
    width: 50%;
  }
  .texttwocols{
    width: 60%;
    margin: 40px 50px;
    font-size: 22px;
  }
  .text{
    font-size: 22px;
  }
  .rect{
    width: 640px;
    margin: 80px auto;
    font-size: 22px;
  }
}
