
body, html {
	width:100%;
	height:100%;
	margin:0 auto;
	background: url('../img/heroes_background.jpg');
	background-position: center center;
	background-size: cover;
	background-attachment: fixed;
}

.hvr-underline-from-left:before {
	height:2px!important;
}
a.inlinelink {
	text-decoration: none;
	color:#000;
}
/*==============================
    Section Styles
================================*/
.row {
	background: transparent!important;
}
.row:after {
display: inherit!important;
}
.backtotop {
	right:0;
bottom:0;
text-align: center;
width:50px;
height:50px;
position: fixed;
}
.backtotop i {
	color:#000;
}
.backtotop i :hover{
	color:#000;
	text-decoration: underline;
}
.iframe-container {
	position:relative;
	padding-bottom:56.25%;
	padding-top:30px;
	height:0;
	overflow:hidden;
	text-align: center;
}

.iframe-container iframe, .video-container object, .video-container embed {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}

/*==============================
    Body Styles
================================*/
h1 {
	font-family: 'Cinzel', serif;
	font-size: 4em;
}
h2 {
	font-family: 'Cinzel', serif;
	font-size: 2em;
}
p {
font-family: 'Mate SC', serif;
	font-size: 1.25em;
}
/*==============================
    Menu Styles
================================*/
#menurow {
text-align: center;
padding:10px 10px;
}
nav {
	width:90%;
	margin:0 5%;
	border-top:2px solid #000;
	border-bottom:2px solid #000;
}
nav ul {
	list-style-type: none;
}
nav ul li {
	display: inline;
padding:0 10px;
font-family: 'Cinzel', serif;
font-weight: bold;

}
nav ul li a {
	text-decoration: none;
	color:#000;
}
.hvr-underline-from-left:before {
	background: #000!important;
}
.sherlock-sil {
	display: flex;
	justify-content: center;
	align-items: center;
}
.sherlock-sil img{
	width:50%;
	height:auto;
}
#page-title {
	padding-top:20px;
}
.page-title {
	text-align: center;
	margin-top:20px;
	padding: 10px 0;
}

.large-text {
	font-size: 2em;
}
.parallax-container {
	z-index: 20!important;
}
#heroes.parallax-container {
  height:100vh!important;
}
#sherlockandwatson.parallax-container {
  height:75vh!important;
}

.img-box img {
  width:100%;
  height:auto;
  margin:0 auto;
  padding:0;
}
.wrapper {
  width:100%;
  height:auto;
}
.parabox {
  width:100%;
  height:100vh;
  display:flex;
  justify-content: center;
  align-items: center;
  color:white;
}
}
#blue {
  background-color: blue;
}

footer {
	margin-left: 8.333%;
	height:auto;
	margin-top:20px;
	padding-bottom:5px;
	color:#000;
}
footer p {
	font-family: 'Special Elite';
	margin-left:10px;
}
footer img {
	width:5%;
	height:auto;
	float:right;
}
.text-coloumn-layout {
  -webkit-column-count: 2; /* Chrome, Safari, Opera */
     -moz-column-count: 2; /* Firefox */
     column-count: 2;
     -webkit-column-gap: 40px; /* Chrome, Safari, Opera */
    -moz-column-gap: 40px; /* Firefox */
    column-gap: 40px;
}
.content-box {
  width:90%;
  margin-left:5%;
}


/*==============================
    Section  Styles
================================*/
#hero-title {
  margin-top:20px;
  text-align: center;
  order:1;
}
#villan-title {
  order:7;
  text-align: center;

}

#section-221b {
	padding-top:10px;
	-webkit-column-count: 2; /* Chrome, Safari, Opera */
    -moz-column-count: 2; /* Firefox */
    column-count: 2;
}



.section-title {
  border-top:2px solid #000;
  border-bottom: 2px solid #000;
  margin-bottom: 15px;
	text-align: center;
}
#sherlock-image {
order:2;
}
#watson-image {
order:3;
}
#sherlock-section {
order:4;
}
#watson-section {
order:5;
}
#book-section {
  order:6;
  padding-top: 14px;
  padding-bottom: 10px;
}
#moriarty-image {
	order:7;
}
#irene-image {
	order:8;
}

#moriarty-section {
order:9;
}
#irene-section {
order:10;
}
#silver-title {
	order:11;
}
#silver-section {
order:12;
}

@media only screen and (max-width:768px) {

#section-221b {
	-webkit-column-count: 1; /* Chrome, Safari, Opera */
		-moz-column-count: 1; /* Firefox */
		column-count: 1;

}

#sherlock-image {
order:2;
}
#watson-image {
order:4;
}
#sherlock-section {
order:1;
}
#watson-section {
order:3;
}
#book-section {
order:5;
}
#villan-title {
	order:6;
}
#moriarty-section {
order:7;
}
#moriarty-image {
	order:8;
}


#irene-section {
order:9;
}
#irene-image {
	order:10;
}
#silver-title {
order:11;
}
#silver-section {
order:12;
}





}

}
