body { 
  background-color: #EAEAEA;
  font-size: 1.4rem;
  font-family: "Roboto", sans-serif;
}

.h1, .h2, .h3, h1, h2, h3 {
  margin-top: 0px;
  margin-bottom: 20px;
  font-weight: 300;
  color: #2c2c2c;
}

.jumbotron {
	margin-top: 0px;
  padding-top: 0px;
  background-color: #DA1C5C !important;
  color: #CCC;
  background-image: url('images/banner-bg.jpg');    
  background-position: center top;
  background-size: 100% auto;
}

.jumbotron h1 {
	color: #FFF;
	font-size: 40px;
}

.content-item {
  padding: 20px;
  background-color: #FFF;
  margin-bottom: 20px;
  border: 1px solid #E0E0E0;
  border-radius: 5px;
}

.content-top-spacer {
  margin-top: 50px;
}

.content-wrapper{
  min-height: 400px;
}

.img-thumbnail {
  padding: 1px;
  border: solid 1px #EAEAEA;
}

.callaction-wrapper {
  background-color: #E0E0E0;
  padding: 20px;
  margin-bottom: 20px;
  border-radius: 5px;
}

.top-spacer{
  padding-top: 20px;
}

.light-grey-bg {
  background-color: #C0C0C0;
}
.my-btn{
    background: #858A8F;
    color: #ffffff;
}
.my-btn:hover { 
  border-color: #C0C0C0; 
  background-color: #C0C0C0; 
}
.panel-heading {
     background-color: #408FD9 !important;
}
.btn-success {
    background-color: #408FD9 !important;
    border-color: #FFFFFF;
}

.btn-primary
{
    background-color: #002F56 !important;
    border-color: #002F56;
    width: 167px;
}
.glyphicon.spinning {
    animation: spin 1s infinite linear;
    -webkit-animation: spin2 1s infinite linear;
}
.navbar-default {
    background-color : #4C4C4C
}

@keyframes spin {
    from { transform: scale(1) rotate(0deg); }
    to { transform: scale(1) rotate(360deg); }
}

@-webkit-keyframes spin2 {
    from { -webkit-transform: rotate(0deg); }
    to { -webkit-transform: rotate(360deg); }
}

