* {
    margin: 0;
    padding: 0;
    box-sizing: content-box;
    font-size: 16px;
}
body {
    background-color: #F1F2F7;
}
a {
    text-decoration: none;
    color: black;
}
.col-25 {
    float: left;
    width: 25%;
}
.col-75 {
    float: left;
    width: 75%;
}
.header-cover {
    height: 250px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(/src/img/cover.jpeg);
    position: relative;
    z-index: -1;
}
.header-profile {
    text-align: center;
    background-color: white;
    box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.25);
    padding-bottom: 15px;
}
.header-profile > img {
    margin-top: -150px;
    border-radius: 50%;
    border: 5px solid white;
    width: 15%;
    z-index: 1;
}
.box {
    margin: 0 15px;
    background-color: white;
    border-radius: 15px;
    padding: 10px 15px;
    box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.25);
}
h3 {
    text-align: center;
    font-size: 20px;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.container {
    /* width: 100%; */
    height: 100vh;
    margin: 30px 50px;
}
.desc {
    float: left;
    width: 100%;
}
.contact-item {
    height: 25px;
    line-height: 25px;
    width: 100%;
    display: block;
}
.contact-list {
    list-style: none;
}
.contact-item i {
    margin-right: 15px;
}
.content {
    margin-top: 20px;
    float: left;
    width: 100%;
}
.menu {
    float: left;
    width: 20%;
    height: 100vh;
    /* background-color: white; */
}
.main-content {
    float: left;
    width: 80%;
    background-color: white;
    padding: 25px 0;
}
.skills {
    padding: 20px;
    /* display: none; */
}
.skillbox {
    display: inline-table;
    background-color: #F1F2F7;
    padding: 25px;
    margin: 15px;
    width: 30%;
}
h4 {
    text-transform: uppercase;
    font-size: 18px;
    margin-bottom: 10px;
    text-align: center;
}
.experiences {
    display: none;
}
.experience-box {
    width: 100%;
    text-align: center;
    font-size: 18px;
    margin-bottom: 20px;
}
.experience-box ul{
    list-style-type: none;
}
.exp-history {
    text-align: left;
    padding: 10px 100px;
}
.exp-name {
    font-weight: 700;
    color:rgb(110, 220, 184);
}
.exp-name::after {
    content: ': ';
}
.tech-use {
    color: rgb(145, 145, 145);
    font-weight: 700;
}
.tech-use::before {
    content: ' (';
}
.tech-use::after {
    content: ') ';
}
.git::before {
    content: ' - ';
}
.git a{
    color: rgb(110, 220, 184);
}

.edu {
    display: none;
}
.edu-box {
    text-align: center;
}
.btn {
    border: none;
    text-transform: uppercase;
    width: 100%;
    height: 100%;
}
.menu ul{
    list-style-type: none;
}
.menu ul li {
    width: 100%;
    display: block;
    height: 75px;
    line-height: 75px;
}
.active {
    background-color: white;
}