/* HTML5 block-level reset for enhanced structural tag support in older browsers */
header, footer, section, aside, nav, article, figure { display: block; padding: 0; margin: 0; }
 
body {
  padding-top: 54px;
  min-height: 100%;
}

@media (min-width: 992px) {
  body {
    padding-top: 56px;
	min-height: 100%;
  }
}

.site {
  display: flex;
  min-height: 100vh;
  flex-direction: column;
}

.content {
  flex: 1;
}

.content-body {
  padding-top: 25px;
}

p {
    font-family: Verdana, sans-serif;
}

.content h1 {
    font-weight: 700;
    font-size: 200%;
	margin: 0 0 30px 0;
	letter-spacing: 1px;
}

.content h2 {
    font-weight: 600;
    font-size: 150%;
	margin: 0 0 30px 0;
	letter-spacing: 1px;
}

.content h3 {
    font-weight: 500;
    font-size: 100%;
	margin: 0 0 30px 0;
	letter-spacing: 1px;
}

.video_center {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px;
}

.manual table, td {
  border: 1.5px solid black;
  padding: 3px;
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
}

.manual th {
  border: 1.5px solid black;
  padding-left: 10px;
  padding-right: 10px;
  text-align: center;
  background-color: CornflowerBlue;
  color: white;
}

.manual li:not(:last-child) {
    margin-bottom: 20px;
}

.manual ol ol li {
    margin-left: 5px;
    list-style-type: lower-alpha;
    upper-roman;
}

.manual ol ol ol li {
    margin-left: 5px;
    list-style-type: upper-roman;
}

.manual ol ol ol ol li {
    margin-left: 5px;
    list-style-type: lower-roman;
}

.manual_image {
    margin: 20px;
}

.manual_image
img {
    display: block;
    min-width: 300px;
    width: 50%;
    margin-left: auto;
    margin-right: auto;
}

.manual_image_small {
    margin: 20px;
}

