body {
  background-color: whitesmoke;
}

h1 {
  font-family: 'Open Sans';
  font-weight: 100;
  font-size: 1em;
  letter-spacing: 3px;
  margin-top: 14px; 
  /*margin-left: 30px;*/
}
h2 {
  font-family: 'Open Sans';
  font-weight: 100;
  font-size: 24px;
  letter-spacing: 3px;
  text-align: right;
}
h3, h4, h5 {
  font-family: 'Roboto', sans-serif;
  font-weight: bold;
  font-size: 12px;
  letter-spacing: 1px;
  margin-bottom: -10px;
  color: #333333;
}
h5 {
  border-bottom: 1px solid;
  border-spacing: -5px;
  letter-spacing: 1.5px;
  margin-bottom: -5px;
  margin-right: 20px;
}
h5.span{
  text-transform: lowercase;
}

h5 span{
  float: right;
}

/*For weapons & special rules*/
h6 {
  font-family: 'Open Sans';
  font-size: 13px;
  font-weight: 100;
  letter-spacing: 0.2px;
  border-bottom: 1px solid;
  margin-top: 20px;
  margin-bottom: 10px;
  /*margin-left: 30px;*/
  margin-right: 50px;
}
h6 span{
  float: right;
}

table {
  margin-top: 10px;
}

th, td {
  font-family: 'Open Sans';
  font-size: 11px;
  font-weight: 200;
  letter-spacing: 0.2px;
  text-align: left;
  width: auto;
}

.stats th{
  width: 30px;
}


p, ul, ol {
  font-family: 'Open Sans';
  font-size: 13px;
  letter-spacing: 0.2px;
  margin-bottom: 20px;
}

img {
  display: block;
  margin: auto;
}

table {
  border-collapse: separate;
  border-spacing: 5px 10px;
}

select {
  font-family: 'Open Sans';
  border-radius: 2px;
  border-color: #E0E0E0;
  outline: none;
}
select:active, select:hover {
  outline: none;
}

iframe {
  overflow: hidden;
  background-color: rgb(100,100,100)
}

/*
--- For page layout ---
*/
#main{
  margin-top: 60px;
}

.column-container{
  width: 310px;
  margin: auto;
}
.column{
  -webkit-column-count: 1; /*Chrome, Safari, Opera*/
  -moz-column-count: 1; /* Firefox */
  column-count: 1;
  width: 300px;
  float: left;
  padding: 10px;
  margin: 3px;
  margin-right: 15px;
  margin-bottom: 50px;
  background-color: white;
  border-radius: 2px;
  box-shadow: 0 0px 5px rgba(0,0,0,0.30), 0 3px 2px rgba(0,0,0,0.16);
}

@media only screen and (min-width: 20cm) {
  /* For desktop */
  .column-container{
    width: 700px;
    margin: auto;
  }
  .column{
    -webkit-column-count: 2; /*Chrome, Safari, Opera*/
    -webkit-column-gap: 40px; /* Chrome, Safari, Opera */
    -moz-column-count: 2; /* Firefox */
    -webkit-column-gap: 40px; /* Firefox */
    column-count: 2;
    column-gap: 24px;
    width: 560px;
    float: left;
    padding: 24px;
    margin: 3px;
    margin-right: 15px;
    margin-bottom: 50px;
  }
  .column.weapons{
    -webkit-column-count: 1; /*Chrome, Safari, Opera*/
    -moz-column-count: 1; /* Firefox */
    column-count: 1;
  }
}

/*
--- For content ---
*/
.chapter-number{
  font-family: 'Allerta Stencil', sans-serif;
  font-size: 120px;
  color: rgb(220, 220, 220);
  text-align: right;
  text-rendering: optimizeLegibility;
  /*padding-top: 75px;*/
  margin-top: 60px;
  margin-bottom: -30px;
}
.chapter-number span{
  font-size: 80px;
}
.citation{
  font-style: italic;
  font-size:1em;
  color:rgb(180,180,180);
  margin-top: 30px;
}
.citation-name{
  font-style: italic;
  font-size:0.8em;
  color:rgb(180,180,180);
  text-align:right;
  margin-bottom: 30px;
}
.example{
  font-style: italic;
  color:rgb(120,120,120);
}
.gc-formula{
  font-family: 'Open Sans';
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 1.5px;
}
span.left{
  float: right;
  margin-right: 20px;
}

.weaponTable{
  width: 100%;
  border-spacing: 0px;
  line-height: 26px;
}

.weaponTable tr:nth-child(even){
  background-color: rgb(180,180,180);
}

/*
--- For navigation panel ---
*/
.sidenav {
  position: fixed;
  z-index: 1;
  height: 100%;
  width: 0; /* This is changed via script*/
  top: 0;
  right: 0;
  background-color: rgb(100,100,100);
  overflow-x: hidden;
  padding-top: 10px;
  transition: all 150ms ease-in;
  /*transition: all 350ms cubic-bezier(0.68, -0.55, 0.265, 1.55);*/
}

.sidenav .nav-panel-container {
  padding: 8px 16px 8px 32px;
  text-decoration: none;
  font-size: 25px;
  color: rgb(100,100,100);
  display: block;
  transition: 0.5s;
}

.nav-panel-container:hover{
  background-color: white;
}

.sidenav a, .sidenav span.link {
  color: transparent;
}

@media screen and (max-height: 450px) {
  .sidenav {padding-top: 15px;}
  .sidenav a {font-size: 18px;}
}

.nav-panel-h1{
  font-family: 'Allerta Stencil', sans-serif;
  font-size: 60px;
  color: rgb(220, 220, 220);
  text-align: right;
  margin-top: -20px;
  margin-bottom: -20px;
}

.nav-panel-h2{
  font-family: 'Open Sans';
  font-weight: 100;
  font-size: 13px;
  letter-spacing: 3px;
  color: rgb(220, 220, 220);
  text-align: right;
  margin-bottom: -10px;
}

.donate-button{
  float: right;
  padding-top: 30px;
  padding-right: 16px;
}

/*
--- For navigation hamburger animation ---
*/
#navigationbar{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 48px;
  background-color: white;
  box-shadow: 0 0px 5px rgba(0,0,0,0.30), 0 3px 2px rgba(0,0,0,0.16);
}
#logo256{
  position: fixed;
  top: 6px;
  left: 40px;
}
#hamburger{
  position: fixed;
  top: 6px;
  right: 15px;
  color: white;
}
#canvasshade{
  position:fixed;
  top:0px;
  left:0px;
  width:100%;
  height:100%;
  background: rgba(0,0,0,0.3);
}

#nav-icon1{
  position: fixed;
  top: 16px;
  right: 16px;
  width: 40px;
  height: 32px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
  z-index: 10;
}

#nav-icon1 span{
  display: block;
  position: absolute;
  height: 6px;
  width: 100%;
  background: rgb(100,100,100);
  border-radius: 9px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

#nav-icon1 span:nth-child(1) {
  top: 0px;
  background: rgb(100,100,100)
}

#nav-icon1 span:nth-child(2) {
  top: 12px;
  background: rgb(100,100,100)
}

#nav-icon1 span:nth-child(3) {
  top: 24px;
  background: rgb(100,100,100)
}

#nav-icon1.open span:nth-child(1) {
  top: 12px;
  background: rgb(220, 220, 220);
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
}

#nav-icon1.open span:nth-child(2) {
  opacity: 0;
  background: rgb(220, 220, 220);
  left: -60px;
}

#nav-icon1.open span:nth-child(3) {
  top: 12px;
  background: rgb(220, 220, 220);
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
