body 
{
	font-family: 'Roboto Slab', serif;
}
.navbar-rigt-sabit
{
	flex-grow: 0;
}
.topnavgri
{
	background-color: #3d3d3d;
	padding-top: 1em;
	padding-bottom: 1em;
	border-bottom: 5px solid #d45656;
}
.topnavgri h1
{
	color: white;
	opacity: 0.8;
}
.topnavgri button
{
	letter-spacing: 1px; 
	
}
.topnavgri-telno
{
	text-align: right;
}
.topnavbtn
{
	border-color: #dee2e6 !important;
	color: #dee2e6;
}
.borderkutu
{
	border-left: 3px solid #3b807a !important;
	border-radius: 0 !important;
}
.menuhover:hover
{
	background-color: #d45656;
	transition: .4s ease-in;
}
.menuhover:hover a
{
	color: white !important;
}
.indexhakkimizda
{
	border-radius: 0;
	border-left: 3px solid #3b807a !important;
}
footer
{
	background-color: #191919;
}
.whtspBtn
{
	background-color:#2ea434 !important;
	border: none;
	border-radius: 0;
}
.telBtn
{
	border: none;
	border-radius: 0;
}
.card-duzenleme
{
	border-radius: 0;
}
.cardBtn 
{
	border-radius: 0;
	width: 100%;
	background: #3b807a;
	border: 0;
}
.cardBtn:hover
{
	background: #ba4949;

}
.cardP 
{
	font-size: 15px;
}
.galeriBtn:hover img
{
	border: 1px solid #3b807a !important;
}
@media (max-width: 991.98px) 
{
 .topnavcol
 {
 	text-align: center;
 }
 .menuhover
 {
 	padding: 0 5px 0 5px;
 }
}