body {
    margin: 0;
    background: url(../images/background.svg) no-repeat center center fixed;
    background-color: #202066;
    background-size: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
}
main {
    width: 100%;
    margin: 0 auto;
    overflow: auto;
}
/* Header and Nav */
header {
    width: 100%;
    height: 9.5%;
    margin-bottom: 2%;
    position: fixed;
    top: 0;
    z-index: 5000;
}
.logo {
    margin-left: 39.8%;
    margin-top: 0.6%;
}
nav {
    width: 100%;
    height: 9.5%;
    z-index: 5000;
    margin-top: 1%;
    margin-left: 1.55%;
    transition: 0.5s;
}
nav ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
nav li {
    float: left;
}
nav a {
    display: block;
    text-decoration: none;
    padding: 4px 12px 4px 12px;
    color: #FFF;
    font-family: 'Avenir', sans-serif;
    font-size: 112.5%;
    font-variant: all-petite-caps;
    letter-spacing: 0.06em;
    font-weight: 600;
    transition: 0.3s;
}
.container {
    width: 26%;
    margin: 0 auto;
}
ul li {
    display: inline;
    text-align: center;
}
.one:hover ~ hr {
    margin-left: 2.5%;
}
.two:hover ~ hr {
    margin-left: 25.5%;
    width: 19%;
}
.three:hover ~ hr {
    margin-left: 51.5%;
    width: 15.5%;
}
.four:hover ~ hr {
    margin-left: 73.5%;
    width: 20%;
}
hr {
    height: .25rem;
    width: 17%;
    margin: 2.5%;
    background: #FFF;
    border: none;
    transition: .3s ease-in-out;
}
/* Landing */
.landing {
    width: 100%;
    height: 100vh;
    margin: 0;
    -webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
.arrow {
    margin-left: 750px;
    margin-top: 620px;
}
.arrow:hover {
    margin-left: 750px;
    margin-top: 630px;
    transition: .3s ease-in-out;
}
/* Pages */
.infobox {
    position: absolute;
    width: 800px;
    height: 500px;
    background-color: rgba(255, 255, 255);
    top: 58%;
    left: 50%;
    overflow-x: none;
    transform: translate(-50%, -50%);
    border-radius: 25px;
    box-shadow: 10px 10px 5px #121249;
}
/* About Me */
.anchor2 .infobox {
    background-color: none;
}
.about {
    width: 100%;
    height: 100vh;
    text-align: center;
    position: relative;
    overflow-x: hidden;
}
.about h1 {
    color: #00A4FF;
    font-family: 'Malgun Gothic', sans-serif;
    font-weight: 10;
    font-size: 40px;
    letter-spacing: 1px;
    padding: 5px 0 5px 0;
    margin-left: 35px;
    margin-top: -480px;
    position: absolute;
}
.about h2 {
    color: #00A4FF;
    font-family: 'Malgun Gothic', sans-serif;
    font-weight: 600;
    font-size: 50px;
    letter-spacing: 1px;
    padding: 5px 0 5px 0;
    margin-left: 35px;
    margin-top: -445px;
    position: absolute;
}
.socials {
    position: absolute;
    margin-top: -370px;
    margin-left: 40px;
}
.about p {
    height: 400px;
    width: 400px;
    margin-left: 23px;
    margin-top: -330px;
    padding-left: 20px;
    position: absolute;
    color: #092153;
    font-family: 'Avenir', sans-serif;
    text-align: justify;
    font-size: 14px;
}
/* Skills */
.skills {
    width: 100%;
    height: 100vh;
    text-align: center;
    position: relative;
}
.skills h1 {
    color: #00A4FF;
    font-family: 'Malgun Gothic', sans-serif;
    font-weight: 10;
    font-size: 40px;
    letter-spacing: 1px;
    padding: 5px 0 5px 0;
    margin-left: 35px;
    margin-top: -480px;
    position: absolute;
}
.skills h2 {
    color: #00A4FF;
    font-family: 'Malgun Gothic', sans-serif;
    font-weight: 600;
    font-size: 50px;
    letter-spacing: 1px;
    padding: 5px 0 5px 0;
    margin-left: 35px;
    margin-top: -445px;
    position: absolute;
}
.skills p {
    height: 400px;
    width: 412px;
    margin-left: 20px;
    margin-top: -110px;
    padding-left: 75px;
    position: absolute;
    color: #092153;
    font-family: 'Avenir', sans-serif;
    text-align: center;
    font-size: 14px;
}
.skillbartrack {
    height: 20px;
    width: 170px;
    margin-left: 0px;
    box-shadow: inset 0 0 7px #a5a5a5;
    border-radius: 20px;
    margin-top: -15px;
    position: absolute;
}
.skillbarthumb {
    height: 20px;
    width: 140px;
    margin-left: 0px;
    background-image: linear-gradient(to left, #3f61ff, #3fffac);
    z-index: 20;
    border-radius: 20px;
    margin-top: -15px;
    position: absolute;
}
.skillbarthumb2 {
    height: 20px;
    width: 160px;
    margin-left: 0px;
    background-image: linear-gradient(to left, #3f61ff, #3fffac);
    z-index: 20;
    border-radius: 20px;
    margin-top: -15px;
    position: absolute;
}
.skillbarthumb3 {
    height: 20px;
    width: 150px;
    margin-left: 0px;
    background-image: linear-gradient(to left, #3f61ff, #3fffac);
    z-index: 20;
    border-radius: 20px;
    margin-top: -15px;
    position: absolute;
}
.skillbarthumb4 {
    height: 20px;
    width: 110px;
    margin-left: 0px;
    background-image: linear-gradient(to left, #3f61ff, #3fffac);
    z-index: 20;
    border-radius: 20px;
    margin-top: -15px;
    position: absolute;
}
.skillbartext {
    color: #FFF;
    text-align: center;
    font-family: 'Avenir', sans-serif;
    font-size: 12px;
    margin-top: 2px;
    margin-left: 74px;
    position: absolute;
}
.skills h3 {
    color: #2162c1;
    text-align: left;
    font-family: 'Avenir', sans-serif;
    font-size: 18px;
}
#photoshop {
    position: absolute;
    margin-top: -375px;
    margin-left: 30px;
}
#illustrator {
    position: absolute;
    margin-top: -375px;
    margin-left: 225px;
}
#indesign {
    position: absolute;
    margin-top: -300px;
    margin-left: 30px;
}
#web {
    position: absolute;
    margin-top: -300px;
    margin-left: 225px;
}
#photography {
    position: absolute;
    margin-top: -225px;
    margin-left: 30px;
}
/* Portfolio */
.portfolio {
    width: 100%;
    height: 100vh;
    text-align: center;
    position: relative;
}
.portfolio h1 {
    color: #00A4FF;
    font-family: 'Malgun Gothic', sans-serif;
    font-weight: 10;
    font-size: 40px;
    letter-spacing: 1px;
    padding: 5px 0 5px 0;
    margin-left: 35px;
    margin-top: -480px;
    position: absolute;
}
.portfolio h2 {
    color: #00A4FF;
    font-family: 'Malgun Gothic', sans-serif;
    font-weight: 600;
    font-size: 50px;
    letter-spacing: 1px;
    padding: 5px 0 5px 0;
    margin-left: 35px;
    margin-top: -445px;
    position: absolute;
}
.portfolioback {
    overflow: hidden;
    z-index: 500;
    background: #e8e8e8;
    border-radius: 25px;
    width: 105px;
    height: 105px;
    float: left;
    margin-right: 20px;
}
.container {
    position: relative;
}
.overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    transition: .8s ease;
    background-image: linear-gradient(to bottom, #8861ff, #ff154b);
}
.container:hover .overlay {
    opacity: 1;
}
.text {
    color: #FFF;
    font-family: 'Avenir', sans-serif;
    text-align: center;
    font-size: 18px;
    position: absolute;
    font-weight: 400;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
#project1 {
    position: absolute;
    margin-top: -370px;
    margin-left: 135px;
}
#project2 {
    position: absolute;
    margin-top: -250px;
    margin-left: 200px;
}
#project3 {
    position: absolute;
    margin-top: -130px;
    margin-left: 135px;
}
/* classes for hiding and revealing elements based scroll position */
.hideme {
    opacity:0;
    transition: .5s;
}
.showme {
    opacity:1!important;
    transition: .5s;
}
/* Swiper */
.swiper-container {
    margin-left: 0;
    width: 800px;
    height: 500px;
    border-radius: 25px;
}
.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
/* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

/* Scrollbar */
/* width */
::-webkit-scrollbar {
    width: 10px;
}
/* Track */
::-webkit-scrollbar-track {
    background: #FFF; 
}
/* Handle */
::-webkit-scrollbar-thumb {
    background: #202066; 
}
/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #00a4ff;
}