.purple {
  background-color: #a6ddb8;
}
.navbar {
  border-bottom: 1px solid #999;
}
.logo img {
  max-height: 40px;
  margin: 0 auto;
}
.navbar-nav {
  padding: 0 30px 0 30px;
}
.navbar-nav li {
  padding-right: 10px;
}
.navbar-nav li a:hover, a:
.buttons {
  font-size: 1.2em;
}
.jumbotron .container {
  color: #444;
}
.grad {
  background: -webkit-linear-gradient(#d5d5d5, white); /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(#d5d5d5, white); /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(#d5d5d5, white); /* For Firefox 3.6 to 15 */
  background: linear-gradient(#d5d5d5, white); /* Standard syntax */
}
.h2Style {
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; 
  font-variant: small-caps;
  padding-top: 5px;
  color: #d1700e;
  -webkit-transition: text-shadow 1s ease;
  text-shadow: 1px 1px 1px rgba(0,4,68,.08);
}
.container h3 {
  font-size: 1.3em;
}
@media (min-width: 1200px)
.fixedWidth {
  width: 1190px;
}
@media (min-width: 992px)
.fixedWidth {
  width: 980px;
}
@media (min-width: 768px)
.fixedWidth {
  width: 755px;
}
.bodyHeader {
  text-align: center;
  font-size: 1.8em;
  padding-bottom: 10px;
  color: #d1700e;
  -webkit-transition: text-shadow 1s ease;
  text-shadow: 1px 1px 1px rgba(0,4,68,.05);
}
.mainBody .lead {
  max-width: 80%;
  text-align: center;
  margin-right: auto;
  margin-left: auto;
  font-size: 1.3em;
  color: #6d6c6c;
}
.mainBody .exampleTitles {
  text-align: center;
  color: #444;
  font-size: 1.25em;
}
.exampleCopy {
  text-align: center;
  color: #6d6c6c;
  font-size: 1.1em;
}
.half-rule {
  width: 40px;
  height: 10px;
  border-radius: 5px;
  margin: 50 auto;
  background-color: #a6ddb8;
  border: #6d6c6c solid 0.5px;
}
.checks {
  margin: 0 auto;
}
.button {
  margin: 0 auto;
}
address {
  color: #6d6c6c;
  text-align: center;
}
#address {
  font-size: 0.9em;
}
.labels {
  color: #6d6c6c;
}
/* css code for checkboxes */
label {
-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}

input[type=checkbox].css-checkbox {
    position: absolute; 
    overflow: hidden; 
    clip: rect(0 0 0 0); 
    height:1px; 
    width:1px; 
    margin:-1px; 
    padding:0;
    border:0;
}

input[type=checkbox].css-checkbox + label.css-label {
  padding-left:20px;
  height:15px; 
  display:inline-block;
  line-height:15px;
  background-repeat:no-repeat;
  background-position: 0 0;
  font-size:15px;
  vertical-align:middle;
  cursor:pointer;
}

input[type=checkbox].css-checkbox:checked + label.css-label {
  background-position: 0 -15px;
}

.css-label{
  background-image:url(http://csscheckbox.com/checkboxes/dark-check-green.png);
}

/*specific classes related to Checkbox skins*/

.lite-green-check{background-image:url(http://csscheckbox.com/checkboxes/lite-green-check.png);}
.lite-blue-check{background-image:url(http://csscheckbox.com/checkboxes/lite-blue-check.png);}
.lite-gray-check{background-image:url(http://csscheckbox.com/checkboxes/lite-gray-check.png);}
.lite-cyan-check{background-image:url(http://csscheckbox.com/checkboxes/lite-cyan-check.png);}
.lite-orange-check{background-image:url(http://csscheckbox.com/checkboxes/lite-orange-check.png);}
.lite-red-check{background-image:url(http://csscheckbox.com/checkboxes/lite-red-check.png);}

.lite-x-cyan{background-image:url(http://csscheckbox.com/checkboxes/lite-x-cyan.png);}
.lite-x-gray{background-image:url(http://csscheckbox.com/checkboxes/lite-x-gray.png);}
.lite-x-blue{background-image:url(http://csscheckbox.com/checkboxes/lite-x-blue.png);}
.lite-x-orange{background-image:url(http://csscheckbox.com/checkboxes/lite-x-orange.png);}
.lite-x-red{background-image:url(http://csscheckbox.com/checkboxes/lite-x-red.png);}
.lite-x-green{background-image:url(http://csscheckbox.com/checkboxes/lite-x-green.png);}

.mac-style{background-image:url(http://csscheckbox.com/checkboxes/mac-style.png);}
.mario-style{background-image:url(http://csscheckbox.com/checkboxes/mario-style.png);}
.alert-style{background-image:url(http://csscheckbox.com/checkboxes/alert-style.png);}
.lite-plus{background-image:url(http://csscheckbox.com/checkboxes/lite-plus.png);}
.dark-plus{background-image:url(http://csscheckbox.com/checkboxes/dark-plus.png);}
.dark-plus-cyan{background-image:url(http://csscheckbox.com/checkboxes/dark-plus-cyan.png);}
.dark-plus-orange{background-image:url(http://csscheckbox.com/checkboxes/dark-plus-orange.png);}
.dark-check-cyan{background-image:url(http://csscheckbox.com/checkboxes/dark-check-cyan.png);}
.dark-check-green{background-image:url(http://csscheckbox.com/checkboxes/dark-check-green.png);}
.dark-check-orange{background-image:url(http://csscheckbox.com/checkboxes/dark-check-orange.png);}


.depressed-lite-small{background-image:url(http://csscheckbox.com/checkboxes/depressed-lite-small.png);}
.elegant{background-image:url(http://csscheckbox.com/checkboxes/elegant.png);}
.depressed{background-image:url(http://csscheckbox.com/checkboxes/depressed.png);}
.chrome-style{background-image:url(http://csscheckbox.com/checkboxes/chrome-style.png);}
.web-two-style{background-image:url(http://csscheckbox.com/checkboxes/web-two-style.png);}
.vlad{background-image:url(http://csscheckbox.com/checkboxes/vlad.png);}
.klaus{background-image:url(http://csscheckbox.com/checkboxes/klaus.png);}

input[type=checkbox].css-checkbox.med + label.css-label.med {
  padding-left:22px;
    height:17px; 
  display:inline-block;
  line-height:17px;
  background-repeat:no-repeat;
  background-position: 0 0;
  font-size:15px;
  vertical-align:middle;
    cursor:pointer;
}

input[type=checkbox].css-checkbox.med:checked + label.css-label.med {

    background-position: 0 -17px;
}
input[type=checkbox].css-checkbox.sme + label.css-label.sme {
  padding-left:22px;
    height:16px; 
  display:inline-block;
  line-height:16px;
  background-repeat:no-repeat;
  background-position: 0 0;
  font-size:15px;
  vertical-align:middle;
    cursor:pointer;
}

input[type=checkbox].css-checkbox.sme:checked + label.css-label.sme{

    background-position: 0 -16px;
}
input[type=checkbox].css-checkbox.lrg + label.css-label.lrg {
  padding-left:22px;
    height:20px; 
  display:inline-block;
  line-height:20px;
  background-repeat:no-repeat;
  background-position: 0 0;
  font-size:15px;
  vertical-align:middle;
    cursor:pointer;
}

input[type=checkbox].css-checkbox.lrg:checked + label.css-label.lrg{

    background-position: 0 -20px;
}

.css-label {
  color: #6d6c6c;
}

