/**** GLOBAL STYLES ******/
body {
	background-color: #666666;
}
/**** BUTTONS ****/
a, button, a:hover, button:hover { transition: 200ms all; }

.btn-cta {
	color: #fff;
	border-width: 2px;
    background-color: #666666;
    border-color: transparent;
	border-radius: 4px;
	line-height: 180%;
	font-size: 18px;
	transition: 200ms all;
	padding: 6px 33px;
}
.btn-cta:hover,
.btn-cta:focus {
color: #666666;
background-color: transparent;
border-color: #666666;
transition: 200ms all;
}
a.card {
	text-align: center;
}
a.card:hover {
	text-decoration: none;
	transition: 200ms all;
}
a.card p,
a.card h4 {
	transition: 200ms all;
}
a.card:hover p,
a.card:hover h4 {
	color: #ecc823;
	transition: 200ms all;
}

/**** NAVBAR ****/
.navbar {
	background-color: #666666;
	border-radius: 0;
	margin-bottom: 0;
}
	.navbar a {
		color: #ffffff;
	}
.navbar-brand {
	width: 65px;
	padding: 5px;
}
	.navbar-brand img {
		width: 100%;
		height: auto;
	}

.navbar-toggle {
	margin-top: 2px;
	margin-right: 0;
	margin-bottom: 0;
}
  .navbar-toggle .icon-bar {
	  background-color: #ffffff;
	  width: 40px;
  }
	  .navbar-toggle .icon-bar+.icon-bar {
		  margin-top: 10px;
	  }
.nav {
	margin: 0 0 300vw;

}
.navbar-collapse {
	border-top: none;
	padding: 0 50px;
	box-shadow: none;
}
.navbar-nav>li {
	text-align: right;
	border-bottom: 1px solid #ffffff;
}
	.navbar-nav>li:last-child {
		border: none;
	}
	.nav>li>a:focus, .nav>li>a:hover {
		background-color: transparent;
	}
.navbar-nav>li>a {
	padding: 10px 0;
	font-size: 15px;
	letter-spacing: .1em;
	font-weight: 400;
}

.nav li.active {
	border-left: 2px solid #fac400;
	border-right: 2px solid #fac400;
}
.nav li.active a {
	color: #fac400;
}
.nav li:hover a {
	color: #fac400;
	transition: 200ms all;
}
/**** FOOTER ****/
footer {
	padding: 25px 0;
	text-align: center;
}
footer .social {
	margin-bottom: 20px;
}
footer .nav { margin: 0 auto; }
footer .nav li {
	display: block;
	float: left;
	width: 20%;
	margin: 0 2%;
}
footer .nav li:last-child {
	margin-right: 0;
}
footer .nav li a {
	display: block;
	padding: 0;
	width: 100%;
}
footer .nav li a img {
	width: 100%;
	height: auto;
}

footer .copyright img {
	display: none;
	margin: 0 auto;
	max-width: 100px;
}
footer .copyright p {
	color: #ffffff;
	font-size: 75%;
}
footer .copyright a {
	color: #ffffff;
	text-decoration: underline;
}
/**** SECTIONS ****/
/* section.info {
	background-color: #ffffff;
	text-align: center;
} */

/**** SECTIONS ****/
section.info {
	background-color: #ffffff;
	text-align: center;
}

section.info .paragraph {
/* 	background-color: #ffffff; */
	text-align: left;
	padding-left: 4.2%;
	max-width: 80%;
	min-width: 50%;
}
section.grey {
	background-color: #666666;
	position: relative;
}
	section.info.grey p {
    	margin: 0 auto;
    	margin-bottom: 25px;
	}
	section.grey h4,
	section.grey p {
		color: #ffffff;
	}
	section.grey:before {
	  content: " ";
	  position: absolute;
	  top: -10px;
	  border-bottom: 10px solid #666666;
	  border-left: 15px solid transparent;
	  border-right: 15px solid transparent;
	  height: 0;
	  width: 200px;
	  left: 0;
	  right: 0;
	  margin: 0 auto;
	}
