@charset "utf-8";
/* CSS Document */
@font-face {
	src: url(BebasNeue.otf);
	font-family: Bebas;

}

@font-face {
	src: url(OpenSans-CondLight.ttf);
	font-family: OpenSans;

}
html,body{
  overflow-x: hidden;
  overflow-y: auto;
}

body {
	padding: 0;
	margin: 0;
	font-family: Bebas, sans-serif;
	background-image: url(Graphics/background-herd.jpg);
	background-attachment: fixed;
	
}	

.header {
	width: 100%;
	height: 50vw;
	background-image: url(Graphics/background-bull.jpg);
	background-size: cover;
	background-attachment: fixed;
}

.logo {
	width: 55%;	
	margin-left: 60px;
}



nav {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	    -ms-flex-pack: end;
	        justify-content: flex-end;
	padding-top: 30px;
	margin-left: -30px;
	position: absolute;
	z-index: 999;
}

nav a, .subscribebutton {
	color: white;
	font-size: 45px;
	margin-left: 20px;
	margin-right: 20px;
	text-decoration: none;
	border-top: 3px solid rgba(0,0,0,0);
}

nav a:hover, .subscribebutton:hover {
	border-top: 3px solid white;
	cursor: pointer;
}

.header .subscribebutton:hover {
	border-top: 3px solid rgba(0,0,0,0);
	cursor: pointer;
}

.button {
	position: absolute;
	background-color: #8b0b04;
	color: white;
	padding: 18px;
	font-size: 25px;
	margin-left: 40vw;
	margin-top: -7vw;
	-webkit-box-shadow: 5px 5px 5px rgba(0,0,0,0.5);
	        box-shadow: 5px 5px 5px rgba(0,0,0,0.5);
	width: 12vw;
	text-align: center;	
	text-decoration: none;
	-webkit-transition: ease background 0.3s;
	-o-transition: ease background 0.3s;
	transition: ease background 0.3s;
}

.button:hover {
	background-color: #ab0d05;
}

