body {
	/*padding-top: 50px;*/
	padding-bottom: 20px;
	background-color: #ffffff;
	font-family: Lato, Helvetica, sans-serif;
	color: #191919
}

hr{
	border-top-color:#fff;
}

/*a{
	color:#57068c;
}

a:hover{
	color:#57068c;
	text-decoration: none;
}*

a.anchor{
	display: block; position: relative; top: -50px; visibility: hidden;
}

/* NAVBAR CONTENT
-------------------------------------------------- */
.navbar-default {
	background-color: #fff;
	border:0px;
	border-bottom: 1px #ddd solid;
	font-weight: 700;
	/*text-shadow: 0px 1px 1px (204,204,204,.5);*/
	height: 65px;
	align-items: center;
	/*padding-top: 7px;*/
	top: 0;
}

.navbar-default .container-fluid {
	display: flex;
	align-content: space-between;
	width: 100%;
	height: 100%;
	padding-top: 7px;
}

.navbar-collapse {
	width: 100%;
	height: 100%;
}

.navbar-default .navbar-brand{
	padding: 0;
	min-width: 180px;
	margin-left: 9px;
	margin-right: 20px;

}
.navbar-default .navbar-brand img{
	max-width: 180px;
}

.container-fluid>.navbar-header {
	margin-right: 0;
	margin-left: 0;
}

/* HACK: added after adding additional MusEDWorks navbar item, to prevent wrapping before collapse.
    Seems like this should be unnecessary/managed with a .less variable or calculation (see navbar.less) */
@media (min-width:768px) {
    .navbar-nav > li {
		display:inline-block;
		margin-left: -5px;
		padding: 0px;
		height: 100%;
    }

	.navbar-default .navbar-nav {
		height: 100%;
	}

	.navbar-default .navbar-nav > li > a {
		color: #191919;
		height: 100%
	}
	.navbar-default .navbar-nav > li > a:hover,
	.navbar-default .navbar-nav > li > a:focus {
		color: #57068c;
		border-bottom: 5px solid #d2d2d2;
	}
	.navbar-default .navbar-nav > .active > a,
	.navbar-default .navbar-nav > .active > a:hover,
	.navbar-default .navbar-nav > .active > a:focus {
		color: #191919;
		background-color: #ffffff;
		border-bottom: 5px solid #8a00b9;
	}
}

/* INDEX JUMBOTRON CONTENT
-------------------------------------------------- */

.left-call {
    padding-top:27px;
}

.left-call .about {
    font-size:33px !important;
}

.jumbotron{
	background-color: white;
	/* background-image: linear-gradient(to bottom,#efefef 0,#eeeeee 100%);
	background-repeat: repeat-x; */
	/* background-image: url(../img/nyupurple.png); */
	/*background-size: cover;
	background-height: 300px;*/
	background-position: center;
	color:#191919;
	/*border-bottom: solid 1px lightgray;*/
	margin-bottom: 0px;
}

.jumbotron .container-img{
	margin-top: -50px;
	margin-bottom: 7px;
	margin-left: 40px;
	margin-right: 40px;
	height: 380px;
    background-image: url(../images/musedlab-vertical-transparent.png);
}

.jumbotron .container{
	padding-left: 80px;
	padding-right: 80px;
	width: 1400px;
	/*margin-bottom: 100px;*/
	/*height: 300px;*/
}

.jumbotron .col-lg-6 h1{
	margin:0px 0px 35px 0px;
	font-size: 4.5em;
	font-weight: bold;
}

.jumbotron .col-lg-6 p{
	font-size: 1.6em;
	max-width: 500px;
	margin-top: 20px;
}

.jumbotron #learn-more{
	font-weight: 500;
	font-size: 1.3em;
	color: purple;	
}

.jumbotron .col-lg-6 a{
	color: #5bc0de;
	font-size: 1.4em;

}
.jumbotron .col-lg-6 a .glyphicon{
	font-size: .8em;
	border-radius: 2px;
}

.glyphicon.glyphicon-chevron-down{
	margin-left: 8px;
}

