footer{
	border-top: 1px solid#334155;
	background-color: black;
	}

.footer-in{
	display: flex;
	max-width: 1000px;
	margin: auto;
	padding: 20px 0 80px;
	}

.footer-left{
	margin-top: 0;

	}

footer .header-logo{
	margin-left: 0;
	}

.footer-left p{
	color: rgb(148,163,184);
	padding-left: 10px;
	margin: 3px auto auto;
	line-height: 140%;
	}

.footer-contact{
	margin-top: 25px;
	font-size: 1.0rem;
	line-height: 140%;
	}

.footer-contact strong{
	display: block;
	font-size: 1.15rem;
	padding: 0 0 5px;
	}

.footer-contact a{
	display: inline-block;
	color: white;
	text-decoration: none;
	}

.footer-contact a:hover{
	color: var(--color-accent);
	/*text-decoration: underline;*/
	}

.footer-contact p{
	color: #e2e8f0;
	line-height: 100%;
	display: flex;
	}

.footer-contact b{
	display: block;
	color: var(--color-accent);
	padding-right: 16px;
	width: 20px;
	text-align: center;
	}

.footer-contact p svg{
	display: block;
	width: 20px;
	height: 20px;
	margin-right: 15px;
	color: var(--color-accent);
	}