﻿*{
    padding: 0;
    margin: 0;
}
body{
    background-color:  rgba(2, 23, 83, 0.979);
    width: 100vh;
    height: 100vh;
    z-index: 1;
}
.main{
	background-image:url(image/12_full.png);
	margin:0 auto;
    	width: 100vw;
    	height: 100vh;
 	position: relative;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
/*左邊內容*/
.leftcolumn{
    width:300px;
    height: 1080px;
    display:grid;
    margin-top: 50px;
}
.icon img{
    border-radius:45px;
    -webkit-box-shadow:0px 0px 122px 45px rgba(107,136,224,0.22);
    -moz-box-shadow: 0px 0px 122px 45px rgba(107,136,224,0.22);
    box-shadow: 0px 0px 122px 45px rgba(107, 136, 224, 0.22);
}
.education{
    background-color: rgba(27, 41, 57, 0.6);
	border-radius:10px;
    width:280px;
    margin: 0 auto; 
    height: 165px;
    }
.education li{
    list-style-type: none;
    color: aliceblue;
    font-family:cursive;
    text-align:left;
    font-size: 14px;
    text-shadow: rgba(136, 148, 148, 0.973) 20px 8px 13px;
}
.arrow_down{
    text-shadow: rgba(136, 148, 148, 0.973) 20px 8px 13px;
}
.text-hide{
    font-family: cursive;
    font-size: 1px;
    text-align: left;
    margin: 0 auto;
    position: relative;
    color: rgb(119, 236, 226);
    opacity: 0;
	transition: all 0.4s ease;
}
.text-display:hover + .text-hide {
    transition: opacity 0.7s ease-in-out;
    transition-delay: 0.25s;
    opacity: 1;
    font-size: 12px;
    }
.text-display:nor(:hover) + .text-hide {
	font-family: cursive;
    font-size: 1px;
    text-align: left;
    margin: 0 auto;
    position: relative;
    color: rgb(119, 236, 226);
    opacity: 0;
	transition: all 0.35s ease;
    }

/*興趣*/  
.interest{
    background-color: rgba(27, 41, 57, 0.6);
    border-radius:10px;
    width: 250px;
    height: 120px;
    margin: 0 auto;
    margin-top: 30px;
    }
#interest_icon{
    width: 250px;
    text-align: left;
    height: 20px;
    color: #ffffff;

}    
.interest span {
	border-radius: 5px;
	color: #ffffff;
	font-size: 20px;
	z-index:3;
    margin-right: 8px;
    margin-left: 6px;
}
/*網頁流程*/ 
.website{
    background-color: rgba(27, 41, 57, 0.6);
    border-radius:10px;
    width: 260px;
    margin: 0 auto;
    font-family: cursive;
    text-align: left;
    margin-top: 30px;
}

/* The actual timeline (the vertical ruler) */
.timeline {
  position: relative;
  max-width: 280px;
  margin: 0 auto;
  font-size: 18PX;
}
/* The actual timeline (the vertical ruler) */
.timeline::after {
  content: '';
  position: absolute;
  width: 5px;
  background-color: rgb(255, 255, 255);
  top: 0;
  bottom: 0;
  left: 50%;
  margin-left: -3px;
}

/* Container around content */
.timeline-container {
  padding: 10px 10px;
  position: relative;
  background-color: inherit;
  width: 35%;
}

/* The circles on the timeline */
.timeline-container::after {
  content: '';
  position: absolute;
  width: 10px;
  height: 10px;
  right: -26.5px;
  background-color: white;
  border: 4px solid #a2dde7;
  top: 5px;
  border-radius: 50%;
  z-index: 1;
}

/* Place the container to the left */
.timeline-left {
  left: 0;
}

/* Place the container to the right */
.timeline-right {
  left: 50%;
}


/* Fix the circle for containers on the right side */
.timeline-right::after {
  left: -10px;
}

/* The actual content */
.timeline-content {
  padding: 5px 5px;
  background-color: rgba(27, 41, 57, 0.7);
  position: relative;
  border-radius: 3px;
}

