a {
	color: purple;
}

body {
	padding-top: 125px;
	background-color: #FFF;
}

h4 {
	font-weight: bold;
	color: #A05BDE;
}

p {
	font-size: small;
}

/* for order buttons */
.btn-darkpurple {
	background-color: #A05BDE;
	border-color: #8244BA;
	color: white;
}

.btn-darkpurple:hover {
	background-color: #B074E5 !important;
	border-color: #8244BA !important;
	color: white;
}

/* begin caption classes are used for hover over thumbnails and in figcaptions */
.caption {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(0,0,0,0.3);
	width: 100%;
	height: 100%;
	color: #fff !important;
}

.captionheader {
	text-align: center;
	font-size: larger;
	font-weight: bold;
}

.captiontext {
	font-size: small;
	margin: 4px;
}

.captionbutton {
	text-align: right;
	position: absolute;
	bottom: 0;
	right: 0;
	margin-right: 8px;
}
/* end caption classes are used for hover over thumbnails and in figcaptions */

/* for jumbotrons */
.myjumbo {
	margin: 5px !important;
	padding: 10px !important;
}

/* begin responsive bootstrap button */
@media (max-width: 768px) {
	.btn-responsive {
		padding: 2px 4px;
		font-size: 80%;
		line-height: 1;
		border-radius: 3px;
	}
}

@media (min-width: 769px) and (max-width: 992px) {
	.btn-responsive {
		padding: 4px 9px;
		font-size: 90%;
		line-height: 1.2;
	}
}
/* end responsive bootstrap button */

/* begin navbar stuff */
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:focus,
.dropdown-menu > .active >a:hover {
	color: purple !important;
    background-color: #E9D8FC !important;
}

.dropdown-menu > li > a {
	color: purple !important;
}

.menuicon {
	height: 25px;
	width: 25px;
}

.navbar-fixed-top {
    background-color: #FBF3FF;
    border-color: #E9D8FC;
}

.navbar-header {
	width: 100%;
	text-align: center;
	background-color: #FBF3FF;
}

.navbar-header img {
	max-height: 80px;
	margin-top: 5px;
}

@media (min-width: 768px) {
	.navbar .navbar-nav {
		display: inline-block;
		float: none;
	}
	
	.navbar .navbar-collapse {
		text-align: center;
	}
}

.navbar-default .navbar-toggle {
    border-color: #A05BDE;
    background-color: #E9D8FC;
}

.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover {
    background-color: #D5B0FF;
}

.navbar-default .navbar-nav > li > a {
	color: #663399;
}

.navbar-default .navbar-nav > .active > a, 
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > .active > a:hover {
    color: #663399;
    background-color: #E9D8FC;
}

.navbar-nav > li > a, .navbar-brand {
    padding-top: 4px !important; 
    padding-bottom: 4px !important;
    height: 32px;
}

.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:focus,
.navbar-default .navbar-nav > .open > a:hover {
    color: purple;
    background-color: #D5B0FF;
}

.navbar {
	min-height: 32px !important;
}
/* end navbar stuff */


/* begin navbar logo - switch from image to text on smaller width viewports */
.tiny-header {
	float: left;
	margin-top: 10px;
	margin-left: 10px;
	color: #A05BDE;
}

@media (max-width: 749px) {
	#normal-hdr {
		display: none;
	}
	
	#tiny-hdr {
		display: block;
	}
}

@media (min-width: 750px) {
	#normal-hdr {
		display: block;
	}
	
	#tiny-hdr {
		display: none;
	}
}
/* end navbar logo - switch from image to text on smaller width viewports */
