@import url('https://fonts.googleapis.com/css?family=Great+Vibes|Lato:400,700&display=swap');

/**

    font-family: 'Great Vibes', cursive;
	font-family: 'Lato', sans-serif;

**/

body {
	background: #fff;
    font-family: 'Lato', sans-serif;
    font-style: normal;
	font-weight: 400;
    overflow-x: hidden;
}

h1,h2,h3,h4,h5,h6 {
	font-family: 'Great Vibes', cursive;
	font-style: normal;
	font-weight: bold;
	letter-spacing: 0.5px;
	color:#000;
}

p {
    color: #000;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    letter-spacing: 0.2px;
	margin-top:12px;
}

li {
    color: #000
    font-size: 16px;
    font-weight: 300;
    line-height: 26px;
    letter-spacing: 0.2px;
	margin-top:12px;
}

.menu-header-menu-container{display:inline-flex !important;}

.main-navigation a {
    color: #fff
    font-size: 10px;
    letter-spacing: 1px;
    transition: all 0.4s ease-in-out 0s;	
    padding: 10px 10px;   
    font-weight: 400;
    margin-left: 0px;
    text-align: center;
    text-decoration: none;
}

.main-navigation .current-menu-item > a,.main-navigation a:hover{
    color: #228B22;
}

.site-content .mpce-cfa-form .mpce-cfa-form-text, .site-content .mpce-cfa-form .mpce-cfa-form-email {
    width: 100% !important;
    display: inline-block !important;
}

.to_top a div:hover {
	background-color: #228B22 !important;
}

.sharebtns > div > a > div:hover {	
	border: 2px solid #228B22 !important;
	border-radius: 50px !important;
	padding:25px !important;
}

.sharebtns > div > a > div:hover span{
	color: #228B22 !important;
}
