
.navbar {
	background-color: #D5D8DC;
}

.logokwarta {
	width: 60px;
}



.navbar .container .navbar-nav .nav-item > .nav-link {
	font-size: 22px;
}

.navbar .container .navbar-nav .nav-item > .nav-link:hover {
	color: #C0392B;
}


body {
	height: 100vh;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
    background-attachment: fixed;
    background-image: linear-gradient(rgba(4, 9, 30, 0.7), rgba(4, 9, 30, 0.5)), url(../images/background.jpg);
}

.texttitle {
	display: flex;
	justify-content: center;
	flex-direction: column;
	align-items: center;
	height: 635px;
}

.texttitle > h1 {
	color: #D4AC0D;
	font-size: 60px;
	font-weight: bold;
}

.texttitle > p {
	font-size: 22px;
	font-style: italic;
	color: white;
}

.price-wrap > p {
	color: white;
	font-weight: bold;
	font-size: 32px;
}

.inner-wrap .text > h3 {
	color: #D4AC0D;
}

.text ul > li {
	font-size: 25px;
}

.text {
	border: 4px solid yellow;
	border-radius: 10px;
}

.button > .price {
	font-size: 25px;
	color: #00FFFF;
}