.jumbotron .col-lg-6 a:hover{
	color: rebeccapurple;
}

.jumbotron .col-lg-3{
	padding-right:6px;
	padding-left: 6px;
	padding-top: 15px;
}

.jumbotron .col-lg-3 .container{
	width: 100%;
	min-height: 305px;
	padding: 10px 20px 10px 20px;
	border-radius: 10px;
	/*border: #fff 1px solid;*/
	background-color: #191919;
	background-color: rgba(0,0,0,.4);
	text-align: center;
}

.jumbotron .col-lg-3 .container h2{
	margin-top: 23px;
	font-size: 2.5em;
	text-align: center;
}

.jumbotron .col-lg-3 .container p{
	font-size: 1.18em;
	margin-bottom: 10px;
	margin-top: 5px;
	text-align:left;
	display: inline-block;
}

.jumbotron .col-lg-3 .container .my-button{
	display: inline-block;
	margin: auto;
	margin-top: 23px;
	width: 180px;
	height: 38px;
	border: 1px #fff solid;
	border-radius: 0;
}

.jumbotron .col-lg-3 .container .my-button #gs-button{
	padding: 0px 5px 0px 6px;
	font-weight: bold;
	line-height: 27px;

}

.jumbotron .col-lg-3 .container .glyphicon{
	font-size: 1.1em;
}

.jumbotron .col-lg-3 .container a{
	color:#fff;
	text-decoration: none;
}

.jumbotron .col-lg-3 .container .my-button:hover{
	color:#57068c;
	text-shadow:none;
	background-color: #fff;
}

@media (max-width: 1199px){
	.jumbotron{
		padding-top: 25px;
		padding-bottom: 0px;
		background-position: 0px -100px;
	}
	.jumbotron .col-lg-6{
		padding-top: 35px;
	}
	.jumbotron .col-lg-3{
		padding-left:20px;
	}
	.jumbotron .col-lg-3 .container{
		min-height: 188px;
	}
	.jumbotron .col-lg-3 .container h2{
		margin-top: 0px;
		margin-bottom: 4px;
		font-size: 2.4em;
		text-align: center;
	}
	.jumbotron .col-lg-3 .container p{
		font-size: 1.16em;
		margin-bottom: 0px;
	}
	.jumbotron .col-lg-3 .container .my-button{
		margin-top: 8px;
	}
}

@media (max-width: 991px){
	.jumbotron{
		padding-top: 35px;
		padding-bottom: 0px;
		background-position: center;
	}
	.jumbotron .col-lg-6{
		padding-top: 0px;
	}
	.jumbotron .col-lg-6 p{
		font-size: 1.5em;
	}
	.jumbotron .col-lg-3{
		padding-left:10px;
	}
	.jumbotron .col-lg-3 .container{
		min-height: 210px;
	}
}

@media (max-width: 767px){
	.jumbotron{
		padding-right: 15px;
		padding-left:15px;
		padding-bottom: 0px;
	}
	.jumbotron .col-lg-6{
		padding: 0px 10px 0px 10px;
	}
	.jumbotron .col-lg-3{
		padding: 10px 10px 10px 10px;
	}
	.jumbotron .col-lg-6 h1{
		font-size: 3.8em;
	}
	.jumbotron .col-lg-6 p{
		font-size: 1.35em;
	}
	.jumbotron .col-lg-3 .container h2{
		font-size: 2.2em;
	}
	.jumbotron .col-lg-3 .container .my-button{
		margin-top: 23px;
	}}

@media (max-width: 563px){
	.jumbotron .col-lg-6{
		padding: 0px;
	}
	.jumbotron .col-lg-3{
		min-width: 100%;
		padding: 0px;
		padding-top: 8px;
	}
	.jumbotron .col-lg-3 .container{
		min-height: 160px;
	}
	.jumbotron .col-lg-3 .container .my-button{
		margin-top: 8px;
	}
}


/* INDEX BODY CONTENT
-------------------------------------------------- */

.content {
	padding-right: 15px;
	padding-left: 15px;
	padding-top: 0px;
}

