/* Clear */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p
dl, dt, dd, ol, ul, li,
table, caption, tbody, tfoot, thead, tr, th, td,
article, footer, header, hgroup, menu, nav, section, summary, header nav ul li a, .btn,
audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
	font-family: "Times New Roman";
	color:white;
	font-weight: bold;
	top: 0px;
	scrollbar-gutter: stable both-edges;
}

body {
	background-color: rgb(20, 20, 20);	
}

div h1 {
	font-size: 45px;
	text-align: center;
}

div h2 {
	font-size: 120px;
	text-align: center;
}

a {
	text-decoration: none;
}

/* HEADER */

header {
	width: 100%;
}

.wrapper {
	width: 60%;
	margin-left: 20%;
	margin-right: 20%;
}

header nav {
	padding-left: 20%;
	height: 60px;
	width: 100%;
	background-color: rgba(0, 0, 0, 0.700);
	z-index:1;
	position: fixed;
}

header nav ul li {
	margin: 25px;
	display: inline-block;
	list-style: none;
}

header nav ul li a {
	font-size: 16px;
	padding: 10px;
	text-decoration: underline;
}

header nav ul li a:hover {
	color: lightgray;
}

/* HEADER END */

/* SECTION */

.index-news {
	margin-top: 20px;
	width: 100%;
}

.index-news article {
	width: 30%;
	min-width: 200px;
	float: left;
	margin: 0px 1%;
}

.news-image {
	width: 100%;
}

.index-news h3 {
	font-size: 22px;
	text-align: center;
	padding: 10px;
}

.index-news p {
	font-size: 16px;
	text-align: left;
	padding: 0px 10px 10px 10px;
}

.center {
	float: left;
	width: 100%;
	height: 500px;
	margin-top: 100px;
}

.btn {
	display: block;
	background-color: black;
	padding: 12px 30px;
	cursor: pointer;
	margin-left: auto;
	margin-right: auto;
  }

/* Darker background on mouse-over */
.btn:hover {
	background-color: rgb(30, 30, 30);
  }

/* SECTION END */	

footer {
	clear: both;
	width: 100%;
	bottom: 0;
}