/*@font-face {font-family: "Handel Gothic"; src: url("//db.onlinewebfonts.com/t/08b20650c32153daa258baa473099e97.eot"); src: url("//db.onlinewebfonts.com/t/08b20650c32153daa258baa473099e97.eot?#iefix") format("embedded-opentype"), url("//db.onlinewebfonts.com/t/08b20650c32153daa258baa473099e97.woff2") format("woff2"), url("//db.onlinewebfonts.com/t/08b20650c32153daa258baa473099e97.woff") format("woff"), url("//db.onlinewebfonts.com/t/08b20650c32153daa258baa473099e97.ttf") format("truetype"), url("//db.onlinewebfonts.com/t/08b20650c32153daa258baa473099e97.svg#Handel Gothic") format("svg"); }*/

/*@font-face {
    font-family: "eurostile";
    src: url("https://www.fontify.me/cm/e616f23df7318a71e791bef275123744/EurostileNextLTPro-Light.woff") format("woff");
    font-weight: normal;
    font-style: normal;
    }*/

    /*@font-face {font-family: "eurostile"; src: url("//db.onlinewebfonts.com/t/217822d7e66d4f310ff03307302caa43.eot"); src: url("//db.onlinewebfonts.com/t/217822d7e66d4f310ff03307302caa43.eot?#iefix") format("embedded-opentype"), url("//db.onlinewebfonts.com/t/217822d7e66d4f310ff03307302caa43.woff2") format("woff2"), url("//db.onlinewebfonts.com/t/217822d7e66d4f310ff03307302caa43.woff") format("woff"), url("//db.onlinewebfonts.com/t/217822d7e66d4f310ff03307302caa43.ttf") format("truetype"), url("//db.onlinewebfonts.com/t/217822d7e66d4f310ff03307302caa43.svg#EurostileEF") format("svg"); }*/

/*html {*/
/*    background:#42406F!important;*/

/*}*/

#container {
    /*margin: 10px 60px;*/
    width: 100%;
}

.avatar {
    position: relative;
    height: 300px;
    width: 292px;
    margin: 0 0 0 0;
    padding: 40px 0 0 0;
}

.user-picture{
    position: absolute;
    width: 211px;
    z-index: 1;
    bottom: 104px;
    left: 41px;
}

.user-picture img {
    width: 100%;
}

.border-infront {
    position: relative;
    z-index: 2;
}

.border-behind {
    vertical-align: bottom;
}

.background {
    background: radial-gradient(circle, rgba(22,174,217,1) 0%, rgba(0,0,0,1) 93%);
    margin: 25px 0 0 25px;
    border-radius: 40px;
    width: 240px;
    height: 172px;
    position: absolute;
    bottom: 103px;
    z-index: -5;
}

.info {
    position: absolute;
    top: 250px;
    left: 37px;
    z-index: 3;
}

#piclass{
    text-align: center!important;
}

.hidden {
    width: 0.1px;
	height: 0.1px;
	opacity: 0;
	overflow: hidden;
	position: absolute;
	z-index: -1;
}

h1 {
    color: rgb(230, 230, 230);
    font-family: handel gothic;
    text-transform: uppercase;
    font-size: 22pt;
    margin: 0;
    padding: 0 0 0 0;
    width: 225px;
    white-space: nowrap;
    text-overflow: none;
    font-weight: normal;
}

h1.post-title{
     text-overflow: word-wrap!important;
     width: 100%!important;
     white-space: wrap!important;
     margin: auto!important;
    padding: auto!important;
}

h2 {
    color: rgb(124, 124, 124);
    font-family: eurostile;
    font-size: 25pt;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    text-overflow: none;
    white-space: nowrap;
    font-weight: normal;
    letter-spacing: 0pt;
}

.info div {
    display: flex;
    align-items: center;
    justify-content: center;
}

.skillicon {
    position: relative;
    bottom: 0px;
    width: 45px;
    height: 45px
}

#controls {
    position: relative;
    /*top: 80px;*/
    /*left: 425px;*/
    /*width: 250px;*/
    /*padding: 10px;*/
    width:90%;
    text-align: center;
}

#controls button {
    color: rgb(228, 220, 214);
    font-family: Handel Gothic;
    font-size: 13pt;
    width: 100%;
    margin: 6px 0;
    padding: 5px;
    border-radius: 5px;
    outline: none;
    border: 1px solid rgb(0, 0, 0);
    background-image: linear-gradient(to bottom, rgb(61, 61, 61), #1d1d1d);
    box-shadow: 0 0 10px rgb(20, 20, 20);
}

#controls button:hover {
    background-image: linear-gradient(to bottom, rgb(37, 210, 216), #128094);
    box-shadow: 0 0 8px rgb(0, 255, 255);
    border: 1px solid rgb(0, 255, 255);
    text-shadow: 0 0 5px rgb(13, 81, 90);
}

#controls button:active {
    background-image: linear-gradient(to top, rgb(37, 210, 216), #128094);
    box-shadow: 0 0 4px rgb(0, 255, 255);
}

#championList {
    text-transform: uppercase;
    color: rgb(228, 220, 214);
    font-family: Handel Gothic;
    font-size: 13pt;
    width: 100%;
    margin: 5px 0;
    padding: 5px;
    border-radius: 5px;
    outline: none;
    border: 1px solid rgb(0, 0, 0);
    background: rgb(26, 26, 26);
    text-align: center;
    
}



#controls p {
    color: rgb(228, 220, 214);
    font-family: Handel Gothic;
    font-size: 20pt;
    letter-spacing: 5px;
    padding: 0 10px;
    margin: 20px 0 5px 0;
    text-shadow: 0 0 15px rgb(182, 182, 182);
}

#dlbtn {
    display: flex;
    justify-content: space-between;
}

#controls button#dupe, #controls button#undupe {
    width: 49%;
}

.champlist {
    color: rgb(230, 230, 230);
    font-size: 10pt;
    width: 100%;
    word-wrap: break-word;
    white-space: normal;
    letter-spacing: 1pt;
    padding: 5px 0 5px 0;
}

.champlist a {
    text-decoration: none;
    color: rgb(230, 230, 230);
    text-decoration: underline;
}

h2.champlist a:hover {
    color: rgb(27, 180, 173);
}
#classbuttons {
    padding: 20px 0 10px 0;
}


/*@media (max-device-width: 500px) {*/

/*    body {*/
/*        padding: 0;*/
/*        margin: 0;*/
/*        width:375px;*/
/*    }*/


/*    #container {*/
/*        padding: 30px 0 0 0;*/
/*        margin: 0 1 0;*/
/*        width: 100%;*/
/*        display: flex;*/
/*        justify-content: space-evenly;*/
/*    }*/


/*    #controls {*/
/*            display: block;*/
/*            top: inherit;*/
/*            left: inherit;*/
/*            width: 90%;*/
/*            text-align: center;*/
/*            margin-left: 15%;*/
/*            margin-top: 50px;*/
/*    }*/

/*    #controls button {*/
/*        font-size: 20px;*/
/*        margin: 8px 0;*/
/*        padding: 5px;*/
/*    }*/
/*    #controls p {*/
/*        font-size: 32pt;*/
/*    }*/

/*    .champlist {*/
/*        font-size: 15px;*/
/*    }*/

/*    #classbuttons img {*/
/*        padding: 18px;*/
/*        width: 75px;*/
/*        height: 75px;*/
/*    }*/

/*    #championList {*/
/*        font-size: 20px;*/
/*}*/
/*}*/