@charset "utf-8";

/* GENERAL TEXT */
body {
	padding: 10px;
	text-align: left;
	font-size: 24px;
	background-image: url("images/backgrounds/background.gif");
	background-size: 500px;
	background-repeat: repeat;
	filter: brightness(1.0);
	box-sizing: border-box;
}
a {
	text-decoration: none;
	color: #000;
}
a:hover {
  font-weight: 900;
}

/* ROWS */
.row {
  max-width: 1200px;
  margin: auto;
}

/* -=-=-=-=-=-=-=-=-=-=- HEADING -=-=-=-=-=-=-=-=-=-=- */

.heading {
	text-align: center;
  height: 400px;
	background-color: black;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	background-image: url("images/under_construction.gif");
	margin: -18px -18px 0 -18px;
}

/* -=-=-=-=-=-=-=-=-=-=- NAVIGATION BAR -=-=-=-=-=-=-=-=-=-=- */

.navigation_bar {
	background-color: lightgray;
	text-align: center;
	height: 74px;
	border-bottom: outset;
	border-top: outset;
	border-width: 3px;
	border-color: white;
	margin: 0 -18px;
}

.navigation_bar a {
  display: inline-block;
  box-sizing: border-box;
  margin: auto;
  border-color: white;
  border-style: outset;
  border-width: 3px;
  margin-top: 3px;
  padding: 5px;
  width: 68px;
  height: 68px;
}

.navigation_bar img {
  height: 50px;
  display: block;
  margin: auto;
}
  
  .navigation_bar a:hover {
    background-color: darkgray;
    border-color: white;
    border-style: inset;
    text-decoration: none;
  }

/* -=-=-=-=-=-=-=-=-=-=- BOX LAYOUTS -=-=-=-=-=-=-=-=-=-=- */

.box {
	background-color: lightgray;
	padding: 0 10px;
	margin-top: 20px;
	border: outset;
	border-width: 3px;
	border-color: white;
}

  .box p {
    background: #eee;
    margin-top: 10px;
    margin-bottom: 10px;
    border: inset;
    border-width: 3px;
    border-color: white;
    padding: 0 6px 0 6px;
  }
  
    #h1 {
      font-weight: bold;
      font-size: 30px;
    }
    
    #h2 {
      font-weight: bold;
      font-size: 25px;
    }
    
    #h3 {
      font-weight: bold;
    }
  
  .console {
    background: black;
    margin-top: 10px;
    margin-bottom: 10px;
    border: solid;
    border-width: 2px;
    border-color: white;
    padding: 5px;
    border-radius: 5px;
    color: white;
    font-family: console;
    font-size: 30px;
    box-shadow: 0 0 10px black;
  }
  
    .console a {
      color:blueviolet;
    }
  
.head {
  background-image: linear-gradient(to right, #3119cf, #cf1971);
  color: white;
  font-family: w98-bold;
  font-size: 1em;
  margin: 2px -8px 0 -8px;
  padding-left: 6px;
  padding-top: 4px;
}

  .head img {
    height: 24px;
    margin-bottom: -2px;
    margin-right: -4px;
  }

.image_box {
	background-color: #ccc;
	padding: 0px;
	border: solid;
	border-width: 2px;
	border-color: black;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 10px;
}

  .image_box img {
  	padding: 0px;
  	height: 250px;
  	width: 100%;
  	transition: transform .2s
  }
  
  .image_box img:hover {
    transform: scale(2);
  	transition: transform .2s
  }
  
  .image_box p {
  	text-align: center;
  	margin: -4px 0px 0px 0px;
  	border: none;
  }
  
  #firstimg {
    margin-top: 20px;
  }

.inner_box {
  padding: 0px;
  margin-left: 10px;
  margin-right: 10px;
  margin-top: 10px;
  width: 30%
}

  .inner_box p {
    border: solid;
  }
  
.dreambox {
    margin-top: 10px;
    margin-bottom: 10px;
    border: solid;
    border-width: 2px;
    border-color: white;
    padding: 40px;
    border-radius: 5px;
    color: white;
    font-family: w98-bold;
    font-size: 30px;
    height: 100px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    text-shadow: 0 0 10px black;
    box-shadow: 0 0 10px black;
  }
  
  .dreambox a {
      text-decoration: none;
      color: blueviolet;
    }

/* -=-=-=-=-=-=-=-=-=-=- ROW AFTER -=-=-=-=-=-=-=-=-=-=- */

.row:after {
	content: "";
	display: table;
	clear: both;
}

/* -=-=-=-=-=-=-=-=-=-=- FOOTER -=-=-=-=-=-=-=-=-=-=- */

.footer {
	text-align: center;
	font-family: w98-bold;
	color: black;
	background: lightgray;
	border-top: outset;
	border-color: white;
	border-width: 5px;
	padding: 20px 0 5px 0;
	margin: 20px -18px -18px -18px;
}

  .footer p {
    margin-top: 0;
  }

  .footer p:after {
    content: "Website built and written by terbo. \A Fonts designed by somepx.";
    white-space: pre;
  }

/* -=-=-=-=-=-=-=-=-=-=- WARNING MESSAGE -=-=-=-=-=-=-=-=-=-=- */

.warning {
  background: yellow;
  font-family: times;
  font-weight: bold;
  font-style: italic;
  margin: 0 -18px 20px -18px;
  font-size: 50px;
  text-align: center;
}

  .warning:after {
    content: "THIS PAGE IS UNDER CONSTRUCTION!"
  }

/* -=-=-=-=-=-=-=-=-=-=- RESPONSIVE LAYOUTS -=-=-=-=-=-=-=-=-=-=- */

@media screen and (max-width: 800px) {
	.left_section, .right_section {
		width: 100%;
		padding: 0;
	}
}

@media screen and (max-width: 400px) {
	.navigation_bar a {
		float: none;
		width: 100%;
	}
}

/* -=-=-=-=-=-=-=-=-=-=- CUSTOM FONTS -=-=-=-=-=-=-=-=-=-=- */

@font-face {
  font-family: w98;
  src: url(fonts/MSW98UI.otf);
}
@font-face {
  font-family: w98-bold;
  src: url(fonts/MSW98UI-Bold.otf);
}
@font-face {
  font-family: console;
  src: url(fonts/font_2.woff);
}