
  
   .title{
      box-shadow: 10px 6px 11px #d7d7d7;
      z-index: 99;
      position: relative;
      
   }
   
   
   
    .title.container-fluid{
        margin-bottom: -2px;		
        
    }
        
    .book_title{
        font-family: 'minion-pro';
        font-weight: bold;
    }
        
    .book_title h1{
        margin-top: 20px;
        margin-bottom: 0px;
        font-size: 45px;
        font-variant: small-caps;
        font-weight: bold;
      }
      
    .book_title h2{
        margin-top: 0px;
        margin-bottom: 20px;
        color: #dc2e24;
        
    }

    
    
    .gray{
		background-color: #fbfbfb;
	}
	
	.black{
		background-color: #000000;
	}
	
	.white{
		background-color: #ffffff;
	}
	
	.btn{
		border-radius: 0px;
		font-weight:  bold;
	}
	
	.yellow-btn{
		background-color: #f3cd14;
		color: #000000;
		border: #f3cd14;
    }
    
    .btn-primary.yellow-btn:hover{
		background-color: #f3cd14;
        opacity: 1;
        color: #000000;
        cursor:pointer;
		
    }
    
     .btn-primary.yellow-btn:active{
		background-color: #f3cd14;
        color: #000000;
	  cursor:pointer;
		
    }
    
    .btn-primary.yellow-btn:focus{
      background-color: #f3cd14;
      color: #000000;
    }
    
    .dropdown-menu.yellow-btn{
      background-color: #f3cd14;
      color: #000000;
    }
    .dropdown-menu.yellow-btn > li > a{
      background-color: #f3cd14;
      color: #000000;
    }
	
	.dave{
	max-width: 250px;
    }
    
    
    
    /** SUBMIT FORM **/
  
	.book-well.well{
		background-color: #000000;
		color: white;
		font-family: 'minion-pro';
        font-weight: bold;
		
	}
	
	.book-well.well h1{
		font-size: 3em;
		margin-top: 0;
		margin-bottom: 0px;
	}
	
	.book-well.well h2{
		font-size: 2em;
		margin-top: .3em;
	}
	
	.yellow{
		background-color: #f3cd14;
	}
	
    



    
    
     /* Large Devices, Wide Screens */
    @media only screen and (max-width : 1200px) {

    }

    /* Medium Devices, Desktops */
    @media only screen and (max-width : 992px) {

    }

    /* Small Devices, Tablets */
    @media only screen and (max-width : 768px) {
            
             .book_title h1{                  
            
            text-align: center;
          }
          
          .book_title h2{
            text-align: center;
          }
          
           .social-xs{
            margin-top: 0px;
            margin-bottom: 15px;
         } 

    }

    /* Extra Small Devices, Phones */ 
    @media only screen and (max-width : 480px) {
      
           .book_title h1{                  
            
            text-align: center;
          }
          
          .book_title h2{
            text-align: center;
          }
          
          .social-xs{
            margin-top: 0px;
            margin-bottom: 15px;
         } 

    }

    /* Custom, iPhone Retina */ 
    @media only screen and (max-width : 320px) {
      
          
        
    }


			
			
			
			
				
			
			
		
