#weblog-header{box-sizing:border-box;display:flex;align-items:center;justify-content:flex-start;width:100%;height:100%;color:wheat}@media only screen and (max-width:1000px){#weblog-header{flex-direction:column}}#weblog-header .weblog-header-menu{position:relative;box-sizing:border-box;display:flex;align-items:center;justify-content:flex-start;width:300px;height:100%;border:1px solid #98fb98;padding:10px}@media only screen and (max-width:1000px){#weblog-header .weblog-header-menu{width:100%;height:50%}}#weblog-header .weblog-header-menu .weblog-header-which-blog-label{padding:2px 5px}#weblog-header .weblog-header-menu .weblog-header-link-modern-blog{padding:2px 5px;border:1px solid wheat;border-radius:3px;color:wheat;text-decoration:none;cursor:pointer}#weblog-header .weblog-header-menu .weblog-header-link-modern-blog.active{border-color:#32cd32;color:#32cd32}#weblog-header .weblog-header-menu .weblog-header-link-modern-blog:hover{border-color:blue;background:#a9a9a9;color:#000;font-weight:900}#weblog-header .weblog-header-menu .weblog-header-link-modern-blog:last-child{position:absolute;right:10px;align-self:center}#weblog-header .weblog-header-menu .weblog-header-link-legacy-blog{padding:2px 5px;margin-left:3px;border:1px solid wheat;border-radius:3px;color:wheat;text-decoration:none;cursor:pointer}#weblog-header .weblog-header-menu .weblog-header-link-legacy-blog.active{border-color:#32cd32;color:#32cd32}#weblog-header .weblog-header-menu .weblog-header-link-legacy-blog:hover{border-color:blue;background:#a9a9a9;color:#000;font-weight:900}#weblog-header .weblog-header-title-section{box-sizing:border-box;display:flex;flex-direction:column;justify-content:center;align-items:center;width:calc(100% - 300px);height:100%;border:1px solid #f4a460;overflow:hidden}@media only screen and (max-width:1000px){#weblog-header .weblog-header-title-section{width:100%;height:50%}}#weblog-header .weblog-header-title-section #weblog-header-title-text{display:flex}#weblog-header .weblog-header-title-section #weblog-header-title-text,#weblog-header .weblog-header-title-section #weblog-header-title-text-invisible{box-sizing:border-box;justify-content:center;align-items:center;padding:1px 0 3px;width:100%;height:100%;color:wheat;text-align:center;white-space:nowrap}#weblog-header .weblog-header-title-section #weblog-header-title-text-invisible{display:none}