
h1 {
  font-family: Kirang Haerang;
  font-size: 4em;
  color: purple;
  text-align: center;
  margin: 1em 0em 0em;
}

h2 {
  font-family: Kirang Haerang;
  font-size: 3em;
  text-align: center;
}

a {
  font-family: Be Vietnam Pro;
  color: purple;
  font-size: 1em;
  text-decoration: none;
}

p {
  font-family: Gowun Dodum;
  font-size: 1.3em;
  padding: 0;
  margin: 0.5em 0em 0em;
}

/* classes */

.logo {
  font-family: Kirang Haerang;
  font-size: 2em;
  color: purple;
  padding: 0;
}

.card-grid {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}

.blogpost-card {
  display: flex;
  flex-direction: row;
  box-shadow: 10px 10px rgb(8, 39, 89, 50%);
  border: solid 3px #082759;
  max-width: 7em;
  }

.blogpost-card.p {
  font-size: 1em;
  margin: 0;
  }
  
  .blogpost-card > img 
{
  width: 10em;
  height: 10em;
  object-fit: cover;
  }
  
.desc {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 1em;
  max-height: 10em;
}
  
.banner-photo {
  width: 100vw;
  max-height: 35vh;
  object-fit: cover;
}

.banner-with-title {
  background-image: url("Seoul_Panorama_1.jpg");
  height: 35vh;
  align-content: center;
}

.banner-with-title > h1 {
  color: white;  
  margin: 0;
}

/* sections */
#seoul {
  width: 100vw;
  background-color: #E7F2FB;
  padding-bottom: 1em;
}

#seoul > h2 {
    color: blue;  
}

/* main parts */

body {
  background-color: white;
  color: black;
  font-family: Verdana;
  padding: 0;
  margin: 0;
}

main > p {
  padding: 1em 10em 0;
  text-align: center;
  }
   
nav {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-content: center;
  font-family: Arial;
  min-height: 3em;
  text-align: center;
  padding-top: 2em;
  border-bottom: 4px solid;
  border-color: #616BB0;
}

footer {
}
