html {
  position: relative;
  min-height: 100%;
}

body {
  padding-top: 50px;
  padding-bottom: 30px;
  background: url('/assets/crossword.png') repeat;
}

body > .container {
  padding-top: 20px;
}

.main-container p {
  font-size: 18px;
  line-height: 27px;
  text-align: justify;
}

.main-container li {
  font-size: 18px;
  line-height: 27px;
}

.margin-left-reset {
  margin-left: 0;
}

.caption {
  text-align: center;
}

.social-buttons {
  margin-left: 10px;
}

.social-buttons a {
  margin-top: 5px;
  vertical-align: text-top;
}

.avatar {
  text-align: center;
}

.avatar img {
  border-radius: 5%;
  margin: 25px 0px 5px 0px;
}

.users-list img {
  border-radius: 5%;
  margin: 20px;
}

.users-list div,
.users-list a {
  margin: 0px;
  padding: 0px;
}

.users-list a {
  color: #333;
}

.users-list a:hover,
.users-list a:focus,
.users-list a:active,
.users-list a.active {
  color: #333;
  background-color: #ebebeb;
}

.intro-header {
	padding-top: 50px; /* If you're making other pages, make sure there is 50px of padding to make sure the navbar doesn't overlap content! */
	padding-bottom: 50px;
	color: #f8f8f8;
	background: url('/assets/bg.jpg') no-repeat center center; 
	background-size: cover;
	text-align: center;
}


.intro-message h1, h2, h3, h4, h5, h6 {
	font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 700;
}

.intro-message > h1 {
	margin: 0;
	font-size: 5em;
	text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.6);
}

.intro-divider {
	width: 400px;
	border-top: 1px solid #f8f8f8;
	border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.intro-message > h3 {
	text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.6);
}

@media (max-width: 767px) {
	.intro-message {
		padding-bottom: 15%;
	}

	.intro-message > h1 {
		font-size: 3em;
	}

	ul.intro-social-buttons > li {
		display: block;
		margin-bottom: 20px;
		padding: 0;
	}

	ul.intro-social-buttons > li:last-child {
		margin-bottom: 0;
	}

	.intro-divider {
		width: 100%;
	}
}

.network-name {
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 400;
	letter-spacing: 2px;
}

.small-header {
	padding-top: 25px; /* If you're making other pages, make sure there is 50px of padding to make sure the navbar doesn't overlap content! */
	padding-bottom: 25px;
	background: url('/assets/bg.jpg') no-repeat center center;
	background-size: cover;
}

.small-header h1 {
	color: #eee;
	font-size: 48px;
	text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.6);
}

.posts li {
	list-style-type: none;
}

.blog-post {
	margin: 10px;
}

.blog-title {
	font-size: 28px;
	color: teal;
}

.blog-title h2 {
	font-size: 24px;
}

.blog-title a {
	color: teal;
}

.blog-meta {
	color: gray;
}

.blog-meta a {
	color: gray;
}

.featurette-divider {
	margin: 80px 0;
}
.featurette {
	overflow: hidden; 
}

.featurette-image.pull-left {
	margin-right: 40px;
}
.featurette-image.pull-right {
	margin-left: 40px;
}

.featurette-heading {
	font-size: 36px;
}

footer {
	margin: 30px 0;
}

/* RESPONSIVE CSS */

@media (max-width: 1200px) {

.headline > .container > h1 {font-size: 140px;}
.headline > .container > h2 {font-size: 63px;}
.featurette-divider {margin: 50px 0;}
.featurette-image.pull-left {margin-right: 20px;}
.featurette-image.pull-right {margin-left: 20px;}
.featurette-heading {font-size: 35px;}

}

@media (max-width: 991px) {

.headline > .container > h1 {font-size: 105px;}
.headline > .container > h2 {font-size: 50px;}
.featurette-divider {margin: 40px 0;}
.featurette-image {max-width: 50%;}
.featurette-image.pull-left {margin-right: 10px;}
.featurette-image.pull-right {margin-left: 10px;}
.featurette-heading {font-size: 30px;}

}

@media (max-width: 768px) {

.container {margin: 0 15px;}
.featurette-divider {margin: 40px 0;}
.featurette-heading {font-size: 25px;}

}


@media (max-width: 668px) {

.headline > .container > h1 {font-size: 70px;}
.headline > .container > h2 {font-size: 32px;}
featurette-divider {margin: 30px 0;}

}

@media (max-width: 640px) {

.headline {padding: 75px 0 25px 0;}
.headline > .container > h1 {font-size: 60px;}
.headline > .container > h2 {font-size: 30px;}

}

@media (max-width: 375px) {

.featurette-divider {margin: 10px 0;}
.featurette-image {max-width: 100%;}
.featurette-image.pull-left {margin-right: 0; margin-bottom: 10px;}
.featurette-image.pull-right {margin-left: 0; margin-bottom: 10px;}

}  

body {
  margin-bottom: 3em;
}

#footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  background: linear-gradient( rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8) ), url('/assets/bg.jpg') no-repeat center center;
  background-size: cover;

  height: 4em;
}
#footer .container {
  color: #999;
  font-size: small;
  padding-top: 1em;
}

#footer header {
  font-weight: bold;
  margin-bottom: 0.5em;
}
#footer address {
  margin: 0;
}

#footer a {
  color: #ccc;
}
