

/* ==========================================================================
   Author's custom styles
   ========================================================================== */



   .jumbotron h1,
   .jumbotron .h1 {
     color: #75ACCF;
     text-shadow: 2px 2px 2px rgba(150, 150, 150, 1);
     font-size: 4em;
     padding-top: 1em;
   }
   h2 {
     color: #75ACCF;
   }

.modal {
    width: 80%; /* respsonsive width */
    margin-left:-40%; /* width/2) */ 
}