/*

███████████████████████████████████████████████████████████████
    FOR Yin Yu Website 
    by Yin Yu

Colors: 
    #F7F7F5
    #F7F5F3
    #A3A19D
    #3F4144
    #F8D948

Font:
    font-family: 'Lato', sans-serif;
    font-family: 'Noto Sans JP', sans-serif;
    font-family: 'Kosugi Maru', sans-serif;
    font-family: 'M PLUS Rounded 1c', sans-serif;
    font-family: 'Stick No Bills', sans-serif;

*/


body {
    background-color:#F7F7F5;
    margin: 0;
}
          
h1 {
    font-family: 'Kosugi Maru', sans-serif;
    font-size: 38px;
    font-weight:400;
    color: #3F4144;
    margin:60px;        
}


h1 a{
     text-decoration: none; 
          color:#A3A19D;
}


h2 {
    font-family: 'Lato', sans-serif; 
    font-size: 18px;
    font-weight: 300;
    color: #A3A19D;   
    margin:50px; 
    line-height: 22px;
    text-decoration: none;
}


h2 a{
     text-decoration: none; 
     color:#A3A19D;     
}


h2 a:hover{
          color: #F8D948;
        
}




h3 {
    font-family: 'Lato', sans-serif; 
    font-size: 28px;
    font-weight:400;
    text-align: left; 
    margin-top: 0px;
    margin-bottom: 0px;
}
h3 a{
    color: #3F4144; 
    text-decoration: none; 
}

h3 a:hover{
          color: #F8D948;
          z-index: 100;
}

h4        
{
    font-family: 'Lato', sans-serif; 
    font-size: 14px;
    font-weight:300;
    text-align: left; 
    color: #A3A19D; 
    line-height: 18px;
    margin-top: 10px;
    margin-bottom: 10px;
    text-decoration: none;
      

}

h4 a{
    font-family: 'Lato', sans-serif; 
    font-size: 14px;
    font-weight:300;
    text-align: left; 
    color: #A3A19D; 
    line-height: 18px;
    margin-top: 10px;
    margin-bottom: 10px;
    text-decoration: none;
}


h5 {
    font-family: 'Lato', sans-serif;
    font-weight: 300;
    color:#3F4144;
    margin-left: 200px;
    font-size: 30px;
    line-height: 60px;
          
}

img {
  max-width:100%; 
  height: auto;
  pointer-events: none;
}



#userSelect {
  -webkit-user-select: none; /* Safari */
  -ms-user-select: none; /* IE 10 and IE 11 */
  user-select: none; /* Standard syntax */
          
}


p {
    font-family: 'Lato', sans-serif; 
    font-size: 28px;
    font-weight: 300;
    color:#3F4144;
    opacity: 100%;
    line-height: 14px;
    margin:40px;
    text-align: center;

}

p a{
    font-family: 'Lato', sans-serif; 
    font-size: 28px;
    font-weight: 500;
    color:#3F4144;
    opacity: 100%;
    line-height: 14px;
    margin:40px;
    text-align: center;
    text-decoration: none;   
}


a:visited {
          font-weight: 100;
          text-decoration: none;
}

#menu {
  position: fixed;
  color: #f1f1f1;
  width: 250px;
  overflow: hidden;
  z-index: 90;
          
}



#row1 {
          display:flex;
          margin-left: 25%;
          padding: 10px;

}

#row1 img{
          
          margin-top: 0px;
         
}

#column {

          flex:5%;    
          padding: 2px;
          z-index: 100;        
}

#column h3{
/*          margin-left: -50px; */
          margin-top: 100px;
}


#column2 {

          flex:50%;    
          padding: 10px;
          z-index: 100;      
}


#column2 p{
      font-size: 18px; 
      margin-bottom: 10px;
      margin-left: 0px;
      text-align: left;
      line-height: 28px;  
}



#column2 h4{
          margin-left: 40px;
}



#rowBottom {
          display:flex;
}

#columnBottom {

          flex:33.33%;    
          padding: 5px;
}

#columnBottom img{

    margin-left: 200px;
    margin-top: 40px;
          
}


#columnBottom p{
   font-size: 10px; 
    font-family:'Lato', sans-serif;
    color:#A3A19D;
    width: inherit;
    text-align: center;
    margin-top:8px;
    margin-bottom:0px;
    font-weight: 300;
    line-height: 12px;
}