.content h1{
	font-weight: bold;
	text-align: center;
	color: #191919;
	margin-top: 60px;
	margin-bottom: 100px;
	font-size: 2.3em;

}

.content .intro-p{
	font-size: 1.17em;
	margin-bottom: 5px;
	text-align: center;
	
}

.content .row{
	margin-top: 30px;
	margin-bottom: 50px;
	font-size: 1em;
	text-align: center;

}

.content .col-lg-4 {
	text-align: center;
	margin-bottom: 45px;
}

.content img{
	height:300px;
	width:300px;
	margin: 0;
	padding: 0;
}

.content .col-lg-4 .container{
	width:100%;
	height: 100%;
	background-color: #ffffff;
	padding:15px;
	border-radius: 0;
}

@media (max-width: 767px){
	.content .col-lg-4 .container{
		max-width: 600px;
	}
	.content h1{
		font-size: 2em;
	}
}

.content .col-lg-4 a{
	text-decoration: none;
	color: #191919;
	display:block;
}

.content .col-lg-4 .container:hover{
	/*background-color: #cccccc;*/
	opacity: .9;
}

.content h2 {
	font-weight: bold;
	font-size: 1.1em;
	text-transform: uppercase;
	margin-top: 30px;
}

.content .col-lg-4 p {	
	margin-bottom: 2px;
	font-size: 1em;
}

#mc_embed_signup .btn-primary {
	 color: white;
	 background-color: #5bc0de;
	 border: 0;
	 text-transform: uppercase;
 }

#mc_embed_signup {font-family:Lato, Helvetica, sans-serif;}
#mc_embed_signup input {border:1px solid #fff; -webkit-appearance:none; border-radius:0;}
/*#mc_embed_signup input:focus {border-color:#eee;}*/
#mc_embed_signup .button {clear:both; background-color: #47caca; border: 0 none; border-radius:0; color: #FFFFFF; cursor: pointer; display: inline-block; font-size:1.14em; font-weight: bold; height: 35px; line-height: 30px; margin: 0px 5px 10px 0; padding:0; text-align: center; text-decoration: none; vertical-align: top; white-space: nowrap; width: auto;
}
#mc_embed_signup .button:hover {background-color:#fff; color:#191919; text-shadow:none;}
#mc_embed_signup input.email {display:block; padding:5px 0; margin:0 4% 10px 0; text-indent:5px; width:100%; color:#191919;}
#mc_embed_signup input.button {display:block; width:100px; margin:0px 0 10px 0; min-width:90px; background-color:transparent; color:#fff; border: 1px #fff solid;}

/* ABOUT BODY CONTENT
-------------------------------------------------- */
.about-content{
	padding-right: 15px;
	padding-left: 15px;
	padding-top: 0px;
}

#about-jumbo{
	/*background-image: url(../img/nyupurple.png);
	text-shadow: 1px 1px 3px rgba(0,0,0,.8);*/
	padding-top: .75em;
	min-height: 278px;
	margin-bottom: 20px;
}

#about-jumbo h1{
	font-weight: bold;
	text-align: center;
	color: #57068c;
	margin-top: 85px;
}

#about-jumbo .intro-p{
	font-size: 1.3em;
	margin-bottom: 40px;
	text-align: center;
	max-width: 700px;
	margin-right: auto;
	margin-left:auto;
}

.about-content h1{
	font-weight: bold;
	text-align: center;
	color: #191919;
}

.about-content h2{
	font-weight: bold;
	font-size: 1.7em;
}

.about-content p{
	font-size: 1.2em;
	font-weight: 300;
}

.about-content strong{
	font-weight: 200;
	font-size: 1.1em;
}

.about-content footer p{
	font-size: 1em;
	font-weight: 400;
}

/* GALLERY BODY CONTENT
-------------------------------------------------- */

.gallery-content {
	padding-right: 15px;
	padding-left: 15px;
	padding-top: 0px;
}

#gallery-jumbo{
	/*background-image: url(../img/nyupurple.png);*/
	padding-top: .75em;
	background-color: #ffffff;
}

#gallery-jumbo h1{
	font-weight: bold;
	text-align: center;
	color: #57068c;
	margin-top: 50px;
}

