h1, h2, h3, h4, h5, h6 { font-family: Montserrat; }

.icerik { font-size: 15px; font-family: Verdana,sans-serif; }
.icerik h1 { font-size: 30px; }
.icerik h2 { font-size: 26px; padding-top: 20px; }

p { font-family: Source Sans Pro; font-size: 15px; }

div.menu a:hover {
    transition: background-color 0.5s linear;
    -moz-transition: background-color 0.5s linear; /* Firefox 4 */
    -webkit-transition: background-color 0.5s linear; /* Safari and Chrome */
    -o-transition: background-color 0.5s linear; /* Opera */
    -ms-transition: background-color 0.5s linear; /* Explorer 10 */

    padding-left: 30px;

    transition: padding-left .4s;
    -moz-transition: padding-left .4s;
    -webkit-transition: padding-left .4s;
    -ms-transition: padding-left .4s;

    background-color: #00c900;
    color: #fff;
    font-weight: bold;
}

.main {
	margin-top: 50px;
    padding-bottom: 20px;
}

footer {
    padding: 50px 30px;
    color: #fff;
    text-align: center;
    background-color: #222222;
}
footer a
{
    color: #24B7A4;
}
.credits {
    padding-top: 10px;
}

.w3-example {
    border-radius: 4px;
    background-color: #474949;
    color: #ffffff;
    padding: 0.01em 16px;
    margin: 20px 0;
	margin-bottom: 30px;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12)!important;
}

.w3-section, .w3-code {
    margin-top: 16px!important;
    margin-bottom: 16px!important;
}
.w3-code {
    width: auto;
    color: #000000;
    background-color: #fff;
    padding: 8px 12px;
    border-left: 4px solid #fff334;
    word-wrap: break-word;
}
.w3-code, .w3-codespan {
    font-family: Verdana, Arial;
    font-size: 16px;
}

.icerik pre{
	padding: 0px;
	margin: 0px;
	border: 0px;
	background-color: #fff;
}

h3 span.glyphicon-hash{
    font-size: 0.5em;
    vertical-align: 5px;
}

ul.withspace {
    padding-bottom: 20px;
}

.author {
	align: center;
	border-radius: 50%;
	border: 2px solid #fff;
	box-shadow: 0 2px 0 rgba(0,0,0,.1);
	padding-top: 10px;
}
.padd {
	padding-top: 20px;
}

.navbar-inverse .navbar-brand{
	color: #00c900;
}
.baglanti {
	text-align: center;
	padding-top: 5px;
	padding-bottom: 25px;
}
.baglanti img{
  -webkit-transition: opacity .2s ease-in-out;
  -moz-transition: opacity .2s ease-in-out;
  -ms-transition: opacity .2s ease-in-out;
  -o-transition: opacity .2s ease-in-out;
  transition: opacity .2s ease-in-out;
  filter: alpha(opacity=50);
  opacity: 0.5;
  padding-bottom: 10px;
}
.baglanti img:hover{
  zoom: 1;
  filter: alpha(opacity=100);
  opacity: 1.0;
}

.topspace {
	margin-top: 5px;
}

.hint {
	background-image: url('../images/hint.jpg');
	background-repeat: no-repeat;
	background-position: 10px 8px;
}
.hint div {
	margin-left: 50px;
	margin-right: 10px;
}

.kutu { background-color: #DBF799; padding: 3px; border: 1px #9AD115; margin-bottom: 5px; }

/* CSS Sitesi */
div.background { width:400px; height:330px; background:url('../images/th_4.jpg') repeat; border:2px solid black; }
div.transbox { width:300px; height:260px; margin:30px 50px; background-color:#ffffff; border:1px solid black; opacity:0.6; filter:alpha(opacity=60); }
div.transbox p { margin:30px 40px; font-weight:bold; color:#000000; }
img.stil { opacity: 0.5; filter: alpha(opacity=50); }
img:hover.stil { opacity: 1.0; filter: alpha(opacity=100); }

@media (max-width:768px){
	.nodisplay{
		display: none;
	}
}