/* CSS Reset */

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html,
body,
div,
span,
applet,
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%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* Begin Custom Styles */

body {
  background-image: url("../img/background.png");
  background-attachment: fixed;
  background-color: #ccc;
  background-repeat: no-repeat;
  background-size: 100%;
  margin: 0;
  padding: 0;
  height: 100%;
}

.logo-container {
  width: 80%;
  margin: auto;
  padding-top: 6%;
  padding-bottom: 6%;
}

.logo-img {
  display: block;
  width: 64%;
  margin: auto;
}

.index-navbar {
  width: 100%;
  height: 96px;
  background-color: rgba(101, 0, 0, 0.6);
  font-family: Bungee, "Open Sans";
  text-transform: uppercase;
  font-weight: 400;
  color: #e8e8e8;
  text-align: center;
  box-shadow: 0px 0px 8px #000;
}

.index-nav-items {
  padding-top: 1%;
  padding-bottom: 1%;
}

.index-nav-item {
  display: inline;
  text-align: center;
  font-size: 52px;
  padding: 0 2% 0 2%;
  text-shadow: 0px 0px 8px #000;
}

.index-navbar a {
  text-decoration: none;
  color: inherit;
}

.index-nav-item:hover {
  cursor: pointer;
  background-color: #dbd5e2;
  color: #e254f1;
}

.index-nav-info:active {
  color: #198cd4;
}

.index-nav-sponsor:active {
  color: #79f55c;
}

.index-nav-updates:active {
  color: #d200d0;
}

.index-nav-forums:active {
  color: #ff9e42;
}

.index-nav-item:visited {
  text-decoration: none;
}

/* Construction Styles */

.construction-container {
  background-color: #db7c21;
  width: 60%;
  padding: 10px;
  margin: auto;
  margin-bottom: 2%;
  margin-top: -5%;
  text-align: center;
  border-radius: 20px;
}

.construction-title {
  font-family: "Bungee", "Open-Sans";
  text-transform: uppercase;
  font-size: 40px;
  color: #fff;
  text-shadow: -2px 2px #000;
  padding: 10px;
}

.construction-description {
  font-family: "Bungee", "Open-Sans";
  color: #fff;
  text-shadow: -1px 1px 0px #1f1f1f;
  font-size: 18px;
  font-weight: 200;
}

.desc-ip {
  font-family: "Bungee", "Open-Sans";
  text-transform: uppercase;
  font-size: 40px;
  color: red;
  text-shadow: -2px 2px #000;
  padding: 10px;
}

.construction-schedule-header {
  font-family: "Bungee", "Open-Sans";
  color: #79f55c;
  text-align: left;
  padding-left: 50px;
  text-shadow: 0px 0px 5px #000;
  font-size: 16px;
  font-weight: 200;
}

.construction-schedule-text {
  font-family: "Open-Sans";
  color: #fff;
  text-shadow: 0 0 2px #000;
  padding-left: 10px;
  font-size: 16px;
  font-weight: 400;
  text-align: left;
  display: inline;
}
