/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}

body {
  /* Margin bottom by footer height */
  margin-bottom: 60px;
}

a {
  color: #999;
  text-decoration: underline
}

a:focus,
a:hover {
  color: #ff7200;
  text-decoration: underline
}

code {
  padding: 2px 4px;
  font-size: 90%;
  color: #ff7200;
  background-color: #f9f2f4;
  border-radius: 4px
}


.orange {
  color: #ff7200;
}

btn-group-lg>.btn,
.btn-lg {
  padding: 10px 30px;
}

.btn-primary {
  color: #fff;
  background-color: #ff7200;
  border-color: #ff7200
}

.btn-primary.focus,
.btn-primary:focus {
  color: #fff;
  background-color: #eb6a03;
  border-color: #eb6a03
}

.btn-primary:hover {
  color: #fff;
  background-color: #eb6a03;
  border-color: #eb6a03
}

.btn-primary.active,
.btn-primary:active {
  color: #fff;
  background-color: #eb6a03;
  border-color: #eb6a03
}

.btn-primary.active.focus,
.btn-primary.active:focus,
.btn-primary.active:hover,
.btn-primary:active.focus,
.btn-primary:active:focus,
.btn-primary:active:hover {
  color: #fff;
  background-color: #eb6a03;
  border-color: #eb6a03
}

.navbar-brand {
  float: left;
  height: auto;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px;
}

.navbar-toggles {
  position: relative;
  float: right;
  padding: 15px 10px;
  margin-top: 11px;
  margin-right: 15px;
  margin-bottom: 11px;
  color: #555;
}

@media (min-width: 768px) {
  .navbar-toggles {
    display: none;
  }
}

body>.container {
  padding: 0 15px;
}

.page-header {
  padding-bottom: 5px;
  margin: 0 0 20px;
  border-bottom: none;
  text-align: center;
}

.page-header h1 {
  color: #ff7200;
  margin-top: 10px;
}

.page-header p {
  font-size: 16px;
}

.page-header .ambtn {
  margin-top: 35px;
}

@media screen and (min-width: 768px) {
  .page-header {
    text-align: left;
  }

  .page-header h1 {
    font-size: 50px;
  }

  .page-header p {
    font-size: 20px;
  }

  .page-header p .time {
    font-size: 16px;
    color: #666;
  }

  .page-header .ambtn {
    margin-top: 30px;
  }
}

.jumbotron {
  padding-top: 20px;
  padding-bottom: 5px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #f5f5f5;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s
}

.jumbotron:hover {
  background-color: #fff;
  box-shadow: 0px 5px 20px rgba(5, 54, 77, 0.1)
}

.contact span {
  padding-right: 20px;
}

.contact span:last-child {
  padding-right: 0;
}

@media screen and (min-width: 768px) {
  .jumbotron {
    padding-top: 25px;
    padding-bottom: 10px
  }

  .container .jumbotron,
  .container-fluid .jumbotron {
    padding-right: 20px;
    padding-left: 20px;
  }

  .contact span {
    padding-right: 80px;
  }
}

.jumbotron p {
  margin-bottom: 15px;
  font-size: 14px;
  font-weight: 200;
  line-height: 1.8;
}

.contact {
  margin-top: 30px;
  text-align: center;
  line-height: 30px;
  margin-bottom: 80px;
  color: #333;
  font-weight: 300;
}

.footer>.container {
  padding-right: 15px;
  padding-left: 15px;
}

.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: auto;
  background-color: #f5f5f5;
}

.container .text-muted {
  text-align: center;
  margin: 20px 0;
}

.container .text-muted a {
  padding-left: 10px;
}

.container .text-muted a:last-child {
  padding-right: 0;
}