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

@font-face {
  font-family: 'MadelynDoodles';
  src: url("fonts/MadelynDoodles.otf");
  src: local("MadelynDoodles"), url("fonts/MadelynDoodles.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; }

/*-----------MOBILE HEADER----------------*/
#mobile-header {
  width: 100%;
  margin-bottom: 30px; }

#menu-button {
  width: 10%;
  float: left;
  z-index: 999; }

#menu-button img {
  width: 60px;
  padding: 30px 30px 5px 15px; }

#mobile-nav-container {
  display: none;
  position: relative;
  z-index: 1000; }

#mobile-nav-container ul {
  list-style: none; }

#mobile-nav-container li {
  margin: 5px 0;
  padding: 15px 15px; }

#mobile-nav-container a {
  color: #ffffff;
  text-decoration: none; }

#mobile-nav-container #secondary-ul {
  width: 100%; }

#mobile-nav-container #secondary-ul li {
  padding-left: 30px; }

#mobile-nav-container #secondary-ul a {
  color: #6198a6; }

#mobile-title {
  width: 90%;
  font-family: "Madelyn";
  font-size: .8em;
  line-height: .7;
  margin-top: 35px;
  margin-left: 0;
  text-align: center;
  float: left;
  z-index: 800; }

#mobile-title .h1-small {
  font-size: .5em; }

#desktop-header {
  display: none; }

#body {
  width: 90%;
  margin: 0 5%; }

#body h6 {
  font-size: 2.5em; }

.doodle {
  margin-top: 40px;
  margin-bottom: 15px; }

h6 {
  font-family: "MadelynDoodles";
  font-size: 3em;
  text-align: center;
  line-height: 0; }

#necklaces, #bracelets, #rings, #hairpieces, #contact {
  width: 100%;
  margin-bottom: 60px; }

h2, h5 {
  font-family: "Madelyn";
  font-size: 1.5em; }

.product-box {
  width: 80%;
  margin: 0 10% 30px 10%; }

.product-box img {
  width: 100%;
  box-shadow: 3px 3px 15px rgba(56, 56, 50, 0.5); }

.product-box a {
  text-decoration: none; }

footer {
  width: 95%;
  margin: 30px 2.5% 0 2.5%; }

footer p {
  color: #383832;
  font-size: .6em; }

footer a {
  color: #383832; }

.mobile-about-text p {
  font-size: .6em;
  line-height: 0.1 0.1; }

.margin-bottom {
  margin-bottom: 15px; }

#mobile-about-img {
  margin-top: 15px;
  margin-bottom: 15px; }

#mobile-about-img img {
  width: 100%;
  box-shadow: 3px 3px 15px rgba(56, 56, 50, 0.5); }

#about-mobile {
  display: inline; }

#about-desktop {
  display: none; }

label {
  font-size: .7em;
  -webkit-appearance: none;
  margin-bottom: 0;
  padding-bottom: 0; }

input[type=text], input[type=email], input[type=password] {
  width: 96%;
  background-color: #ffffff;
  height: 40px;
  font-family: "Open Sans Condensed", sans-serif;
  color: #6198a6;
  font-size: 1em;
  margin: 0 auto 30px auto;
  padding: 3px 2%;
  float: none;
  clear: both;
  box-shadow: 3px 3px 10px rgba(56, 56, 50, 0.35);
  border: 2px solid #6198a6;
  -webkit-appearance: none; }

select {
  width: 100%;
  background-color: #ffffff;
  height: 50px;
  font-family: "Open Sans Condensed", sans-serif;
  color: #6198a6;
  font-size: 1em;
  margin: 0 auto 30px auto;
  padding: 3px 2%;
  border-radius: 0;
  box-shadow: 3px 3px 10px rgba(56, 56, 50, 0.35);
  border: 2px solid #6198a6;
  -webkit-appearance: none; }

option {
  background-color: #6198a6;
  -webkit-appearance: none;
  color: #6198a6; }

textarea {
  width: 96%;
  padding: 3px 2%;
  height: 300px;
  font-family: "Open Sans Condensed", sans-serif;
  color: #6198a6;
  font-size: 1em;
  margin: 0 auto 30px auto;
  padding: 3px 2%;
  float: none;
  clear: both;
  box-shadow: 3px 3px 10px rgba(56, 56, 50, 0.35);
  border: 2px solid #6198a6;
  -webkit-appearance: none; }

input[type=submit] {
  background-color: #383832;
  color: #ffffff;
  width: 300px;
  position: relative;
  margin: 0 auto;
  font-family: "Open Sans Condensed", sans-serif;
  -webkit-appearance: none;
  font-size: 1em;
  padding: 5px;
  height: 60px;
  border-radius: 0;
  border: 0 solid #6198a6;
  box-shadow: 3px 3px 10px rgba(56, 56, 50, 0.5); }

#product p {
  font-size: .7em;
  font-family: "Open Sans Condensed", sans-serif; }

h3 {
  font-family: "Open Sans Condensed", sans-serif;
  font-size: .9em;
  font-weight: 300;
  line-height: .9;
  margin-bottom: 15px; }

