/* CSS for all pages excluding the home page */

.intro{
  background-color: #BCB4AE;
  position: relative;
  height:   200px;
}

.intro .button{
  margin-top: -30px;
  position: absolute;
  top: 50%;
}

.intro .w_pct_40{
  background-position: 100% 50%;
  width: 35%;
  background-repeat:   no-repeat;
  padding-right: 35px;
  height: 200px;
}

.dark_bg .w_pct_40{
  background-image: url('https://8c6119485efe9c836413-4467abe04b093fd4aa1d4bc2ee4d4054.ssl.cf2.rackcdn.com/light-arrow-sketch_png-1440077648');
}

.light_bg .w_pct_40{
  background-image: url('https://8c6119485efe9c836413-4467abe04b093fd4aa1d4bc2ee4d4054.ssl.cf2.rackcdn.com/arrow-sketch_png-1440077648');
}

.sub_info{
  background-color: #fcf3d1;
}

.sub_info h1{
  background-position: 0px -12px;
  background-repeat:   no-repeat;
  background-image:    url('https://8c6119485efe9c836413-4467abe04b093fd4aa1d4bc2ee4d4054.ssl.cf2.rackcdn.com/paw_png-1440077649');
  padding-left: 70px;
  line-height:  80px;
  height: 80px;
  margin: 0px 0px 0px 200px;
  color:  #f26e20;
}

.main{
  background-color: white;
  padding: 50px 0px 100px;
}

.main .sidebar{
  margin-right: 70px;
  width: 200px;
  height: 100%;
}

.main .sidebar ul{
  list-style: none;
  padding: 0px;
}

.main .sidebar li{
  line-height: 53px;
  text-align:  center;
  height: 53px;
  margin: 0px;
}

.main .sidebar a{
  font-family: 'Proxima Nova Soft','proxima-nova-soft','san-serif';
  font-weight: bold;
  color: #908278;
}

.main .sidebar .light_button:before{
  float: left;
}

.main .sidebar .noshadow_light_button div{
  border-bottom: 0px;
}

.main .sidebar div{
    border-bottom: 1px solid #D3CDC9;
}

.main .sidebar .noshadow_light_button div{
  text-align: center;
  font-size:  18px;
  padding:    0px;
  width:      190px;
  float:      left;
}

.main .sidebar .light_button:after{
  float: left;
}

.main .content{
  width: 670px;
}

.pet img{
  height: 200px;
  width:  220px;
}

.pet p{
  border-top:    1px solid #908277;
  border-bottom: 1px solid #908277;
  font-family:   'Proxima Nova Soft','proxima-nova-soft','san-serif';
  font-weight:   bold;
  padding: 10px 0px;
}
