/* Global */
body {
  margin: 0;
  color:white;
  font-family: 'Roboto', sans-serif;
  letter-spacing: 1px;
}
canvas { width: 100%; height: 100% }

#stardusBackground {
    position: fixed;
    z-index: -1;
}
img{
  max-width: 100%;
}

a{
  text-decoration: none;
  color: white;
}

a:hover{
  text-decoration: none;
  color: #ccc;
}
ul {
    margin-left: -40px;
}
li{
  list-style: none;
}

/**
 * 1. Avoid the IE 10-11 `min-height` bug.
 * 2. Set `flex-shrink` to `0` to prevent some browsers from
 *    letting these items shrink to smaller than their content's default
 *    minimum size. See http://bit.ly/1Mn35US for details.
 * 3. Use `%` instead of `vh` since `vh` is buggy in older mobile Safari.
 */

 .HolyGrail {
   display: flex;
   min-height: 100%;
   flex-direction: column;

 }

 .HolyGrail-body {
   display: flex;
   flex: 1;
   margin-top: 81px;
 }

 .HolyGrail-content {
  flex: 1;
  /*background: rgba(147, 128, 108, 0.5);*/
}

.HolyGrail-nav,
.HolyGrail-ads {
  flex: 0 0 12em; /* 12em is the width of the columns */
  padding: 0 20px;
  /*background: rgba(147, 128, 108, 0.1);*/
}

.HolyGrail-nav {
  order: -1; /* put the nav on the left */
}

.HolyGrail,
.HolyGrail-body {
  display: flex;
  flex-direction: column;
}

.HolyGrail-nav {
  order: -1;
}


/* Other Stuff */
.Content-text{
  width: 90%;
  /*background: rgba(147, 128, 108, 0.1);*/
  margin: 0 auto;
}


.Top-header {
	display: flex;
	justify-content: space-between;
	align-items: baseline;
	/* background: rgba(147, 128, 108, 0.7); */
	position: fixed;
	width: 100%;
	padding: 32px 0px;
}

.Header-titles {
    margin-left: 15px;
}
.Header-actions {
    margin-right: 15px;
}

footer{
  text-align: center;
  font-size: 14px;
  padding: 20px 0;
}


@media (min-width: 768px) {


}

@media (min-width: 1024px) {
  .HolyGrail-body {
    flex-direction: row;
    flex: 1;
    margin-top: 100px;
  }
  .HolyGrail-content {
    flex: 1;
    margin-top: 25px;
  }

  .HolyGrail-nav, .HolyGrail-ads {
    flex: 0 0 15em; /* 20em is the width of the columns */
    padding: 0 12px;
  }

  .Content-text{
    width: 60%;
  }

}

@media (min-width: 1280px) {


}

@media (min-width: 1440px) {

  .HolyGrail-nav,
  .HolyGrail-ads{
    flex: 0 0 15em; /* 20em is the width of the columns */
    padding: 0 45px;
  }

  .HolyGrail-nav,
  .HolyGrail-ads,
  .Top-header,
  footer{
    opacity: 0.3;
  }

  .HolyGrail-nav:hover,
  .HolyGrail-ads:hover,
  .Top-header:hover,
  footer:hover{
    opacity: 1;
  }

  .Content-text{
    width: 70%;
    margin: 0;
  }

  .Header-titles {
      margin-left: 45px;
  }
  .Header-actions {
      margin-right: 45px;
  }


}

@media (min-width: 1920px) {

  .HolyGrail-nav, .HolyGrail-ads {
    flex: 0 0 20em; /* 20em is the width of the columns */
  }

}
