@font-face {
    font-family: Open Sans Condensed;
    src: url(./fonts/OpenSans-CondLight.ttf);
}
html {
    width: 100%;
    height: 100%;
    background-color: #262626;
}

#centerElement {
    pointer-events: none;
    position: absolute;
    bottom: 50%;
    right: 50%;
    height: 500px;
    width: 500px;
}

#centerElement2 {
    pointer-events: none;
    position: relative;
    left: 50%;
    top: 50%;
    height: 500px;
    width: 500px;
}

.name {
    font-family: 'Open Sans Condensed', sans-serif;
    font-size: 40px;
    color: #ffffff;
    text-align: center;
}

a:hover {
    text-shadow: #ffffff 0 0 10px;
}

a:link {
    color: #ffffff;
    text-decoration: none;
}

img {
    pointer-events: none;
    height: 500px;
    width: 500px;
}

a:visited {
    color: #ffffff;
    text-decoration: none;
}

#navWrap {
    text-align: center;
    left: 1%;
    right: 1%;
    position: absolute;
    bottom: 7px;
}

#navigation {
    font-family: 'Open Sans Condensed', sans-serif;
    font-size: 40px;
    color: #ffffff;
    display: inherit;
}

#navigation li {
    position: relative;
    display: inline;
    margin: 0;
    padding: 0;
}

#navigation li a:hover {
    text-decoration: none;
}

#navigation li ul {
    text-align: left;
    position: absolute;
    display: none;
    z-index: 1000;
    min-width: 100%;
    left: -1px;
}

#navigation li:hover ul {
    bottom: 60px;
    display: block;
}

#navigation li ul li {
    width: 100%;
}
