/* 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;
}


@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;
}


/* ---------------------------------------------------- */
::root{
  font-size: 16px;
}
*{
  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:6em;
}
h2{
  font-size:5em;
}
h3{
  font-size:4em;
}
h4{
  font-size:3em;
}
h5{
  font-size:2em;
}
h6{
  font-size:1em;
}
strong{
  font-weight: bold;
}
div{
  font-family: "Titillium Web", sans-serif;
  font-size: 1em;
  /* color:#00c7f8; */
}
.sign-in-form{
  display: flex;
  position: absolute;
  z-index:2;
}
input[type="text"],input[type="number"], input[type="password"], input[type="email"], label[for="submit"], textarea{
  background-color: transparent;
  border: none;
  padding-left: 10px;
  font-family: inherit;
  font-size: 1em;
}

label[for="submit"]{
  min-width: 100px;
  text-align: center;
  text-transform: uppercase;
}

input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
label[for="submit"]:focus,
input[type="number"]:focus,
input[type="number"]:hover,
textarea:focus,
textarea:hover,
input[type="text"]:hover,
input[type="password"]:hover,
input[type="email"]:hover,
label[for="submit"]:hover {
    outline: none;
    box-shadow: 0px 2px 0px 0px #1c3bca;
}
select {
    background-color: transparent;
    font-size: 1rem;
}
input[type="text"]#char-name{
  width:68%;
}

label[for="submit"]:hover {
    cursor: pointer;
}

input[type="submit"]{
  padding: inherit;
}
input#char-type {
    width: 88%;
}
input#char-gender {
    width: 20%;
    text-align: end;
    padding-left: 0;
    padding-right: 10px;
}
input#char-race {
    width: 47%;
}
input#char-age {
    width: 15%;
    text-align: end;
    padding-left: 0;
    padding-right: 10px;
}
input#char-height {
    width: 14%;
    text-align: end;
    padding-left: 0;
    padding-right: 10px;
}
input#char-weight {
    width: 11%;
    text-align: end;
    padding-left: 0;
    padding-right: 10px;
}
input#char-physics {
    width: 62%;
}

#wrapper{
  background-image: linear-gradient(#3a4273, #fff);
    height: 100vh;
    width: 100vw;
    padding-top: 120px;
    padding-bottom: 120px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.paper {
    background-color: rgba(0,0,0,0.75);
    border-color: #1c3bca;
    border: 5px solid;
    border-radius: 10px;
    display: flex;
    width: 70%;
		width:1008px;
    margin-bottom:120px;
    justify-content: center;
    flex-wrap: wrap;
    padding-bottom: 20px;
    max-width: 1008px;
		color:#00c7f8;
}
.top-left, .top-right, .skills, .specials{
    width: 45%;
    height: 320px;
    margin-top: 30px;
    display: flex;
    flex-wrap: wrap;
}
#persona{
  height:auto;
	margin-top:20px;
	flex-direction: column;

}
#persona span {
    display: flex;
    justify-content: space-around;
    padding-left: 10px;
    padding-right: 10px;
    margin-top: 20px;
}
#persona textarea {
    margin-top: 10px;
		margin-bottom: 20px;
}
#abillities-list textarea{
	margin-bottom: 20px;
}
.top-left{
  justify-content: space-between;
}
.top-right {
    margin-left: 20px;
}
.top-right#avatar{
  margin-left: 0px;
  margin-right:20px;
}
.top-right img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    top: 0;
    left: 0;
    border: 3px solid #00c7f8;
}
.top-right button#img-upload {
    position: absolute;
    z-index: 2;
		opacity: 0.0;
    align-self: flex-end;
    margin-left: 5px;
    margin-top: -5px;
		transition: opacity 750ms ease;
		cursor:pointer;
}
.top-right:hover > button#img-upload,.top-right button#img-upload:hover{
	opacity: 1.0;
}
.box{
  border: 3px dashed #00c7f8;
  border-radius: 10px;
  padding-left:10px;
  padding-bottom: 30px;
  padding-right:10px;
  padding-top:10px;
  display: flex;
  flex-wrap: wrap;
  width:45%;
  margin-top:10px;

}
.left-column .box{
  width:100%;
}
.left-column{
  width:45%;
}
#armor {
    height: 260px;
    margin-top: 20px;
    padding-top: 10px;
    flex-direction: column;
    padding-bottom: 0px;
}

