body {
background-color: #FEE7E6;	
}

.culture {
	display: block;
    margin-left: auto;
    margin-right: auto
}

.bg-primary {
    background-color: #b4b9c1ad !important;
}

.text-white {
    color: #1b1a1a !important;
}

.text-white-50 {
    color: #1b1a1a !important;
}

.card-podval {
	background-color: #7335A7;
}

.card-podval2 {
	background-color: #F2413B;
}

.card-podval3 {
	background-color: #7335A7;
}

.cardd-text {
	color: #fff;
	text-align: center;
}

.cardd-text:last-child {
    margin-bottom: 0;
}

.cardd-title {
	text-align: center;
	color: #fff;
}

.cardd1 {
position: relative;
display: -ms-flexbox;
display: flex;
-ms-flex-direction: column;
flex-direction: column;
min-width: 0;
word-wrap: break-word;
background-color: #7335A7;
background-clip: border-box;
border: 1px solid rgba(0,0,0,.125);
border-radius: .25rem;
}

.cardd2 {
position: relative;
display: -ms-flexbox;
display: flex;
-ms-flex-direction: column;
flex-direction: column;
min-width: 0;
word-wrap: break-word;
background-color: #F2413B;
background-clip: border-box;
border: 1px solid rgba(0,0,0,.125);
border-radius: .25rem;
}

.cardd3 {
position: relative;
display: -ms-flexbox;
display: flex;
-ms-flex-direction: column;
flex-direction: column;
min-width: 0;
word-wrap: break-word;
background-color: #7335A7;
background-clip: border-box;
border: 1px solid rgba(0,0,0,.125);
border-radius: .25rem;
}

.h-100 {
100% !important	
}

.color-one {
	background-color: #009aff;
	padding-top: 40px;
	padding-bottom: 10px;
	padding-left: 40px;
	padding-right: 40px;
}

.color-two {
	background-color: #009aff;
	padding-top: 40px;
	padding-bottom: 87px;
	padding-left: 40px;
	padding-right: 40px;
}

.color-four {
	background-color: #009aff;
	padding-top: 40px;
	padding-bottom: 180px;
	padding-left: 40px;
	padding-right: 40px;
}

.color-six {
	background-color: #009aff;
	padding-top: 40px;
	padding-bottom: 135px;
	padding-left: 40px;
	padding-right: 40px;
}

.color-three {
	background-color: #B09FB7;
	padding-top: 40px;
	padding-bottom: 10px;
	padding-left: 40px;
	padding-right: 40px;
	position: absolute;
    left: 0;
    right: 0;
}

.my-4 {
	text-align: center;
	font-family: 'Comfortaa', cursive;
}

.varvar {
	margin-top: 0px;
}

.color-two h3{
	color: white;
}

.color-two p{
	color: white;
}

.color-six h3{
	color: white;
}

.color-six p{
	color: white;
}

.color-four h3{
	color: white;
}

.color-four p{
	color: white;
}

.card-text {
	text-align: center;
}

.card-title {
	text-align: center;
}

.btn-ashes {
	color: #fff;
	background-color: #008100;
	border-color: #008100;
	display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.btn-primary {
    color: #fff;
    background-color: #008100;
    border-color: #008100;
}

.btn-primary:hover {
    color: #fff;
	background-color: #1c4f22;
	border-color: #1c4f22;
}

.section-title h2 {
    font-size: 34px;
    text-transform: uppercase;
}

.section-title p {
    font-size: 15px;
    font-weight: 300;
    line-height: 25px;
    margin: 20px 100px 60px 100px;
}


.nav-link {
	font-size: 18px;
	font-family: 'Comfortaa', cursive;
}

.text-white {
	font-size: 50px;
	font-family: 'Comfortaa', cursive;
}

.nav-link:hover {
	color: red !important;
}

.nav-link:visited {
	color: black !important;
}

.mb-5, .my-5 {
		margin-bottom: 10px !important;
}

.example-image {
	width: 225px;
}