html{

    background: url("../img/backgroundv2.png") no-repeat center center fixed; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

body{
    background: none;
}

h1{
    text-align: center;
    margin: 50px 0;
}

#subh1{
    font-size: 24px;
}

h2{
    font-size: 28px;
    clear: both;
}

#helpnotes{
    text-align: center;
    font-size: 14px;
}

.subtitle{
    font-size: 28px;
    margin: 0;
}

#planner{
    width:100%;
    max-width: 1000px;
    margin: 0 auto;
    padding: 40px;
    background: #323232;
    border-radius: 5px;
    color: white;
    border-bottom: 7px #666666 solid;
}

#construction, #general, #contact{
    width:100%;
    max-width: 1000px;
    margin: 0 auto;
    padding: 40px;
    background: #323232;
    border-radius: 5px;
    color: white;
    text-align: center;
    border-bottom: 7px #666666 solid;
    overflow: auto;
}

#contribute{
    width:100%;
    width: 1000px;
    margin: 0 auto;
    padding: 40px;
    background: #323232;
    border-radius: 5px;
    color: white;
    text-align:center;
    border-bottom: 7px #666666 solid;
}

#contributeContent{
    min-height: 100%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
}

#contributeContent > div{
    display: flex;
    flex-basis: calc(50% - 20px);
    justify-content: center;
    flex-direction: column;
    margin: 10px 10px;
    align-self: flex-start;
    background-color: #323232;
    border-radius: 5px;
    border: 2px #666666 solid;
    flex-grow: 1;
}

#contributeContent > div > div{
    background-color:#484848;
    padding: 10px 10px;
    font-weight: bold;
}

#contributeContent > div > span{
    padding: 10px 10px;
    text-align: justify;
}

#sharebtn{
    font-size: 20px;
    padding: 10px;
}

footer{
    text-align: center;
    margin-top: 20px;
    font-size: 16px;
    clear: both;
}

footer .ghost{
    font-size: 12px;
    color: #484848;
}

a{
    color: black;
    text-decoration: none;
}

#leftPanel{
    width: auto;
}

#rightPanel{
    width: auto;
}

#paperdoll{
    width: 500px;
    text-align: center;
}

.paperdoll_img{
    display: inline-block;
    padding: 8px;
    margin: 3px;
    border: 2px #666666 solid;
    border-radius: 100px;
    background-image: radial-gradient(#828282, #1f1f1f);
}

.errorCompatibility{
    border: 2px red solid !important;
    background-image: radial-gradient(red,darkred) !important;
}

#paperdoll img{
    margin: auto;
}

#options{
    margin: 3px;
    width: 500px;
    font-size: 18px;
}

#totalstats{
    display: inline-flex;
    text-align: center;
    justify-content: center;
    font-weight: bold;
    margin: 0 0 20px 0;
    padding: 0;
}

.statbox{
    margin: 0 10px 0 0;
    width: 25%;
    background-color: #484848;
    border-radius: 5px;
    border: 2px #888888 solid;
}

.statbox div{
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

.attack{
    background-color: blue;
}

.defense{
    background-color: green;
}

.stamina{
    background-color: goldenrod;
}

.weight{
    background-color: gray;
}

.speed{
    background-color: purple;
}

.burst{
    background-color: orange;
}

#share{
    margin-top: 20px;
    text-align: center;
}

.warningData{
    color: yellow;
}

#beta{
    color: gold;
    font-size: 28px;
}

#menu{
    text-align: center;
    background-color: #424242;
    width: 600px;
    margin: 0 auto;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    color: white;
    font-size: 20px;
    font-weight: bold;
    border-top: 7px #666666 solid;
}

#menu ul{
    display: inline-block;
    margin: 0;
    padding: 0;
    list-style-type: none;
    /* For IE, the outcast */
    zoom:1;
    *display: inline;
}

#menu li{
    float: left;
    padding: 5px 35px 0;
}

#menu a{
    color: white;
}

#menu a:hover{
    color: orange;
}

.part{
    width: 121px;
    background-color: #484848;
    text-align: center;
    padding: 10px;
    margin: 5px;
    border-radius: 5px;
    height: 170px;
    display: inline-block;
}

.part a{
    color: white;
}

#part1{
    width: 325px;
    height: 302px;
    float:left;
    border-radius: 150px;
    margin-right: 5px;
}

#part2{
    width: 200px;
    height: 300px;
    float:left;
    padding: 10px;
    background-color: #484848;
    border-radius: 5px;
    margin-right: 10px;
    border: 2px #888888 solid;
}

#part3{
    width: 380px;
    height: 300px;
    float:left;
    padding: 10px;
    background-color: #484848;
    border-radius: 5px;
    border: 2px #888888 solid;
}

#part2 ul, #part3 ul{
    text-align: justify;
    text-justify: inter-word;
    list-style-type: none;
    padding: 0;
}

#part2 h3, #part3 h3{
    border-bottom: 1px #666666 solid;
    margin-top: 0;
}

h3{
    font-size: 20px;
    margin-top: 20px;
    text-align: center;
    clear: both;
}

.h3style{
    font-weight: bold;
}

.separator{
    height: 30px;
    width: auto;
    clear: both;
}

.bold{
    font-weight: bold;
    color: orange;
}

.partsBlock{
    width: auto;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.websiteLink {
    color: gold;
}

#goToTop {
    display: inline-block;
    background-color:gold;
    width: 50px;
    height: 50px;
    text-align: center;
    border-radius: 4px;
    margin: 0 -20px 20px 0;
    position: fixed;
    bottom: 30px;
    right: 30px;
    transition: background-color .3s;
    z-index: 1000;
    transition: background-color .3s, opacity .5s, visibility .5s;
    opacity: 0;
    visibility: hidden;
}

#goToTop:hover {
    cursor: pointer;
    background-color: lightgoldenrodyellow;
}

#goToTop:active {
    background-color: #555;
}

#goToTop::after {
    content: "\f077";
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    font-size: 2em;
    line-height: 50px;
    color: #fff;
}

.show {
    visibility: visible !important;
    opacity: 100 !important;
}

#generationselect{
    margin: 0 0 20px 0;
}

#genfields{
    min-height: 100px;
    margin: 0 0 20px 0;
}

#genfields .row{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: 0;
}

#maincontent{
    display: inline-flex;
}

.btn-group-toggle>.btn, .btn-group-toggle>.btn-group>.btn {
    margin-bottom: 0.3em;
}

#contactlinks a, #contactlinks{
    color: white;
    margin: 0 auto 1em;
    padding: 0;
}
#contactlinks li{
    display: inline;
    list-style-type: none;
    padding: 0 1em;
}