/*!
Theme Name: Noosa Websties Holding Page
Theme URI: http://noosawebsites.com.au
Description: Noosa Websties Holding Page
Author: <a href="http://noosawebsites.com.au/" target="_blank">Noosa Websites</a>
Author URI: http://noosawebsites.com.au
Version: 1
*/
/* line 11, sass/style.scss */
* {
  margin: 0;
  padding: 0;
}

/* line 15, sass/style.scss */
html, body {
  height: 100%;
}

/* line 19, sass/style.scss */
body {
  color: #fff;
  font-family: Lato, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.8em;
  font-weight: 300;
  text-align: center;
  position: relative;
  background-image: -moz-radial-gradient(#ee9d0e 50%, #d26d16);
  background-image: -webkit-radial-gradient(#ee9d0e 50%, #d26d16);
  background-image: radial-gradient(#ee9d0e 50%, #d26d16);
}

/* line 30, sass/style.scss */
.center {
  height: 0px;
  overflow: visible;
  position: absolute;
  top: 50%;
  width: 100%;
  margin-top: -40px;
}

/* line 38, sass/style.scss */
h1 {
  height: 54px;
  background: url(images/the_logo.png) no-repeat center center;
  text-indent: -9999px;
  position: relative;
}

/* line 44, sass/style.scss */
p {
  padding: 20px 0 0;
  font-weight: bold;
  font-size: 24px;
}