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: 30%;
    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: 18px;
    font-variant: all-petite-caps;
    letter-spacing: 0.06em;
    font-weight: 600;
    transition: 0.3s;
}
.container {
    width: 22%;
    margin: 0 auto;
    left: 16%;
    top: 240%;
    display: inline;
    position: absolute;
}
ul li {
    display: inline;
    text-align: center;
}
.one:hover ~ hr {
    margin-top: -140.5%;
}
.two:hover ~ hr {
    margin-top: -129.5%;
    width: 1%;
}
.three:hover ~ hr {
    margin-top: -118.5%;
    width: 1%;
}
.four:hover ~ hr {
    margin-top: -107.5%;
    width: 1%;
}
.five:hover ~ hr {
    margin-top: -96.5%;
    width: 1%;
}
.six:hover ~ hr {
    margin-top: -85.5%;
    width: 1%;
}
.seven:hover ~ hr {
    margin-top: -74.5%;
    width: 1%;
}
.eight:hover ~ hr {
    margin-top: -63.5%;
    width: 1%;
}
.nine:hover ~ hr {
    margin-top: -52.5%;
    width: 1%;
}
.ten:hover ~ hr {
    margin-top: -41.5%;
    width: 1%;
}
.eleven:hover ~ hr {
    margin-top: -30.5%;
    width: 1%;
}
.twelve:hover ~ hr {
    margin-top: -19.5%;
    width: 1%;
}
.thirteen:hover ~ hr {
    margin-top: -8.5%;
    width: 1%;
}
hr {
    height: 2rem;
    width: 1%;
    left: -1%;
    position: absolute;
    margin-top: -140.5%;
    background: #FFF;
    border: none;
    transition: .3s ease-in-out;
}
/* Work Infobox */
.infobox {
    position: absolute;
    width: 800px;
    height: 500px;
    background-color: rgba(255, 255, 255);
    top: 55%;
    left: 60%;
    overflow-x: none;
    transform: translate(-50%, -50%);
    border-radius: 25px;
    box-shadow: 10px 10px 5px #121249;
}
.infobox a {
    text-decoration: none;
    color: #00A4FF;
}
.infobox a:hover {
    text-decoration: none;
    color: #092153;
    font-style: italic;
    transition: 0.3s ease-in-out;
}
.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: 375px;
    margin-left: 23px;
    margin-top: -360px;
    padding-left: 20px;
    position: absolute;
    color: #092153;
    font-family: 'Avenir', sans-serif;
    text-align: justify;
    font-size: 12px;
}
.videobox {
    position: absolute;
    width: 800px;
    height: 800px;
    background-color: rgba(255, 255, 255);
    top: 73.5%;
    left: 60%;
    overflow-x: none;
    transform: translate(-50%, -50%);
    border-radius: 25px;
    box-shadow: 10px 10px 5px #121249;
    margin-bottom: 20px;
}
.videobox 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: -790px;
    position: absolute;
}
.videobox 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: -750px;
    position: absolute;
}
.videobox p {
    height: 400px;
    width: 360px;
    margin-left: 23px;
    margin-top: -675px;
    padding-left: 20px;
    position: absolute;
    color: #092153;
    font-family: 'Avenir', sans-serif;
    text-align: justify;
    font-size: 12px;
}
/* Video */
video {
    position: absolute;
    z-index: 5000;
    margin-left: 685px;
    margin-top: 715px;
}

/* 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;
}