@charset "UTF-8";
/* CSS Document */
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,700,600,300);

@font-face {
  font-family: "Freeland";
  src: url('/stylesheets/fonts/Trial by Cupcakes - Freeland.otf') format("truetype");
}

body {
  font-family: 'Open Sans', Helvetica, Arial, Lucida, sans-serif;
  font-weight: 400;
  background-color: #000;
  color: #fff;
}

.handwrite {
  color: rgb(197, 169, 94);
  font-family: "Freeland";
  font-size: 60px;
}

a, a:visited {
  color: #fff;
}

a:hover, a:active {
  color: #c6aa5f;
}

.bg {
  background-image: url("images/ThinkBig-Wall-Example.png");
  min-height: 350px;
  /* Center and scale the image nicely */
  background-position: center;
  width: 100%;
  height: 400px;
  background-size: 100% 100%;
}
.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
}
.center2 {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
}
.responsive {
  width: 100%;
  height: auto;
}

.gold {
  color: #c6aa5f;
  font-weight: 600;
}

#steps_holder {
  margin: 40px 00px;
}

h3 {
  font-weight: 300;
  font-size: 1.9em;
  color: #c6aa5f;
}


#saved_Commiss_holder input {
  width: 100%;
}

#comissionPercentageHolder {
  border: 1px solid #333;
}

#comissionPercentage {
  background-color: #c6aa5f;
  height: 50px;
  width: 0;
  text-align: center;
  line-height: 50px;
  color: #000;
  font-weight: 400;
}

input {
  background-color: #000;
  padding: 10px;
  border: 1px solid #c6aa5f;
  font-size: 1.9em;
  display: block;
}

button {
  background-color: #000;
  border: 1px solid #c6aa5f;
  color: #c6aa5f;
  padding: 10px 20px;
  display: block;
  margin-top: 15px;
  font-size: 1.9em;
  text-transform: uppercase;
}

button:hover, button:active {
  background-color: #c6aa5f;
  border: 1px solid #c6aa5f;
  color: #FFF;
}

.commission_labels {
  text-align: center;
}

#footer ul {
  list-style: none;
}

#footer li {
  display: inline;
}

#rog_logo {
  width: 100%;
  max-width: 500px;
  height: auto;
}

.footer_logo, .footer_text, .footer_image {
  margin-top: 40px;
}

.footer-links {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: center;
}

#footer .footer-links li {
  display: inline-block;
  margin: 10px;
}

.footer-circle {
  font-size: 10px;
  color: #ffffff;
  border: 2px solid #c6aa5f;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  width: 100px;
  height: 100px;
  text-align: center;
}

.footerCallout {
  font-weight: bold;
  font-size: 24px;
  margin-top: 22px;
  display: block;
}

.footer_image {
  text-align: center;
}

#footer_image {
  width: 100%;
  height: auto;
  max-width: 650px;
  margin-top: 20px;
}

.footer_text {
  text-align: center;
}
