body {
	background-color: black;
}
.full-bg,
.full-bg:after {
	position:fixed;
    width: 100%;
    height: 105%;
    top: -20px;
    left: 0px;
    z-index: -2;
}
.full-bg li span {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    color: transparent;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: none;
    opacity: 1;
    z-index: -1;
}
.full-bg li span { background-image: url('yakinda.jpg') }
.container {
	margin:0 auto;
	max-width: 840px;
	width:90%
}
section {
	width: 100%;
	min-width:240px;
	margin:0 auto;
}
#Maalesef{
	margin-top:10%;
	font-family:Verdana, Geneva, sans-serif;
	font-size:2.0em;
	font-weight:bold;
	color:white;
	text-align:justify;
	background-color:rgba(0,0,0,0.5);
	padding:1.2%;
	border-radius:2px;
}
#Unfortunately{
	margin-top:2%;
	font-family:Verdana, Geneva, sans-serif;
	font-size:1.5em;
	font-weight:bold;
	color:white;
	text-align:justify;
	background-color:rgba(0,0,0,0.5);
	padding:1.2%;
	border-radius:2px;
}
#links{
	margin-top:2%;
	font-family:Verdana, Geneva, sans-serif;
	font-size:1.5em;
	font-weight:bold;
	color:white;
	text-align:center;
	background-color:rgba(0,0,0,0.5);
	padding:1.2%;
	border-radius:2px;	
}
#isim{	
	margin-top:2%;
	font-family:Verdana, Geneva, sans-serif;
	font-size:1em;
	font-weight:bold;
	color:white;
	text-align:center;
	padding:1.2%;
	margin-bottom:10%;
}
a.eposta:link{
	color:white;
	text-decoration:none;
}
a.eposta:hover{
	color:white;
	text-decoration:underline;
}
a.eposta:visited{
	color:white;
	text-decoration:none;
}
ul{
	list-style-type:none;
	padding:0px;
}
li{
	display:inline;
	font-size: 90px;
}
.fa{
	color: white;
}

@media all and (min-width: 481px) and (max-width: 760px) {
	#Maalesef{font-size:1.6em;}
	#Unfortunately{font-size:1.3em;}
	#isim{margin-bottom:15%;}
} 
@media all and (min-width: 240px) and (max-width: 480px) {
	#Maalesef{font-size:1.6em;}
	#Unfortunately{font-size:1.3em;}
	#isim{margin-bottom:15%;}
} 
/* .modal-transparent */

.modal-transparent {
  background: transparent;
}
.modal-transparent .modal-content {
  background: transparent;
}
.modal-backdrop.modal-backdrop-transparent {
  background: #ffffff;
}
.modal-backdrop.modal-backdrop-transparent.in {
  opacity: .9;
  filter: alpha(opacity=90);
}

/* .modal-fullscreen */

.modal-fullscreen {
  background: transparent;
}
.modal-fullscreen .modal-content {
  background: transparent;
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.modal-backdrop.modal-backdrop-fullscreen {
  background: #ffffff;
}
.modal-backdrop.modal-backdrop-fullscreen.in {
  opacity: .97;
  filter: alpha(opacity=97);
}

/* .modal-fullscreen size: we use Bootstrap media query breakpoints */

.modal-fullscreen .modal-dialog {
  margin: 0;
  margin-right: auto;
  margin-left: auto;
  width: 100%;
}
@media (min-width: 768px) {
  .modal-fullscreen .modal-dialog {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .modal-fullscreen .modal-dialog {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .modal-fullscreen .modal-dialog {
     width: 1170px;
  }
}