body {
	margin-top: 10px;
	font-family: "Oswald", sans-serif;
}

.navigation {
	padding-top: 5px;
	margin-left: 20px;

}

.navigation a {

	font-weight: 400;
	color:black;
	text-decoration: none;
}

.index-right-image {
	margin-top: 65px;
}
.index-left-image {
	margin-left: 30px;
	margin-top: 65px;
}

.content {
	margin-top:30px;
	margin-right:-30px;
	padding-bottom: 20px;
}

.doodle {
	margin-top: 70px;
	margin-left:30px;
}

.right-image {
	margin-top: 65px;
	margin-left: 75px;
	padding-bottom: 20px;
}

.image-caption {
	padding-left: 10px;
	max-width: 283px;
	font-size: 9px;
}

.baruch-logo {
	max-width: 100px;
	margin-left: -50px;
}

.header-tagline {
	margin-left: -6px;
	font-weight: 300;
	color: white;
}

.header-credit {
	margin-left: 29px;
	font-weight: 300;
	color: white;
}

#footer-tagline {
	padding-top:5px;
	color: white;
	margin-left: 38px;

}

.baruch-logo-footer {
	margin-left: -20px;
	max-width: 150px;
}

.header-band {
	background:black;
	height:35px;
	margin-top:15px
}

.btn {
	background: white;
}

.modal-body {
	margin-top: 100px;
	margin-left: 350px;
	max-width: 600px;
	/*max-height:500px;*/
	

	padding:0px;
}

.modal-body img {
	max-width: 600px;
	border: 8px solid white;

	
}

.modal-footer {
	padding-top: 0px;
	padding-bottom: 0px;
	padding-right: 300px;
	margin-bottom:-70px;
	border: none;
}
.modal-backdrop {
   background-color: black;
   opacity: .85 !important;
}

.img-zoom: {
    width: 90px;
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    -ms-transition: all 1s ease-in-out;
}
 
.transition {
    -webkit-transform: scale(4); 
    -moz-transform: scale(4);
    -o-transform: scale(4);
    transform: scale(4);
}