.left-column h2, #persona h2{
  font-size:1.5rem;
	width:100%;
  text-transform: uppercase;
}
#armor select{
  max-width:200px;
}
#weapons{
  padding-top:10px;
  height:600px;
	flex-direction: column;
}
.weaponRow {
    display: flex;
    /* flex-direction: column; */
    width: 100%;
    flex-wrap: wrap;
    margin-top: 30px;
}
.weaponRow span {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    line-height: 1.2rem;
		padding-top: 5px;
		padding-bottom: 5px;
}
.weaponRow span strong{
  text-align: center;
}
.weaponRow input {
    max-width: 90px;
    text-align: center;
}
.weaponRow input:first-child {
    text-align: left;
}
.weaponRow #
button#add-weapon {
    max-width: 110px;
    margin: auto;
    margin-top: 20px;
}
div#weapons-list {
    width: 424px;
    overflow-y: auto;
    overflow-x: hidden;
    max-height: 530px;
		padding-right:20px;
}
#weapons-list textarea{
	padding-top:10px;
}
#force-powers h2{
	font-size:1.7rem;
}
#img-popup{
  display: none;
}
.skills, .specials {
    border: 3px dashed #00c7f8;
    height: 1130px;
    border-radius: 10px;
    padding-bottom: 30px;
}
.skills {
    background-color: transparent;
    display: flex;
}
.skills-column {
    display: flex;
    flex-wrap: wrap;
    width:50%;
		padding-right: 10px;
}

.skills-column .attribute {

    flex-wrap: wrap;
    display: flex;
    justify-content: space-between;
}
#dex-skill-list,
#know-skill-list,
#mech-skill-list{
  max-height: 237px;
  overflow-y: auto;
	margin-top:10px;
	padding-right:5px;
}
#perc-skill-list,
#str-skill-list,
#tech-skill-list{
  max-height: 267px;
  overflow-y: auto;
	margin-top: 10px;
	padding-right: 5px;
}
#tech-skill-list{
  max-height:185px;
}
div.attribute{
  margin-top:30px;
}
.skills h2.attribute:first-child {
    font-size: 1rem;
    display: inline;
    flex-wrap: nowrap;
    text-transform: uppercase;
    height:1rem;
    width: 75%;
    padding-left:10px;
}
div.dice, h2.attribute{
  width:25%;
  height:1rem;
}
h2 .dice {
    width: 100%;
    text-align: end;
    padding-left: 0;
}
#force h2.attribute{
  width:100%;
  text-align: center;
  margin-bottom:10px;
}
#force .skill {
    line-height: 26px;
    padding-left: 10px;
}
div#tech {
    max-height: 436px;
}
.skills .attribute{
  font-size:1rem;
  height:5%;
}
.skill {
    width: 100%;
}
.skillRow{
  width:100%;
}
.skill input, .skill .skillRow strong{
    width: 75%;
    box-sizing: border-box;
    display: inline-flex;
		-moz-box-sizing: border-box;
	 	-webkit-box-sizing: border-box;
}
.skill input.skillD{
  width: 25%;
  text-align: right;
}
.add-button{
  margin-left: 10px;
}
.add-button, .remove-button{
	background-color:rgba(0, 0, 0, 0.0);
	color:#00c7f8;
	border:2px solid;
	border-radius: 5px;
}
.add-button:hover, .remove-button:hover{
	color:#1c3bca;
	border-color:#00c7f8;
}
.dice {
    width: 20%;
}
.dice input {
    width: 100%;
    text-align: end;
}
.skill span.buttons{
  margin-top:10px;
  display: flex;
}
.specials {
    background-color: transparent;
    margin-left: 20px;
    padding-top: 30px;
    align-items: flex-start;
    padding-left: 10px;
}
.specials h2 {
    font-size: 1.1rem;
    height: auto;
    display: flex;
    height: 20px;
}
.misc{
  line-height: 26px;
}
.misc input{
  text-align: end;
}
.specials h3 {
    font-size: 1.2rem;
    height: auto;
    display: flex;
    height: 20px;
		width:100%;
    margin-top:30px;
}
#wounds {
    width: 65%;
    display: flex;
    justify-content: space-between;
    line-height: 32px;
}
.wound-checks {

}
.sheet-title {
    font-size: 1rem;
    text-align: center;
    font-size: 1.5rem;
    text-transform: uppercase;
    width: 48%;
    /* align-self: baseline; */
    padding-top: 30px;
    height: 90px;
}
.guild-logo {
    width: 40%;
    /* margin-top: 20px; */
    height: 120px;
    border-radius: 49%;
}
.basic-info {
    width: 100%;
    height: 60%;
    margin-top:10px;
}

#dimmer{
	background-color: rgba(0,0,0,0.75);
	position: fixed;
	top:0;
	left:0;
	width:100vw;
	height:100vh;
	z-index:3;
	display: none;
}
#img-popup, #sign-in, #signed-in {
    display: none;
    position: absolute;
    background-color: #000;
    width: 450px;
    border: 3px solid;
    height: 300px;
    left: 50%;
		margin-left: -225px;
    top: 50%;
		margin-top:-150px;
    justify-content: center;
    border-radius: 5px;
    flex-wrap: wrap;
    z-index: 4;
    justify-self: center;
		padding-bottom:30px;
		box-shadow: 2px 2px 11px 2px rgba(0, 0, 0, 0.2);
}



