/* In a terminal, run "lessc styles.less > styles.css" to have this .less file compiled to regular css before deploying */
/*==============================*/
/* Website Styles & Fonts */
/*==============================*/
/*@import url('https://fonts.googleapis.com/css?family=Open+Sans');*/
@import url('https://fonts.googleapis.com/css?family=Roboto');
@import url('https://fonts.googleapis.com/css?family=Tangerine');
body {
  margin: 0;
}
/*==============================*/
/* Popup Styles */
/*==============================*/
#pop-up-container {
  text-align: center;
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0px;
  left: 0px;
  background: rgba(0, 0, 0, 0.75);
  z-index: 100;
  overflow-y: scroll;
}
#pop-up-container #pop-up {
  border-top: 60px solid transparent;
  -webkit-background-clip: padding;
  -moz-background-clip: padding;
  background-clip: padding-box;
  max-width: 830px;
  width: 65%;
  background-color: white;
  position: absolute;
  z-index: 101;
  font-family: 'Roboto', sans-serif;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: 0 auto;
}
#pop-up-container #pop-up #close-btn p {
  color: #797979;
  float: right;
  font-size: 12px;
  margin: 0;
  padding: 10px 20px;
  cursor: pointer;
}
#pop-up-container #pop-up #top-section {
  padding-bottom: 50px;
  background-color: #fff;
}
#pop-up-container #pop-up #top-section p {
  margin: 15px;
  z-index: 102;
}
#pop-up-container #pop-up #top-section p span {
  color: #9f173d;
}
#pop-up-container #pop-up #top-section p:nth-of-type(1) {
  position: relative;
  margin-top: 50px;
}
#pop-up-container #pop-up #top-section p:nth-of-type(2) {
  font-family: 'Tangerine', cursive;
  font-size: 22px;
}
#pop-up-container #pop-up #top-section p:nth-of-type(3) {
  font-family: 'Times New Roman', cursive;
  font-size: 35px;
  font-weight: bold;
  line-height: 32px;
  margin-bottom: 50px;
  position: relative;
}
#pop-up-container #pop-up #top-section p:nth-of-type(4) {
  display: inline-block;
  width: 65%;
  margin-bottom: 0;
}
#pop-up-container #pop-up #top-section hr {
  background-color: #c40045;
  border: 0;
  height: 1px;
  width: 80px;
  margin: 35px auto;
}
#pop-up-container #pop-up #top-section ul {
  display: inline-block;
  text-align: left;
  list-style: none;
}
#pop-up-container #pop-up #top-section ul li:after {
  content: '';
  height: 3px;
  width: 3px;
  background: #9f173d;
  display: block;
  transform: rotate(45deg);
  position: relative;
  left: -20px;
  bottom: 12px;
}
#pop-up-container #pop-up #bottom-section {
  color: white;
  background-color: #9f173d;
  padding: 30px 0 80px 0;
  border-bottom: 50px solid transparent;
  -webkit-background-clip: padding;
  -moz-background-clip: padding;
  background-clip: padding-box;
}
#pop-up-container #pop-up #bottom-section p:nth-of-type(1) {
  font-family: 'Times New Roman', cursive;
  margin-bottom: 0;
  font-size: 22px;
}
#pop-up-container #pop-up #bottom-section p:nth-of-type(2) {
  font-size: 14px;
  margin: 0 0 20px 0;
}
#pop-up-container #pop-up #bottom-section form {
  width: 100%;
  margin: 0 auto;
}
#pop-up-container #pop-up #bottom-section form input {
  height: 30px;
  padding: 5px 10px;
  border: 0;
}
#pop-up-container #pop-up #bottom-section form input[type=submit] {
  cursor: pointer;
  padding: 20px;
  line-height: 0;
  background-color: black;
  color: white;
  font-family: 'Times New Roman', cursive;
}
#pop-up-container #pop-up #bottom-section form input[type=checkbox] {
  cursor: pointer;
  float: left;
  margin: 10px 0 0 27%;
  -webkit-appearance: none;
  border: 1px solid white;
  height: 3px;
  padding: 5px;
}
#pop-up-container #pop-up #bottom-section form input[type=checkbox]:checked:after {
  content: '\2714';
  color: white;
  position: absolute;
  margin: -12px 0 0 -4px;
}
#pop-up-container #pop-up #bottom-section form p:nth-of-type(1) {
  width: 40%;
  text-align: left;
  margin: 8px 0 0 29.5%;
  font-size: 10px;
  font-family: 'Roboto', sans-serif;
}
#pop-up-container #pop-up #bottom-section form ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: black;
}
#pop-up-container #pop-up #bottom-section form ::-moz-placeholder {
  /* Firefox 19+ */
  color: black;
}
#pop-up-container #pop-up #bottom-section form :-ms-input-placeholder {
  /* IE 10+ */
  color: black;
}
#pop-up-container #pop-up #bottom-section form :-moz-placeholder {
  /* Firefox 18- */
  color: black;
}
#pop-up-container #pop-up #top-cube {
  position: absolute;
  top: -40px;
  right: 50%;
  width: 100px;
  height: 300px;
  border: 8px solid #f5f5f5;
  transform: translateX(50%);
}
#pop-up-container #pop-up #bottom-cube {
  position: relative;
  right: 55px;
  bottom: -110px;
  width: 90px;
  height: 50px;
  margin: 0 auto;
  border: 8px solid #f5f5f5;
  transform: translateX(50%);
}
#pop-up-container #pop-up #chisel {
  position: absolute;
  top: 20%;
  right: 92%;
}
#pop-up-container #pop-up #chisel img {
  width: 400px;
}
#pop-up-container #pop-up #shavings {
  position: absolute;
  top: 10%;
  right: -10%;
}
#pop-up-container #pop-up #shavings img {
  width: 130px;
}
#pop-up-container #white-border {
  max-width: 830px;
  height: 1016px;
  width: 65%;
  background-color: transparent;
  position: relative;
  z-index: 101;
  top: 0;
  left: 0;
  bottom: 0px;
  right: 0;
  margin: 52px auto;
  border: 1px solid white;
  padding: 8px;
}
/* Popup responsive style changes*/
@media only screen and (max-width: 800px) {
  #pop-up-container #pop-up {
    width: 95%;
  }
  #chisel {
    display: none;
  }
  #shavings {
    display: none;
  }
}
@media only screen and (max-width: 600px) {
  form input {
    display: block;
    margin: 2px auto;
  }
  form input[type=checkbox] {
    margin-left: 25% !important;
  }
}
@media only screen and (max-width: 635px) {
  #pop-up-container #white-border {
    display: none;
  }
}
@media only screen and (max-width: 920px) {
  #pop-up-container #white-border {
    height: 1034px;
  }
}
@media only screen and (max-width: 912px) {
  #pop-up-container #white-border {
    height: 1047px;
  }
}
@media only screen and (max-width: 800px) {
  #pop-up-container #white-border {
    height: 1016px;
    width: 94.6%;
  }
}
@media only screen and (min-width: 1194px) {
  #pop-up-container #white-border {
    height: 1003px;
  }
}
@media only screen and (min-width: 1261px) {
  #pop-up-container #white-border {
    height: 984px;
  }
}
