* 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;
}

/* BOILER PLATE END */

body {
    overflow-y: hidden;
    overflow-x: hidden;
    background-color: rgb(0, 0, 0);
    background-image: url("images/bg2.jpg");
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    color: rgb(230, 230, 230);
    line-height: 1.5;
    max-width: 100%;
    height: 100%;
    font-weight: 1000;
    letter-spacing: 2;
    font-family: 'Mystery Quest', 'Comic Neue', 'Atma', 'Rajdhani', 'Inconsolata', 'Electrolize', 'Cute Font', 'Cinzel', 'Special Elite', 'Jaldi';
}



a:visited {
    color: rgb(245, 42, 66);
}

a {
    color: rgb(245, 42, 66);
}

::selection {
    color: white;
}


.landingcont {
    height: 300px;
    width: 100%;
     text-shadow: -3px -3px 0 #000000,
                3px -3px 0 #000000,
                -3px 3px 0 #000000,
                3px 3px 0 #000000;;
}


.logo {
    background: rgba(0, 0, 0, 0.1);
    border-radius: 32px;
    text-align: center;
    font-size: 200%;
}

.logo img {
    display: inline-block;
    width: 34%;
}

.gameLogo {
    position: absolute;
    right: 0%;
    top: 150px;
}

.gameLogo img {
    max-height: 60%;
    width: 80%;
}

.undertitle {
    text-align: center;
    font-size: 200%;
    width: 40%;
    border-radius: 32px;
}

.titleName {
    padding-top: 128px;
    text-align: center;
    font-size: 350%;
    color: rgb(255, 255, 255);
}

.biographyImg {
    padding-top: 100px;
    text-align: center;
}

.biographyText {
    padding-top: 75px;
    text-align: center;
    font-size: 200%;
    color: rgb(181, 181, 181);
    z-index: 2000;
}

.navbarFooter {
    position: fixed;
    bottom: 0px;
    left: -50px;
    text-align: center;
    width: 600px;
    z-index: 1000;
    background: rgb(0, 0, 0);
    border-radius: 32px;
}

.navButton {
    display: inline-block;
}

.navButton img {
    width: 52px;
    padding: 4px;
    opacity: 0.5;
}

.navButton img:hover {
    opacity: 1;
}

a {
    color: rgb(213, 187, 217);
    text-decoration: none;
}

a:hover {
    color: rgb(255, 255, 255);
    text-decoration: none;
}

.underlinks {
    text-align: center;
    font-size: 100%;
    width: 100%;
    border:
}

.underlink {
    background: rgba(0, 0, 0, 0.9);
    border-radius: 32px;
    display: inline-block;
    padding-left: 20px;
    padding-right: 20px;
}
