html {
	position: relative;
	min-height: 100%;
}

body {
	/* Padding top for navbar */
	padding-top: 50px;
	/* Margin bottom for footer height */
	margin-bottom: 60px;
}

section {
	padding: 80px 0;
}

img {
	max-width: 100%;
}

pre, code {
	background: #f8f8f8;
	color: #333;
}

pre {
	border-left: 2px solid #ccc;
	padding: 10px;
}

code {
	display: inline-block;
	padding: 0 0.5em;
	line-height: 1.4em;
	border-radius: 3px;
}

table {
	empty-cells: show;
	border: 1px solid #cbcbcb;
	width: 100%;
	font-size: 0.9em;
	margin-bottom: 1rem;
}

thead {
	background-color: #e0e0e0;
	color: #000;
	text-align: left;
	vertical-align: bottom;
}

tr {
	display: table-row;
	vertical-align: inherit;
	border-color: inherit;
}

th, td {
	padding: 0.5em 1em;
}

h1.title,
h2.title {
	font-size: 2.3rem;
}

blockquote {
        padding: 10px 20px;
        margin: 0 0 20px 20px;
        border-left: 5px solid #eee;
        font-style: italic;
}


/* Paginator */
.paginator {
	margin-top: 20px;
	margin-bottom: 80px;
}

/* Navbar */
img.nav-svg-icon {
	width: 1rem;
	height: 1rem;
	padding-bottom: 2px;
}

.nav-link {
	font-size: 0.8em;
}

/* Footer */
footer {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 60px;
	line-height: 60px;
	font-size: 0.8em;
}

.mini-logo {
	height: 22px;
	padding-bottom: 5px;
}

/* Home - Header */
header.welcome {
	padding: 50px 0;
}

/* Home - Page */
.page-cover-image {
	background-size: cover;
	background-position: center;
}

.page-description {
	color: #b5b5b5;
	font-style: italic;
}

/* VIDEO EMBED RESPONSIVE */
.video-embed {
	overflow:hidden;
	padding-bottom: 56.25%; /* 16:9 */
	position:relative;
	height:0;
}
.video-embed iframe{
	left:0;
	top:0;
	height:100%;
	width:100%;
	position:absolute;
}

/* Shiro's part begin */

body{
    background: #f1f1f1;
    min-width: 0;
    color: #d89a9a;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;
    font-size: 18px;
    line-height: normal;
}

.sh-hdr-bg{
   background-image: url(/bl-themes/shiro/img/jpattern.png);
}

h1,h2,h3,h4 {
    margin-block-start: 0px;
    margin-block-end: 0px;
}
h4 {
    text-align: justify;
}
.sh-body{
    background: url('/bl-themes/shiro/img/bg/1.jpg') no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height:99% !important;
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.sh-overlay{
    background: transparent url(/bl-themes/shiro/img/overlay.png) repeat;
    opacity: 0.5;
    z-index: -10;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
}

.sh-vertical {
    -webkit-writing-mode: vertical-rl;
    -moz-writing-mode: vertical-rl;
    -ms-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
    font-size: 28px;
}
.sh-smaller {
    font-size: 18px;
}
.left {
    float: left;
}
.right {
    float: right;
}
.sh-bottom-right{
    position: absolute;
    bottom: 25px;
    right: 40px;
}
.sh-container {
    height: 100%;
    max-width: 100%;
    height: 92%;
    min-width: 190px;
    margin-left: 0;
    padding: 24px;
    background: rgba(0, 0, 0, 0.76);
    text-align:justify;
    -webkit-box-shadow: 0 1px 3px rgb(0 0 0 / 13%);
    box-shadow: 0 1px 3px rgba(0,0,0,.13);
}
.sh-header-section{
    text-align:center;
}
.sh-content-section {
    height: 98%;
    min-width: 190px;
    max-width: 1024px;
    margin-top: 50px;
    margin-bottom: 50px;
    padding: 26px 24px 20px;
    background: rgb(255 255 255 / 6%);
    text-align:justify;
    -webkit-box-shadow: 0 1px 3px rgba(0,0,0,.13);
    box-shadow: 0 1px 3px rgba(0,0,0,.13);
}
.sh-content-section p {
    overflow: hidden;
    font-weight: 400;
}
iframe {
    border-width: 0px;
}

.bg-dark {
    background-color: #32373d9c !important;
}

@media screen and (max-width: 600px){
    h4 {
    text-align: center !Important;
    }
    .sh-container {
    width: auto !Important;
    float: unset;
    }
    .sh-body {
    min-width: 190px !Important;
    }
}

@media screen and (min-width: 1200px){
    .container {
    max-width: 1000px !Important;
    }
}