/*-----------COLOR VARIABLES----------------*/
/*-----------FONT VARIABLES----------------*/
@font-face {
  font-family: 'Madelyn';
  src: url("fonts/Madelyn.otf");
  src: local("Madelyn"), url("fonts/Madelyn.otf") format("opentype"); }

/*-----------UNIVERSAL STYLES----------------*/
* {
  margin: 0;
  padding: 0; }

body {
  font-family: "Open Sans Condensed", sans-serif;
  font-size: 24pt;
  width: 100%;
  min-width: 320px; }

html, body {
  height: 100%; }

.dark-text {
  color: #383832; }

.white-text {
  color: #ffffff; }

.blue-text {
  color: #6198a6; }

.yellow-text {
  color: #e2e7c2; }

/*-----------HOME PAGE STYLING----------------*/
#home-wrapper {
  background-image: url("creations-header.jpg");
  background-position: absolute;
  background-repeat: no-repeat;
  background-size: 250%;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

#mobile-header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%; }

#menu-button {
  width: 100%;
  background-color: #383832; }
  #menu-button img {
    width: 50px;
    padding: 15px 15px 5px 15px; }

#mobile-nav-container {
  display: none;
  position: relative;
  z-index: 1000; }
  #mobile-nav-container ul {
    list-style: none; }
  #mobile-nav-container li {
    background-color: rgba(56, 56, 50, 0.85);
    margin: 5px 0;
    padding: 15px 30px; }
  #mobile-nav-container a {
    color: #ffffff;
    text-decoration: none; }

#desktop-header {
  display: none; }

#body {
  position: absolute;
  top: 52%;
  text-align: center;
  z-index: 900;
  width: 100%; }

h1 {
  font-family: "Madelyn";
  font-size: 2.5em;
  line-height: .25;
  text-align: center;
  position: relative;
  margin: 0 auto; }
  h1 .h1-small {
    font-size: .5em; }

footer {
  position: absolute;
  z-index: 1100;
  width: 100%;
  bottom: 0;
  padding: 0 3%; }
  footer p {
    color: #ffffff;
    font-size: .6em;
    bottom: 5px; }
  footer a {
    color: #ffffff; }

#admin-login {
  right: 3%; }

@media only screen and (min-width: 360px) {
  h1 {
    font-size: 2.5em;
    line-height: .25; }
    h1 .h1-small {
      font-size: .5em; } }

@media only screen and (min-width: 450px) {
  #home-wrapper {
    background-size: 200%; }
  h1 {
    font-size: 0.3 0.9em; } }

@media only screen and (min-width: 500px) {
  #home-wrapper {
    background-size: 150%; }
  h1 {
    font-size: 0.3 0.9em; } }

@media only screen and (min-width: 767px) {
  #home-wrapper {
    background-image: url("creations-header-mid.jpg");
    background-size: 200%; }
  #body {
    position: absolute;
    top: 47%;
    text-align: center;
    z-index: 900;
    width: 100%; }
  h1 {
    font-size: 5.8em; }
  footer p {
    color: #ffffff;
    font-size: .8em;
    bottom: 5px; }
  footer a {
    color: #ffffff; } }

@media only screen and (min-width: 960px) {
  #home-wrapper {
    background-image: url("creations-header-mid.jpg");
    background-size: 150%; }
  #mobile-header {
    display: none; }
  #desktop-header {
    display: inline;
    position: fixed;
    top: 0;
    width: 100%; }
  #desktop-nav {
    width: 485px;
    margin: 0 auto; }
    #desktop-nav ul {
      list-style: none; }
    #desktop-nav li {
      float: left;
      margin: 15px 10px 0 10px;
      padding: 0 20px 0 10px;
      border-right: 2px solid #383832; }
    #desktop-nav li:nth-child(3) {
      border-right: 0 solid #383832; }
    #desktop-nav a {
      color: #383832;
      text-decoration: none; }
  #body {
    position: absolute;
    top: 43%;
    text-align: center;
    z-index: 900;
    width: 100%; }
  h1 {
    font-size: 8em; } }

@media only screen and (min-width: 1140px) {
  #home-wrapper {
    background-image: url("creations-header-mid.jpg");
    background-size: 125%; }
  #body {
    position: absolute;
    top: 37%;
    text-align: center;
    z-index: 900;
    width: 100%; }
  h1 {
    font-size: 8.8em;
    line-height: .4; } }

@media only screen and (min-width: 1250px) {
  #home-wrapper {
    background-image: url("creations-header-mid.jpg");
    background-size: 115%; }
  #body {
    position: absolute;
    top: 35%;
    text-align: center;
    z-index: 900;
    width: 100%; }
  h1 {
    font-size: 10em;
    line-height: .4; } }

@media only screen and (min-width: 1440px) {
  #home-wrapper {
    background-image: url("creations-header-mid.jpg");
    background-size: 100%; }
  #body {
    position: absolute;
    top: 35%;
    text-align: center;
    z-index: 900;
    width: 100%; }
  h1 {
    font-size: 10em;
    line-height: .4; } }

@media only screen and (min-width: 1700px) {
  #home-wrapper {
    background-image: url("creations-header-small.jpg");
    background-size: 115%; }
  #body {
    position: absolute;
    top: 35%;
    text-align: center;
    z-index: 900;
    width: 100%; }
  h1 {
    font-size: 12em;
    line-height: .4; } }

@media only screen and (min-width: 1860px) {
  #home-wrapper {
    background-image: url("creations-header-small.jpg");
    background-size: 105%; }
  #body {
    position: absolute;
    top: 35%;
    text-align: center;
    z-index: 900;
    width: 100%; }
  h1 {
    font-size: 12em;
    line-height: .4; } }

@media only screen and (min-width: 2050px) {
  #home-wrapper {
    background-image: url("creations-header-small.jpg");
    background-size: 100%; }
  #body {
    position: absolute;
    top: 35%;
    text-align: center;
    z-index: 900;
    width: 100%; }
  h1 {
    font-size: 12em;
    line-height: .4; } }

.center-text {
  text-align: center; }

.left-text {
  text-align: left; }

.right-text {
  text-align: right; }

.left {
  float: left; }

.right {
  float: right; }

.fixed {
  position: fixed; }

.clear {
  clear: both; }