section.info h4,
section.info p {
	letter-spacing: .04em;
	line-height: 175%;
}
section.info h4 {
	text-transform: uppercase;
}


/**** INDEX ****/

.line {
    position: relative;
    text-align: center;
}
  .line:before {
	  background: #fcfcfc;
	  content: "";
	  display: block;
	  height: 1px;
	  position: absolute;
	  top: 50%;
	  width: 100%;
  }
  .line span {
	  background: #666666;
	  padding: 0 15px;
	  position: relative;
	  z-index: 1;
  }
    .on-white.line:before {
	  background: #666666;
	  content: "";
	  display: block;
	  height: 1px;
	  position: absolute;
	  top: 50%;
	  width: 100%;
  }
  .on-white.line span {
	  background: #fcfcfc;
	  padding: 0 15px;
	  position: relative;
	  z-index: 1;
	  color: #666666;
  }
.home-hero {
	background-color: #fac400;
	background-size: cover;
	background-position: bottom right;
	text-align: center;
	padding: 20px 0;
	position: relative;
	width: 100%;
}
  .home-hero h1 {
	  font-size: 150%;
	  margin: 60px 0 30px;
  }
  .home-hero img {
	  display: block;
	  margin: 0 auto 30px;
	  max-width: 200px;
  }
/* secondary header on profile page */
	.home-hero2 {
		background-color: #fac400;
		background-size: cover;
		background-position: bottom right;
		text-align: center;
		padding: 20px 0;
		position: relative;
		width: 100%;
	}
	  .home-hero2 h1 {
		  font-size: 150%;
		  margin: 60px 0 30px;
	  }
	  .home-hero2 img {
		  display: block;
		  margin: 0 auto 30px;
		  max-width: 200px;
	  }

.feature-set .col-xs-12 {
	padding: 0;
}
.feature-set-image {
	width: 100%;
    background-color: #ecc823;
    height: 100px;
	background-size: contain;
    background-repeat: no-repeat;
    background-position: 39vw 20px;
}
/*
.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-copy {
	padding: 10px 10px 0;
}
  .info.feature-set .feature-set-copy h4 {
	text-transform: uppercase;
	font-weight: 600;
  }
  section.info.feature-set {
	padding: 0 0 20px;
  }
  section.info.student-work {
  	padding: 10px 0 20px;
  }
  	.student-work .work-icon {
		display: block;
		margin-bottom: 25px;
	}
		.student-work .work-icon.web {
			padding-top: 50px;
		}
	.student-work .work-icon:hover {
		text-decoration: none;
	}
	  .student-work .work-icon img {
		width: 100%;
		margin: 0 auto 15px;
		height: auto;
		display: block;
		max-width: 300px;
	  }
  	  .student-work .work-icon span {
	  	font-size: 18px;
		text-transform: uppercase;
		font-weight: 700;
		transition: 200ms all;
	  }
		.student-work .work-icon:hover span {
			color: #ecc823;
			transition: 200ms all;
		}


/**** GALLERY ****/
section.info.gallery {
	padding: 25px 0;
}
.gallery-link {
    background-size: cover;
    background-position: center center;
	background-repeat: no-repeat;
	float: left;
	width: 100%;
}
.gallery-link a {
	background-size: cover;
	background-position: center center;
	display: block;
	width: 100%;
	position: relative;
	/* height: 200px; */
}
.gallery-link .caption {
	background-color: rgba(0,0,0,0.5);
	position: absolute;
	bottom: 0;
	float: left;
	width: 100%;
	margin: 0 auto;
	padding: 10px 0;
}
.gallery-link .caption span {
	display: block;
	color: #ffffff;
}
.gallery-link .caption span.title {
	font-size: 120%;
	font-weight: 600;
	text-transform: uppercase;
}

/**** PROGRAM PAGE ****/
.program table {
	font-family: 'Roboto', sans-serif;
	color: #ffffff;
}
.program td {
	text-align: left;
}
.program td:last-child {
	text-align: right;
}

