body{
  text-align: justify;
}

.bg-white {
  background-color: #FFFFFF !important;
}

.bg-gray {
  background-color: #fbfbfb !important;
}

h1 {
  color: #FF9900;
}

.footer{
  border-top: solid 1px #FF9900;
  background-color: #E9E9E9 !important;
  margin-top: 50px;
}

.header{
  border-bottom: solid 1px #FF9900;
  background-color: rgba(255,255,255,0.9) !important;
}

.splitline {
  border-top: solid 1px #656565;
  margin-top: 100px;
}

.subtitle {
  font-size: 1.8rem;
}

.homejumbobackground {
  background: url('../img/homebanner.gif') no-repeat center top;
  background-size: 100% auto;
}

.homeLogo{
  position: relative;
  top: -3px;
}

/*
.container-fluid .row{
  padding-left: 150px;
  padding-right: 150px;
}*/

.row{
  padding-top: 100px;
  padding-bottom: 100px;
}

.no-padding{
  padding-top: 10px;
  padding-bottom: 10px;
}


.mybox{
  /*text-shadow: 4px 4px 2px rgba(150, 150, 150, 1);*/
  font-weight: bold;
  border-radius: 15px;
  /*border: solid 1px #FF9900;*/
  box-shadow: 5px 5px 10px 5px #656565;
}