<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Write your styles */

body { background: #eaf0f4; }

.bg1 { background-color: red; color: #fff; }
.bg2 { background-color: blue; color: #fff; }

.bg1 div { background-color: yellow; }
.bg2 div { background-color: gray; }


.mt { margin-top: 1.5rem; }


.color-blue { color: #0f4a81; }
.am-titlebar-default a { font-size: 1.4rem; color: #777777; }


/* Header */
/*.am-header-default { background-color: #ffffff; }*/



.am-header { height: 65px; line-height: 65px; padding: 0; }
.am-header h1 {	padding: 12px 0 0 12px;}
.logo img {	width: 70%;}
.am-menu { margin-top: 8px; }
.am-header-default { background-color: #ffffff; border-bottom: 2px solid #0f4a81; }
.am-icon-bars { font-size: 28px; color: #0f4a81; }
.am-menu-dropdown1 .am-menu-toggle { top: -52px; }
.am-menu-dropdown1 .am-menu-nav &gt; li.am-parent.am-open &gt; a { background-color: #0b375f; }
.am-menu-dropdown1 .am-menu-nav &gt; li &gt; a { border-bottom: 1px solid #3f6e9a; background-color: #0f4a81; }
.am-menu-dropdown1 .am-menu-sub a { border-bottom: 1px solid #dedede; }

.am-list &gt; li { background-color: #eaf0f4; }
.am-list &gt; li.none-border-top { border-top: 0; }

.page-about p { text-indent: 2em; }


.am-footer-default { background-color: #0f4a81; margin-top: 20px; }
.am-footer-default a { color: #84a2bd; }

.am-footer-default .am-footer-divider { color: #84a2bd; margin: 0 5px; }
.am-footer-default .am-footer-desktop { color: #ffffff; }
.am-footer-default .am-footer-miscs { color: #84a2bd; }


@media screen and (min-width: 568px) {
	.logo img {	width: 30%;}
}

@media screen and (min-width: 1024px) {
	.logo img {	width: 25%;}
}</pre></body></html>