/*
   Eirokuen
   Author: Ai Hubrel
   Date:   

   Filename:   index_styles.css (CSS for PC)
   Supporting Files: Eirokuen.Index.html

*/

/* Style for figure (Kimono Studio Picture) */

#slide {
  width:60%;
  height:auto;
  margin: auto;
  margin-top: 40px;
}

#slide img {
  width:100%;
  height:auto;
  margin-left: 20px;
   border-radius: 5%;
   box-shadow: 0 0 5px #203a45;
   filter: contrast(110%);
}
/* Style for #introduction */

#introduction{    
    background-color: #EDEEEE;
    height: auto;
    margin: 20px 40px 20px 40px;
    margin-bottom: 20px;
    margin-top: 480px;
    padding-bottom: 40px;
    background-color: rgb(245, 246, 255);
    background-color: rgba(245, 246, 255, 0.74);
    border-radius: 10px;
    border: 0.5px solid gray;
    line-height: 160%;

}

#introduction h1{
    font-size: 130%;
    text-align: center;
    text-shadow: 1px 1px 2px gray;
}

#introduction p{
    padding-top: 20px;
    padding-right: 50px;
    padding-left: 50px;
    font-size: 110%;
    line-height: 180%;
}
/*
 

*{
 outline: 1px solid red;   
}

*/