#gallery-jumbo .intro-p{
	font-size: 1.3em;
	margin-bottom: 40px;
	text-align: center;
	max-width: 700px;
	margin-right: auto;
	margin-left:auto;
}

.gallery-content .col-lg-4 {
	text-align: center;
	margin-bottom: 30px;
}

.gallery-content .container{
	width:100%;
	background-color: #ffffff;
	padding:15px;
}

.gallery-content .col-lg-4 a{
	text-decoration: none;
	color: #191919;
	display:block;
}

.gallery-content .col-lg-4 .container:hover{
	background-color: #ccebf5;
	opacity: 80%;
}

.gallery-content .title-container{
	min-height: 77px;
}

.gallery-content h2 {
	font-weight: bold;
	margin-top: 0px;
	font-size: 1.6em;
	text-align: left;
	margin-bottom: 5px;
}

.gallery-content h4 {
	text-align: left;
	color:#555;
	margin-top: 0px;
	font-weight: 300;
	font-size: 1.1em;
}

.gallery-content .image-container{
	width:300;
	height:169;
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 10px;
	display: block;
	overflow: hidden;
}

.gallery-content .image-container img{
	position: absolute;
	display: block;
	top:0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	max-height: 100%;
	max-width: 100%;
	box-shadow: 1px 1px 5px #888888;
	/*object-fit: contain;*/
}

.gallery-content .col-lg-4 .container .video-container{
	position: relative;
	padding-bottom: 56.25%;
	padding-top:10px;
}

.gallery-content .video-container iframe{
	position: absolute;
	top:0;
	left: 0;
	width: 100%;
	height: 100%;
}

.gallery-content .info-container{
	position: relative;
	padding-bottom: 5%;
}

.gallery-content .profile-pic{
	height:50px;
	width:50px;
	position: absolute;
}

.gallery-content .gallery-image{
	/*box-shadow: 1px 1px 5px #888888;*/
	padding: 10px;
	margin: 5px;
}

.gallery-content .gallery-row{
	background-color: #ffffff;
	padding: 4px;
	border: aliceblue;
	border-width: thin;
	border-color: lightgrey;*/
	border-style: solid;
	margin-left: 0px !important;
	margin-right: 0px !important;
}

.gallery-content .galleryitem-row{
	background-color: #ffffff;
	padding: 4px;
}

#app_row{
	padding-left: 80px;
	padding-top: 100px;
	padding-right: 50px;
	margin: 10px; !important;
	width: 100%;
	text-align: justify;
	font-size: 1.1em;
	line-height: 1.6em;
}

#app_row .col-md-5 .row .btn-primary{
	background-color: white;
	border: 1px solid #3fd8f3;
	margin-left: 0;
	margin-top: 20px;
	margin-bottom: 60px;
	color: #3fd8f3;
	font-size: 1.3em;
}
#app_row .col-md-5 .row .btn-primary:hover{
	color: white;
	background-color: #3fd8f3;
}

.col-md-6 .row .img-responsive.img-circle{
	width: 300px;
	margin: 50px;
	margin-left: 0;
}

.appmoreinfo{
	text-align: justify;
	margin: 10px; !important;
	max-width: 80%;

}


.list-group-item{
	height: 360px;
	width: 360px;
}

.list-group-item .p{
	height: 50px;
	display: inline-block;
	text-overflow: ellipsis;
}

.btn .a{
	color:white;
}

.app-thumbnail{
	border: 0;
}

.app-thumbnail:hover {
	background-color: #FEFEFE;
	border-color: #717171;
	/*no need to specify border-style and border-width again*/
}
.app-thumbnail .caption {
	text-align: center;
	line-height: 1.2em;
	margin-top: -25px;
	padding-right: 45px;
	padding-left: 45px;
	padding-top: 5px;
}


/*blog
-------------------------------------------------- */

#stockIframe {  width:100%; height:100%; }
#stockIframe iframe {  width:100%; height:100%; border:0;overflow:hidden; }

/* MAP 
-------------------------------------------------- */

