*,
*:before,
*:after {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.playwrite-de-grund-guides-regular {
  font-family: "Playwrite DE Grund Guides", cursive;
  font-weight: 400;
  font-style: normal;
}
.shizuru-regular {
  font-family: "Shizuru", system-ui;
  font-weight: 400;
  font-style: normal;
}
.google-sans-code-500 {
  font-family: "Google Sans Code", monospace;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}
.cascadia-mono-500 {
  font-family: "Cascadia Mono", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}
.montserrat-500 {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}

html {
    font-size: 100%;
}

.wrapper > .skill-set .wrapper>li:hover {
    background: #3498db;
}

.wrapper > h1 {
    color: rgba(0, 0, 0, 0.75);
}

.wrapper {
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    /* font-family: Verdana; */
    font-family: Century Gothic,CenturyGothic,AppleGothic,sans-serif;
    font-weight: 500;
    /* font-size: 100%; */
    color:#003f69;
    height: 100%;
    display: block;
    width: 960px;
    margin: 20px auto;
    position: relative;
}

h1 {
    font-family: Monaco;
}

.top {
    width:100%;
    height:20%;
    padding: 5%;
    padding-bottom: 7%;
    h1 {
        font-family: "Montserrat", cursive;
        font-size: 3rem;
        margin: 0;
        font-weight: 500;
        span { font-weight:1000;}
    }
    p { 
        font-family: "Montserrat", cursive;
        font-size: 1.2rem;
        margin:0;
    }
}

.content{
    display: flex;
}

.left {
    margin-left: -1px;
    min-width: 256px;
    width: 61.8%;
}

.right {
    float: right;
    position: relative;
    width: 38.2%;
    margin-top: 2.2em;
    padding-left: 5em;
}

.name-hero {
    background: rgba(0, 0, 0, 0.001);
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 85%;
}

.me-img {
    background-size: 100%;
    background-position: 0px;
    border-radius: 100%;
    height: 150px;
    margin: 0 auto;
    position: relative;
    width: 150px;
}

.name-hero h1 {
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-size: 1.5rem;
    text-align: center;
}

.name-hero h1 em {
    font-style: normal;
    font-weight: 700;
}

.name-hero p {
    color: rgba(0, 0, 0, 0.75);
    font-size: 0.75em;
    line-height: 1.5;
    margin: 0 8px 0 0;
    text-align: center;
}

.name-hero .name-text {
    margin: 0 auto;
    width: 85%;
}

.inner {
    margin: 0 auto;
    max-width: 975px;
    padding-inline: 3em;
}

.inner h1 {
    font-size: 1.25rem;
}

.exp {
    margin-top: 3em;
}

.inner p em {
    font-family: Cascadia Mono;
    font-style: normal;
    font-weight: 750;
}

.inner section {
    margin: 20px auto;
}

ul {
    list-style-type: none;
    margin-top: -10px;
    max-width: 570px;
    padding: 0;
}

.exp>ul {
    list-style-type: circle;
    margin-top: -10px;
    max-width: 570px;
    margin-left: 35px;
}
.exp>ul>li {
    list-style-type: circle;
    margin-left: 30px;
}

.skill-set li {
    border-radius: 5px;
    /* color: #004e7a; */
    display: inline-block;
    list-style: none;
    /* margin: 15px 15px 0 0; */
    padding: 2px;
    text-align: justify;
}

@media screen and (max-width: 48em) {
    .right,
    .left {
        float: none;
        position: relative !important;
        width: 100%;
        min-height: 500px;
    }
    .handmade {
        text-align: center !important;
        margin-top: 0px !important;
    }
}

@media screen and (max-width: 75em) {
    body {
        font-size: 16px;
    }
}

@media screen and (max-width: 60em) {
    body {
        font-size: 14px;
    }
}
.handmade {
    /* position: fixed; */
    position: absolute;
    right: 0;
    bottom: 0;
    text-align: left;
    /* margin-top: 100px; */
    color:lightgreen;
}
.handmade em {
    font-family: "Shadows Into Light", cursive;
    font-size: 1.15em;
    margin-left: 5px;
    margin-top: 75%;
    color:greenyellow;
    span {color:yellow;}
}


/* follow box */
.follow .box {
    display: flex;
    flex-flow: wrap;
    text-align: center;
    vertical-align: middle;
}

.follow .box a {
    display: inline-block;
    vertical-align: text-bottom;
}

.follow .box a:hover i {
    /* background: #f5ff679d; */
    /* background: transparent; */
    border-radius: 5px;
    transform: rotate(45deg) scale(0.8);
}

.follow .box a:hover i::before {
    transform: rotate(-45deg) scale(1.5);
}

.box i {
    display: inline-block;
    font-size: 30px;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    line-height: 60px;
    margin: 0 10px 10px 10px;
    transition-duration: 0.3s;
}

.follow .box i::before {
    transition-duration: 0.3s;
}

.follow .box i.fa::before {
    display: block;
}

/* icons */
.ico-china {
    background-image: url("imgs/cn_flag.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-color: transparent;
}
.ico-zmb {
    background-image: url("/static/favicon.ico");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-color: black;
}
.ico-github {
    background-image: url("imgs/from_mars.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-color: transparent;
}
.ico-egg {
    background-image: url("imgs/cooking_s.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-color: transparent;
}

/* collapse effects */
.collapsible {
    cursor: pointer;
  }
  
  .collapsible:hover {
    background-color: #ffa;
  }
  
  .collapsible:after {
    content: '\002B';
    /* font-weight: bold; */
    float: right;
    color:red;
    /* margin-left: 5px; */
  }
  
  .active:after {
    content: "\2212";
  }
  
  .collapse_content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
  }