/*!
Theme Name: monnely's child
Theme URI: https://oreidresume.online/
Author: oreid themes
Author URI: https://oreidresume.online
Description: monnelys - One Page WordPress Theme
Version: 1.5.0
License: General Public License
License URI: http://www.gnu.org/licenses/gpl.html
Template: myour
Text Domain: monnelys-child
Tags: full-width-template, editor-style, featured-images, sticky-post, threaded-comments, translation-ready, theme-options
*/
.header .logo img.logo-img {
  margin-right: 30px;
  width: 98px;
  height: 63px;
  max-width: 113px;
  display: inline-block;
}
.header {
	padding: 0 0 0 50px;
	position: fixed;
	left: 50px;
	right: 50px;
	top: 40px;
	height: 80px;
	z-index: 100;
	background: #002a3f;
	border-radius: 80px;
	-moz-border-radius: 80px;
	-webkit-border-radius: 80px;
	-khtml-border-radius: 80px;
	transition: all 0.7s cubic-bezier(0.165, 0.85, 0.45, 1);
	-moz-transition: all 0.7s cubic-bezier(0.165, 0.85, 0.45, 1);
	-webkit-transition: all 0.7s cubic-bezier(0.165, 0.85, 0.45, 1);
	-o-transition: all 0.7s cubic-bezier(0.165, 0.85, 0.45, 1);
}
.header .logo .logo-lnk {
	font-size: 1px;
	text-decoration: none;
	display: inline-block;
	max-width: 130px;
}