.map {
	padding-right: 15px;
	padding-left: 15px;
	padding-top: 0px;
}

.map h3{
	font-weight: 300;
	text-align: center;
	font-size: 1.4em;
	margin-top: 0px;
	margin-bottom: 100px;
}

.map .map-container{
	padding-top: 20px;
}

/* FAQ BODY CONTENT
-------------------------------------------------- */
.faq-content{
	padding-right: 15px;
	padding-left: 15px;
	padding-top: 0px;
}

#faq-jumbo{
	/*background-image: url(../img/nyupurple.png);*/
	text-shadow: 1px 1px 3px rgba(0,0,0,.8);
	padding-top: .75em;
	min-height: 278px;
	margin-bottom: 20px;
}

#faq-jumbo h1{
	font-weight: bold;
	text-align: center;
	color: #fff;
	margin-top: 85px;
}

#faq-jumbo .intro-p{
	font-size: 1.3em;
	margin-bottom: 40px;
	text-align: center;
	max-width: 700px;
	margin-right: auto;
	margin-left:auto;
}

#faq-jumbo .intro-p a{
	color:#4db8db;
}

#faq-jumbo .intro-p a:hover{
	color:#191919;
}

.faq-content ul{
	padding-left: 20px;
}

.faq-content a.faq-list{
	font-size: 1.4em;
	font-weight: bold;
	color: #191919;
}


.faq-content a.faq-list:hover{
	color: #0099cc;
}

.faq-content h1{
	font-weight: bold;
	text-align: center;
	color: #191919;
}

.faq-content h2{
	font-weight: bold;
	font-size: 1.7em;
	margin-top: 25px;
}

.faq-content p{
	font-size: 1.2em;
	font-weight: 300;
}

.faq-content strong{
	font-weight: 400;
}

.faq-content footer p{
	font-size: 1em;
	font-weight: 400;
}


/* FOOTER CONTENT 
-------------------------------------------------- */

footer .col-lg-8{
	padding: 0px;
	padding-bottom: 15px;
}

footer p{
	font-size: 1em;
	text-align: left;
	margin-bottom: 5px;
	clear: both;
}

footer #license{
	margin-top: 20px;
}

footer .col-lg-8 a{
	font-weight: bold;
	color:#0099cc;
}

footer .col-lg-8 a:hover{
	color: #191919;
	text-decoration: none;
}

footer #sponsor-logos{
	width:100%;
	height:25px;
	padding: 0px;
	margin-top: 0px;
}

footer #logo-musedlab{
	/* 650x53px */
	display: block;
	float: left;
	background: url(../img/musedlab-horizontal.jpg) no-repeat;
	background-size: contain;
	background-position: center;
	width:257px;
	height:100%;
}

footer #logo-p2pu{
	/* 686x212px */
	display: block;
	float: left;
	background: url(../img/p2pu-logo.png) no-repeat;
	background-size: contain;
	background-position: center;
	width:68px;
	height:100%;
	margin: 0px 15px 0px 20px;
}

footer #logo-musedlab{
	/* 686x212px */
	display: block;
	float: left;
	background: url(../img/musedlab-logo.png) no-repeat;
	background-size: contain;
	background-position: center;
	width:68px;
	height:100%;
	margin: 0px 15px 0px 20px;
}

footer #logo-nyusteinhardt{
	/* 883x106px */
	display: block;
	float: left;
	background: url(../img/nyusteinhardt-logo.png) no-repeat;
	background-size: contain;
	background-position: center;
	width:175px;
	height:100%;
}

footer #logo-hewlett{
	/* 400x155px */
	display: block;
	float: left;
	background: url(../img/hewlett-foundation-logo.jpeg) no-repeat;
	background-size: contain;
	background-position: center;
	width:75px;
	height:100%;
	margin: 0px 15px 0px 0px;
}

@media (max-width: 654px){
	footer #sponsor-logos{
		height:46px;
	}
	footer #logo-musedlab{
		margin: 7px 0px 15px -2px;
		height: 50%;
		clear:both;
	}
	footer #logo-p2pu{
		height:60%;
		clear:both;
		margin: 7px 0px 0px 2px;
	}
	footer #logo-medialab{
		height:50%;
	}
	footer #logo-hewlett{
		height:60%;
		margin: 7px 0px 0px 15px;
	}

}

