/*
Theme Name: schuman
Theme URI: http://www.schuman.com/
Author: Joslex Studios
Author URI: http://www.joslex.com
Description: Starter theme for Joslex Studios
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: schuman
*/


.site-branding p#logo img {
/*     max-width: 230px; */
}
header#masthead > .container-fluid > .row > div {
    align-self: center;
}
header#masthead > .container-fluid > .row > div:nth-of-type(2) {
    margin-bottom: 10px;
}
@media (max-width: 992px) {
	header#masthead > .container-fluid > .row > div {
		align-self: center;
		justify-items: anchor-center;
	}
	.site-branding p#logo img {
/* 		max-width: 210px; */
	}
	header#masthead > .container-fluid > .row > div:nth-of-type(2) {
    margin-bottom: 0px;
}
}