/**** CONTACT PAGE ****/
.contact-form {
	padding: 30px 0;
}
.contact-form .line:before {
	background-color: #666666;
}
.contact-form .line span {
	background-color: #ffffff;
}
.contact-form label {
	font-family: 'Roboto', sans-serif;
	font-size: 20px;
	display: block;
	float: left;
	width: 100%;
	padding: 10px 10px 0 0;
	text-align: left;
	margin-bottom: 5px;
}
.contact-form input[type="text"],
.contact-form input[type="tel"],
.contact-form input[type="email"],
.contact-form select {
	display: block;
	float: left;
	width: 100%;
	height: 40px;
	margin-bottom: 15px;
    border-radius: 4px;
    border: 1px solid #666666;
	font-family: 'Roboto', sans-serif;
	font-size: 20px;
}
.contact-form input[type="submit"] {
    width: 100%;
    padding: 0;
    margin: 0 auto;
    line-height: 3;
    font-size: 22px;
    font-family: 'Roboto', sans-serif;
    text-transform: uppercase;
}
.contact-form #text {
	float: left;
	width: 100%;
}
.contact-form #text label {
    font-size: 14px;
    width: 80%;
	float: right;
	padding: 4px 6px 0;
    text-align: left;
}
.contact-form #text input {
    float: right;
	margin-right: 10px;
	width: auto;
	height: auto;
}
section.info.contact-form p {
	padding: 0;
	margin-bottom: 10px;
}
section.info.contact-form emphasis {
	font-style: italic;
}
section.info.award-page {
	padding: 30px 0;
}
.award-page .body {
	text-align: left;
}
.award-page .title h2 {
    font-size: 35px;
    text-transform: uppercase;
}
.award-page .title h3 {
	font-size: 21px;
	font-weight: 100;
}
section.info.scholarships {
	padding: 0 10px;
}
.card {
	position: relative;
	text-align: left;
	padding: 15px 0;
}
.card h4,
.card a.btn,
.card p {
	float: left;
	display: block;
	width: 100%;
}
.card a.btn:hover {
	background-color: #ffffff;
}
.card a.btn {
	border-color: #ffffff;
}
section.info.goals {
	text-align: left;
}
.goals ul {
	padding-left: 10px;
}
.goals li {
	color: #ffffff;
	list-style: disc outside none;
}
section.info.grey.goals li p {
	margin: 0;
}
section.info.grey.careers {
	text-align: left;
}
.careers .card .title span {
	font-family: 'Lato', Helvetica, Arial, sans-serif;
/* 	display: block; */
	color: #ffffff;
	font-size: 14px;
	margin-bottom: 10px;
	font-weight: 100;
}
/*
.careers .card p {
	border-top: 1px solid #ffffff;
}
*/
.careers .body li,
.careers .body li a {
    color: #ffffff;
    font-size: 16px;
    margin: 10px 0;
    padding: 0;
    line-height: 1;
}

/* 5-7 rebekah CAREERS, SCHOLARSHIPS */
.spacer {
	border-top: 1px solid #ffffff;
	margin: 10px 0;
}



.student {
	 width: 100%;
	 text-align: left;
}
.inline {
float: left;
padding: 2em;
}
.profile {
	width: 100px;
	height: 100px;
	background-color:black;
	background-size:contain;
	margin-left:2em;
	margin-right:2em;
}

.student-info {
	font-size: 18px;
	text-align: left;
	padding-top:1.65em;
	/* padding-left:1em; */
}

/* 4-26 dani */
.gotosite{
	font-family: 'Roboto', Avenir, Helvetica, sans-serif;
	font-weight: 400;
	color:#fac400;}


/* 4-30 dani */
	.profile {
		width:170px;
		height: 170px;}

	.portfolio{
		background-color:black;
		background-size:contain;
		margin:0 auto;
		margin-top:1em;
		width:300px;
		height: 300px;}

		a.gotosite:hover {color:#666666;}

		.portfolio-spacing{padding:0;}
