body {
  font-family: 'Roboto', serif;
  border-top: 0px;
  overflow-x: hidden !important;
  background: #555;
}

body img {
  opacity: 1 !important;
}
h1,
h2,
h3,
h4,
h4,
h6 {
  font-family: Arial, Helvetica, sans-serif;
  text-align:center;
}

a {
  text-decoration: underline;
  color: #222222;
  font-weight: 800;
  transition: 0.3s;
}

a:hover {
  color: #035;
	transition: 0.3s;
}

div.wrap
{
    margin: 0 auto;
    padding-top: 10pt;
    padding-bottom: 10pt;
    max-width: 1080px;
    width: 92%;
    padding-left: 1.5%;
    border-left: 3px solid #000;
    border-right: 3px solid #000;
    background: #a8a8a8;
}

div.comment
{
    width: 80%;
    background: #ddd;
    color: #444;
    border-top: 3px solid #555;
    border-bottom: 3px solid #555;
    margin: auto; font-size: 14pt;
    line-height: 18pt;
    font-family: Arial, Helvetica, sans-serif;
    padding: 10pt;
    margin-bottom: 15pt;
    margin-top: 5pt;
    box-shadow: 0 0 8px 1px rgba(0, 0, 0, 0.3);
    text-align:center;
}

.accent {
  color: #58f5bb;
}

ol {
  margin-left: 2em;
  margin-bottom: 2em;
}
ul {
  margin-left: 1em;
  margin-bottom: 0;
}

ul li {
  list-style-type: disc;
}
ul ul {
  margin-left: 1em;
}
header h1 {
  margin-top: 0;
  font-size: 12rem;
}
.lead {
  margin-bottom: 2em;
}
#fork-this {
  position: absolute;
  z-index: 1;
  right: 0;
  top: 5px;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 0 150px 150px 0;
  border-color: transparent #58f5bb transparent transparent;
}
#fork-this a {
  display: block;
  position: absolute;
  z-index: 10;
  width: 150px;
  height: 150px;
  top: 0;
  right: -150px;
  z-index: 10;
  background: url('fork.png') no-repeat 0 0;
  background-size: 150px 150px;
}
#share {
  margin-bottom: 3rem;
}
#share #fb,
#share #twitter {
  display: inline-block;
}
#share #fb {
  position: relative;
  top: -8px;
}
.container:nth-child(even) {
  background: whitesmoke;
}
.container:nth-child(odd) {
  background: #fff;
}
#box-container {
  margin: 0;
  padding: 0;
}
.box {
  list-style-type: none;
  float: left;
  margin-bottom: 0.6rem;
  margin-top: 1.5rem;
  margin-left: 1%;
  margin-right: 1.32%;
  width: 22%;
  border-color: #f0f0f0;
  border-style: solid;
  border-width: 6px;
  border-radius: 7px;
	box-shadow: 0 0 4px 1px rgba(0, 0, 0, 0.2);
	filter: brightness(86%);
  transition: 0.9s;
}





.box:hover {
  border-style: solid;
  border-width: 6px;
	box-shadow: 0 0 12px 1px rgba(0, 0, 0, 0.9);
	filter: brightness(100%);
	transition: 0.3s;
}



.box2 {
  list-style-type: none;
  float: left;
  margin-bottom: 0.6rem;
  margin-left: 1%;
  margin-right: 2%;
  margin-top: 1.5rem;
  width: 46%;
  line-height: 0px;
  border-color: #f0f0f0;
  border-style: solid;
  border-width: 6px;
  border-radius: 7px;
	box-shadow: 0 0 4px 1px rgba(0, 0, 0, 0.2);
	filter: brightness(86%);
  transition: 0.9s;
}

.box2:hover {
  border-style: solid;
  border-width: 6px;
	box-shadow: 0 0 12px 1px rgba(0, 0, 0, 0.9);
	filter: brightness(100%);
	transition: 0.3s;
}


.box3 {
  list-style-type: none;
  float: left;
  margin-bottom: 0.6rem;
  margin-top: 1.5rem;
  margin-left: 1%;
  margin-right: %;
  width: 95%;
  line-height: 0px;
  border-color: #f0f0f0;
  border-style: solid;
  border-width: 6px;
  border-radius: 7px;
	box-shadow: 0 0 4px 1px rgba(0, 0, 0, 0.2);
	filter: brightness(86%);
  transition: 0.9s;
}

.box3:hover {
  border-style: solid;
  border-width: 6px;
	box-shadow: 0 0 12px 1px rgba(0, 0, 0, 0.9);
	filter: brightness(100%);
	transition: 0.3s;
}


.box a {
  display: block;
  width: 100%;
  height: auto;
}
.box a img {
  -webkit-back-visibility: hidden;
  display: block;
  width: 100%;
  height: auto;
  vertical-align: bottom;
}
footer {
  font-size: 1.6rem;
  font-family: 'Helvetica neue', Helvetica, Arial, sans-serif;
  font-weight: 600;
  text-align: center;
  color: #777;
  margin: 0rem;
}
footer a {
  color: #666;
}
@media screen and (max-width: 799px) {
  header h1 {
    font-size: 8rem;
  }
  hr {
    margin: 2rem 0;
  }
  #fork-this {
    display: none;
  }
  #share #fb {
    top: -8px;
  }
  .button {
    margin-left: 0;
    margin-right: 0;
    width: 100%;
  }
  .button {
    font-size: 1.3rem;
    padding: 1.4rem 2rem;
  }
}
@media screen and (max-width: 410px) {
  header h1 {
    font-size: 5rem;
  }
  .box {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
}

/* Overwwrite old school button */
.button-big {
  box-shadow: none !important;
  border-radius: 0;
  top: 0 !important;
}

.button-big:hover {
  opacity: 0.8 !important;
}
