.navbar-default {
  background-color: #ff6600;
  border-color: #de5900;
}

/* line 10, ../../sass/styles.scss */
html {
  position: relative;
  min-height: 100%;
}

/* line 15, ../../sass/styles.scss */
body {
  font-family: Ubuntu, Verdana, "Helvetica Neue", Helvetica, Arial, sans-serif;
  padding-top: 100px;
  /* 100px to make the container go all the way to the bottom of the topbar */
  margin-bottom: 60px;
  /* height of the footer */
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: Ubuntu, Verdana, "Helvetica Neue", Helvetica, Arial, sans-serif;
}

/* line 22, ../../sass/styles.scss */
.page-content {
  padding-bottom: 15px;
}

/* line 26, ../../sass/styles.scss */
.footer {
  background-color: #eeeeee;
  bottom: 0;
  height: 60px;
  padding: 10px 0;
  position: absolute;
  width: 100%;
}

/* line 40, ../../sass/styles.scss */
.footer .copyright {
  background-color: #eeeeee;
  color: #222222;
}

@media (max-width: 768px) {
  /* line 47, ../../sass/styles.scss */
  .footer .copyright {
    margin-left: -15px;
    margin-right: -15px;
    margin-top: 5px;
  }
}
/* line 71, ../../sass/styles.scss */
.navbar {
  background-color: #ff6600;
  filter: none;
  -webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
  min-height: 85px;
}

/* line 79, ../../sass/styles.scss */
.navbar .navbar-nav > li > a,
.navbar-brand {
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
  font-size: 19px;
}

/* line 84, ../../sass/styles.scss */
.navbar-brand {
  height: 60px;
  padding: 10px 10px 15px;
}

.landing-page .panel {
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.5);
}

.text-primary {
  color: #ff6600;
}

