/*
 Theme Name:   Archi Child
 Theme URI:    http://archiwp.com/
 Description:  Archi Child Theme
 Author:       OceanThemes
 Author URI:   http://oceanthemes.net
 Template:     archi
 Version:      3.6.1
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  archi-child
*/


header div#logo a img {
	height: 60px;
}
header.smaller div#logo a img {
	height: 50px;
}
.team-flex .wpb_wrapper.wow.fadeInUp.animated {
	display: flex;
	justify-content: center;
}
.team-desc .social {
	display: none;
}
h1 {
	font-size: 50px;
	font-weight: bold;
}

@media only screen and (max-width: 767px) {
	header nav {
		margin-top: 30px;
	}
}