@charset "UTF-8";

@import url ('https://fonts.googlepis.com/css?family=Noto+Serif+JP');

body {
  background-color: #000000;
}
h1 {
  color: #80a491;
  font-family:'Vollkorn'serif;
  font-weight: lighter;
  font-size: 60px;
  text-align: center;
  color: #000000
}
h2 {
  font-family: sans-serif;
  text-align: left;
  color: #ffffff;
  padding-top: 20px;
}
p {
  font-size: 20px;
  font-family: sans-serif;
  text-align: center;
  color: #fff;
}

.main-nav {
  display: flex;
  font-size: 1.25rem;
  margin-top: 20px;
  margin-bottom: 0px;
  margin-left: -10px;
  list-style: none;
  font-family:'Vollkorn';
}

.main-nav  li{
  font-size: 1.25rem;
  margin-top: 25px;
  margin-left: 25px;
  text-transform: uppercase;
  font-family: 'Vollkorn';
}
.main-nav a{
  color: #432;
}

.main-nav a:hover{
  color: #80a491;
}

article {
  width: 50%;
}

aside {
  width: 50%;
  margin-top: -25px;
}

.profile-contents {
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
  margin-bottom: 30px;
}

.profile-contents {
  padding-left: 120px;
}

#profile {
    background: url("../images/profile_header.jpg")no-repeat center center;
    overflow: auto;
    overflow-x: hidden;
    position: relative;
    width: 100%;
    height: 300px;
}

#profile .main-nav li {
  display: flex;
  font-size: 1.25rem;
  margin-top: 10px;
  margin-bottom: 0px;
  margin-left: 25px;
  list-style: none;
  font-family:'Vollkorn',serif;
}

#profile .page-title {
  text-align:center;
  font-family: 'Philosopher',serif;
  font-size: 5rem;
  margin-top: 15px;
  color: #432;
}

/*.page-title {
  text-align:center;
  font-family: 'Philosopher', serif;
  font-size: 4rem;
  margin-top: 15px;
  color: #00a096;
}*/

#photo {
  background: url("../images/photo-bg.JPG") no-repeat center center / cover;
  /*overflow: auto;
  /*overflow-x: hidden;*/
  /*position: relative;*/
  width:100%;
  height: 400px;
}

.photo {
  /*margin-top: 10%;*/
  height: 400px;
}

.photo .page-title {
  text-align: center;
  font-family: 'Vollkorn', serif;
  font-size: 4rem;
  margin-top: 70px;
  color: #432;
}

#photo .main-nav li {
  display: flex;
  font-size: 1.25rem;
  margin-top: 20px;
  margin-bottom: 0px;
  margin-left: 25px;
  list-style: none;
  font-family:'Vollkorn',serif;
}

.photo .page-title h2{
  text-align: center;
  margin-bottom: 60px;
  font-family: 'Vollkorn', serif;
  font-size: 10rem;
  color: #432;

}

.item p {
  font-size: 1.125rem;
  margin: 30px 0 0;
  color: #fff;
  font-family: 'Noto Serif JP', sans-serif;
  margin-top: 10px;
}

.item img {
  place-items: center;
}

.photo h3{
  font-size: 1.125rem;
  margin-bottom: 10px;
  text-align: center;
  color: #432;
}

.grid {
  display: grid;
  gap:30px;
  grid-template-columns: repeat(2,minmax(100px,1fr));
  margin-top: 3%;
  margin-bottom: 50px;
  padding-top: 20px;
  text-align: center;

}

/*.item p{
  color: #ffffff;
}*/

@media (max-width:600px) {
  .page-title {
    font-size: 2.5rem;
  }

  /*HEADER */
  .main-nav{
    font-size: 1rem;
    margin-top: 10px;
  }

  .margin-nav li {
    margin: 0 20px;
  }

  /* HOME */
  .home-content {
    margin-top: 20%;
  }

  .photo {
    margin-top: 20%;
  }


}



footer{
  background: #432;
  text-align: center;
  padding: 26px 0;
}

footer p {
  color: #fff;
  font-size: 0.875rem;
}
