@font-face {
	font-family: "Roboto";
	src: url(fonts/Roboto/Roboto-Regular.ttf);
}

@import url('https://fonts.googleapis.com/css?family=Acme|Roboto');
body {
	background-color: beige;
	background-image: url(img/image9.png);
	background-size: 360px 500px;
	background-position: 90% 23%;
	background-repeat: no-repeat;
}

.hidden {
	display: none;
}

header {
	overflow: ;
}

nav {
	box-shadow: 0px 5px 20px rgba(0, 0, 0, 1);
	z-index: 2;
}

.bg-dark {
	opacity: 1;
}

ul>li.nav-item:first-child>a {
	color: #E8E8CB !important;
	font-size: 25px;
}

.nav-link {
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
}

.margin_DENPIS {
	width: 50px;
}

.span-white-space {
	white-space: nowrap;
}

ul>li.nav-item:last-child {
	font-size: 20px;
}

main {
	padding-top: 3%;
	position: relative;
}
.marging_bottom_main {
	margin-bottom: 190px;
}

h1 {
	text-align: center;
	line-height: 60px;
}

.color_red {
	color: red;
}

.weight {
	font-weight: 700;
}

.img_about_us {
	margin-bottom: 20px;
}

.wrapper {
	background-color: burlywood;
	background-image: url(img/femida.png);
	background-size: 80% 80%;
	background-position: center;
	background-repeat: no-repeat;
	width: 220px;
	height: 250px;
	position: absolute;
	top: 5%;
	right: 3%;
	text-align: center;
	border-radius: 10px 10px 10px 10px;
	box-shadow: 5px 5px 10px;
	z-index: 1;
}

.link_paket {
	display: inline-block;
	position: absolute;
	bottom: 10px;
	left: 50px;
	background: linear-gradient(to bottom, white, grey);
	padding: 5px 10px;
	border-radius: 5px 5px;
	color: black;
	font-weight: 700;
	box-shadow: 2px 2px 5px;
}

.link_paket:hover {
	display: inline-block;
	position: absolute;
	bottom: 10px;
	left: 50px;
	padding: 5px 10px;
	border-radius: 5px 5px;
	color: black;
	text-decoration: none;
}

.link_paket:active {
	bottom: 9px;
	left: 51px;
	box-shadow: 1px 1px 5px;
}

.text {
	color: white
}

.button_paket {
	border-radius: 5px 5px 5px 5px;
}

.animation_whatPropose {
	animation: whatPropose 2s infinite 1s alternate;
}

@keyframes whatPropose {
	from {
		color: blue;
	}
	to {
		text-shadow: 0px 0px 10px #ff0000;
		color: red;
	}
}

.footer {
	background-color: #373737;
	display: flex;
	justify-content: space-around;
}

ul.category>li>a,
ul.category2>li>a {
	text-decoration: none;
	color: white;
	font-size: 15px;
}

ul.category,
ul.about_us,
ul.category2,
ul.contact {
	list-style-type: none;
	padding: 0px 2%;
	color: white;
}

ul>li {
	list-style-type: none;
	color: white;
}

ul.category2 {
	margin-top: 95px;
}

.hhh {
	display: block;
	margin-bottom: 35px;
	font-size: 20px;
	font-weight: 600;
	color: white;
	margin-top: 35px;
}

.phone,
.e-mail {
	display: block;
	font-size: 16px;
	font-weight: 600;
	color: white;
	white-space: nowrap;
	margin-bottom: 10px;
}

.phone {
	margin-top: -30px;
}

.footer2 {
	width: 100%;
	height: 50px;
	background-color: #333333;
	color: white;
	line-height: 50px;
}

.footer2_text {
	display: block;
	text-align: center;
}

@media screen and (max-width:1078px) {
	.heading {
		font-size: 30px;
		top: 20%;
	}
	.nav-link {
		font-size: 14px;
	}
	ul>li.nav-item:last-child {
		font-size: 14px;
	}
}

@media screen and (max-width:993px) {
	.label {
		margin: 0 10px 0px 0px;
	}
}

@media screen and (max-width:991px) {
	body {
		background-color: beige;
		background-size: 250px 450px;
		background-position: 90% 20%;
	}
	.marging_bottom_main {
	margin-bottom: 100px;
}
}

@media screen and (max-width:768px) {
	body {
		background-color: beige;
		background-size: 250px 450px;
		background-position: 90% 10%;
	}
		.marging_bottom_main {
	margin-bottom: 60px;
}
}

@media screen and (max-width:575px) {
	body {
		background-color: beige;
		background-size: 120px 230px;
		background-position: 90% 9%;
	}
			.marging_bottom_main {
	margin-bottom: 20px;
}
}

@media screen and (max-width:767px) {
	ul.category2 {
		margin-top: -15px;
	}
}
