body {
  font-family: 'Verdana', sans-serif;
  margin: 0;
  /* background-image: url('images/mirrored-squares.png'); */
  /* background-image: url("http://www.transparenttextures.com/patterns/flowers.png"); */
  overflow: scroll; }

.contentbox {
  width: 97%;
  margin: auto; }

.centered {
  text-align: center; }

nav {
  text-align: right;
  font-family: 'Oswald', sans-serif;
  color: #660080; }
  nav a {
    text-decoration: none; }
  nav a:hover {
    color: #d89800; }

.nav-item {
  padding: 0 15px;
  display: inline-block;
  font-size: 1.2em; }

.phone-item {
  padding: 0 15px;
  display: inline-block;
  font-size: 1.2em; }

.social-item {
  padding: 0 15px;
  display: inline-block; }

.headerblock {
  height: 200px; }

.purpleblock {
  background-color: #660080;
  height: 100px;
  background-image: url("http://www.transparenttextures.com/patterns/flowers.png"); }

.whiteline-top {
  background-color: white;
  height: 4px;
  position: relative;
  bottom: 15px; }

.whiteline-bottom {
  background-color: white;
  height: 4px;
  position: relative;
  top: 10px; }

.circlelogo {
  position: relative;
  bottom: 100px;
  padding: none; }

h1, h2, h4 {
  color: #660080;
  font-family: 'Quattrocento Sans', sans-serif; }

h2 {
  margin: 1.2em auto 0.1em auto; }

h4 {
  font-size: 125%;
  margin-top: -10px; }

.footerblock {
  background-color: #660080;
  color: white;
  text-align: center;
  margin-top: 10px;
  background-image: url("images/flowers.png"); }
  .footerblock a {
    text-decoration: none;
    color: white; }
  .footerblock a:hover {
    color: #d89800; }

.rightbox {
  float: right;
  display: inline-block;
  background-color: rgba(216, 152, 0, 0.25);
  padding: 1em;
  margin: 0 1em 1em 1em;
  max-width: 400px;
  border: 10px solid rgba(216, 152, 0, 0.05); }

.brandlist {
  color: #660080;
  text-align: center;
  padding-bottom: 0.25em; }

/* Social Media Icon Styling - http://perfecticons.com/ */
@font-face {
  font-family: 'si';
  src: url("socialicons/socicon.eot");
  src: url("socialicons/socicon.eot?#iefix") format("embedded-opentype"), url("socialicons/socicon.woff") format("woff"), url("socialicons/socicon.ttf") format("truetype"), url("socialicons/socicon.svg#icomoonregular") format("svg");
  font-weight: normal;
  font-style: normal; }
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  @font-face {
    font-family: si;
    src: url(socialicons/socicon.svg) format(svg); } }
.soc {
  overflow: hidden;
  margin: 0;
  padding: 0;
  list-style: none; }

.soc li {
  display: inline-block;
  *display: inline;
  zoom: 1; }

.soc li a {
  font-family: si !important;
  font-style: normal;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
  text-decoration: none;
  text-align: center;
  display: block;
  position: relative;
  z-index: 1;
  width: 35px;
  height: 35px;
  line-height: 35px;
  font-size: 19px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  margin-right: 10px;
  color: #ffffff;
  background-color: #660080; }

.soc-icon-last {
  margin: 0 !important; }

.soc-twitter:before {
  content: 'a'; }

.soc-facebook:before {
  content: 'b'; }

.soc-google:before {
  content: 'c'; }

.soc-pinterest:before {
  content: 'd'; }

.soc-linkedin:before {
  content: 'j'; }

.soc-rss:before {
  content: ','; }
