@charset "utf-8";
*, *:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
body {
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    font-size: 1em;
    font-family: "Noto Sans JP", Verdana, "Times New Roman", serif, sans-serif;
    color: #000000;
    background-color: #FFFFFF;
}
#Container {
    width: 1000px;
    margin-top: auto;
    margin-right: auto;
    margin-bottom: auto;
    margin-left: auto;
    padding-bottom: 80px;
}
section {
    margin-top: 40px;
    padding-top: 40px;
    padding-left: 37px;

}


h1, h2, h3, h4, h5, h5, h6 {
	font-family: Indie Flower, Helvetica, Arial, sans-serif;
    font-style: normal;
    font-weight: 500;
  
}


.bodycopy {
    margin-right: 80px;
    line-height: 30px;
    margin-left: 122px;

}

#header {
    width: 1000px;
    height: 200px;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: left top;
    background-image: url(assets/images/blackandwhite-art.jpg)/*Image obtained from https://unsplash.com/photos/70bX8f1TfD0*/;
    
}

#header h1 {
    text-align: center;
    font-family: Dancing Script, Times New Roman, serif, sans-serif;
    font-size: 5rem;
    font-style: normal;
    font-weight: normal;
    color: #FFFFFF;
    padding-top: 40px;
    margin-bottom: 0px;
    margin-left: 15px;
}
#header h2 {
    margin-top: 0px;
    text-align: center;
    color: #D7EAFF;
    font-size: 1.5rem;

}
#headerp {
    font-family: Dancing Script, Times New Roman, serif, sans-serif;
    font-weight: bold;
    font-size: 1.8rem;
    background-color: rgba(249,249,249,1.00);
    border-radius: 77px;
    margin-left: 100px;
    padding-right: 0px;
    margin-right: 100px;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-top: 35px;
    margin-bottom: 45px;
}


nav ul li   {
    padding-left: 10px;
    list-style-type: none;
    text-align: left;
    display: inline-block;
    margin-right: 15px;
    margin-left: 15px;
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    border-bottom: 2px solid #A1A9B3;
}
nav ul {
    padding-left: 0px;
    text-align: center;
    margin-top: 30px;
}


a:link, a:visited {
    text-decoration: none;
    color: #3B3E42;
}

a:hover, a:active {
    text-decoration: none;
    color: #6DC025;
    background-image: url(assets/images/pawel-czerwinski-SoB70WFVWGU-unsplash.jpg);
}
.BackToTop a {
    text-align: left;
    padding-left: 850px;

}
#aboutme {
    background-color: #F9F9F9;
    padding-top: 10px;
    padding-right: 28px;
    border-bottom: 8px solid rgba(54,99,99,1.00);
    
}
#aboutme h2 {
    font-size: 2rem;
    color: rgba(30,55,107,1.00);
}

#aboutbox {
    display: flex;
    justify-content: space-around;
	align-items: center;
}

#aboutimg {
    display: block;
    border: 8px solid #FFFFFF;
    -webkit-box-shadow: 0px 0px 10px rgba(0,0,0,0.40);
    box-shadow: 0px 0px 10px rgba(0,0,0,0.40);
    border-radius: 110px;
    padding-left: 0px;
    margin-top: 75px;

}

.aboutp {
    width: 500px;
    line-height: 30px;
}
#portfolio   {
    border-bottom: 8px solid rgba(54,99,99,1.00);
}
#portfolio h1 {
    font-size: 2rem;
    margin-top: -10px;
    margin-left: 120px;
}
.portfolioh2    {
    background-color: rgba(249,249,249,1.00);
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
    color: rgba(30,55,107,1.00);
    font-size: 2rem;
    width: 1000px;
    margin-left: -33px;
    margin-top: 60px;
    margin-bottom: 40px;
}


#tradart , #digart , #modelart{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    text-align: center;
    margin-bottom: 100px;
}

.Images {
    cursor: pointer;
    width: 270px;
    -webkit-box-shadow: 10px 10px 10px 4px rgba(227,229,232,1.00);
    box-shadow: 10px 10px 10px 4px rgba(227,229,232,1.00);
    margin-bottom: 45px;
    margin-left: -20px;
    margin-right: 0px;
	
}
.model {
    cursor: pointer;
    border: 8px solid #FFFFFF;
    -webkit-box-shadow: 0px 0px 10px rgba(0,0,0,0.40);
    box-shadow: 0px 0px 10px rgba(0,0,0,0.40);
    border-radius: 110px;
    margin-left: 75px;
    margin-right: 75px;
    
}
.modelimg {
    margin-bottom: -175px;
    margin-top: 40px;
}
#p3D {
    text-align: center;
    margin-left: 80px;
    margin-right: 80px;
    line-height: 30px;
}
#contacth1  {
    text-align: center;
    font-size: 2.5rem;
    margin-top: -40px;
}
.contactli {
    list-style-type: none;
    display: inline-block;
    margin-left: 150px;
    font-size: 1.3rem;
    border-radius: 64px;
    padding-top: 5px;
    padding-bottom: 5px;
}

#contactli {
}
