﻿/* GENERICS */
html{-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%;overflow-x:hidden}

html, body{
	font-family: rama-gothic-m, sans-serif;
}

body {
	background: url(images/background.jpg) top center no-repeat;
	color: #fff;
	margin: 15px;
	background-attachment: fixed;
	background-size: cover;
}

a {
	background-color: transparent;
	color: inherit;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

img {
	vertical-align:middle;
	height: auto;
}


/* LAYOUT */
.w3-content {
	max-width: 1200px;
	margin: 60px auto 30px;
	position: relative;
	text-align: center;
}


/* HEADER */
.header {
	width: 100%;
	position: relative; 
	margin: 0 auto 30px;
	border-bottom: 1px solid #fff;
}

.header img {
	width: 45%;
	margin: 0 auto;
}


/* GENERIC */
.imscaredfull, .imscaredbox {
	position: relative;
	margin: 0 auto 38px;
	float: left;
}

.imscaredfull {
	width: 100%;
	border-bottom: 1px solid #fff;
}

.imscaredbox {
	width: 50%;
}

.imscaredboxright {
	border-top: none;
	padding: 0;
}

.w3-content p {
	margin: 0 auto 26px;
	font-size: 50px;
	font-style: italic;
	text-transform: uppercase;
	text-align: center;
	line-height: 1em;
	width: 70%;
	font-weight: 600;
}

.imscaredbox h3 {
	line-height: .9em;
	font-size: 30px;
	text-align: left;
	display: block;
	width: 100%;
	margin: 0 0 6px;
	font-weight: 100;
}

.imscaredbox h3.titleright {
	text-align: right;
}

.imscaredbox a.buyimage {
	text-decoration: none;
	display: block;
	width: 60%;
	margin: 0 0 0 auto;
}

.imscaredbox a img {
	opacity: 1.0;
	width: 100%;
}

.imscaredbox a:hover img {
	opacity: 0.5;
}

.imscaredbox h3.zinedescription {
	margin: 0 0 0 auto;
	width: 80%;
	font-size: 40px;
	text-align: right;
}

.imscaredbox h2 {
	font-size: 50px;
	text-transform: uppercase;
	text-align: right;
	line-height: 1em;
	font-weight: 600;
	margin: 0;
}


/* ONLINE ISSUE */
.modal {
  display: block;
  width: 100%;
  position: relative;
}

.modal-content {
  position: relative;
  margin: 0;
  padding: 0;
  width: 100%;
}

.mySlides img {
  width: 100%;
}

/* Next & previous buttons */
.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: white;
  font-weight: bold;
  font-size: 20px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
  text-decoration: none;
}

.prev {
	left: 0;
}

.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 20px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
} 


/* FOOTER */
.imscaredbottom {
	width: 100%;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	float: left;
	margin: 0;
	padding: 30px 0 0;
}

.imscaredverybottom {
	width: 100%;
	float: left;
	margin: 30px 0 700px;
}

.w3-content .imscaredverybottom p {
	font-style: normal;
	font-size: 25px;
}

/* RESPONSIVE CLASSES */

@media (max-width:480px){
	
	body {
		background: #000;
	}
	.w3-content {
		margin: 30px auto 30px;
	}
	
	.header {
		width: 100%;
	}
	
	.header img {
		margin: 0 auto 20px;
		width: 80%;
	}
	
	.w3-content p {
		font-size: 40px;
		width: 100%;
	}

	.imscaredbox {
		width: 100%;
	}

	.imscaredboxright {
		border-top: 1px solid #fff;
		padding: 30px 0 0;
	}
	
	.imscaredbox h2, .imscaredbox h3, .imscaredbox h3.zinedescription, .imscaredbox h3.titleright {
		text-align: center;
		width: 100%;
	}

	.imscaredbox a.buyimage {
		text-decoration: none;
		display: block;
		width: 70%;
		margin: 0 auto;
	}
	
	.imscaredverybottom {
		margin: 30px 0 100px
	}
}
	