/*!
 * Start Bootstrap - 4 Col Portfolio (https://startbootstrap.com/template-overviews/4-col-portfolio)
 * Copyright 2013-2017 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-4-col-portfolio/blob/master/LICENSE)
 */

body {
  font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', sans-serif;
  padding-top: 70px;
  color: #333;
  font-size: 16px;
}
h1 {
  font-size: 24px;
  font-weight: bold;
}
h2 {
  font-size: 20px;
  font-weight: bold;
}
h2.heading,
h3.heading{
  background: #111;
  color: #f0f0f0;
  padding:10px;
}
h3 {
  font-size: 18px;
  font-weight: bold;
}

a {
  color: #ff0000;
}
a:hover{
  color: #111;
}
a img:hover{
  opacity:.8;
}
a.disabled{
    pointer-events: none;
}
a.carousel-control-prev,
a.carousel-control-next{
  background: #000000;
  width: 12.5%;
  opacity: 0.6;
}
.portfolio-item {
  margin-bottom: 30px;
}
.portfolio-item h3{
  font-size: 16px;
}

.nav-item a.nav-link{
  font-size: 12px;
}

.pagination {
  margin-bottom: 30px;
}



.video-wrap {
    position: relative;
}
.video-img:before {
    content: "";
    display: inline-block;
    width: 100%;
    height: 100%;
    background: url(../img/video-button.png) no-repeat center center;
    background-size: auto;
    vertical-align: middle;
}
.video-btn {
    content: "";
    position: absolute;
    top:0;
    left:0;
    right:0;
    bottom:40px;
    cursor: pointer;
}

.caption {
    background: rgba( 0, 0, 0, .1);
    border-radius: 5px;
    margin: 20px 0;
    padding: .75rem 1.25rem .5rem;
    line-height: 1.8;
}

.badge {
    margin: 2px;
}

.center{
    margin: 0 auto;
}

@media (min-width: 992px) {
  body {
    padding-top: 70px;
  }
}

/* Footer */
footer .footer-col {
    margin-bottom: 2rem;
}

footer .footer-col h6 {
    font-weight: 700;
    margin-bottom: 1rem;
    padding-bottom: .5rem;
    border-bottom: 1px solid rgba(255,255,255,.15);
}

footer .footer-links {
    margin: 0;
    padding: 0;
    list-style: none;
}

footer .footer-links li {
    margin-bottom: .6rem;
}

footer .footer-links a {
    color: rgba(255,255,255,.7);
    text-decoration: none;
}

footer .footer-links a:hover {
    color: #fff;
    text-decoration: underline;
}

footer .footer-bottom {
    margin-top: 1rem;
    padding-top: 2rem;
    border-top: 1px solid rgba(255,255,255,.15);
}

footer .footer-bottom p {
    line-height: 1.8;
}

@media (min-width: 768px) {
  footer .footer-col {
    margin-bottom: 0;
  }
}
