body {
	background-color: #faf8f4;
	background-image: url('../img/background.jpg');
	background-repeat: no-repeat;
	background-position: center top;
	background-attachment: fixed;
}

.bg-dark {
	background-color: #041c36 !important;
}

.whitebg {
	background-color: #fff;
}

.m0 {
	margin: 0;
}

.p0 {
	padding: 0;
}

.border-none {
	border: none;
}

a {
	color: #343a40;
}

a:hover {
	text-decoration: none;
	color: #9a9da0;
}

.gizle {
	display: none;
}

.dropdown:hover .dropdown-menu {
	display: block;
}

.dropdown-menu {
	margin: 0;
}

.nav-link {
	color: #fff !important;
}

#toTopBtn {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 98;
    padding: 10px 15px;
    background-color: #fff;
}

.navbar-brand > img {
	max-height: 80px;
}

footer h5 {
	font-size: 18px;
	color: #dea64e;
}

footer a {
	color: #000;
}

.telif-text {
	font-size: 14px;
}

.elyazisi {
	font-family: 'Pacifico', cursive;
}

.site-adi {
	font-weight: bold;
}

.social-icons li {
	margin-left: 20px;
}

.Instagram-color {
	background: #f09433; 
	background: -moz-linear-gradient(-135deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%); 
	background: -webkit-linear-gradient(-135deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%); 
	background: linear-gradient(-135deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%); 
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f09433', endColorstr='#bc1888',GradientType=1 );
	border: none;
	color: #fff;
}

.Telegram-color {
	background: #2980B9;  /* fallback for old browsers */
	background: -webkit-linear-gradient(to left, #6DD5FA, #2980B9);  /* Chrome 10-25, Safari 5.1-6 */
	background: linear-gradient(to left, #6DD5FA, #2980B9); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
	border: none;
	color: #fff;
}

.Facebook-color {
	background-color: #2b4170;
	background: -moz-linear-gradient(top, #3b5998, #2b4170);
	background: -ms-linear-gradient(top, #3b5998, #2b4170);
	background: -webkit-linear-gradient(top, #3b5998, #2b4170);
	border: none;
	color: #fff;
}

.Twitter-color {
	background: rgb(54,216,255);
	background: -moz-linear-gradient(-90deg, rgba(54,216,255,1) 0%, rgba(0,172,238,1) 100%);
	background: -webkit-linear-gradient(-90deg, rgba(54,216,255,1) 0%, rgba(0,172,238,1) 100%);
	background: linear-gradient(-90deg, rgba(54,216,255,1) 0%, rgba(0,172,238,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#36d8ff",endColorstr="#00acee",GradientType=1);
	border: none;
	color: #fff;
}

.Youtube-color {
	background: rgb(40,40,40);
	background: -moz-linear-gradient(90deg, #8c0000 0%, rgba(255,0,0,1) 100%);
	background: -webkit-linear-gradient(90deg, #8c0000 0%, rgba(255,0,0,1) 100%);
	background: linear-gradient(90deg, #8c0000 0%, rgba(255,0,0,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#8c0000",endColorstr="#ff0000",GradientType=1);
	border: none;
	color: #fff;
}

.Yaay-color {
	background: rgb(46,119,238);
	border: none;
	color: #fff;
}
