/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

body {
    line-height:1;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
    display:block;
}

nav ul {
    list-style:none;
}

blockquote, q {
    quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}

a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

/* change colours to suit your needs */
ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}

/* change colours to suit your needs */
mark {
    background-color:#ff9;
    color:#000; 
    font-style:italic;
    font-weight:bold;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}

table {
    border-collapse:collapse;
    border-spacing:0;
}

/* change border colour to suit your needs */
hr {
    display:block;
    height:1px;
    border:0;   
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}

input, select {
    vertical-align:middle;
}


body {
	font-family: 'Roboto';
    color: #fff;
}

#logobar {
    width: 100%;
    
    text-align: center;
    padding:  20px 0;
}

#logobar img {
    max-width: 80%;
}



#thetop {
    background: url(daman.jpg);
    background-repeat: no-repeat;
    background-size: auto 100%;
    height: 800px;
    width: 100%;
    background-position: -435px 0px;
    transition: 0.3s;
    padding-top: 120px;

}

#blackah {
    width: 1000px;
    /*height: 600px;*/
    margin: 0 auto;
    background: url(carbon-fibre.png) #000;
    box-shadow: 10px 17px 70px rgba(0,0,0,0.8);
    border: 5px solid #a68252;
}



#holder {
    padding-top: 30px;
    text-align: center;
}

#holder img {
    width: 60%;
}

#logo {
    background: url(logo.svg) no-repeat;
    background-size: 100% 100%;
    width: 600px;
    height: 60px;
    display: block;
    margin: 20px auto;
}

#logoleaderboard {
    background: url(logo.svg) no-repeat;
    background-size: 100% 100%;
    width: 300px;
    height: 30px;
    display: block;
    margin: 20px auto;
    max-width: 100%;
}

h1, h2 {
    color: #fff;
    font-size: 36px;
    letter-spacing: 5px;
    text-shadow: 1px 1px 2px rgba(0,0,0,0.8);
    line-height: 40px;

}

h1 {
    color: #a68252;
}

h2 {
    font-size: 20px;
    opacity: 0.5;
    font-weight: 400;
    line-height: 26px;
    margin-top: 16px;
}


#box {
    width: 400px;
    height: 200px;
    background: rgba(255,255,255,0.05);
    margin: 0 auto;
}

p {
    line-height: 26px;
    font-size: 18px;
    padding: 15px;
    color: #ccc;
    letter-spacing: 1px;
}

#innah {
    padding: 0 20px;
}

.inputtah {

    width: calc(100% - 70px);
    height: 40px;
    background: rgba(255,255,255,0.03);
    margin: 10px 15px;
    border: none;
    display: block;
    padding: 5px 20px;
    font-size: 18px;
    color: #aaa;
    border: 1px solid #111;

}

form {

    width: 90%;
    background: rgba(255,255,255,0.1);
    background-size: cover;
    background-position-y: -150px;
    border: 1px solid #111;
    margin: 30px auto;

}

input {
    -webkit-appearance: none;
}

input {
    border-radius: 0;
}

#yayah {
    height: 100%;
    width: 100%;
    background: rgba(0,0,0,0.8);
}

form p {

    color: #888;
    font-weight: bold;
    padding: 20px 20px 10px;
    font-size: 22px;

}

#submit {
    width: calc(100% - 30px);

background: #a98450;

height: 50px;

color: #222;

font-weight: bold;

cursor: pointer;
}


/* let's get fucking responsive brahhhhhh */
/*first, we gon' move shit right */
@media screen and (max-width: 1700px) {
    #blackah {
        margin-right: 10%;
    }
}

@media screen and (max-width: 1500px) {
    #blackah {
        margin-right: 5%;
    }
}

@media screen and (max-width: 1400px) {
    #blackah {
        margin-right: 5%;
        width: 60%;
    }

    #logo {
        width: 95%;
    }

    #thetop {
        padding-top: 60px;

    }


}

@media screen and (max-width: 1000px) {
    #thetop {
        background-position: -490px 0px;
    }

}

@media screen and (max-width: 860px) {
    #thetop {
        background-position: -580px 0px;
    }

    #blackah {
        width: 75%;
    }

}

@media screen and (max-width: 560px) {
    #thetop {
        background-position: -580px 0px;
    }

    #blackah {
        width: 80%;
    }

}

@media screen and (max-width: 460px) {


    #blackah {
        width: 86%;
        margin-right: 7%;
        margin-left: 7%;
    }

}

#holderleft {
    width: calc(50% - 40px);
    float: left;
    padding: 0 20px;
    text-align: center;
}

#holderright {
    width: calc(50% - 1px);
    float: left;
    background: rgba(255,255,255,0.1);
    padding: 0px;
    border-left: 1px solid #272727;
}

