/* vim:set ts=4 sts=4 sw=4 bs=2 ai si noet nu ft=css: */
/* $Id$ */
/* Last Change: 04-July-2023 23:59:57. */

@media screen and (min-width: 1023px) {

.menu-content {
	font-size: 30px;
}
			section .sec_header {
				text-align: left;
/* 				margin-left: 5em; */
			}

			section .sec_wrap {
				padding-left: 0;
				padding-right: 0;
			}

			section .sec_header h1 {
				font-size: 25px;
				position: relative;
			}

			section .sec_header h1 > span:first-child {
				font-size: 30px;
				position: relative;
			}

#footer_menu2 .menu_box {
	text-align: left;
}

#footer_menu2 .entry_box {
	text-align: right;
}

#footer p.copyright {
	margin-top: 4em;
	padding-bottom: 2em;
	font-size: 14px;
}


}

