*,
*:before,
*:after{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    /* cursor: url(images/cloud_cursor.png),auto; */
}
html{
    scroll-behavior: smooth;
}
body{
    background-image: url("images/background-01.jpg");
    background-size: 100%;
    background-repeat: repeat-y;
    font-family: "TW Cen MT", "Karla", "Helvetica", sans-serif;
}

/* Background elements */
.cleft{
    height:30%;
    width: auto;
    position:fixed; 
    top: 165px;
    left:-110px;
    opacity: 0.8;
    z-index:-1;
    filter:blur(2px);
}
.ctop{
    height:180px;
    width:auto;
    position:fixed;
    top:-90px;
    right: 0;
    z-index:-3;
}
.cright{
    width:25%;
    position: absolute;
    bottom:-100px;
    right:0;
    z-index:-1;
}
/*content*/
.wrapper{
    width:90%;
    padding:2rem;
    margin: 0 auto;
    z-index:0;
}
hr{
    border-top: 5px solid blueviolet;
    margin-top:15px;
    margin-bottom:15px;
}
.main{
    font-weight: bold;
    text-align:center;
    padding-top:18vh;
    margin-bottom:.5em;
    z-index: 1;
    font-size:5vw;
}
.protector{
    position:fixed;
    z-index:1;
    width:100vw;
    height:100vh;
}
/* box 1 */
.box1{
    width:100%;
    background-color: rgb(154, 151, 228, 0.25);
    overflow:auto;
    margin-bottom:10%;
}
.profile{
    width:25%;
    height:auto;
    float: left;
}
.Atext{
    width: 70%;
    float:left;
    padding:1.5%;
    font-size: 1.8vw;
    font-weight: bold;
    margin-top:1%;
    margin-bottom:1%;
}
/* box 2 */
.box2{
    width:100%;
    /* background-color: rgb(154, 151, 228, 0.4); */
    overflow:auto;
    margin-bottom:10%;
}
table{
    width:100%;
    font-size: 1.5vw;
    border-collapse: collapse;
    text-align: left;
    font-weight: bold;
}
table, tr, td{
    /* border:1px solid black; */
    padding-left:10px;
    padding-right:10px;
}
td{
    white-space: nowrap;
}
table img{
    width:90%;
}
blockquote{
    margin-top: 11%;
    font-size:3vw;
    font-weight:bold;
    text-align: center;
}
/* Box 3 */
.box3{
    width:100%;
    background-color: rgb(154, 151, 228, 0.25);
    position: relative;
    align-content: center;
}
.sideprofile{
    width:40vw;
    height:auto;
    position:absolute;
    right:2%;
    bottom:0;
}
.work{
    background-color: #9a97e4;
    position:absolute;
    z-index: 2;
    right:7%;
    top:15%;
    padding:15px;
    border-radius: 30px;
    font-size: 1.8vw;
    font-weight:bold;
    transition: .5s;
    cursor: url(images/sparkles_cursor.png),auto;
}
.work:hover{
    filter: hue-rotate(270deg);
    padding: 20px;
}

.box3content{
    width:60%;
    padding:4%;
    box-sizing: border-box;
    font-size: 1.8vw;
    font-weight:bold;
}
/* Skills bar */
.skillsbar{
    margin-top:2.5%;
    font-size: 1.3vw;
}
.container{
    width:100%;
    background-color: white;
    color:white;
    border-radius: 10px;
    font-size:1vw;
    margin-top:1.5%;
}
.skills{
    text-align:right;
    background-color:#9a97e4;
    border-radius: 10px;
    padding-right: 2%;
}

.ps{width: 95%;}
.ai{width: 90%;}
.pr{width: 75%;}
.id{width: 65%;}
.fg{width: 70%;}
.mw{width: 90%;}
.mp{width: 95%;}
.hc{width: 60%;}
.bl{width: 55%;}


@media only screen and (max-width: 800px) {
    .wrapper{
        padding:0.1rem;
    }
}