/*
Use this sheet to add your custom styles
You can also include other files if needed too using the @import less function.
*/
/*
THEME NAME: MUTABLE
THEME URI:
DESCRIPTION: A MUTABLE wordpress theme that is meant to be overwritten to work for your needs.
VERSION: 1
AUTHOR: Nathan Hartwell
For advanced functions, see http://lesscss.org/#overview
*/
.main_font {
  font-family: "montserrat", sans-serif;
}
.main_font * {
  font-family: "montserrat", sans-serif;
}
.curs_font {
  font-family: "cc-matinee-idol", sans-serif;
}
.curs_font * {
  font-family: "cc-matinee-idol", sans-serif;
}
.curs_alt_font {
  font-family: "ltc-swing", sans-serif;
}
.curs_alt_font * {
  font-family: "ltc-swing", sans-serif;
}
body {
  font-family: "montserrat", sans-serif;
}
p {
  padding: 0;
}
img {
  width: 100%;
  height: auto;
}
#header-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
}
.hero {
  padding: 200px 30px 100px 30px !important;
}
.hero h1 {
  font-size: 3.5em;
  line-height: 1em;
}
.hero h1 span {
  font-size: 1.2em;
}
* {
  padding: 0;
  margin: 0;
}
a {
  color: inherit;
}