/* Media queries - Responsive timeline on screens less than 600px wide */
@media screen and (max-width: 600px) {
  /* Place the timelime to the left */
  .timeline::after {
  left: 31px;
  }
  
  /* Full-width containers */
  .timeline-container {
  width: 70%;
  padding-left: 50px;
  padding-right: 25px;
  }
  
  /* Make sure that all arrows are pointing leftwards */
  .timeline-container::before {
  left: 60px;
  border: medium solid rgb(255, 255, 255);
  border-width: 10px 10px 10px 0;
  border-color: transparent white transparent transparent;
  }

  /* Make sure all circles are at the same spot */
  .timeline-left::after, .timeline-right::after {
  left: 21px;
  }
  
  /* Make all right containers behave like the left ones */
  .timeline-right {
  left: 0%;
  }
}

/*右邊內容*/
.rightcolumn{
    height: 1080px;
padding-left:20px;
}
/*個人資訊*/
.info{
    height: 150px;
    max-width:600px
    text-align: left;
    color: aliceblue;
    margin-bottom:20px;
}
.social-media{
    height: 100px;
    overflow: hidden;
    margin-bottom: 20px;
    }
.social-media-app{
    width: 55px;
    height: 30px;
    float:left ;
    margin-right: 25px;
    margin-left: 10px;
    font-size: 0px;
    text-align: center;
    background-color: rgba(27, 41, 57, 0.6);
    border-radius:8px;
    color: #ffffff;
    padding-bottom: 4px;
    padding-top: 1px;
    transition: all 0.35s ease;
}
.social-media-app svg{
    margin-top: 5px;
}
.social-media-app a{
    color: #ffffff; 
    text-align: center; 
    text-shadow: rgba(136, 148, 148, 0.973) 20px 8px 13px;
    
}
.social-media-app:hover{
    width: 135px;
    height: 35px;
    font-size: 18px;
    transition: all 0.65s ease-in-out;
}

.social-media-app:nor(:hover){
    width: 55px;
    height: 30px;
    float:left ;
    margin-right: 25px;
    margin-left: 10px;
    font-size: 0px;
    text-align: center;
    background-color: rgba(27, 41, 57, 0.6);
    border-radius:8px;
    color: #ffffff;
    padding-bottom: 4px;
    padding-top: 1px;
    transition: all 0.35s ease;
}

/*遊戲*/
.a123{
    height: 250px;
    width: 850px;
    box-shadow: #ff0000;
}
h1.game.logo {
    color: #faf8f8;
    display: flex;
    justify-content: center;
    align-items:center; 
}

p {
    font-size: 20px;
    color: #fdecec;
    display: flex;
    justify-content: center;
    align-items:center; 
}

div.game {
    display: flex;
    justify-content: center;
    align-items: center;
    height:80px; 
}

div.game img {
    width: 60px;
    cursor: pointer;
    border: 2px solid #333;
    border-radius: 5px;
    transition: transform 0.2s ease-in-out;
    margin: 10px;
}

div.game img:hover {
    transform: scale(1.1);
}

#result {
    font-size: 24px;
    font-weight: bold;
    margin-top: 20px;
    color: #e6e6e6;
}


/*次網頁*/
.web-page{
    height: 170px;
    display: inline-flex;
    padding-top: 30px;
    }
.web-page1{
    width: 220px;
    height: 60px;
    background-color: rgba(27, 41, 57, 0.6);
    border-radius: 9px;
    margin-left: 10px;
    margin-right: 40px;
    padding-top: 9px;
    font-size: 25px;
    display: flex;
    text-align: center;
    justify-content: center;
    align-items: center;
    }
.web-page1 a {
    color:aliceblue;
}
#page1:hover{
    font-size: 0px;
    transition:ease-in-out 0.6s;
}
.web-page1 a:hover{
    font-size: 0px;
    transition:ease-in-out 0.6s;
}
.skills{
    width: 900px;
    height: 120px; 
    padding-top: 10px;   
}
.skills div{
    display:inline-flex;
    left: 5px;
    margin-right: 18px;
    margin-left: 15px;
    margin-bottom: 10px;
}
.skills div img{
    width: 45px;
    border-radius:9px;
    transition: all 0.35s ease;
    }
.skills div img:hover{
    transform: scale(1.2);
    transition:ease-in-out 0.35s;
}
.skills div img:NOT(:hover){
    width: 45px;
    border-radius:9px;
    transition: all 0.35s ease;

}
.footer{
    background-color: blue;
}


