html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}

ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

* {
    margin: 0;
    box-sizing: border-box;
}

img{
    max-width: 100%;
    height: auto;
    display: block;
}

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

body{
    background-color: #C8B6D6;
    /* background: linear-gradient(#758AB6, #C8B6D6); */
    /* background-repeat:no-repeat; */
    line-height: 24px;
}

.logo{
    color: #758AB6;
    font-size: 40px;
    font-family: 'Knewave', system-ui;
}

.navbar{
    background: rgba(255, 255, 255, .5);
    /* background-color: #C8B6D6; */
    opacity: 0.9;
}

.introduction{
    margin-top: 128px;
}

.introductionCard{
    position: relative; 
    background: rgba(255, 255, 255, .2);
    border-radius: 0px 40px 0px 40px;
}

.minaimg{
    position: absolute;
    top: -20px;
    z-index:1;
    border-radius: 0px 40px 0px 40px;
    margin-left: 40px;
    max-width: 130px;
}

h1 {
    font-size: 24px;
    text-align: center;
    font-family: 'Bagel Fat One', system-ui;
}

h2{
    font-size: 20px;
}

h3{
    font-size: 18px;
}

h6{
    font-family: 'Bagel Fat One', system-ui;
}

/* .mybtn{ */
    /* display: inline-block; */
    /* padding: 10px 30px; */
    /* margin-top: 16px; */
    /* text-decoration: none; */
    /* border-radius: 8px; */
    /* text-align: center; */
    /* border: 2px solid white; */
    /* color: black; */
/* } */
/*  */
/* .mybtn:hover{ */
    /* background: linear-gradient(#ddd3f0 5%, #758AB6 15%, #C8B6D6 100%); */
/* } */



.commentCard{
    background: hsla(0,0%,100%,.1);  
    border: none;
    position: relative;
}

.netizen{
    position: absolute;
    top: -45px;
    z-index:1;
}

.box{
    height: 24px;
}

.inside{
    background: hsla(0,0%,100%,.1);  
    text-align: center;
    margin: 0px 12px;
    border: none;
}

.inside h5{
    padding: 50px 0px 70px 0px;
}

.skill {
    flex-wrap: wrap; /* 允許圖片在小於768px的寬度時換行 */
}

.portfolioCard{
    background: hsla(0,0%,100%,.1); 
    border: 1px solid hsla(0,0%,100%,.1); 
    border: none; 
    border-top: 1px solid #efe9f3;
    border-bottom: 1px solid #efe9f3;
}

.btn{
    border: 1px solid #ddd3f0;
    background: radial-gradient(#758AB6, #C8B6D6);
    /* box-shadow: 4px 4px #758AB6; */
    color: white;
    font-family: 'Bagel Fat One', system-ui;
  }

  .btn:hover{
    background: linear-gradient(#ddd3f0 5%, #758AB6 15%, #C8B6D6 100%);
  }


@media (max-width: 992px) { 
    .minaimg{
        margin-left: 0px;
    }
}

@media (max-width: 767px) {  
    /* .navbar, .banner{ */
        /* max-width: 100%; */
    /* } */
    .portfolioCard{
        width: 95%;
        margin-top: 16px;
    }

    .illustrateRwd{
        max-width: 95%;
        flex-direction: column;
    }

    .introductionCard{
        position: static;
        flex-direction: column;
        margin-top: 80px;
    }

    .minaimg{
        margin-top: 110px;
    }
}