/* WEB FONT */
@import url(http://fonts.googleapis.com/css?family=Signika:600|Varela+Round);

/* BASIC */
html {
  min-height: 100%;
  position: relative;
}
body {
  font: normal 18px/22px "Varela Round", sans-serif;
  background-color: #e9ffff;
  color: #2e2e2e;
  margin-bottom: 5em;
} 
body {
  background-image: url(https://placeimg.com/2000/1000/arch/grayscale);
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  background-color:#464646;
}
h1, h2 {
  font-family: "Signika", sans-serif;
  font-weight: 600;
}
h1 {
  font-size: 36px;
  line-height: 46px;
  color: #e0e0e0;
}
h2 {
  font-size: 24px;
  line-height: 33px;
  margin-bottom: -20px;
}
p {
  margin: 20px 0;
}
a:link, a:visited, a:hover, a:active {
  text-decoration: none;
}

/* LAYOUT */
.fixed-nav-bar {
  box-shadow: 0px 0px 3px 0px rgba(50, 50, 50, 0.6);
}

.content {
  position: relative;
 }
.description, .some-related-articles {
  width: 90%;
  max-width: 960px;
  margin: 0 auto;
}
.description {
  padding-top: 100px;
  min-height: 250px;
  text-align: center;
}
.some-related-articles {
  color: #747474;
  display: block;
  background-color: #ffffff;
  margin: 0 auto;
  padding: 8px;
}
.some-related-articles h1 {
  color: #384e56;
  text-transform: uppercase;
}
.some-related-articles h2 a:link, .some-related-articles h2 a:visited  {
  color: #464646;
  transition: color 0.1s ease;
}
.some-related-articles h2 a:hover {
  color: #000000;
  transition: color 0.3s ease;
}
.footer{
  color: #ffffff;
}
footer {
  left: 0;
  right: 0;
  bottom: 0;
  height: 4.5em;
  position: absolute;
  display: inline-block;
  border-top: 2px solid #dddddd;
}

@media only screen and (max-width: 767px) {
  body {
    background-image: url(https://placeimg.com/800/680/arch/grayscale);
  }
	}
