/* 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;
}

.content h2, h3 {
    font-weight: 200;
	margin: 0 0 30px 0;
	letter-spacing: 1px;
}

.imgbox {
  display: inline-block !important;
  max-width: 100% !important;
  margin-bottom: 3%;
}

.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.png') no-repeat center center fixed; 
	background-color: #D3D3D3;
		
	min-height:200px !important;
	height:88vh;
	
	filter: brightness(90%) contrast(70%);
	
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;	
	
    background-size: cover !important;
    background-position: center center !important;
}

.seperator {
	background: url('../images/line.png');
	max-width: 70%;
	min-height: 25px;
	width: auto;
	height: auto;
}

.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 text */
.centered {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

/* 
* 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;
}
