/*wrapper,title,sidebar and main-wrapper copied from the ever-so-talented vulpecula.neocities.org*/

* {
  color: white;
  justify-content: center;
  align-items: center;
}

main {
  flex: 1;
  display: flex;
  flex-direction: column;
  padding: 1rem;
  width: 100%;
  max-width: 64rem;
  margin: 0 auto;
  box-sizing: border-box;
  font-family: Helvetica, sans-serif;
  color: white;
}

div {
  display: block;
  unicode-bidi: isolate;
}

.wrapper {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 10%;
}

.main-wrapper {
  margin-right: 170px; /*Pushes the div from the right so it doesn't cover the sidebar*/
  position: relative; /*Enabled or disabled, didn't make a difference*/
}
.header {
  /*background-image: url(/images/coding.jpg);*/
  /*image-rendering: pixelated;*/
  background-size: 100%; /*Fills whole space with image, no tiling or underscan*/
  /*background-position-x: 0;*/ /*Moves image left or right*/
  /*background-position-y: 0;*/ /*Moves image up or down*/
  height: 180px;
  margin-bottom: -10px; /*not sure what it does, so I left it off for now*/
  border-color: white;
  border-width: 1px;
}

.sidebar-img, .footer, .title, .links, .box {
  margin-top: 10px;
}

.sidebar {
  width: 150px;
  /*margin-top: 200px;*/
  float: right;
  position: relative;
}

.box {
  border: 1px solid white;
  padding-top: 0.5em;
  padding-right: 1em;
  padding-bottom: 0.5em;
  padding-left: 1em;
}

body {
    font-family: sans-serif;
    line-height: 1;
    font-size: 12px;
    background: #1b1b1b;
}


.mainNav{
  font-weight: bold;
  text-transform: uppercase;
  text-decoration: none;
}

.mainNav ul{
  list-style-type: none;
  padding: 0;
  margin: 0;
  display: flex;
}

.mainNav li{
  margin: 2pc;
  margin-bottom: 1pc;
}

iframe {
    padding: 10px;
}

 #big-logo {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

/*#big-logo img{
    margin-top: 3pc;
    margin-bottom: 3pc;
    margin-left: 4pc;
    margin-right: 4pc;
}
*/

.gallery {
  /*background-image: url('images/gallery-background.png');*/
  background-size: 1000px;
  background-repeat: no-repeat;
  background-color: black;
  background-position: center 0;

}

.album {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.album img{
    max-width:350px;
    margin:1pc;
}
.video-grid {
    display: grid;
    height: 100vh;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr 1fr;
}

.nav-buttons {
    display:table;
    width:160px;
    height:80px;
    background-color:#ffffffe6;
    border-style:solid;
    margin:6px;
    border-width:2.5px;
    border-color:#a0a0a0;
    border-right-width:0;
    border-bottom-width:0;
    box-shadow:-2.5px -2.5px #f0f0f0,2.5px -2.5px #f0f0f0,-2.5px 2.5px #f0f0f0,2.5px 2.5px #f0f0f0,-2.5px 5px #a0a0a0,5px -2.5px #a0a0a0,5px 5px #a0a0a0;
    position:relative;
}

.nav-buttons a{
  position:absolute;
  width:100%;
  height:100%;
  top:0;
  left:0;
  z-index:10;
  background-color:#fff;
  opacity:0;
  filter:alpha(opacity=1);
}

.nav-buttons .text {
    color: black;
    display:table-cell;
    height:100%;
    vertical-align:bottom;
    font-size:1rem;
    font-weight: 600;
    font-family: sans-serif;
    padding-left:5px
}

.nav-buttons img{
    height:64px;
    float:right;
    display:table-cell;
    padding-right:3px;
    padding-top:3px
}

#wrap2 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding-top: 30px;
}

#wrap3 {
  display: flex;
  position: fixed;
  left:0;
  bottom:0;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  align-items:center;
  padding-top: 30px;
  padding-bottom: 1rem;
}