html, body {
	height: 100%;
	width: 100%;
	min-height: 100%;
	margin: 0 auto;
	font-family: Arial, Helvetica, sans-serif;
  background-color: #fdfdfd;
}

/* General link */
a {
  color: #c44a27;
}
a:hover {
  color: #9b3112;
}
a:active {
  color: #c44a27;
}
a:visited {
  color: #c44a27;
}

/* Info link (icon) */
a.info {
  color: #626db3;
}
a.info:hover {
  color: #293cb1;
  cursor: help;
}

/* General class to allow change of cursor to 'pointer' */
.pointer {
  cursor: pointer;
}

/* overwrite code styling to be monospaced font */
code {
  font-family: "Courier New", Courier, monospace;
  background-color: transparent;
}

/* General classes to change font color */
.green {
  color: #1a882a;
}
.red {
  color: #cd2b00;
}

.black {
  color: #000;
}

/* fixes inline alignment of button and input fields*/
.button-up {
  margin-top: -5px;
}

/* override overrides */
i {
  font-style: italic;
}
small {
  font-size: 85%;
}

/** ---------
    NAV
-----------**/
.navbar-static-top {
  background-color: #f6f6f6;
  border-color: #972600;
  border-bottom: 1px solid #d0d0d0;
  padding-top: 5px;
  padding-bottom: 10px;
}
.navbar-static-top .navbar-brand {
  padding-top: 9px;
  color: #f3f8f8;
  margin: 0px;
}
.navbar-static-top .navbar-brand:hover, .navbar-static-top .navbar-brand:focus {
  color: #ffffff;
}
.navbar-static-top .navbar-text {
  color: #f3f8f8;
}
.navbar-static-top .navbar-nav > li > a {
  color: #4e4e4e;
  font-weight: bold;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 12px;
  padding-right: 12px;
  margin-top: 8px;
}
.navbar-static-top .navbar-nav > li > a:hover, .navbar-static-top .navbar-nav > li > a:focus {
  color: #ffffff;
  background-color: #d5502a;
}
.navbar-static-top .navbar-nav > .active > a, .navbar-static-top .navbar-nav > .active > a:hover, .navbar-static-top .navbar-nav > .active > a:focus {
  color: #ffffff;
  background-color: #d5502a;
}
.navbar-static-top .navbar-nav > .open > a, .navbar-static-top .navbar-nav > .open > a:hover, .navbar-static-top .navbar-nav > .open > a:focus {
  color: #ffffff;
  background-color: #d5502a;
}
.navbar-static-top .navbar-toggle {
  border-color: #d5502a;
}
.navbar-static-top .navbar-toggle:hover, .navbar-static-top .navbar-toggle:focus {
  background-color: #d5502a;
}
.navbar-static-top .navbar-toggle .icon-bar {
  background-color: #f3f8f8;
}
.navbar-static-top .navbar-collapse,
.navbar-static-top .navbar-form {
  border-color: #f3f8f8;
  padding-left: 40px;
}
.navbar-static-top .navbar-link {
  color: #f3f8f8;
}
.navbar-static-top .navbar-link:hover {
  color: #ffffff;
}

@media (max-width: 767px) {
  .navbar-static-top .navbar-nav .open .dropdown-menu > li > a {
    color: #f3f8f8;
  }
  .navbar-static-top .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-static-top .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #ffffff;
  }
  .navbar-static-top .navbar-nav .open .dropdown-menu > .active > a, .navbar-static-top .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-static-top .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #ffffff;
    background-color: #972600;
  }
}


/** ---------
    FOOTER
-----------**/
.wrapper {
  min-height: 100%;
  margin: 0 auto -40px;
}
.push {
  height: 40px;
}
footer {
  height: 40px;
  color: #777;
  background-color: #f6f6f6;
  border-top: 1px solid #d0d0d0;
  padding-top: 8px;
  font-size: 80%;
}

/* ReCaptcha Iframe FIX */
iframe[src="about:blank"] { display: none; }

.donate-button {
  margin-top: 2px;
  margin-right: 10px;
}

a.twitter-icon {
  color: #3383c2;
}
a.facebook-icon {
  color: #3c5a98;
}
a.github-icon {
  color: #211f20;
}

/** ---------
    MAIN PAGE
-----------**/
#startBanner {
  height: 230px;
  font-family: 'Open Sans', sans-serif;
}

#startBanner .bannerContent {
  text-align: center;
  margin: 0 auto;
  width: 700px;
}

#startBanner .bannerImg {
  float: left;
  margin-right: 30px;
}

#startBanner h2 {
  font-size: 220%;
  line-height: 130%;
}

#startContent {
  font-family: 'Open Sans', sans-serif;
}

#startContent .lead {
  font-size: 150%;
  line-height: 130%;
}
#startContent .center {
  text-align: center;
}
#startContent .red {
  color: #c64925;
}

#startContent .leadTop {
  float: left;
}

#startContent .leadBoxLeft {
  padding: 10px;
  background-color: #f6f6f6;
  float: left;
  width: 48%;
  border: 2px solid #e6e6e6;
  border-radius: 5px;
}

#startContent .leadBoxRight {
  padding: 10px;
  background-color: #f6f6f6;
  float: right;
  width: 48%;
  border: 2px solid #e6e6e6;
  border-radius: 5px;
}

#startContent h1 {
  color: #cc3300;
  text-align: center;
  font-size: 170%;
  margin-bottom: 15px;
}

#startContent .socialButtons {
  text-align: center;
  margin-top: 8px;
}

#startContent .img-main {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 15px;
}

.redBanner {
  background-color: #cc3300;
  color: #fff;
}

.caret-right {
  display: block;
  margin-left: auto;
  margin-right: auto
}

.caret-left {
  display: block;
  margin-left: auto;
  margin-right: auto
}

#startContent .white {
  color: #fff;
}

#startContent .bold {
  font-weight: bold;
}

#startContent .jumbo {
  font-size: 250%;
  font-weight: bold;
}

#startContent h3 {
  font-size: 120%;
  font-weight: bold;
  margin-bottom: 12px;
  margin-top: 8px;
}

#startContent p {
  line-height: 140%;
  padding-top: 10px;
  padding-bottom: 10px;
}

#startContent .img-screen {
display: block;
margin-left: auto;
margin-right: auto;
-webkit-box-shadow: 3px 3px 13px 0px rgba(64,64,64,0.54);
-moz-box-shadow: 3px 3px 13px 0px rgba(64,64,64,0.54);
box-shadow: 3px 3px 13px 0px rgba(64,64,64,0.54);
}