.manual_image_small img {
    width: 35%;
    min-width: 300px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.question {
    padding: 10px;
    border-style: solid;
    border-width: medium;
    border-color: #79a0ce;
    background: #aac7e8;
    font-weight: bold;
    font-size: 18px;
}

.answer {
    padding: 20px;
}

.title {
    font-weight: 600;
    font-size: 150%;
	margin: 0 0 10px 0;
	letter-spacing: 1px;
}

.toc ul{
    padding-right: 20px;
    list-style-type: none; /* Remove bullets */
}

.toc li {
    list-style-type: none; /* Remove bullets */
}

.imgbox {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 3%;
}

.icon {
    display: inline-block;
	height:27px;
	width:27px;
}

.btn-doc {
  background-color: CornflowerBlue;
  color: white;
  text-align: center;
  display: inline-block;
  font-size: 20px;
  width: 350px;
  cursor: pointer;
  margin: 5px auto;
}

.btn-store {
  background-color: LightCoral;
  color: white;
  text-align: center;
  display: inline-block;
  font-size: 20px;
  width: 350px;
  cursor: pointer;
  margin: 5px auto;
}

.btn-doc:hover {
  background-color: #1650BB;
  color: white;
  text-align: center;
  display: inline-block;
  font-size: 20px;
  width: 350px;
  cursor: pointer; 
  margin: 5px auto;
}

.btn-store:hover {
  background-color: #ce1818;
  color: white;
  text-align: center;
  display: inline-block;
  font-size: 20px;
  width: 350px;
  cursor: pointer;
  margin: 5px auto;
}

.siteLogo{
	font-family: 'Fredoka One', cursive;
}

.basicBackground {
  background: rgba(45, 64, 89, 0.06);
}

.shirohane_heading {
	margin-top: 20px; 
	padding: 5px;
	text-align: center;
    font-weight: 200;
}

.headerImage {
	background: url('../images/banner_empty.png') no-repeat center center fixed; 
	background-color: #D3D3D3;
		
	min-height:200px;
	height:88vh;
	
	filter: brightness(90%) contrast(70%);
	
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;	
	
    background-position: center center;
}

.hr-container {
  display: flex;
  align-items: center; /* Vertically centers the image and lines */
  text-align: center;
}

.hr-container hr {
  flex: 1; /* Makes the lines take up remaining space */
  background: #100c08;
  height: 5px;
  border: none;
}

.hr-container img {
  margin: 0 0; /* Spacing between image and lines */
  width: 60px;    /* Specific width for the image */
}

.headerImage h1 {
	text-align: center;
    font-size: 12vmin;
    font-weight: 400;
	font-family: 'Fredoka One', cursive;
}

.headerImage h2 {
	text-align: center;
    font-size: 6vmin;
    font-weight: 200;
	font-family: 'Fredoka One', cursive;
}

/* Centered object */
.centered {
    margin-top: 5px;
    margin-right: auto;
    margin-bottom: 5px;
    margin-left: auto;
}

/* 
* Div Tables
*/

.divTable{
	display: table;
	padding-right: 2.5%;
    padding-left: 2.5%;
	width: 95%;
}
.divTableRow {
	display: table-row;
}
.divTableHeading {
	background-color: #EEE;
	display: table-header-group;
}
.divTableCell, .divTableHead {
	display: table-cell;
	padding: 3px 10px;
}
.divTableHeading {
	background-color: #EEE;
	display: table-header-group;
	font-weight: bold;
}
.divTableFoot {
	background-color: #EEE;
	display: table-footer-group;
	font-weight: bold;
}
.divTableBody {
	display: table-row-group;
}

/* 
* Blog Variations
*/

.blog-inner {
  background: white;
  -webkit-box-shadow: 0px 9px 29px -9px rgba(0, 0, 0, 0.13);
  -moz-box-shadow: 0px 9px 29px -9px rgba(0, 0, 0, 0.13);
  -ms-box-shadow: 0px 9px 29px -9px rgba(0, 0, 0, 0.13);
  -o-box-shadow: 0px 9px 29px -9px rgba(0, 0, 0, 0.13);
  box-shadow: 0px 9px 29px -9px rgba(0, 0, 0, 0.13);
  overflow: hidden;
  margin-bottom: 40px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.blog-inner img {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
}
.blog-inner .desc {
  padding: 20px;
}

.blog-inner .desc h3 {
  line-height: 28px;
}

.blog-inner  .title {
  line-height: 40px;
  text-align: center;
  font-weight: bold;
  font-size: 35px;
  padding: 15px;
}

.blog-inner  .authors {
  line-height: 28px;
  text-align: center;
  font-weight: bold;
  font-size: 20px;
  padding: 15px;
}

.blog-inner  .journal {
  line-height: 28px;
  text-align: center;
  font-weight: bold;
  font-size: 25px;
  padding: 0px 0px 0px 10px;
}

.blog-inner .abstract {
  padding: 0px 15px 15px 15px;
}

.blog-inner .keywords{
  padding: 15px;
}

.blog-inner .link{
  padding: 15px;
  text-align: center;
  font-weight: bold;
  background: blue;
  color: white;
}

.blog-inner  .reference {
  text-align: center;
  padding: 15px;
  border-style: solid;
  font-size: large;
}

.blog-inner .desc h3 a {
  color: rgba(0, 0, 0, 0.8);
}

.blog-inner .desc h3 a:hover, .blog-inner .desc h3 a:focus {
  text-decoration: none;
}

.blog-inner:hover {
  -webkit-box-shadow: 0px 9px 43px -10px rgba(0, 0, 0, 0.17);
  -moz-box-shadow: 0px 9px 43px -10px rgba(0, 0, 0, 0.17);
  -ms-box-shadow: 0px 9px 43px -10px rgba(0, 0, 0, 0.17);
  -o-box-shadow: 0px 9px 43px -10px rgba(0, 0, 0, 0.17);
  box-shadow: 0px 9px 43px -10px rgba(0, 0, 0, 0.17);
}

.blog-images {
   margin: 0px 25px 25px 25px;
}
