/*
Theme Name: Tsumiki Kodomoen
Theme URI: https://wordpress.org/themes/tsumiki/
Author: AtsumaPC
Author URI: https://atsumapc.com/
Description: Customize theme for original website
Tags: blog
Version: 1.3
Requires at least: 5.0
Tested up to: 5.4
Requires PHP: 5.2.4
License: 
License URI: 
Text Domain: AtsumaPC
*/

body {
  font-family: 'M PLUS 2', 'Meiryo UI', sans-serif;
}

.nav-item a, .nav-item a:visited {
  color: black !important;
}

.navbar-nav > li {
  padding-left: 5px;
  padding-right: 5px;
}

@media (max-width: 1200px) {
  .display-4 {
    font-size: calc(100% + 5vw) !important;
  }
}

.lead {
  font-style: italic;
  line-height: 200%;
}

.lead-header {
  font-style: italic;
}

.accent-color {
  color: black;
}

.gray-color {
  color: #ddd !important;
}

.rounded-4 { border-radius: .5rem; }
.rounded-5 { border-radius: 1rem; }

.card-cover {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
/* 
.btn-outline-primary {
  color: #0d8b8b;
  border-color: #0d8b8b;
}

.btn-outline-primary:hover {
  color: black;
  border-color: black;
  background-color: white;
} */

.no-break {
  word-break : keep-all;
}

.text-accent-no-break {
  color:#91b2c9;
  word-break: keep-all;
}

a:hover, /* OPTIONAL*/
a:visited,
a:focus
{text-decoration: none !important;}

.parents-info .article ul {
  list-style: none;
}

.parents-info .article li:before {
  content: '> ';
}

article h1 {
  font-size: 1.6em !important;
  margin-top: 30px !important;
}

article h2 {
  font-size: 1.4em !important;
  font-weight: bold;
  margin-top: 30px !important;
}

article h3 {
  font-size: 1em !important;
  font-weight: bold;
  margin-top: 30px !important;
}

.caption-title {
  font-family: 'Yusei Magic', sans-serif;
  font-size: 3em;
  border-bottom: 22px solid #91b2c9;
  display: inline-block;
  height: 1.36em;
}

@media (max-width: 560px) {
  .caption-title {
    font-family: 'Yusei Magic', sans-serif;
    font-size: 2em; 
}
}

.caption-text {
  font-family: 'M PLUS 2', sans-serif;
}

.caption-container {
  position: relative;
  margin-bottom: 120px;
}

.caption1 {
  position: absolute;
  height: 600px;
  width: 100%;
  background-image: url('./images/blue_bg_1.png');
  background-size: cover;
  z-index: -100;
  bottom: 0;
}

.caption2 {
  position: absolute;
  height: 600px;
  width: 100%;
  background-image: url('./images/blue_bg_1.png');
  background-size: cover;
  z-index: -100;
  bottom: 0;
}

.fYusui {
  font-family: 'Yusei Magic', sans-serif;
}

.fReggae {
  font-family: 'Reggae One', cursive;
}

.fMPlus {
  font-family: 'M PLUS 2', sans-serif;
}

.workshop-caption-text {
  font-size: 1.4em;
}

@media (max-width: 1200px) {
  .workshop-caption-text {
    font-size: 1.0em;
  }
}

.iframe-responsive {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding-top: 56.25%; /* 16:9 Aspect Ratio */
}

.iframe-responsive iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  border: none;
}

@media screen and (min-width: 800px) {
  .iframe-responsive {
    position: relative;
    width: 800px;
    height: 480px;
    overflow: hidden;
    padding-top: 0;
  }
}

.panaimage-before {
  position: absolute;
  top: 0;
  background-image: url('./images/before1.jpg');
  background-position: center 70%;
  background-size: cover;
  width: 100%;
  height: 100%;
}

.panaimage-after {
  position: absolute;
  top: 0;
  background-image: url('./images/DJI_0881-2k.jpg');
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 100%;
}

.video-container {
  position: relative;
}

.video-container video {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.video-container .video-caption {
  position: relative;
  width: 100%;
  height: 100%;
}

.thumbnail-img {
  height: 300px;
  background-size: cover;
  background-position: center center;
}