#sign-in{
  height:550px;
}
#sign-in p{

    padding: 10px;
    margin: 20px;
}
#wrapper.TnC #sign-in{
  height:1500px;
  width:1008px;
  border-radius: 5px;
  left:auto;
}
#wrapper.TnC #sign-in h1 {
    font-size: 4rem;
    height:3rem;
}

#wrapper.TnC #sign-in p,  #wrapper.TnC #sign-in span{
    padding: 10px;
    margin: 60px;
    margin-top: -150px;
    font-size: 1.3rem;
}
#wrapper.TnC #sign-in span{
  margin-top:-250px;
  text-align: left;
}

#wrapper.TnC #sign-in h2{
   font-size: 2.5rem;
   text-align: center;
}
input#avatar-url, input.border {
    border: 2px solid;
    width: 90%;
    max-width:300px;
    height: 40px;
    margin: 5px;
}
#sign-in input#submitBtn{
  display: flex;
  background-color: transparent;
  font-size: 1rem;
  padding: 5px;
  border: 2px solid;

}
#img-popup h1, #sign-in h1, #signed-in h1{
    font-size: 2rem;
    width: 75%;
    text-align: center;
    margin-top: 30px;
    display: flex;
}
#img-popup span, #sign-in span, #signed-in span{
    width: 100%;
    text-align: center;
}
#signed-in {
	width: 100%;
	max-width: 1000px;
	margin: auto;
	padding: 30px;
	min-height: 600px;
	left: auto;
	height: auto;
	flex-direction: column;
}
#signed-in h1{
  font-size: 3rem;
  width:100%;
  text-align:center;
  justify-content:center;
}
#signed-in h2{
  font-size:2rem;
  width:100%;
  text-align:center;
  justify-content:center;
}
#signed-in ul{
	min-height: 316px;
	display: flex;
	max-width: 900px;
	flex-wrap: wrap;
	margin-top: 60px;
	justify-content: flex-start;
  justify-content: space-around;
}
#signed-in ul li{
    height: 100%;
    width: 100%;
    max-width: 180px;
		padding:10px;
		margin: 19px;
}
.thumbNew, .thumb{
  height: 180px;
  width: 180px;
  display: flex;
  flex-direction: column;
  text-align: center;
}
#pop-up-msg {
    background-color: #00000061;
    width: 100%;
    height: 100%;
    flex-direction: column;
    text-align: center;
    top: 0;
    padding: 20px;
    flex-wrap: wrap;
}
#pop-up-msg p {
    margin-top: 200px;
    background-color: black;
    width: 100%;
    max-width: 490px;
    margin-left: auto;
    border: 3px solid;
    margin-right: auto;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    min-height: 200px;
    max-height: 350px;
}
#pop-up-msg #deleteBtn{
  width:130px;
  height:50px;
  font-size:1rem;
  margin-left: auto;
  margin-right: auto;

}
.thumbNew:hover, .thumb:hover {
    cursor: pointer;
    text-decoration: underline;
}
.thumbNew img, .thumb img{
  max-height:100%;
  border-radius: 5px;
  transition: opacity 500ms ease;
}
.thumbNew:hover img, .thumb:hover img{
  opacity: 0.7
}
.thumbNew strong, .thumb strong{
  margin-top:20px;
}
#quick-menue{
  display:none;
}
div#menu-bar {
    background-color: black;
    border: 2px solid;
    height: 100px;
    display: flex;
    position: fixed;
    top: 0;
    width: 1008px;
    /* width: 100%; */
    box-shadow: 0px 2px 10px 2px rgba(0,0,0,0.7);
    z-index:7;
}
#sharing{
	margin-top:30px;
}
#permissions{
	display: none;
	justify-content: space-around;
}
#permissions span {
		display: flex;
    flex-direction: column;
    align-items: center;
}
.uploadDelete {
	display: flex;
	flex-direction: column;
	margin-top: 10px;
	height: 310px;
	border: 3px dashed;
	border-radius: 10px;
	padding: 20px;
}
#updateDelete{
	display: flex;
	justify-content: space-around;
}
input#uploadBtn, button#deleteBtn {
    background-image: linear-gradient(lime, green);
    height: 60px;
    width: 150px;
    font-family: 'Moonhouse';
    color: lime;
    font-size: 1.5rem;
    border: solid green 3px;
    border-radius: 5px;
    transition: box-shadow 300ms ease;
}
input#uploadBtn:hover, button#deleteBtn:hover, .add-button:hover, .remove-button:hover {
    box-shadow: inset 1px 0px 6px 2px rgba(0,0,0,0.7);
    cursor: pointer;
}
button#deleteBtn{
    background-image: linear-gradient(red, #b00021);
    border-color: #85041c;
    color: #ff5959;
    cursor: pointer;
}

