/*!
 * Start Bootstrap - Small Business (http://startbootstrap.com/)
 * Copyright 2013-2016 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap/blob/gh-pages/LICENSE)
 */

body {
	padding-top: 70px; /* Required padding for .navbar-fixed-top. Change if height of navigation changes. */
}
.navbar-fixed-top .nav {
	padding: 15px 0;
}
.navbar-fixed-top .navbar-brand {
	padding: 0 15px;
}
footer {
	padding: 30px 0;
}
 @media(min-width:768px) {
body {
	padding-top: 100px; /* Required padding for .navbar-fixed-top. Change if height of navigation changes. */
}
.navbar-fixed-top .navbar-brand {
	padding: 25px 60px;
}
}
 @media(max-width:768px) {
.navbar-toggle {
	display: none;
}
.navbar-fixed-top .navbar-brand {
	padding: 20px 20px !important;
}
.description {
	padding: 0px 0px 0px 0px !important;
	text-align: center;
	display:none;
	
}
.btn-class {
	margin-bottom: 50px !important;
	margin-top: 50px !important;
}
}
.btn-class {
	display: inline-block;
	border: 2px solid #000000;
	color: #000000;
	border-radius: 32px 32px 32px 32px;
	-webkit-border-radius: 32px 32px 32px 32px;
	-moz-border-radius: 32px 32px 32px 32px;
	font-family: Trebuchet MS;
	width: auto;
	height: auto;
	font-size: 16px;
	padding: 10px 40px;
	background-color: #FFFFFF;
}
.btn-class:hover, .btn-class:active {
	border: 2px solid #FFFFFF;
	color: #FFFFFF;
	background-color: #000000;
}
.description {
	padding: 0px 40px 60px 40px;
	text-align: center;
	display: none;
}
.logo-container {
	text-align: center;
}
.well {
	min-height: 20px;
	padding: 30px;
	margin-bottom: 40px;
	background-color: #fff;
	border: 0px solid #fff;
	border-radius: 0px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
}
.footer-rights {
	padding-top: 20px;
	text-align: center;
}
