/*
Theme Name: Twenty Twenty-One Child
Theme URI: https://wordpress.org/themes/twentytwentyone/
Template: twentytwentyone
Author: the WordPress team
Author URI: https://wordpress.org/
Description: Twenty Twenty-One is a blank canvas for your ideas and it makes the block editor your best brush. With new block patterns, which allow you to create a beautiful layout in a matter of seconds, this theme’s soft colors and eye-catching — yet timeless — design will let your work shine. Take it for a spin! See how Twenty Twenty-One elevates your portfolio, business website, or personal blog.
Tags: one-column,accessibility-ready,custom-colors,custom-menu,custom-logo,editor-style,featured-images,footer-widgets,block-patterns,rtl-language-support,sticky-post,threaded-comments,translation-ready
Version: 1.5.1651076310
Updated: 2022-04-27 18:18:30

*/

.site-logo {
	margin:unset;
}

.primary-navigation {
	/*margin-left: unset;*/
	margin-right: auto;
}

.site-header {
	padding-top: unset;
	padding-bottom: unset;
}

.hwt-site-header {
	background-color: white;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #50ABCC;
}

.hwt-copyright {
	text-align: center;
	font-size: var(--global--font-size-xs);
}

.site-footer {
	padding-top: unset;
	padding-bottom: unset;
	background-color: #00558C;
	color: white;
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: #50ABCC;
	max-width: unset;
}

.site-footer > *, .widget-area > * {
	margin-top: unset;
	margin-bottom: unset;
}

.footer-navigation {
	margin-top: unset;
	margin-bottom: unset;
}
.footer-navigation-wrapper li {
	border-right: 1px solid LightGray;
	line-height: 1rem;
	margin-top: 1rem;
	margin-bottom: 1rem;
}

.footer-navigation-wrapper li:last-child {
	border-right: none;
}

.footer-navigation-wrapper li a:link, .footer-navigation-wrapper li a:visited  {
	color: white;
	text-decoration: none;
}

.footer-navigation-wrapper li a:active, .footer-navigation-wrapper li a:hover {
	color: #F5982D;
	text-decoration: dotted;
	background-color: #00558C;
}

@media only screen and (max-width: 481px) {
.primary-navigation {
	margin-right: auto;
	margin-left: auto;
  }
header#masthead.site-header.has-title-and-tagline.has-menu {
	padding-top: 3rem;
}
.site-logo .custom-logo{
	margin-top: -2.5rem;
	max-width: 4rem;
}

}