#menu-bar a{
  text-decoration: none;
}
#menu-bar a:hover{
  text-decoration: underline;
}
#user-section {
    display: flex;
    width: 100%;
    max-width: 600px;
    padding: 10px 10px;
    text-align: right;
    align-items: center;
    justify-content: space-around;
}
#user-section span{
  font-family: 'moonhouse', 'Titillium', sans-serif;
  font-size: 1.5rem;
}
#desktop-menu {
    display: flex;
    flex-wrap: wrap;
    list-style-type: none;
    justify-content: space-around;
    align-items: center;
    height: 100%;
}
#desktop-menu li {
    padding: 10px;
}

#top{
  display: flex;
    width: 80%;
    justify-content: center;
    /* padding-top: 60px; */
    margin-left: auto;
    margin-right: auto;
}
#top nav{
  display: flex;
      list-style-type: none;
      background-color: rgba(0,0,0,0.75);
      color: #00c7f8;
      justify-content: space-around;
      max-width: 1100px;
      width: 100%;
      padding-top: 0.75em;
      padding-bottom: 0.75em;
      border-top: 3px solid #1c59ca;
      border-radius: 5px;
      font-family: "Moonhouse", "Titillium Web", sans-serif;
      border-bottom: 3px solid #1c59ca;
      box-shadow: -1px 4px 4px 3px rgba(0,0,0,0.2);
      transition: box-shadow, 300ms ease;
}
#top nav:hover {
  border-top: 3px solid #1d64e7;
  border-bottom: 3px solid #1d64e7;
  box-shadow: -1px 4px 4px 3px rgba(0,0,0,0.2), 0px 0px 8px 2px rgba(29, 100, 230, 0.5);
}
#top nav li a:hover{
  text-shadow: 0px 0px 10px #005aff;
}
#SignIn{
  overflow-y: -webkit-paged-x;
    text-align: center;
    position: absolute;
    z-index: 2;
    padding: 25px;
    border-radius: 5px;
    max-height: 0px;
    padding: 0px;
    box-sizing: border-box;
		-moz-box-sizing: border-box;
	 	-webkit-box-sizing: border-box;
    margin-top: 20px;
    background-color: rgba(0,0,0,0.75);
    width: 250px;
    margin-left: auto;
    box-shadow: -1px 4px 4px 3px rgba(0,0,0,0.2);
    transition: box-shadow 300ms ease;
    border: 3px solid #1c59ca;
    border: none;
    box-shadow: none;
    transition: max-height 1s ease;
}
#SignIn h3{
  font-size:2em;
}
#SignIn form{
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 120px;
}
#SignIn form input[type="text"], #SignIn form input[type="password"]{
  border-radius: 5px;
  background-color: #030323;
  color: #00c7f8;
  padding-left: 10px;
  padding-bottom: 5px;
}
#contentWrapper{

    height: 900px;
    width: 100%;
    max-width: 880px;
    margin-left: auto;
    margin-right: auto;
    margin-top:20px;
}
#contentWrapper #start-hero{
  max-height: 400px;
  height: 100%;
  position: relative;
  padding-left:60px;
  padding-right:60px;
}
#contentWrapper #start-hero img,#contentWrapper #start-hero #start-hero-txt{
  position:absolute;
  top:0;
  left:0;
}
#contentWrapper #start-hero img{
  max-height: 400px;
  height: 100%;
  object-fit: contain;
  left: 50%;
-webkit-transform: translateX(-50%);
transform: translateX(-50%);
box-shadow: 0px 0px 13px 5px rgba(0,0,0,0.5);
}
#contentWrapper #intro h1{
  font-size: 4em;
  text-align: center;
  margin-top:20px;
}
#start-guide {
    display: flex;
    justify-content: space-between;
    margin-top:30px;
}
#start-guide h2{
  font-size:2.5em;
  text-align: center;
}
#start-guide #start-news div,#start-guide #start-crew div,#start-guide #start-join div{
  width:250px;
  height:250px;
  background-color:cyan;
}


.sticky{
  position: fixed;
  padding-top:0px;
  z-index:5;
  top:0;
  left: 50%;
-webkit-transform: translateX(-50%);
transform: translateX(-50%)
}
.sticky + #contentWrapper{
  padding-top:60px;
}



/* Sign up */

form{
    margin-top: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
    width:100%;
}
@-moz-document url-prefix() {
  .skills,.specials,.box, .uploadDelete{
    border-style:solid;
  }
	#updateDelete, #permissions{
		margin-top: 24px;
	}
}
