

@import url('https://fonts.googleapis.com/css2?family=Caveat:wght@400..700&family=Gowun+Batang&family=IBM+Plex+Sans+KR&family=Jua&family=Story+Script&display=swap');


.container{
  padding-top: 150px;
  padding-bottom: 80px;
}

.container h1{
  font-family: Jua;
}

.carousel-inner h3{
  font-family: Jua;
}

.carousel-inner p{
  font-family: IBM Plex Sans KR;
}

.container p{
  font-family: IBM Plex Sans KR;
}
.thumbnail p{
  font-family: IBM Plex Sans KR;
}

#myCarousel .carousel-inner .item{
  height: 700px;
}


#myCarousel .carousel-inner .item img {
  width: 100%;
  height: 100%;
  object-fit: cover; 
} 

#subject{
  background: #eeeeee;
}

.navbar {
  background-color: #241b6e; 
}

#myNavbar li a{
    color: #ffffff;
    font-weight: bold;
}

.row {
  display: flex;
  flex-wrap: wrap;
}

.col-sm-4 {
  display: flex;
  flex-direction: column;
}

.thumbnail {
  flex: 1;
}

.carousel-caption {
  left: 0; 
  top: 0; 
  right: auto;  
  bottom: auto;
  text-align: left; 
  padding: 50px;
}

#contact-info p {
  text-align: left !important;
}

footer{
  background-color: #747272;
  color:#f5f5f5;
  padding: 30px;
}

footer a {
  color: #f5f5f5;
}

footer a:hover {
  color: skyblue;
  text-decoration: none;
}