/*
Theme Name:     Jupiter Child Theme
Theme URI: 		http://demos.artbees.net/jupiter5
Description:    Child theme for the Jupiter theme 
Author:         Your name here
Theme URI: 		http://themeforest.net/user/artbees
Template:       jupiter
Text Domain: mk_framework
Domain Path: /languages/
*/


/*
Footer
*/

.footer {
	max-height: 100%;
	background-color: var(--menfoo);
}

.footer-a {
	font-size: .75em;
	color: white;
	text-decoration: none;
}

.contact-container {
	min-width: 40vw;
	text-align: center;
}

.contact-container > h3 {
	font-size: 1.9em;
}

.contact-container > p img {
	width: 2em;
}

.footer-illust {
	max-width: 60vw;
}

.dcpc-logo {
	max-width: 5vw;
	margin: 1em;
}

.footer-ico {
	max-width: 2.5vw;
	margin: .5em;
}

.accio-logo {
	max-width: 8vw;
	margin: 1em;
}

/*
	Footer-FlexBox
*/

.flx-container {
	display: flex;
	flex-wrap: wrap;
}

.flx-container--align {
	flex-direction: row;
	align-content: center;
}

.flx-container--colcenter {
	flex-direction: column;
	align-content: center;
}

.flx-container--alitemscenter {
    align-items: center;
}

.flx-child {
	order: 0;
	flex: 1 1 auto;
	align-self: center;
}

.flx-child--fullrow {
	flex: 0 1 100vw;
}

.flx-child--1div {
	flex: 1 1 auto;
	align-self: center;
}

.flx-child--6div {
	flex: 6 1 auto;
	align-self: center;
} 

.flx-child--6div a {
	padding: 0 1vw;
}