
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Outfit", sans-serif;
    font-weight: 500;
    
}

.mobile_view {
    display: none;
}

.outfit-website {
  font-family: "Outfit", sans-serif;
  font-optical-sizing: auto;
  font-weight: weight;
  font-style: normal;
}

html, body {
    max-width: 100%;
    overflow-x: hidden;
}

.logo {
    width: 99.5%;
    height: auto;
    margin: 4%;
    padding-top: 5%;
}

a {text-decoration: none; color: black; }


.sidebar {
    position: fixed;
    height: 100vh;
    top: 0;
    left: 0;
    width: 20%;
    text-transform: uppercase;

}

.social_media {
  display: flex !important;
  position: absolute;
  left: 11%;
  top: 59%;
  width: 100%;

}

.fa-brands:hover{
    color: #3320ff !important;

}

.copyright {
    position: fixed;
    bottom: 0;
    padding: 1%;
    color: rgb(167, 167, 167);
    
}

.sidebar ul li a {
    color: grey;
    position: absolute;
    left: 10%;
    width: 60%;
    font-size: 15px;
    margin: 10px;
    
}

.sidebar li {
    margin-top: 10px;
}

ul.no-bullets {
  list-style-type: none;
}

.illustration:hover{
    color: black;
}

.comic:hover{
    color: black;
}

.background:hover{
    color: black;
}

.character:hover{
    color: black;
}

.about:hover{
    color: black;
}


/*about section*/
.about_container {
    position: relative;
    left: 22%;
    top: 0;
    padding: 0;
    margin: 2%;
    justify-content: center;
    align-items: center;
    
}

p {
    font-weight: 400;
}

.bold_text {
    font-weight: 600;
}

.row1 {
    display: flex;
}

.nicks {
    width: 65%;
    height: 65%;
    padding-top: 10%;
}

.text_container {
    padding-top: 14%;
    padding-left: 6%;
    width: 60%;
}

.degree {
    width: 70%;
    padding-top: 6%;
}

.contact {
    padding-top: 6%;
}

.cv_container {
    padding-top: 6%;
}

.nick_cv {
    color: grey;
}

.nick_cv:hover {
    color: black;
}