/*IDs*/
#btn-nav {
    position: fixed;
    right: 0;
    margin: 1em 1em 0 0;
    color: black;
    transition: 1s;
    z-index: 9;
    background-color: rgba(120, 120, 120, 0.5);
}
#home {
    min-height: 100%;
    left: 0;
    right: 0;
    bottom: 0;
}
#btn-nav:hover {
    background-color: rgba(210, 210, 210, 0.5);
}
#mynav {
    height: 100%;
    width: 0;
    opacity: 0;
    position: fixed;
    z-index: 9;
    top: 0;
    right: 0;
    overflow-x: hidden;
    transition: 0.5s;
    background-color: #111;
    padding: 3px;
}
#maincontent {
    height: 100%;
}
#overlay {
    position: fixed;
    visibility: hidden;
    opacity: 0;
    z-index: 8;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    transition: 0.5s;
    background-color: rgba(0, 0, 0, 0.5);
}
#place {
    font-size: 3rem;
    color: rgba(210, 210, 210, 0.3);
    font-family: 'Poiret One', sans-serif;
    float: left;
    position: absolute;
    bottom: 0;
    padding-bottom: 18px;
    padding-left: 18px;
}
#main {
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-background-size: cover; 
    transform: scale(1.1);
    background-attachment: fixed;
    position: fixed;
    filter: blur(9px);
    align-items: center;
    -webkit-box-align: center;
    box-sizing: inherit;
    min-height: 100%;
    z-index: -9;
    line-height: 0;

    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
}
#sound {
    transition: .5s;
}
#sound:hover {
    color: rgba(20, 20, 20, 0.75);
}
#first {
    height: 100vh;

}
#about {
    font-family: 'Raleway', sans-serif;
    font-size: 2.1rem;
    margin-left: auto;
    left: auto;
    right: auto;
    box-sizing: border-box;
    line-height: 110%;
    display: block;
}
#resume {
    top: 0;
    bottom: 0;
}
#preload{
    position: fixed;
    z-index: 999;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgb(255, 255, 255);
    transition: 1s 0.4s;
}
#progress{
    position: fixed;
    font-size: 1.5em;
    color: rgb(0, 0, 0);
}
#icons {
    min-width: 41em;
}
/*Tags*/
a {
    color: inherit;
    display: block;
}
a:visited {
    color: inherit;
}
a:active {
    color: inherit;
}
footer {
    bottom: 0;
    right: 0;
    left: 0;
    background-color: rgb(10, 10, 20);
}
html {
    height: 100%;
    width: 100%;
    margin: 0;
    font-family: 'Raleway', sans-serif;
    font-weight: normal;
    font-style: normal;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    color: rgba(255,255,255,0.75);
}
h3 {
    font-family: 'Oxygen', sans-serif;
    color: rgba(255, 255, 255,0.9);
    font-size: 4.5rem;
    margin:1.15rem 0 0.913rem 0;
    margin-left: auto;
    left: auto;
    right: auto;
    box-sizing: border-box;
    line-height: 110%;
    display: block;
}
h4 {
    font-family: 'Poiret One', sans-serif;
    font-size: 3.5rem;
    color: rgba(255, 255, 255, 0.9);
    margin:1.15rem 0 0.913rem 0;
    margin-left: auto;
    left: auto;
    right: auto;
    box-sizing: border-box;
    line-height: 110%;
    display: block;
}
h5 {
    font-family: 'Raleway', sans-serif;
    font-size: 2.5rem;
    color: rgba(255, 255, 255, 0.9);
    margin:1.15rem 0 0.913rem 0;
    margin-left: auto;
    left: auto;
    right: auto;
    box-sizing: border-box;
    line-height: 110%;
    display: block;
}
/*Classes*/
.depth {
    box-shadow: 0px 16px 24px 2px rgba(0,0,0,0.15), 0px 6px 30px 5px rgba(0,0,0,0.15), 0px 8px 10px -5px rgba(0,0,0,0.15);
}
.img {
    background-size: cover;
    background-attachment: fixed;
    align-items: center;
    -webkit-box-align: center;
    box-sizing: inherit;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
}
.img-1 {
    background: url('../images/lanterns.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    cursor: pointer;
}
.imagecontent {
    color: rgb(255, 255, 255);
    margin: 2.1em 0 2.1em 0;
    font-family: 'Raleway', sans-serif;
    font-size: 4.5rem;
}
.container2 {
    padding-top: 3em;
    padding-bottom: 3em;
    display: inline-block;
}
.img-main {
    background: url('../images/');
    background-size: cover;
    background-repeat: no-repeat;

}
.avatar {
    border-radius: 100%;
    width: 25%;
    box-sizing: inherit;
    margin: 0 0 2.1em 0;
    display: inline-block;
    border: solid 5px rgba(255, 255, 255, 0.25);
    background-color: rgba(255, 255, 255, 0.075);
}
.url2 {
    background: url('../images/resume2.jpg')  no-repeat;
}
.intro {
    padding-top: 3%;
    margin-left: auto;
    margin-right: auto;
    width: 80%;
    max-width: 1280px;
}
.avatar-nav {
    border-radius: 100%;
    width: 6em;
    margin-top: 1em;
    border: solid 1px rgba(255, 255, 255, 0.25);
    background-color: rgba(255, 255, 255, 0.075);
}
.sub-title {
    font-size: 2.7rem;
    padding-top: .16em;
    top: 0;
    right: 0;
    width: 100vh;
    color: rgb(210, 210, 210);
    font-family: 'Great Vibes', sans-serif;
}
.navitem {
    padding: 6px 6px 6px 6px;
    width: 100%;
    left: 0;
    right: 0;
}
.navopt {
    font-family: 'Raleway', sans-serif;
    color: rgb(210, 210, 210);
    font-size: 2.1rem;
    margin:3px 0 3px 0;
}
.item {
    margin-right: 1px;
    min-width: 15em;
    overflow-x: hidden;
    padding-top: 9px;
    padding-bottom: 9px;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
    transition: 0.3s;
}
.item:hover {
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.9);
}
.end {
    padding: 3em 0 3em 0;
    color: rgb(150, 150, 150);
}
.copycon {
    font-size: 1.5rem;
    font-family: 'Poiret One', sans-serif;
}
.copy {
    font-size: 3rem;
    font-family: 'Raleway', sans-serif;
}
.fallInDown {
    animation-name: fallInDown;
}
.slideInRight {
    animation-name: slideInRight;
}
.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.removeDecoration, .removeDecoration:hover, .removeDecoration:visited, .removeDecoration:active, .removeDecoration:link {
    text-decoration: none;
}
.link:hover {
    color: rgba(210, 210, 210, 0.75);
    transition: 0.5s;
    transition-duration: 0.5s;
}
.icon {
    display: inline-block;
    margin-left: .1em;
    margin-right: .1em;
    padding:1.5rem 3rem;
    transition: 0.5s;
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    transition-duration: 0.5s;
    box-shadow: 0px 16px 24px 2px rgba(0,0,0,0.15), 0px 6px 30px 5px rgba(0,0,0,0.15), 0px 8px 10px -5px rgba(0,0,0,0.15);
    border-radius: 9px;
    background-color: rgba(180, 180, 180, 0.75);
}
.icon:hover {
    background-color: rgba(10, 10, 10, 0.75);
    color: rgba(210, 210, 210, 0.75);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
.opacity {
    color: rgba(210, 210, 210, 0.5);
}
.center {
    text-align: center;
}
.introduction {
    margin: auto;
    text-overflow: unset;
    left: auto;
    right: auto;
}
.containerHome {
    height: 100%;
}
.image {
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    align-items: center;
    -moz-background-size: cover;
    background-position: center;
    -webkit-box-align: center;
    box-sizing: inherit;
    line-height: 0; /* make 200%*/
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
}
.cv{
    padding:1.5rem 3rem;
    transition: 0.5s;
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 3px transparent;
    transition-duration: 0.5s;
    box-shadow: 0px 16px 24px 2px rgba(0,0,0,0.15), 0px 6px 30px 5px rgba(0,0,0,0.15), 0px 8px 10px -5px rgba(0,0,0,0.15);
    border-radius: 9px;
    background-color: rgb(210, 210, 210);

    display: inline-block;
    color: rgb(0, 0, 0);
    font-size: 1.8em;
}
.cv:hover{
    -webkit-transform: scale(0.993);
    transform: scale(0.993);
    box-shadow: 0 0 .1px transparent;
}
.info {
    background-color: rgb(255, 255, 255);
    top: 0;
    bottom: 0;
    position: relative;
    z-index: 3;
    padding: 1% 0px 3% 0px;
    margin-bottom: 0;
    margin-top: 0;
    width: 100%;
}
/*Media*/
@media (max-width: 767px) {
    .avatar {
        width: 60%;
    }
    .containerHome {
        padding-top: 10%;
    }
    #resume {
        background-size: auto;
        width: auto;
    }
    #icons {
        display: block;
        min-width: 1em;
    }
    .icon {
        display: inline-block;
        margin-left: .01em;
        margin-right: .01em;
        padding:0.75rem 1.5rem;
    }
    h3 {
        font-size: 2.3rem;
    }
    h4 {
        font-size: 2.1rem;
    }
    h5 {
        font-size: 1.8rem;
    }
}
/*keyframes*/
@keyframes slideInRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0px, 0px);
        transform: translate3d(-100%, 0px, 0px);
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}
@keyframes fallInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0px, -100%, 0px);
        transform: translate3d(0px, -100%, 0px);
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}