/* Resets */
a { text-decoration: none; }
li { list-style: none; }
* {
    padding: 0;
    margin: 0;
    text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

html {
    background-color: white;
    z-index: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}


/* Landing Page */
p{
    z-index: 1;
    margin: 50px;
    position: fixed;
    font-family: 'Arial';
    font-size: 16px;
    font-weight: 400;
    line-height: 25px;
    width: 400px;
}
p a, ul a {
    color: black;
}
p a:hover, ul a:hover {
    background-color: yellow;
}

ul {
    margin-top: 25px;
    padding-left: 0px;
    font-family: 'Arial';
    font-size: 16px;
    font-weight: 400;
    line-height: 25px;
    position: fixed;
    top: 180px;
    left: 50px;
}

#main{
    z-index: 2;
}

.link-1,
.link-2,
.link-3,
.link-4,
.link-5,
.link-6,
.link-7,
.link-8,
.link-9,
.link-10,
.link-11,{
    position: relative;
}
.link-1:hover:after,
.link-2:hover:after,
.link-3:hover:after,
.link-4:hover:after,
.link-5:hover:after,
.link-6:hover:after,
.link-7:hover:after,
.link-8:hover:after,
.link-9:hover:after,
.link-10:hover:after,
.link-11:hover:after, {
    position: absolute;
    box-shadow: 7px 7px 20px gray;
    left: 160px;
}
.link-1:hover:after {
    content: url("images/hoverap.jpeg");
    top: 0px;
}
.link-2:hover:after {
    content: url("images/bphover.jpg");
    top: -25px;
}
.link-3:hover:after {
    content: url("images/hoverportrait.jpeg");
    top: -50px;
}
.link-4:hover:after {
    content: url(images/hoveraa.jpeg);
    top: -75px;
}
.link-5:hover:after {
    content: url("images/hoversm.jpeg");
    top: -100px;
}
.link-6:hover:after {
    content: url("images/hoverrr.jpeg");
    top: -125px;
}
.link-7:hover:after {
    content: url("images/hoveryt.jpeg");
    top: -150px;
}
.link-8:hover:after {
    content: url("images/hoverzzz.jpeg");
    top: -175px;
}
.link-9:hover:after {
    content: url("images/hoveroe.jpeg");
    top: -200px;
}

.link-10:hover:after {
    content: url("images/hoveroe.jpeg");
    top: -200px;
}

.link-11:hover:after {
    content: url("images/hoveroe.jpeg");
    top: -200px;
}


.contact{
    font-family: 'arial';
    font-size: 12px;
    position: fixed;
    bottom: 65px;
    right: 50px;
}

.contact a{
    color: #0033cc; 
}

.logolarge{
    position: fixed;
    width: 50px;
    bottom: 50px;
    left: 50px;
}
.logolarge:hover {
    content: url("logolarge.svg");
}

::selection {
  background: #ffff00; /* WebKit/Blink Browsers */
}
::-moz-selection {
  background: #ffff00; /* Gecko Browsers */
}
/* End Landing Page */

canvas{
    width:100%; 
    height: 100%;
}

@media only screen and (max-width: 500px) {
    p {
        width: 290px;
    }
    ul{
        top: 230px;
    }
}
