/*!
 * Uikit v3.16.18 (mystyle.css)
 * Copyright 2015-2018 Maninder Author
 * Licensed under MIT (css/mystyle.css)
 */
/*Fonts calling*/ 
@font-face{font-family:"";src: url(../fonts/path-here.ttf) format("truetype");}
@font-face{font-family:"";src: url(../fonts/path-here.otf) format("opentype");}
@font-face {
    font-family: 'Moneta';
    src: url('fonts/Moneta-Regular.eot');
    src: local('Moneta'), local('Moneta-Regular'),
        url('fonts/Moneta-Regular.eot?#iefix') format('embedded-opentype'),
        url('fonts/Moneta-Regular.woff2') format('woff2'),
        url('fonts/Moneta-Regular.woff') format('woff'),
        url('fonts/Moneta-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
.open-sans-<uniquifier> {
  font-family: "Open Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
  font-variation-settings:
    "wdth" 100;
}
.heading-font{
    font-family: 'Moneta';
    font-weight: normal;
    font-style: normal;
}
.text-font{font-family: "Open Sans", sans-serif !important;}
./*Site Style*/
.uk-background-remove{background:transparent !important; }
.footer{background:#000;}





/*RESPONSIVE*/
@media (min-width: 320px) and (max-width:480px)/*for iphone5*/ {
	

	
	 
}

@media (min-width:360px) and (max-width:640px)/*for iphone6 and android*/ {
	

	
	 
}

@media (min-width:768px) and (max-width:1024px)/* for iPad */ {
	


	
	 
}

/*# sourceMappingURL=mystyle.css */