@charset "UTF-8";

/*----------------------------------------------
------------------------------------------------

STVP | Stanford Technology Ventures Program (stvp.stanford.edu)

Yellow
100%: #c98733
50%: #f8dc6e
20%: #fcf3cf
Text: #c98733

Yellow Programs:

------------------------------------------------
----------------------------------------------*/

body {
	--theme-color: var(--wp--preset--color--stvp-yellow);
}

a {
	color: #c98733;
}

	a:hover, a:focus {
		color: #c98733;
	}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5 {
	color: #c98733;
}

.navbar-brand a {
	background-color: #c98733;
}

.navbar-default nav .nav li.menu-item a:hover,
.navbar-default nav .nav li.menu-item a:focus {
	color: #c98733;
}

.headerLogo {
	background: #c98733;
}

.dropdown-menu>li>a:hover, .dropdown-menu>li>a:focus {
	color: #c98733;
}

.navbar-second {
	background-color: #c98733;
}

.navbar-second li a:hover,
.navbar-second li a:focus {
	color: #c98733;
}

.go-to-top {
	background: #c98733;
}

.btn-default {
	background-color: #c98733;
}

.btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active, .open>.dropdown-toggle.btn-default {
	background-color: #f8dc6e;
}

.caption {
    background:rgba(244, 208, 62, 0.75);
	color: #333a40;
}

	/* Revised DS 9-10-14 */
	.caption a {
		color: inherit;
	}

	.caption a:hover {
		color: inherit;
	}

	.staff-faculty .btn-default {
		background-color: rgba(244, 208, 62, 0.7);
	}

	.staff-faculty .btn-default:hover, .staff-faculty .btn-default:focus, .staff-faculty .btn-default:active, .staff-faculty .btn-default.active {
		background-color: #f8dc6e;
	}

.publications .panel {
    background-color: #c98733;
}
	/* END Revised DS 9-10-14 */

.application .alert {
	background-color: #fcf3cf;
}

.alert {
	background-color: #fcf3cf;
}

.alert a {
	color: #4c5965;
	font-weight: bold;
	text-decoration: underline;
}

.stats .panel {
	background-color: #fcf3cf;
}

.cohort_info {
		color: #ffffff;
		/*background-color: #c98733;*/
	}

	.cohort_info a {
		color: #c98733;
	}
