#background {
    background-image: url(../pictures/background.jpg);
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    position: fixed;
    z-index: -1;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: rgba(0,0,0,0.5);
    background-blend-mode: overlay;
    
}

.clearfix:after {
    content: '';
    display: block;
    clear: both;
}

.icon {
    width: 200px;
}

span {
    color: white;
    position: relative;
    top: -6.5px;
    font-size: 15px;
    font-family: Arial;
}

span:nth-child(1) {
    font-weight: 800;
}

.web-icon {
    margin-left: 33px;
}

.menu-wrap {
    width: 100%;
    float: right;
    position: relative;
    top: -70px;
}

.menu {
    width: 80%;
    margin-left: auto;
}

.menu li {
    margin: 0;
    list-style: none;
}

.menu a {
    transition: all linear 0.15s;
    color: white;
    text-decoration: none;
}

.menu li:hover > a {
    text-decoration: none;
    color: #FF3200;
    background-color: #2e2728;
}

.menu > ul > li {
    float: left;
    display: inline-block;
    position: relative;
    font-size: 19px;
}

.menu > ul > li > a {
    padding: 10px 40px;
    display: inline-block;
}

.menu > ul > li:hover > a {
    background: #2e2728;
}

.sub-menu {
    width: 100%;
    position: absolute;
    top: 100%;
    left: -20px;
    z-index: -1;
    opacity: 0;
    transition: opacity linear 0.15s;
   
}

.menu li:hover .sub-menu {
    opacity: 1;
    z-index: 1;
}

aside {
    margin-top: 150px;
    width: 200px;
}

.sidetable {
    text-align: center;
    color: white;
}

.fa-rocket {
    color: orangered;
}

.pictures {
    height: 120px;
    width: 200px;
}

.pictures:hover {
    width: 400px;
    height: 200px;
}

#intro {
    font-size: 30px;
    padding-bottom: 30px;
}

#siteby {
    font-style: italic;
}

#who {
    font-size: 40px;
    font-family: Arial;
}

#pics-table {
    /*padding-left:200px;
    padding-top:10px; */
    position: fixed;
    top: 170px;
    left: 400px;
}

#selfie {
    width: 100px;
    height: 100px;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    padding-bottom: 30px;
}

#share {
    padding-top: 40px;
    color: aqua;
}