/* 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,a:-webkit-any-link {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: unset;
	font: inherit;
	vertical-align: baseline;
	text-decoration: none;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: flex;
	    flex-wrap: wrap;
	    box-sizing: border-box;
	    width: auto;
	}
body {
  line-height: normal;
  background-image: radial-gradient(circle at center,#333333,#101010);
  background-attachment: fixed;
  background-repeat: no-repeat;
}
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;
}


@font-face {
  font-family: 'Moonhouse';
  src: url('http://vengefulscars.joeyjaydigital.com/fonts/moonhouse.eot'), /* IE9 Compat Modes */
   		 url('http://vengefulscars.joeyjaydigital.com/fonts/moonhouse.woff2') format('woff2'), /* Super Modern Browsers */
       url('http://vengefulscars.joeyjaydigital.com/fonts/moonhouse.woff') format('woff'), /* Pretty Modern Browsers */
       url('http://vengefulscars.joeyjaydigital.com/fonts/moonhouse.ttf')  format('truetype'), /* Safari, Android, iOS */
}

::-moz-placeholder{
	color: lightgrey;
	opacity:0.2;
}
::-webkit-input-placeholder{
	color: lightgrey;
	opacity:0.2;
}
:-ms-input-placeholder{
	color: lightgrey;
	opacity:0.2;
}
:-moz-placeholder{
  color: lightgrey;
	opacity:0.2;
}


/* ---------------------------------------------------- */
html body{
  font-size: 1.1vw;
  --scar: #ff4b4b;
  --chiss:#00c7f8;
  --title-scar: #d60f0f;
  margin: 0px;
}
p{
	margin-top:30px;
  margin-bottom:30px;
  font-size: 1rem;
  line-height:1.5rem;
}
*{
  box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	color:#00c7f8;
}
button{
	border-color:lightgrey;
	color:black;
}
input, textarea, select{
	  color: #00c7f8;
}
textarea{
  resize:none;
	width:100%;
}
h1, h2, h3, h4, h5{
  font-family: "Moonhouse", "Titillium Web", sans-serif;
}
h1{
  font-size: 5em;
  width: 100%;
  text-align: center;
  margin-top:30px;
 }
h2{
	font-size: 3rem;
}
h3{
  font-size:2rem;
}
h4{
  font-size:1.5rem;
}
h5{
  font-size:1.25rem;
}
h6{
  font-size:1rem;
  font-weight: bold;
}
strong{
  font-weight: bold;
}
.wrapper div{
	font-size: 1rem;
	line-height: normal;
	width:100%;
}

img.anchor{
  max-width:100px;
  border:none;
  margin-top:unset;
}

input[type="text"],input[type="number"], input[type="password"], input[type="email"], label[for="submit"], textarea{
  background-color: transparent;
  border: 2px solid;
  border-radius: 5px;
  padding-left: 10px;
  font-family: inherit;
  font-size: 1em;
  color: var(--chiss);
  min-height:34px;
  text-align: center;
}
.articles{
  max-height:430px;
  overflow-y:auto;
}
.articles article{
  margin-top:30px;
}
.add-story{
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  height: 600px;
  width: 500px;
  justify-content: space-around;
  
}
.add-story textarea{
  width: 500px;
  height: 300px;
  text-align: left;
}
.wordCounter{
  font-size: 10px;
  position: relative;
  margin-top: -50px;
  margin-left: 400px;
}
a:hover{
	color:#ff4b4b;
}
a:hover strong:hover,  a:hover em:hover{
	color:#00c7f8;

}
a strong, a em{
		border-bottom: 2px solid;
}
em{
	font-style: italic!important;
	padding-right:5px;
}
.subtitle {
  display: block;
  text-align: center;
  color: var(--scar);
  font-size: 1.4rem;
}
div{
  font-family: "Titillium Web", sans-serif;
  font-size: 1em;
  /* color:#00c7f8; */
}
#wrapper{
    height: auto;
    width: 100vw;
    padding-top: 20px;
    padding-bottom: 120px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    background-image: url(img/Flag_logo_free.svg);
    background-image: url(img/web_flag_skull_greyscale.png);
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 600px;
}
nav.wrapper {
    list-style-type: none;
    display: flex;
    justify-content: space-around;
    padding: 0px;
		position: fixed;
    margin-top:0px;
    align-items: center;
}
nav a{
	text-decoration: none;
}
.wrapper {
    background-color: rgba(0,0,0,0.75);
    border-color: #1c3bca;
    border: 5px solid;
    border-radius: 10px;
    display: flex;
    width: 95%;
    margin-bottom:120px;
    justify-content: center;
    flex-wrap: wrap;
    padding-bottom: 20px;
    max-width: 1008px;
		color:#00c7f8;
		margin-top:186px;
    padding: 20px 70px 20px 70px;
}
.topImg{
  margin-top:20px;
  max-width: unset;
  max-height: unset;
}

.herarchyContainer{
  background-image: url(img/herarchy-landscape-bg.png);
  border: 2px solid;
  margin-top: 50px;
  border-radius: 5px;
  height: 400px;
  width: 900px;
  box-sizing: border-box;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: center;
}
.herarchyContainer img{
  border:none;
  max-height: 165px;
  margin-top:0px;
}
.story, .story p{
  color: goldenrod;
}
.stories{
  margin-top:30px;
}
.stories h2, .articles h3{
  color:var(--title-scar);
}
.add-story input#submit{
    height: 60px;
    border-radius: 5px;
    background-color: transparent;
    border: 2px solid #33e233;
    width: 300px;
    margin-left: auto;
    margin-right: auto;
    color: #33e233;
    transition: color 200ms ease, background-color 200ms ease;
}
.add-story input#submit:hover{
  background-color: #33e233;
  color:rgba(0,0,0,0.75);
  cursor: pointer;
}
.textImg{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 30px;
}
.textImg .txtWrapper{
  width:50%;
}
.textImg figure{
  max-width:300px;
}

figcaption{
  text-align: center;
  width: 100%;
  display: block;
  padding-top: 10px;
  font-weight: 600;
}

main ul, main ol{
  margin-right: auto;
  margin-left: 60px;
  margin-bottom: 30px;
  list-style-type: disc;
}
.submenue-skills .sub-menu {
    border-radius: 5px;
    display: none;
    position: fixed;
    z-index: 4;
    flex-flow: column;
    background-color: black;
    height: 180px;
    justify-content: space-around;
    border: 3px solid;
    box-shadow: 2px 2px 8px 7px #00000078;
}
.submenue-equipment .sub-menu {
    border-radius: 5px;
    display: none;
    position: fixed;
    z-index: 4;
    flex-flow: column;
    background-color: black;
    height: 130px;
    justify-content: space-around;
    border: 3px solid;
    box-shadow: 2px 2px 8px 7px #00000078;
}
.submenue-equipment .sub-menu li, .submenue-skills .sub-menu li{
    border-top: 1px solid;
    border-bottom: 1px solid;
    line-height: 32px;
    padding: 5px;
}
.sticky {
  position: fixed;
  top: 0;
  width: 100%;
}
em, strong{
	color:#ff4b4b;
}
img {
    display: block;
    max-width: 480px;
    max-height: 325px;
    border: 4px solid;
    border-radius: 5px;
		margin-top: 30px;
}
img#ranged, img#armor{
	margin-bottom:20px;
	margin-top: 40px;
}
.admin-nav{
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  list-style-type: none;
  width: 100%;
  margin-top:30px;
}
@media screen and (max-width:600px){
	img{
		max-width:400px;
	}
	.wrapper{
		margin-top:150px;
	}
}
