.navbar-text > a {
	color: inherit;
	text-decoration: none;
}

body {
	padding-top: 10px;
	padding-bottom: 100px;
	padding-left: 30px;
	padding-right: 120px;
}

p {
	font-family: 'Open Sans Condensed', sans-serif; font-size: 20px; color: rgb(93, 114, 93);
}

h1 {
	font-family: 'Shadows Into Light', cursive; font-size: 48px;
}

h2, h3, h4, h5, h6 {
	font-family: 'Sans-Serif', sans-serif;
}

.btn-danger, .btn-info, .btn-warning, .btn-primary, .btn-success {
	color: rgb(226, 255, 226);
	font-size: 13px;
	border-radius:0;
}

.btn-default {
	color: rgb(28, 0, 28);
	font-size: 13px;
}

.dropdown-toggle {
	color: rgb(226, 255, 226);
	font-size: 13px;
}

.btn-outline1 {
	color: rgb(226, 255, 226);
	font-size: 13px;
	border-radius:0;
	border: 3px solid #0099cc;
    color: #0099cc;
	
}