@charset "UTF-8";
/* CSS Document */
main{
text-decoration: none;
}

header{
text-decoration: none;	
background-color:#F0F0F0;
}

footer{
text-decoration: none;	
background-color:#F0F0F0;
}

a{
text-decoration: none;
color:#51271D;
}

/*header*/


.nav-item{
font-family: "AR One Sans", sans-serif;
font-weight: 700;
}

.bi-arrow-right-short{
font-weight: 700;
}

/*footer*/

.footer_headline{
font-family: "AR One Sans", sans-serif;
font-weight:600;
color:#51271D;
}

.footer_text{
font-family: "AR One Sans", sans-serif;
color:#51271D;
}

/*index*/

.btn_grey{
background-color:rgba(247, 218, 70, 0.40);
font-family: "AR One Sans", sans-serif;
color:#51271D;
font-weight: 700;
}
.merch_detail_ft{
color:#51271D;
font-weight: 700;
}

.merch_detail_body{
color:#28140F;
}

/*resume*/

.resume_header{
font-family: "AR One Sans", sans-serif;
font-weight: 600;
color:#51271D;
}

/*portfolio*/
.col-port img {
transition: transform 0.3s ease;
box-shadow: 0.3s ease;
}

.col-port img:hover {
  transform: scale(1.03);
  box-shadow: 0 8px 20px rgba(0,0,0,0.2);
}


/*merch*/
.issue_sketch_1{
max-width: 40%;
max-height: 40%;
}

.issue_sketch_2{
max-width: 50%;
max-height: 50%;
}

.inner_sketch_1{
max-width: 40%;
max-height: 40%;
}

.inner_sketch_2{
max-width: 40%;
max-height: 40%;
}

.arch_sketch_1{
max-width: 40%;
max-height: 40%;
}

.arch_sketch_2{
max-width: 40%;
max-height: 40%;
}

.detail_ft{
font-family: "AR One Sans", sans-serif;
color:#51271D;
font-weight: 700;
}

.detail_body{
font-family: "AR One Sans", sans-serif;	
color:#28140F;
}