#innah.lb {
    padding: 0;
}

h3 {
    font-size: 26px;
    color: #ccc;
}

.bonus {
    width: calc(100% - 82px);
    padding-left: 80px;
    background: url(trophy.svg) rgba(255,255,255,0.1) no-repeat;
    background-size: 60px 60px;
    background-position: left 15px center;
    text-align: left;
    border: 1px solid #292929;
}

.watchah {
    height: 100%;
}

.leader {
    width: 100%;
    background: rgba(255,255,255,0.2);
    height: 60px
}

.leader:nth-child(odd) {
    width: 100%;
    background: rgba(255,255,255,0.16);
}

.numbrah, .namer, .scorer, .headerman div {
    height: 100%;
    float: left;
}

.numbrah {
    width: 60px;
    height: 40px;
    padding: 10px 0;
    background: rgba(0,0,0,0.05);
    text-align: center;
}

.scorer {
    width: 60px;
    background: rgba(0,0,0,0.05);
    line-height: 60px;
    text-align: center;
    font-weight: bolder;
    font-size: 30px;
    border-left: 1px solid rgba(0,0,0,0.1);
}

.namer {
    width: calc(100% - 122px - 15px);
    border-left: 1px solid rgba(0,0,0,0.1);
    line-height: 20px;
    font-weight: bold;
    font-size: 16px;
    padding-left: 15px;
    padding-top: 8px;
    height: 52px;
}


.namer {

}

.namer span {
    font-size: 14px;
    font-weight: normal;
}




.header1 {
    width: 60px;
    background: rgba(0,0,0,0.05);
    text-align: center;
}

.header2 {
    width: calc(100% - 122px - 15px);
    padding-left: 15px;
    background: rgba(0,0,0,0.05);
    border-left: 1px solid rgba(0,0,0,0.1);
}

.header3 {
    width: 60px;
    border-left: 1px solid rgba(0,0,0,0.1);
    text-align: center;
}

.headerman {
    width: 100%;
    background: rgba(255,255,255,0.3);
    height: 30px
} 

.headerman div {
    font-weight: bold;
    background: rgba(255,255,255,0.1);
    height: 30px;
    line-height: 30px;
    color: #ddd;
    text-shadow: 1px 1px 0px rgba(0,0,0,0.4);
}

#ribbon {
    background: #a98450;
    font-size: 20px;
    text-align: center;
    padding: 10px;
}

#containah {
    width: 100%;
    height: calc(100% - 210px);
    position: relative;
}

#scrollah {
    overflow-y: scroll;
    height: 100%;
    width: 100%;
    background: #000;
    position: absolute;;
}

#toppah {
    overflow-y: scroll;
    height: 210px;
    width: 100%;
    
}

#shaddah {
    width: 96%;
    height: 30px;
    position: absolute;
    top: 0;

/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0.65+0,0+100;Neutral+Density */
background: -moz-linear-gradient(top, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=0 ); /* IE6-9 */
}

#shaddah2 {
    width: 96%;
    height: 30px;
    position: absolute;
    bottom: 0;

/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,0.65+100 */
background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.65) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 ); /* IE6-9 */
}

.twoah {
    font-size: 20px;
    line-height: 40px;
    font-weight: bold;
}
 
.twoah span {
    font-size: 12px;
    font-weight: 300;
    padding-right: 2px;
    display: inline-block;
}

.itsmehomie {
    background: #a98450 !important;
}

#fbshare {
    background: #4267b2 url(fb.svg) no-repeat;
    background-size: auto 60%;
    background-position: left 10px center;
    color: #fff;
    text-decoration: none;
    padding: 10px 10px 10px 45px;
    display: inline-block;
    border-radius: 3px;
}

#msgshare {
    background: #1e88e5 url(messenger.svg) no-repeat;
    background-size: auto 60%;
    background-position: left 10px center;
    color: #fff;
    text-decoration: none;
    padding: 10px 10px 10px 45px;
    display: inline-block;
    border-radius: 3px;
}

.shareman {
    margin: 5px;
}

#sharelinkbox {
    width: calc(70% - 24px);
    background: #222;
    padding: 10px;
    margin-bottom: 20px;
    color: #ccc;
    font-size: 18px;
    border: 1px solid #333;
    float: left;
    height: 20px;
}

.kopy {
    width: 30%;
    background: #444;
    float: left;
    color: #fff;
    border: 1px solid #333;
    padding: 10px 0;
    font-size: 18px;
    height: 20px;
    cursor: pointer;
}

@media screen and (max-width: 1100px) {
    #holderleft {
        width: calc(100% - 40px);
    }

    #holderright {
        width: calc(100%);
    }

}