/******************************************************************

Stylesheet: Main Stylesheet

Here's where the magic happens. Here is where you import
all of your Sass files so they can compile into one
CSS file.
******************************************************************/
@import url("https://fonts.googleapis.com/css?family=Merriweather:400,300,400italic,700,300italic");
/*  (If no transition defined, default to linear)
	div  {
		@include transition(all, 1s, ease-in-out)
	}
*/
/*
	div {
		@include borderRadius(10px);
	}
*/
/* Placeholder mixin for crossbrowser placeholders */
/* example:
input {
	@include placeholder {
		color: black;
	}
} */
/* white space fix cross browser */
/* body a {
    @include whiteSpace
}

*/
/* include fonts */
/* example : @include oxygenLight(1.2em) { color:black; } */
/* media query mixins */
/* Example:

	div {
		@include mobilePortrat {
			height:50px;
		}
	}
*/
p {
  font-family: 'AzoSans-Regular';
  font-weight: 300 !important;
  font-size:13px;
  color:black;
  }

body {
  background: url("assets/images/Background.png") !important; }

/*# sourceMappingURL=main.css.map */
