@charset "utf-8";

@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Fjalla+One&display=swap');

@media only screen and (max-width: 600px) {
  body {
background-image: url("bg1.jpg");
background-repeat: no-repeat;
background-position: top right;
background-size: cover;
background-attachment: fixed;
  }
}
@media only screen and (min-width: 600px) {
  body {
background-image: url("bg.jpg");
background-repeat: no-repeat;
background-position: top right;
background-size: cover;
background-attachment: fixed;
  }
}
.sol{
	width:100%;
	background:url(bbg.png);
	padding:30px;
	margin: 30px 0;
	border-radius: 20px;
}
.menubaslik{
	background:url(bbg.png);
	border-radius: 10px;
	padding-left:20px;
	font-family:'Oswald', sans-serif;
	font-size: 44px;
	color:#900;
	text-decoration:none;
	text-shadow: 1px 1px 3px #999;
}
.menu{
	font-family:'Fjalla One', sans-serif;
	font-size: 20px;
	color:#333;
	text-decoration:none;
	text-shadow: 1px 1px 3px #999;
}
.fiyat{
	font-family:'Fjalla One', sans-serif;
	font-size: 20px;
	color:#333;
	text-decoration:none;
	text-shadow: 1px 1px 3px #999;
}
.cizgi{
	border-bottom:dashed 1px #333;
}
.ara30{
	height:30px;
}
.ara10{
	height:10px;
}
.menubaslik1{
	padding-left:20px;
	font-family:'Oswald', sans-serif;
	font-size: 44px;
	color:#900;
	text-decoration:none;
	text-shadow: 1px 1px 3px #999;
	text-align:center;
	font-weight:bold;
}
.altmetin{
	font-family:Verdana, Geneva, sans-serif;
	font-size:14px;
	color:#333;
}