/*Customized stylesheet for Tony Adelman.com*/


.jumbotron {
    /* add bootstrap jumbotron background image */
    background: url("file://///sm-file/userdata$/tadelman/LoebDesktop/Tony Adelman/images/TonyLS.jpg");
    /* change bootstrap jumbotron text color */
    color: #FFF;
}

/*LightBox using Modal example*/

.modal-dialog {width:600px;}
.thumbnail {margin-bottom:6px;}

/*Thumbnail slider/coursel example*/

.selected img {
	opacity:0.5;
}

.nospace {
	margin-top: 0px;	
}

/*This handles resume column formatting on mobile*/

@media only screen and (max-device-width: 480px) {

	.resumecolumn1  {
		font-weight: bold;
	}
	.resumecolumn2  {
		font-style: italic;
		text-indent: 15px;
	}
	.resumecolumn3  {
		padding-bottom: 10px;
		text-indent: 15px;

}

	
}
