/*!
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(#97c527 50%, #87b023);
  background-image: -webkit-radial-gradient(#97c527 50%, #87b023);
  background-image: radial-gradient(#97c527 50%, #87b023);
}

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

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

/* line 44, sass/style.scss */
p {
  padding: 5px 0;
}

/* line 48, sass/style.scss */
a {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #f9f9f9), color-stop(1, #e9e9e9));
  background: -moz-linear-gradient(center top, #f9f9f9 5%, #e9e9e9 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9f9f9', endColorstr='#e9e9e9');
  background-color: #f9f9f9;
  -webkit-border-top-left-radius: 3px;
  -moz-border-radius-topleft: 3px;
  border-top-left-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  -moz-border-radius-topright: 3px;
  border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  -moz-border-radius-bottomright: 3px;
  border-bottom-right-radius: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -moz-border-radius-bottomleft: 3px;
  border-bottom-left-radius: 3px;
  text-indent: 0;
  border: 1px solid #dcdcdc;
  display: inline-block;
  color: #666666;
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  height: 46px;
  line-height: 46px;
  width: auto;
  text-decoration: none;
  text-align: center;
  padding: 0 16px;
  margin: 0 5px;
  text-transform: uppercase;
}

/* line 81, sass/style.scss */
a:hover {
  -moz-box-shadow: 0px 1px 6px 0px #506b0a;
  -webkit-box-shadow: 0px 1px 6px 0px #506b0a;
  box-shadow: 0px 1px 6px 0px #506b0a;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #e9e9e9), color-stop(1, #f9f9f9));
  background: -moz-linear-gradient(center top, #e9e9e9 5%, #f9f9f9 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e9e9e9', endColorstr='#f9f9f9');
  background-color: #e9e9e9;
}

/* line 90, sass/style.scss */
a:active {
  position: relative;
  top: 1px;
}