/****** Special Queries ******/
@media screen and (min-width: 600px) {
.gallery-link {
	width: 50%;
}
}
/****** Tablet / Small Desktop *******/
@media screen and (min-width: 768px) {
.nav {
	margin: 0;
	width: 100%;
	padding-top: 4px;
}
.navbar-nav>li {
	border-bottom: none;
	display: block;
	float: left;
	width: 16%;
	margin: 0 2%;
	text-align: center;
}

footer .copyright img {
	display: block;
}
footer .nav {
	max-width: 220px;
}
section.info p {
	padding: 20px 0;
}

section.info.feature-set {
	padding-top: 30px;
}
.feature-set-copy {
	max-width: 500px;
	margin: 0 auto;
	padding: 0 15px;
}
.feature-set-image {
    width: 150px;
    margin: 0 auto;
    height: 150px;
    padding: 0;
    border-radius: 50%;
	position: relative;
	overflow: hidden;
    background-size: 120%;
	-webkit-transition: all 300ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
	transition: all 300ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.feature-set-image.goals {
	background-position: 45px 43px;
}
.feature-set-image.scholarships {
	background-position: 32px 33px;
}
.feature-set-image.careers {
	background-position: 33px 47px;
}
.feature-set .card:hover .feature-set-image {
	transform: scale(1.1);
	-webkit-transition: all 300ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
	transition: all 300ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.work-icon {
	-webkit-transition: all 300ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
	transition: all 300ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.work-icon:hover {
	transform: scale(1.1);
	-webkit-transition: all 300ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
	transition: all 300ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.contact-form input[type="text"],
.contact-form input[type="tel"],
.contact-form input[type="email"],
.contact-form select,
.contact-form #text label {
	width: 60%;
}
.contact-form label {
	width: 40%;
	text-align: right;
	margin-bottom: 0;
}
.contact-form #text {
	margin-bottom: 15px;
}
.contact-form input[type="submit"] {
	float: none;
    width: 20%;
}

}
/* added 4-26 dani  */
.profile {
	width:170px;
	height:170px;
	margin-top:.55em;
	margin-left:7.25em;
	margin-bottom: .75em;
	/* padding-left: 5vw; */
	/* float:left; */
}



/****** Standard Desktop *******/
@media screen and (min-width: 992px) {
.home-hero {
	min-height: 500px;
	padding-top: 10vw;
}
.home-hero h1 {
	position: absolute;
	margin: auto;
	top: 0; bottom: 0; right: 0; left: 0;
	font-size: 300%;
	width: 80%;
}
.home-hero img {
	max-width: 250px;
}
.home-hero .cta {
	position: absolute;
	bottom: 20px;
	width: 50%;
	margin: 0 auto;
	left: 0; right: 0;
}


/* profile-test header / added 4-26 dani  */
.home-hero2 {
	min-height: 150px;
	padding-top: 10vw;
}
.home-hero2 h1 {
	position: absolute;
	margin: auto;
	top: 0; bottom: 0; right: 0; left: 0;
	font-size: 300%;
	width: 80%;
}
.home-hero2 img {
	max-width: 250px;
}
.home-hero2 .cta {
	position: absolute;
	bottom: 20px;
	width: 50%;
	margin: 0 auto;
	left: 0; right: 0;
}
/* end of profile-test header */

section.info.feature-set {
	padding-top: 25px;
}
.gallery-link {
	width: 33.33333333%;
}
.gallery-link .caption {
	opacity: 0;
	height: 100%;
	padding-top: 100px;
	transition: 200ms all;
}
.gallery-link:hover .caption {
	opacity: 1;
	transition: 200ms all;
}
.contact-form input[type="submit"] {
    line-height: 2;
}
.award-page .body p {
	padding: 0;
}

.scholarships .card h4 {
	margin-bottom: 20px;
}
.scholarships .card p {
	border-top: 1px solid #ffffff;
}
.card a.btn {
	position: absolute;
    top: 15px;
    right: 0;
	width: 200px;
}
section.info.careers p {
    padding-bottom: 0;
    margin-bottom: 10px;
}
.careers .title {
    margin-bottom: 20px;
}
.careers .body li {
	display: block;
	float: left;
	margin-right: 25px;
}
.careers .body ul li:last-child {
	margin-right: 0;
}
}

/****** Large Desktop *******/
@media screen and (max-width: 1200px) {
	.studentbio{float:left;
	margin-left:33px;
		}
}

@media screen and (max-width: 1024px) {/* added 4-26 dani  */
	.studentbio{float:left;
	margin-left:33px;
		}
}

@media screen and (max-width: 992px) {/* added 4-26 dani  */
	.portfolio{
		width:230px;
		height: 230px;
	}

/* apply button on scholarships */
	a.btn.btn-cta.apply{
		width:30%;
	}
}
@media screen and (max-width: 768px) {/* added 4-26 dani  */
	.home-hero2 {
		min-height: 95px;
		padding-top: 10vw;
		padding-bottom:5px;}

		footer .nav li a img {
			width: 60%;
			height: auto;
		}

		section.info .paragraph {
		padding:0px;
		margin:0 auto;
		max-width: none;

		}


}
	@media screen and (max-width: 375px) {/* added 4-26 dani  */

		.student-info{
			padding-right:82px;
			margin-bottom:0;
			padding-bottom: 30px;}

			section.info .paragraph {
			padding:0px;
			margin:0 auto;
			max-width: none;

			}
		}

@media screen and (max-width: 320px) {/* added 4-26 dani  */

/* added 4-26 Dani */
.profile {
	width:180px;
	height:180px;
	float:left;
	margin-left:22vw;
}

.studentbio{
	padding:32px;
	}

	/* apply button on scholarships */
			a.btn.btn-cta{
				width:55%;
		}

}
