/* niebalaganka kurs */

@import url('https://fonts.googleapis.com/css?family=Lato:400,700|Raleway:700&subset=latin-ext');

* {
	font-family: Lato;
}

.logo-mini {
	max-height: 29px;
	max-width: auto;
}

.card-header {
	background-color: #fff !important;
	border-radius: 0 !important
}

.bg-light {
	background-color: #fff !important;
	border-bottom: 1px solid #dddd;
}

.card-header .btn-link {
	text-decoration: none;
	text-align: center;
	color: #000;
	display: block;
	width: 100%;
	font-weight: 700;
}

.btn {
	border-radius: 0;
	border: 0;
}

.btn-primary {
	font-size: 20px;
	background: #006543;
	display: block;
	font-family: Raleway;
	font-weight: 700;
	padding: 15px 0;
}

nav .btn-primary {
	font-size: 16px;
	background: #006543;
	display: block;
	font-family: Raleway;
	font-weight: 700;
	padding: 11px 0;
	min-width: 235px;

}

.btn-secondary {
	background: #F9AA8F;
	font-size: 20px;
	padding: 15px 30px;
	font-family: Raleway;
	font-weight: 700;
}

.btn-primary:hover {
	background: #024A31;
}

h1, h2, h3, h4, h5 {
	font-family: Raleway;
	font-weight: 700;
	color: #F9AA8F;
}

.navbar-nav {
	font-family: Raleway;
	font-weight: 700;
}

p,li span {
	color: #666;
}

li {
	color: #F9AA8F;
}

.container ul li {
	margin-left: -20px;
}

.separator {
	height: 30px;
}

#main {
	background: url('../img/photo-main.jpg') top center no-repeat;
	background-size: cover;
	padding: 190px 0;
}

#base-questions {
	padding: 40px 0;
}

#base-questions p {
	margin: 30px 0;
	font-size: 18px;
	color: #666;
}

img.the-logo, .nbk-img {
	width: 100%;
	height: auto;
}

img.the-price-logo {
	max-width: 320px;
	max-height: auto;
	position: relative;
	top: -88px;
	margin: 0 auto;
	display: block;
	margin-bottom: -50px;
}

.bg-white {
	background: #fff;
	padding: 80px 50px;
}

.bg-gray {
	background: #f7f7f7;
	padding: 80px 0;
}

.bg-black {
	background: #222;
	padding: 80px 0;
}

.bg-black * {
	color: #fff;
}

.nbk-separator {
	width: 13px;
	height: auto;
}

.nbk-border {
	border: 3px solid #222;
	margin: 40px 0;
	padding: 75px 0;
}

#what h2 {
	margin: 35px 0;
}

#what .btn {
	position: relative;
	top: 10px;
}

#modules {
	padding: 100px 0 50px 0;
}

#modules h2 {
	font-size: 44px;
}

.boxy {
	margin-bottom: 25px;
	color: #666;
}

.boxy h5 {
	font-size: 14px;
}

.boxy h4 {
	color: #444;
}

.bonus {
	border: 1px solid #ccc;
	padding: 30px 50px 20px 50px;
	margin: 40px 0;
}

#whoami {
	background: url('../img/photo-cup.jpg') top center no-repeat;
	background-size: cover;
}

#whoami h2 {

}

#whoami h3 {
	font-size: 20px;
	color: #444;
	margin: 35px 0;
}

#whoami .btn {
	margin: 35px 0;
}

#reviews {
	padding: 110px 0 85px;
	border-bottom: 1px solid #ccc;
	margin-bottom: 40px;

}

#reviews .carousel-item {
	min-height: 140px;
}

#reviews h3 {
	margin-bottom: 70px;
}
.carousel-indicators {
	bottom: -40px;
}

.carousel-indicators li {
	width: 16px;
	height: 16px;
	background: #eee;
	border-radius: 8px;
	margin: 0 9px;
}

.carousel-indicators li.active {
	width: 16px;
	height: 16px;
	background: #F9AA8F;

}

h2.the-price {
	color: #006543;
	font-size: 40px;
}

#price h3 {
	margin: 30px 0 15px 0;
}

#price .nbk-img {
	max-width: 500px;
	max-height: auto;
	margin-top: 30px;
}

#special-guest {
	border-top: 1px solid #ccc;
	margin-top: 50px; 
	padding: 110px 0;
}

#special-guest strong {
	font-size: 20px;
}

#special-guest h3 {
	font-size: 38px;
	margin: 10px 0 25px;
}

#faq {
	padding: 140px 0;
}

#faq h2 {
	color: #666;
	margin-bottom: 60px;
}

#faq a.btn-primary {
	margin-top: 40px;
}

#contact {
	min-height: 50vh;
}

#contact h3 {
	margin-top: 15vh;
}
/* eof */