/* LAYOUT */

/* .wrapper {
    margin-top: 45px;
    width: 100%;
    height: 100%;
    background: #3A0372;
    overflow: hidden
} */

.main-logo {
    position: absolute;
    top: -45px;
    left: 5px;
    z-index: 100;
}
/*
header {
    position: relative;
    display: block;
    width: 100%;
    min-height: 100px;
    background: #F1D6F5;
} */


/* THEME */

.header-title {
    margin-left: 160px;
    font-size: 4em;
    color: #010127;
    line-height: 1;
}

.github-links {
    padding-top: 15px;
}

.github-links li {
    display: inline-block;
    width: 32%;
    text-align: center;
}

.github-links a {
    color: #F1D6F5;
    text-shadow: 0px 0px 1px rgba(1, 1, 39, 1);
    font-size: 1.2em;
}

.box {
    border-radius: 4px;
    background: #dddddd;
    padding: 15px 0;
    margin: 20px 20%;
    width: 60%;
}

.box h2,
.box h3 {
    margin: 25px;
}

.box p {
    margin: 30px;
}

.intro {
    background: #010127;
    text-align: center;
}

.intro p {
    margin: 20px;
    color: #ffffff;
    font-size: 1.8em;
    font-weight: 400;
}

.main-content {
    font-size: 1.5em;
}

.main-content ul li {
    list-style: circle;
    margin: 15px 55px;
    font-weight: 600;
}

.main-content ol li {
    margin: 15px 55px;
    font-weight: 600;
}

.video-cover {
    margin: 15px 10%;
    width: 80%;
}

hr {
    display: block;
    -webkit-margin-before: 0.5em;
    -webkit-margin-after: 0.5em;
    -webkit-margin-start: auto;
    -webkit-margin-end: auto;
    border-style: inset;
    border-width: 1px;
}
