body{
  background-color: #454545;
  padding: 5px 25px;
  font-size: 18px;
  margin: 0 auto;
  max-width: 900px
    }

.gfx{
  width: 100%;
}

/*@media (orientation: landscape){

  #head{
    background-image: url("../images/kim%20jung%20gi%20profile.jpg");
    min-height: 500px;
    background-repeat:no-repeat;
    background-size: cover;
    max-width: 800px;
    
  }
}*/

@font-face {
  font-family: "Sofia-Regular";
  src: url("Sofia-Regular.otf");
}

.AboutArtist{
  padding: 20px;
  background-color: lightgray;
}

.SketechCollection{
  padding: 20px;
  background-color: lightgray;
  
}

.DrawingShow{
  padding: 20px;
  background-color: lightgray;
}


.RecentNew{
background-color: #454545;

}


.pc{ display: block; }

.phone{
  display: none;
}

#wrapper{
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  width: 100%;
  max-width: 800px;
  margin: 25px auto;
  grid-gap: 12px;
}

@media only screen and (max-width: 600px)  {
  
  #wrapper{
    grid-template-columns: 1fr;
    grid-template-rows: auto;

  }

  body{
    margin: auto;
    padding: 0px;
    background-color: #454545;
    font-size: 12px;
    
  }
  
  #wrapper{
    grid-template-columns: auto;
    grid-template-rows: auto
  }
  
  .phone{
    display: block !important;
  }
  
  .pc{
    display: none !important;
  }
  
  #video {
    margin-top: 25px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    width: 0%;
    height: 0px;
  }

}

*{ box-sizing: border-box;}


.box{
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: lightgray;
  border-radius: 0px;
  width: 100%;
  min-height: 50px;
  padding: 5px;
}

.box a {
  
  color: black;
}

h1{
  margin-top: 5px;
  color: black;
  font-family: "Sofia-Regular" sans-serif;
  font-size: 2.5em;
}

h2{
  text-align: center;
  color: black;
  font-family: "Sofia-Regular" sans-serif;
  font-size: 0.8em;
  font-weight: bold;
  padding: 10px 5px;
}

h3{
  text-align: center;
  color: black;
  font-family: "Sofia-Regular" sans-serif;
  font-size: 12px;
  line-height: 1.4;
 
}

p{
  margin-top: 7px;
  font-size: 15px;
}

.row {
  display: flex;
}

.column {
  flex: 33.33%;
  padding: 5px;
}

#video {
  margin-top: 15px;
  margin-bottom: 25px;
  margin-left: 30px;
  margin-right: 10px;
  width: 90%;
  height: 450px;
}

.grid-container {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr) ) ;
 /* grid-template-rows: 1fr 1fr;*/
  width: 100%;
  max-width: 800px;
  margin: 25px auto;
  grid-gap: 12px;
  
}


.grid-item {
  display: auto;
  align-items: center;
  justify-content: center;
  background-color: lightgray;
  width: 100%;
  min-height: 50px;
  padding: 5px;
}


.description {
  font-family: "Time";
  font-size: 12px;
  font-weight: 300;
  line-height: 1.29;
  letter-spacing: 0.1px;
  text-align: center;
  padding: 10px 5px;
  
}




