 @font-face{font-family:'GESS_Bold' !important; src:url('../fonts/GE-SS-Unique-Bold.otf') !important}
        * {
            padding: 0 !important;
            margin: 0 !important;
        }
        
        body {
            background-size: cover !important;
			background-color:#008658 !important;
        }
        
        html,
        body {
            height: 100% !important;
        }
        
        .page-wrap {
            min-height: 100% !important;
            /* equal to footer height */
            margin-bottom: -200px !important;
        }
        
        .page-wrap:after {
            content: "";
            display: block !important;
        }
        
        .site-footer,
        .page-wrap:after {
            height: 200px !important;
        }
        
        .site-footer {
       text-align: center !important;
        }
		.logodiv{
		text-align:center !important; 
		margin-left:auto !important; 
		margin-left:auto !important;
		}
        .site-footer p{font-family: "GESS_Bold" !important; font-size: 50px !important; max-width: 50% !important; margin: auto !important}
        @media (max-width:600px){.site-footer p{max-width: 80% !important; font-size: 30px !important;}}