/* RESPONSIVE STYLING ~ TABLET & SMALLER
----------------------------------------- */

@media (max-width: 768px) {
	.navbar-header {
		width: 100%;
	}
	
	.navbar-collapse {
		left: 15px;
	}

	.collapsing {
		position: fixed;
		top: 64px;
		/*left: 20px;*/
	}

	.collapse.in {
		position: fixed;
		top: 64px;
		/*left: 20px;*/
	}

	.navbar-default .navbar-nav > li > a {
		color: #191919;
	}
	.navbar-default .navbar-nav > li > a:hover,
	.navbar-default .navbar-nav > li > a:focus {
		color: #57068c;
	}
	.navbar-default .navbar-nav > .active > a,
	.navbar-default .navbar-nav > .active > a:hover,
	.navbar-default .navbar-nav > .active > a:focus {
		color: #191919;
		background-color: rgba(218, 218, 218, 0.51);
	}
}

/* RESPONSIVE STYLING ~ PORTRAIT PHONE
----------------------------------------- */
 @media screen and (max-width: 479px) {
	 body:nth-child(2) {
		 margin-top: 56px;
	 }
	 
	 .jumbotron .container {
		 padding: 0 15px;
	 }
	 
	 .jumbotron .container-img {
		 margin-left: -50px;
		 margin-right: -50px;
		 height: 360px;
	 }
	 
	 .content .col-lg-4 {
		 display: flex;
		 justify-content: center;
	 }
	 
	 .navbar-default {
		 width: 100%;
		 position: fixed;
		 z-index: 100;
	 }
	 
	 .container-fluid>.navbar-collapse {
		 margin-top: 8px;
		 background-color: rgba(255, 255, 255, 0.75);
	 }
	 
	 .left-call {
		 padding-top: 5px;
	 }
	 
	 .left-call .about {
		 font-size: 22px !important;
	 }

	 .collapsing {
		 top: 56px;
	 }

	 .collapse.in {
		 top: 56px;
	 }
 }

/* RESPONSIVE STYLING ~ PORTRAIT TABLET
----------------------------------------- */

@media screen and (max-width: 768px) and (orientation: portrait) {
	body:nth-child(2) {
		margin-top: 65px;
	}
	
	.jumbotron .container-img {
		margin-left: -10px;
		margin-right: -10px;
	}
	
	.navbar-default {
		width: 100%;
		position: fixed;
		z-index: 100;
	}

	.container-fluid>.navbar-collapse {
		background-color: rgba(255, 255, 255, 0.75);
	}
	
	.row.media-list {
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
	}
	
	.row.media-list > *:last-child {
		justify-self: left;
	}
	
	.list-group-item {
		margin: auto;
	}

	.content .col-lg-6, .content .col-med-6, .content .col-sm-6 {
		height: 320px !important;
		width: 320px !important;
		display:flex;
		justify-content: center;
	}
}

/* RESPONSIVE STYLING ~ LANDSCAPE TABLET
----------------------------------------- */

@media screen and (max-width: 1050px) and (orientation: landscape) {
	body:nth-child(2) {
		margin-top: 65px;
	}
	
	.navbar-default {
		width: 100%;
		position: fixed;
		z-index: 100;
		/*padding-top: 7px;*/
		display: flex;
		align-content: center;
	}

	.container-fluid>.navbar-collapse {
		background-color: rgba(255, 255, 255, 0.75);

	}
	
	.navbar-default .navbar-nav > li > a {
		font-size: 16px;
	}

	.row.media-list {
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
	}

	.row.media-list > *:last-child {
		justify-self: left;
	}

	.list-group-item {
		margin: auto;
	}

	.content .col-lg-6, .content .col-med-6, .content .col-sm-6 {
		display:flex;
		justify-content: center;
	}
	
	.left-call {
		padding-top: 0;
	}
	
	.jumbotron>.container {
		margin-top: 27px;
	}
}
