/*.nav-bar{
	position: absolute;
	top: 2px;

}
.search-text{
    outline-style: none;
    border: 0px;
    border-bottom: 2px solid #ccc;
    font-size: 24px;
    padding: 7px 0px;	
    background-color: transparent;
}
*/
#hitokoto{
	display: inline-block;
	max-width: 80%;
	text-align: center; 
	font-size: 2em;
	border-radius: 0.3em;
    margin: auto;
    position: absolute;
    top: 30vh;
    padding: 8px 24px;
    background-color: rgb(255 255 255 / 0.6);
    /*border-bottom: 3px solid #33333D;*/
    text-shadow: 0 0 0.2em white, 0 0 1em white;
    box-shadow: 0.2em 0.2em 0.5em 0 rgba(0,0,0,0.5);
    z-index: 60;


	animation-delay: 0s;
	animation-duration: 0.2s;
	animation-fill-mode: forwards;
	animation-timing-function: linear;
}

@media (max-width: 576px){
	#hitokoto{
		font-size: 1em;
		max-width: 90%;
		padding: 8px 10px;
	}
}


#search_text{
	display: inline-block;
	font-size: 1em;
	font-family: 'Quicksand', 'Vollkorn', 'Georgia', serif;
    background: transparent;
    border: none;
    outline:none; 
    width: 100%;
    height: 100%;
    padding: 0;
    text-align: center;
    color: #33333D;

}

#background {
	position: relative;
    background-size: cover;
    background-attachment: fixed;
    background-position: center;

    opacity: 0;
	animation-delay: 0s;
	animation-duration: 1s;
	animation-fill-mode: forwards;
	animation-timing-function: ease;

	height: 90vh;
	width: 100%;
	z-index: 50;
}



@keyframes fadein {
    0% { opacity: 0; }
    100% { opacity: 1; }
}

@keyframes fadeout {
    0% { opacity: 1; }
    100% { opacity: 0; }
}


footer.footer{
	padding: 0;
	margin-top: 60px;
}

div.menu-close, div.menu-copyright{
	display: none;
}

.menu .menu-content {
	margin-top: 25vh;
}

.menu .menu-content li.menu-item {
	margin-top: 5vh;
	padding: 5px;
	font-family: 'Quicksand', 'Vollkorn', 'Georgia', serif;
}

div.fab.fab-menu{
	visibility: visible;
	position: fixed;
	top: 40px;
	left: 40px;
}

div.fab.fab-plus{
	visibility: visible;
	position: fixed;
	top: 120px;
	right: 40px;
}

div.fab.fab-fig{
	visibility: visible;
	position: fixed;
	top: 200px;
	right: 40px;
	z-index: 100;
}

@media (max-width: 576px){
	div.fab.fab-menu{
		right: 5%;
	}

	div.fab.fab-plus{
		top: 40px;
		right: -webkit-calc(5% + 60px); 
		right: -moz-calc(5% + 60px);
		right: calc(5% + 60px); 
	}
	div.fab.fab-fig{
		top: 40px;
		right: -webkit-calc(5% + 120px); 
		right: -moz-calc(5% + 120px);
		right: calc(5% + 120px); 
	}
}



div.fab.fab-up{
	visibility: visible;
	right: 40px;
}

/*.preview-image img {
    width: 100%;
    height: 90vh;
    object-fit: cover;
}*/

/*.preview {
	background-image: url(/images/theme/loading.jpg );
	background-size: cover;
}*/
.preview .preview-image {
	background-size: cover;
	background-position: center;
}

.preview-scroll {
	background-color: white;
}



@media (max-width: 576px) {
	.menu .menu-content {
	    position: relative;
	    top: 0;
	    transform: none;
	}
}




.post .post-item .post-wrap .post-image img {
    object-fit: contain;
}

@media (min-width: 576px){
	#container {
	    max-width: 500px;
	}
}
@media (min-width: 768px){
	#container {
	    max-width: 640px;
	}
}
@media (min-width: 992px){
	#container {
	    max-width: 900px;
	}
}
@media (min-width: 1200px){
	#container {
	    max-width: 1000px;
	}
}