.two-col {
  width: 100%; }

.two-col img {
  width: 100%;
  box-shadow: 3px 3px 10px rgba(56, 56, 50, 0.35);
  margin: 30px auto 0 auto; }

h4 {
  margin-top: 50px;
  font-family: "Madelyn";
  font-size: 1.4em;
  line-height: .25; }

#back-to-top {
  display: none;
  position: fixed;
  z-index: 2000;
  bottom: 25px;
  left: 25px;
  background-color: #ffffff;
  border: 2px solid #6198a6;
  line-height: 0; }

#back-to-top h4 {
  font-size: 1.2em;
  padding: 30px 20px 20px 15px; }

.secondary-desktop-nav {
  width: 342px;
  position: relative;
  margin: 0 auto; }

.secondary-desktop-nav li:nth-child(4) {
  border-right: 0 solid #383832; }

.secondary-desktop-nav ul {
  list-style: none; }

.secondary-desktop-nav li {
  float: left;
  height: 20px;
  border-right: 1px solid #383832;
  padding: 0 10px 0 10px;
  margin: 10px;
  line-height: 0.2; }

.secondary-desktop-nav a {
  color: #383832;
  text-decoration: none;
  font-size: .5em;
  line-height: 0; }

@media only screen and (min-width: 560px) {
  .product-box {
    width: 40%;
    margin: 0 5% 30px 5%;
    float: left; }
  #mobile-about-img {
    width: 80%;
    margin: 15px auto; }
  .two-col {
    width: 48%;
    float: left; }
  .two-col img {
    max-width: 400px;
    float: right; } }

@media only screen and (min-width: 767px) {
  #mobile-header {
    display: none; }
  #desktop-header {
    display: inline; }
  nav ul {
    list-style: none; }
  nav li {
    float: left;
    border-right: 1px solid #383832;
    padding: 0 20px 0 20px;
    margin: 10px 0 10px 10px; }
  nav a {
    color: #383832;
    text-decoration: none;
    font-size: .8em; }
  #primary-desktop-nav {
    width: 423px;
    position: relative;
    margin: 0 auto; }
  #primary-desktop-nav li:nth-child(3) {
    border-right: 0 solid #383832; }
  .secondary-desktop-nav {
    width: 497px;
    position: relative;
    margin: 0 auto; }
  .secondary-desktop-nav li:nth-child(4) {
    border-right: 0 solid #383832; }
  .secondary-desktop-nav ul {
    list-style: none; }
  .secondary-desktop-nav li {
    float: left;
    border-right: 1px solid #383832;
    padding: 0 20px 0 20px;
    margin: 10px 0 10px 10px; }
  .secondary-desktop-nav a {
    color: #383832;
    text-decoration: none;
    font-size: .8em; }
  #admin-secondary-desktop-nav {
    width: 450px;
    position: relative;
    margin: 0 auto; }
  #admin-secondary-desktop-nav li:nth-child(3) {
    border-right: 0 solid #383832; }
  #desktop-title {
    width: 100%;
    font-family: "Madelyn";
    font-size: 1.5em;
    line-height: .7;
    margin: 30px 0 15px 0;
    text-align: center;
    float: left; }
  #desktop-title .h1-small {
    font-size: .5em; }
  .doodle {
    width: 100%;
    margin: 150px 0 10px 0; }
  .doodle-bottom {
    width: 100%;
    margin: 30px 0 10px 0; }
  h6 {
    font-family: "MadelynDoodles";
    font-size: 5em;
    text-align: center;
    line-height: 0; }
  #body {
    width: 85%;
    margin: 0 7.5%; }
  .product-box {
    width: 28.3%;
    margin: 0 2.5% 30px 2.5%;
    float: left; }
  #about-mobile {
    display: none; }
  #about-desktop {
    display: inline; }
  #desktop-about-img {
    width: 33%;
    float: left; }
  #desktop-about-img img {
    width: 100%;
    max-width: 500px;
    box-shadow: 3px 3px 15px rgba(56, 56, 50, 0.5); }
  #desktop-about-text {
    width: 60%;
    float: left;
    margin: 0 3.5%; }
  #desktop-about-text p {
    font-size: .8em; }
  #contact {
    width: 650px;
    margin: 30px auto 60px auto; }
  #product {
    max-width: 800px;
    margin: 30px auto 60px auto; } }

@media only screen and (min-width: 960px) {
  .product-box {
    width: 20%;
    margin: 0 2.5% 30px 2.5%;
    float: left; }
  #necklaces, #bracelets, #rings, #hairpieces {
    width: 870px;
    margin: 30px auto 60px auto; }
  footer {
    width: 870px;
    margin: 30px auto 0 auto; } }

/*-----------OVERRIDING STYLES----------------*/
.center-text {
  text-align: center; }

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

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

.left {
  float: left; }

.right {
  float: right; }

.fixed {
  position: fixed; }

.yellow {
  background-color: #e2e7c2; }

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

a {
  text-decoration: none;
  color: #6198a6; }

.no-top-margin {
  margin-top: 0; }

#product p {
  margin-bottom: 10px; }

.clear {
  clear: both; }