.block {
	-webkit-clip-path: polygon(0 20%, 100% 0%, 100% 80%, 0% 100%);
	        clip-path: polygon(0 20%, 100% 0%, 100% 80%, 0% 100%);
	/* background-color: ; */
	background-image: -webkit-gradient(linear, left top, right top, from(#8B0B04), to(#333));
	background-image: -webkit-linear-gradient(left, #8B0B04, #333);
	background-image: -o-linear-gradient(left, #8B0B04, #333);
	background-image: linear-gradient(to right, #8B0B04, #333);
	position: absolute;
	width: 100%;
	height: 550px;	
	z-index: 1;
	margin-top: -110px;
}

.currentissue {
	margin-top: -85px;
	height: 500px;
}



.issueflex {
	width: 80%; 
	margin: auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	color: white;
	z-index: 2;
	position: relative;
}	

.catalogue {
	margin-top: -90px;
	min-width: 30vw;
	max-width: 30vw;	
	z-index: 7;

}

.issuename {
	padding-top: 50px;
	padding-left: 250px;
	margin-left: -200px;
	font-size: 50px;
	background-image: url(Graphics/loops.png);
	background-repeat: no-repeat;
	background-size: contain;
	margin-top: -20px;
	
}

.issuename h3 {
	margin-bottom: 0;
	z-index: 8;	
}

.issuename p {
	margin-top: 0;	
	margin-bottom: 20px;
	z-index: 8;	
	font-family: 'OpenSans', sans-serif;
}

.issuename a {
	color: white;
	z-index: 99	;	
	text-decoration: none;
	border: 1px solid white;
	padding: 5px;
	display: block;
	margin: 5px;
	font-size: 20px;
	-webkit-transition: all ease 0.3s;
	-o-transition: all ease 0.3s;
	transition: all ease 0.3s;
	text-align: center;
}

.issuename a:hover {
	background-color: white;
	color: #8B0B04;	
}

.pastissuesbutton {
	background-color: white;
	color: #8b0b04;
	padding: 18px;
	font-size: 25px;
	margin-top: -100px;
	-webkit-box-shadow: 5px 5px 5px rgba(0,0,0,0.5);
	        box-shadow: 5px 5px 5px rgba(0,0,0,0.5);
	text-align: center;	
	text-decoration: none;
	-webkit-transition: ease background 0.3s;
	-o-transition: ease background 0.3s;
	transition: ease background 0.3s;
	z-index: 88;
}


.pastissuesbutton:hover {
	background-color: #CCC;
	color: black;	
	cursor: pointer;
}

.advertisements {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: stretch;
	    -ms-flex-align: stretch;
	        align-items: stretch;
	color: white;
	font-size: 25px;
}

.advertisements h3 {
	font-weight: normal;
	border-bottom: 2px solid white;
	margin-top: 0;	
	font-family: 'Bebas', sans-serif;
}

.advertisements .format {
	font-family: 'OpenSans', sans-serif;
	background-color: #781408;
	padding: 30px;
	padding-left: 100px;
	width: 25%
	
}

.advertisements .prices {
	font-family: 'OpenSans', sans-serif;
	background-color: #572320;
	padding: 30px;
	width: 25%;
}


.advertisements .accounts {
	font-family: 'OpenSans', sans-serif;
	background-color: #8B0B04;
	padding: 30px;
	width: 40%;
	padding-right: 100px;
}


.advertisements .accounts a {
	color: white;
	text-decoration: none;
	font-weight: bold;
	-webkit-transition: color ease 0.3s;
	-o-transition: color ease 0.3s;
	transition: color ease 0.3s;	
}

.advertisements strong {
	font-weight: bold;
}

.advertisements .accounts a:hover {
	color: #333;
}

footer {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	justify-cpntent: space-around;
	padding-bottom: 10px;
	padding-top: 10px;
	background-color: #343534;
}



footer .logo {
		width: 30%;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
}

footer .links {
	width: 25%;	
	color: white;
	padding-top: 20px;

}

footer .links a { 
	color: white;
	font-size: 15px;
	text-decoration: none;
}

footer .information {
	width: 25%;	
	color: white;
	margin-left: 10px;
	margin-right: 10px;
font-family: 'OpenSans', sans-serif;
	padding: 20px;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	font-size: 15px;
	
}

footer .information a {
	color: white;	
	text-decoration: none;
	font-weight: normal;
	font-family: 'OpenSans', sans-serif;
}

footer .information h3, footer .links h3 {
	font-weight: normal;
	margin-bottom: 10px;	
	font-size: 20px;
	border-bottom: 1px solid white;
	font-family: 'Bebas', sans-serif;
	text-align: left;
}

footer .links h3 {
	width: 80%;	
}

footer a {
	-webkit-transition: color 0.3s ease;
	-o-transition: color 0.3s ease;
	transition: color 0.3s ease;	
}

footer a:hover {
	color: #c20f06;	
}

.subscription , .pastissues {
	position: fixed;
	z-index: 999;
	margin: 0 auto;
	left: 0;
	right: 0;
	width: 30%;
	border-radius: 10px;
	padding: 25px;
	background-color: white;
	margin-top: 25vh;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	-webkit-box-shadow: 5px 5px 5px 5px rgba(0,0,0,0.5);
	        box-shadow: 5px 5px 5px 5px rgba(0,0,0,0.5);
	display: none;
	font-family: 'OpenSans', sans-serif;
}


.subscription a, .pastissues a {
	text-decoration: none;
	color: black;	
	-webkit-transition: color ease 0.3s;	
	-o-transition: color ease 0.3s;	
	transition: color ease 0.3s;
}

.subscription a.form, .pastissues a.form {
	padding: 10px;
	background-color: #890C05;
	color: white;	
}

.subscription a.form:hover {
	color: white;
	background-color: #900;	
}

.subscription a:hover {
	color: #900;
}

.show {
	display: block;	
}

.closer:hover {
	cursor: pointer;	
}
