﻿
.drImgSize {
	width: 200px;
	height: 250px;
}

#myPage {
	position: relative;
}

.jumbotron {
	background-color: #b8d629; /* Orange */
	color: #ffffff;
	padding: 50px 10px;
	height: 180px;
	margin-bottom: 3px;
}

.checkmark {
	color: #b8d629;
	margin-left: 20px;
}

.logo-small {
	color: #b8d629;
	font-size: 50px;
}

.carousel-control.right, .carousel-control.left {
	background-image: none;
	color: #b8d629;
}

.carousel-indicators li {
	border-color: #b8d629;
}

	.carousel-indicators li.active {
		background-color: #b8d629;
	}

.item h4 {
	font-size: 19px;
	line-height: 1.375em;
	font-weight: 400;
	font-style: italic;
	margin: 70px 0;
}

.item span {
	font-style: normal;
}

.navbar {
	margin-bottom: 0;
	background-color:black; /*#b8d629;*/
	z-index: 9999;
	border: 0;
	font-size: 12px !important;
	line-height: 1.42857143 !important;
	letter-spacing: 4px;
	border-radius: 0;
}

	.navbar li a, .navbar .navbar-brand {
		color: #fff !important;
	}

.navbar-nav li a:hover, .navbar-nav li.active a {
	color:  #b8d629 !important;
	background-color: #fff !important;
}

.navbar-default .navbar-toggle {
	border-color: transparent;
	color: #fff !important;
}

footer .glyphicon {
	font-size: 20px;
	margin-bottom: 20px;
	color: #b8d629;
}

h3,h4 {
	color: #333;
}