@charset "utf-8";

body {
  font-family: monospace;
  background-color: #fdf7e7;
  font-size: 1.3rem;
}

a.text-dark:hover,
a.imglink:hover {
  text-decoration: none;
  opacity: 0.6;
}
main > .container{
  max-width: 800px;
}


.jumbotron {
  background-color: inherit;
}
.jumbotron > .container{
  position: relative;
}
.dateImageWrap{
  position: absolute;
  top:0;
  right: 0;
  text-align: right;
}
@media (max-width: 992px) {
  .dateImageWrap > img {
    width: 50%;
    margin-top: 20%;
  }
}
@media (max-width: 767px) {
  .dateImageWrap > img {
    width: 40%;
    margin-top: 20%;
  }
}
.bg-deepblue {
  background-color: #130c4b;
}

.mt-m2 {
  margin-top: -2rem;
}

h1 {
  text-align: center;
  margin: 0 auto 5rem auto;
  font-size: 3rem;
  font-family: 'Oswald', sans-serif;
  letter-spacing: 0.5rem;
}
h1 > span {
  border-bottom: #000 3px solid;
  padding: 0.5rem;
}

section.about,
section.timetable {
  margin-bottom: 10rem;
}
section.about .card-body p,
section.fallasleep .card-body p {
  margin-bottom: 2rem;
  line-height: 2.4;
  font-family: 'Kosugi', sans-serif;
}
  section.about .card-body p a {
    color: #fff;
    border-bottom: #fff 1px solid;
    text-decoration: none;
  }
  section.about .card-body p a:hover {
    border-bottom: #fff 1px dotted;
    text-decoration: none;
  }

ul.timetable {
  margin:0 0 4rem 0;
  padding: 0;
}

  ul.timetable > li {
    background-color: #130c4b;
    margin-bottom: 1rem;
    color:#fff;
    height: 5rem;
    padding: 0.5rem 1.5rem;
    border-radius: 0.25rem;
  }
  ul.timetable > li .time,
  ul.timetable > li .name,
  ul.timetable > li .instalink {
    padding :0 0.5rem;
  }
  ul.timetable > li .name{
    text-align: center;
  }

  @media (max-width: 576px) {
    h1 {
      font-size: 2rem;
    }
    section.about .card-body p,
    section.fallasleep .card-body p {
      font-size:85%;
    }

    ul.timetable > li .time{
      font-size:80%;
      min-width: 66px;
    }
  }
  

.btn-circle {
  display: inline-block;
  text-decoration: none;
  color: #fff;
  width: 80px;
  height: 80px;
  line-height: 80px;
  font-size: 40px;
  border-radius: 50%;
  text-align: center;
  overflow: hidden;
  font-weight: bold;
  background-color: #b87d2f;
}
a.btn-circle:hover {
  color:#fff;
  opacity: 0.8;
}
  .btn-circle i {
    line-height: 80px;
  }
  
.btn-circle.btn-circle-sm {
  width: 32px;
  height: 32px;
  line-height: 32px;
  font-size: 16px;
}
  .btn-circle.btn-circle-sm i {
    line-height: 32px;
  }

  
.fixed_link {
  position: fixed;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 20px;
  z-index: 10;
}

.outline-lg-button {
  text-align: center;
  font-size: 2rem;
  margin: 0 auto 2rem auto;
  font-family: 'Oswald', sans-serif;
  letter-spacing: 0.5rem;
  width: 100%;
  padding: 1.5rem;
  border:#000 3px solid;
  border-radius: 0.25rem;
  display: block;
  color: #000;
  text-decoration: none;
}
a.outline-lg-button:hover {
  color: #000;
  opacity: 0.4;
  text-decoration: none;
}
@media (max-width: 767px) {
  .fixed_link {
    top: auto;
    bottom: 0;
    right: 10px;
    -webkit-transform: none;
    transform: none;
  }
  .fixed_link .btn-circle {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 20px;
  }
    .fixed_link .btn-circle i {
      line-height: 40px;
    }
  .outline-lg-button {
    font-size: 1.5rem;
  }
}


.frame-wrapper__video {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
  margin-bottom: 50px;
}

.frame-wrapper__video iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}