.btn-social, .btn-social-icon {
  position: relative;
  padding-left: 49px;
  text-align: left;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.btn-social :first-child, .btn-social-icon :first-child {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 37px;
  line-height: 39px;
  font-size: 1.6em;
  text-align: center;
  border-right: 1px solid rgba(0, 0, 0, 0.2);
}

.btn-social-icon {
  height: 39px;
  width: 39px;
  padding: 0;
}

.btn-facebook {
  background-color: #3b5998;
  color: white;
  background-color: #3b5998;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-facebook:hover, .btn-facebook:focus, .btn-facebook:active, .btn-facebook.active, .open > .btn-facebook.dropdown-toggle {
  color: white;
  background-color: #2d4373;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-facebook:active, .btn-facebook.active, .open > .btn-facebook.dropdown-toggle {
  background-image: none;
}

.btn-facebook.disabled, .btn-facebook.disabled:hover, .btn-facebook.disabled:focus, .btn-facebook.disabled:active, .btn-facebook.disabled.active, .btn-facebook[disabled], .btn-facebook[disabled]:hover, .btn-facebook[disabled]:focus, .btn-facebook[disabled]:active, .btn-facebook[disabled].active, fieldset[disabled] .btn-facebook, fieldset[disabled] .btn-facebook:hover, fieldset[disabled] .btn-facebook:focus, fieldset[disabled] .btn-facebook:active, fieldset[disabled] .btn-facebook.active {
  background-color: #3b5998;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-facebook .badge {
  color: #3b5998;
  background-color: white;
}

.btn-google-plus {
  background-color: #dd4b39;
  color: white;
  background-color: #dd4b39;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-google-plus:hover, .btn-google-plus:focus, .btn-google-plus:active, .btn-google-plus.active, .open > .btn-google-plus.dropdown-toggle {
  color: white;
  background-color: #c23321;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-google-plus:active, .btn-google-plus.active, .open > .btn-google-plus.dropdown-toggle {
  background-image: none;
}

.btn-google-plus.disabled, .btn-google-plus.disabled:hover, .btn-google-plus.disabled:focus, .btn-google-plus.disabled:active, .btn-google-plus.disabled.active, .btn-google-plus[disabled], .btn-google-plus[disabled]:hover, .btn-google-plus[disabled]:focus, .btn-google-plus[disabled]:active, .btn-google-plus[disabled].active, fieldset[disabled] .btn-google-plus, fieldset[disabled] .btn-google-plus:hover, fieldset[disabled] .btn-google-plus:focus, fieldset[disabled] .btn-google-plus:active, fieldset[disabled] .btn-google-plus.active {
  background-color: #dd4b39;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-google-plus .badge {
  color: #dd4b39;
  background-color: white;
}

.btn-linkedin {
  background-color: #007bb6;
  color: white;
  background-color: #007bb6;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-linkedin:hover, .btn-linkedin:focus, .btn-linkedin:active, .btn-linkedin.active, .open > .btn-linkedin.dropdown-toggle {
  color: white;
  background-color: #005983;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-linkedin:active, .btn-linkedin.active, .open > .btn-linkedin.dropdown-toggle {
  background-image: none;
}

.btn-linkedin.disabled, .btn-linkedin.disabled:hover, .btn-linkedin.disabled:focus, .btn-linkedin.disabled:active, .btn-linkedin.disabled.active, .btn-linkedin[disabled], .btn-linkedin[disabled]:hover, .btn-linkedin[disabled]:focus, .btn-linkedin[disabled]:active, .btn-linkedin[disabled].active, fieldset[disabled] .btn-linkedin, fieldset[disabled] .btn-linkedin:hover, fieldset[disabled] .btn-linkedin:focus, fieldset[disabled] .btn-linkedin:active, fieldset[disabled] .btn-linkedin.active {
  background-color: #007bb6;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-linkedin .badge {
  color: #007bb6;
  background-color: white;
}

.btn-twitter {
  background-color: #55acee;
  color: white;
  background-color: #55acee;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-twitter:hover, .btn-twitter:focus, .btn-twitter:active, .btn-twitter.active, .open > .btn-twitter.dropdown-toggle {
  color: white;
  background-color: #2795e9;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-twitter:active, .btn-twitter.active, .open > .btn-twitter.dropdown-toggle {
  background-image: none;
}

.btn-twitter.disabled, .btn-twitter.disabled:hover, .btn-twitter.disabled:focus, .btn-twitter.disabled:active, .btn-twitter.disabled.active, .btn-twitter[disabled], .btn-twitter[disabled]:hover, .btn-twitter[disabled]:focus, .btn-twitter[disabled]:active, .btn-twitter[disabled].active, fieldset[disabled] .btn-twitter, fieldset[disabled] .btn-twitter:hover, fieldset[disabled] .btn-twitter:focus, fieldset[disabled] .btn-twitter:active, fieldset[disabled] .btn-twitter.active {
  background-color: #55acee;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-twitter .badge {
  color: #55acee;
  background-color: white;
}

.btn-contact {
  background-color: #009949;
  color: white;
  background-color: #009949;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-contact:hover, .btn-contact:focus, .btn-contact:active, .btn-contact.active, .open > .btn-contact.dropdown-toggle {
  color: white;
  background-color: #006631;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-contact:active, .btn-contact.active, .open > .btn-contact.dropdown-toggle {
  background-image: none;
}

.btn-contact.disabled, .btn-contact.disabled:hover, .btn-contact.disabled:focus, .btn-contact.disabled:active, .btn-contact.disabled.active, .btn-contact[disabled], .btn-contact[disabled]:hover, .btn-contact[disabled]:focus, .btn-contact[disabled]:active, .btn-contact[disabled].active, fieldset[disabled] .btn-contact, fieldset[disabled] .btn-contact:hover, fieldset[disabled] .btn-contact:focus, fieldset[disabled] .btn-contact:active, fieldset[disabled] .btn-contact.active {
  background-color: #009949;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-contact .badge {
  color: #009949;
  background-color: white;
}

.landing-page {
  margin-top: 36px;
}

.landing-page .panel p {
  font-size: 17px;
}

.landing-page a:hover {
  text-decoration: none;
}

a .panel {
  color: #333;
}

a:hover .panel {
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.7);
}
