@media only screen and (max-width: 1190px) {
	body, header { overflow-x: hidden; }
	#wlbox, #container, footer { width: 96%; max-width: 96%; }
	section#content { min-width: 64vw; max-width: 64vw; }
	article .entry img { max-width: 13vw; height: auto; }
	aside { min-width: 29vw; max-width: 29vw; }
    aside .proj img { width: 100%; }
}

@media only screen and (max-width: 1100px) {
    #container { display: block; }
	section#content { min-width: 100%; max-width: 100%; margin: 0 auto; }
	article { margin-bottom: 80px; }
	aside { width: 100%; min-width: 100%; max-width: 100%; margin: 60px auto 0 auto; }
	aside .proj { max-width: 340px; }
}

@media only screen and (max-width: 1000px) {
    #wlbox #welcome { flex-basis: 100%; }
    #wlbox #latest { display: none; }
}

@media only screen and (max-width: 900px) {
	header { height: 40vw; background-size: 170%; image-rendering: auto; }
    article .cbox ul.post-categories li { margin: 0 1vw; }
    footer ul li { margin: 0 auto; padding: 15px 0; text-align: left; border-bottom: 1px solid #e0dede; box-sizing: border-box; display: block; }
    footer ul::before { position: relative; }
}

@media only screen and (min-width: 801px) {
	#rmenu { display: block !important; }
}

@media only screen and (max-width: 800px) {
	#show-menu { display: block; }
	#rmenu { display: none; }
    nav ul.menu { width: 96%; }
    nav ul.menu li { margin: 0 auto; padding: 15px 0 15px 15px; text-align: left; border-bottom: 1px solid #e0dede; box-sizing: border-box; display: block; }
    nav ul.menu li::before { content: ''; margin-right: 12px; width: 8px; height: 8px; background: #e0dede; display: inline-block; position: relative; }
	article .entry img { max-width: 17vw; }
}

@media only screen and (max-width: 560px) {
    article h1.title, article h2 { font-size: 21px; }
	article .entry img { max-width: 15vw; }
}

@media only screen and (max-width: 340px) {	
	aside .proj, aside .proj img { max-width: 100%; }
}