/*!
 * 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");}
./*Site Style*/
.uk-background-remove{background:transparent !important; }
.footer{background:#161515;}
.uk-background-footer{background:#262222;}
.my-title{color:#52b5e2 !important;font-family: "Lugrasimo", cursive;
  font-weight: 400;
  font-style: normal;letter-spacing: -1px; }
.uk-text-white{color:#ffffff !important;}
.uk-card-my-bg{background:#52b5e2 !important;}
.menu li a{color:#444 !important;}
.my-text{font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
font-size: 19px;
}
.bg-section{background:#28316e; }
.montserrat-<uniquifier> {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}

.lugrasimo-regular {
  font-family: "Lugrasimo", cursive;
  font-weight: 400;
  font-style: normal;
  letter-spacing: -1px;    
}



/*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 */