/* reset browser styles */

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp,small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1.2;
	
}
ol { 
	padding-left: 1.4em;
	list-style: decimal;
}
ul {
	padding-left: 1.4em;
	list-style: square;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
} 

* { 
  box-sizing: border-box;
    }

/* end RESET */
	body {
		overflow-x: hidden !important;
	
	}
	
header {
	margin-bottom: 4%;
}
nav {
	display: flex;
	justify-content: space-around;
	align-items: center;
	min-height: 8vh;
	font-family: 'Asar';
	background-color: #18161A;
}


.nav-links {
	display: flex;
	width: 55%;
	/*background-color: black;*/
	justify-content: space-around;
	/*align-items: center;*/

}

.nav-links li {
	list-style: none;
}
.nav-links a {
	text-decoration: none;
	letter-spacing: 3px;
	font-size: 18px;
	font-weight: bold;
	color: white;
}

.burger {
	display: none;
}

.burger div {
	width: 25px;
	height: 3px;
	margin: 5px;
	background-color: white;
	
}


* {
  box-sizing: border-box;
}

img {
  vertical-align: middle;
}

.logo {
	display: block;
	margin-top: 5%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 4%;
}

/* Position the image container (needed to position the left and right arrows) */
.container {
  position: relative;
  margin-top: 15%;
	
}

/* Hide the images by default */
.mySlides {
  display: none;
}

/* Add a pointer when hovering over the thumbnail images */
.cursor {
  cursor: pointer;
}
	
/*Thumbnail next/previous buttons */
.carousel-container {
	position:relative;
	width: 70%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 7%;
	margin-bottom: 7%;
	/*border: 5px solid gray;*/
	}
	
.row {
	display: flex;
	width: 100%;

	}

	
/* Next & previous buttons */
.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 40%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: black;
  font-weight: bold;
  font-size: 20px;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 10%;
  border-radius: 3px 0 0 3px;
}
.prev {
	left: 10%;
		
	}
/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}


.row:after {
  content: "";
 /* display: table;
  clear: both;*/
}

/* Six columns side by side 
.column {
  float: left;
  width: 16.66%;
}*/

/* Add a transparency effect for thumnbail images */
.demo {
  opacity: 0.8;
}

.active,
.demo:hover {
  opacity: 1;
}
	
.arrow {
	width: 30px;
	height: 30px;
	cursor: pointer;
	transition: .3s;
}	
	
.mySlides img {
	display: block;
	margin-left: auto;
	margin-right: auto;
	max-width: 533px;
	height: auto;
	}

#grandIssue{
	max-height: 300px;
}

article {
		max-width: 40%;
		font-family: 'Lora';
		margin-left: auto;
		margin-right: auto;
		margin-top: 8%;
		margin-bottom: 12%;
		word-spacing: 1px;
		line-height: 1.7;
	}	

.pagenumber {
	text-align: center;
	margin-bottom: 5%;
}

footer {
	letter-spacing: 1.5px;
	line-height: 1.5;
	font-family: 'Lora';
	font-size: 14px;
	width:100%;
	height:200px;   /* Height of the footer */
	border-top: double #DAD4EF;
	white-space: nowrap;
	overflow: hidden;
	position: relative;
}

.mininav {
	width: 100%;
    margin-left: auto;
    margin-right: auto;
    position: absolute;
	top:-35%;
}

.footer-links {
	display: flex;
	justify-content: center;
	flex-wrap: nowrap;
	margin-top: 8%;
	width: 50%;
	margin-right:auto;
	margin-left:auto;
	
}


.footer-links li {
	list-style: none;
	flex: 2%;
	display: inline-block;
	padding-left: 5%;
	padding-right: 5%;
	transition: transform .2s; /* Animation */
}

.footer-links a {
	text-decoration: none;
	color: black;
	
}

.footer-links li:hover {
  -ms-transform: scale(1.2); /* IE 9 */
  -webkit-transform: scale(1.2); /* Safari 3-8 */
  transform: scale(1.2); 
  
}
.bottomfooter {
	display: flex;
	align-items: flex-end;
	justify-content: space-around!important;
	position: absolute;
	bottom: 0;
	width: 100%;

}







@media screen and (max-width:1024px) {
	.nav-links {
		width: 65%;
	}
}
@media screen and (max-width:768px) {
	
	body {
		overflow-x: hidden !important;
		
	}
	.nav-links {
		position: absolute;
		height: 92vh; /*makes menu the full height of screen*/
		right: 0px;
		top: 8vh;
		background-color: #18161A;
		display:flex;
		flex-direction: column;
		align-items: center;
		width: 50%;
		transform: translateX(100%);
		transition: transform 0.5s ease-in;
		z-index: 110;
		overflow-x: hidden !important;
	}
	
	.nav-links li {
		opacity: 0;
	}
	
	.burger {
		display: block;
		margin-left: 80%;
	}
	.nav-active {
		transform: translateX(0%);
	}
	
	@keyframes navLinkFade{
		from{
			opacity: 0;
			transform: translateX(50px);
		}
		to{
			opacity: 1;
			transform: translateX(0px);
			
		}
	}
	
	
}

@media (min-width: 481px) and (max-width:768px) {
	
	body {
		overflow-x: hidden !important;
	
	}
	.logo {
		padding-top:4%;
		padding-bottom: 5%;
	}
	.carousel-container {
		width: 90%;
		padding-top: 3%;
		padding-bottom: 10%;
	}
	.mySlides img {
		width: 70%;
		height: auto;
	}
	/* Position the "next button" to the right */
	.next {
	  right: 0%;
	  border-radius: 3px 0 0 3px;
	}
	
	.prev {
		left: 0%;
	}
	
	article {
		max-width: 75%;
		padding: 5% 6% 5% 4%;
		margin-top: 10%;
	}
	.mininav {
		margin-top: 5%;
	}
}

@media (max-width:480px) { 
	
	body {
		overflow-x: hidden !important;
		
	}
	
	.logo {
		margin-top: 8%;
		margin-bottom: 15%;
		padding-top:4%;
		padding-bottom: 5%;
	}
	
	.carousel-container {
		width: 90%;
		padding-top: 3%;
		padding-bottom: 6%;
	}
	
	.prev,
	.next {
	  cursor: pointer;
	  position: absolute;
	  top: 50%;
	  width: auto;
	  padding: 16px;
	  margin-top: -50px;
	  color: black;
	  font-weight: bold;
	  font-size: 20px;
	  border-radius: 0 3px 3px 0;
	  user-select: none;
	  -webkit-user-select: none;
}

	/* Position the "next button" to the right */
	.next {
	  right: 0%;
	  border-radius: 3px 0 0 3px;
	}
	
	.prev {
		left: 0%;
	}
	
	.mySlides img {
		width: 70%;
		height: auto;
		margin-top: 20%;
	}
	
	article {
		max-width: 75%;
		padding: 5% 4% 5% 4%;
		margin-top: 15%;
		margin-bottom: 25%;
	}
	
	.footer {
		height:20%;
		font-size: 12px;
	}
	
	.footer-links {
		flex-direction: column;
		text-align: center;
		width: 40%;
	}
	.copyrightlogo {
		width: 75px;
	}
	
	.mininav {
		top: 0;
	}
	.number {
		display: none;
	}
	.email {
		display: none;
	}

}


