* {
  margin: 0;
  padding: 0px;
  font-family: 'Source Sans Pro', sans-serif;
}

body {
  background: #fff;
  margin: 0;
  color: #5a5a5a;
  font: 18px 'Source Sans Pro', sans-serif;
  font-weight: normal;
  font-style: normal;
}

h1, h2, h3, h4, h5, h6 {
  font-family: inherit;
  font-weight: 300;
}

p {
  padding: 0;
  margin-bottom: 12px;
  font-family: inherit;
  font-weight: 300;
  font-size: 16px;
  line-height: 26px;
  color: #666;
  margin-top: 10px;
}

html, body {
  height: 100%;
}

#wrapper {
  background: url(../yapim.webp) no-repeat center top;
  padding-top: 250px;
  text-align: center;
  background-attachment: relative;
  background-position: center center;
  min-height: 700px;
  width: 100%;
  color: white;
  -webkit-background-size: 100%;
  -moz-background-size: 100%;
  -o-background-size: 100%;
  background-size: 100%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

#wrapper h1 bold {
  font-weight: 900;
  font-size: 40px;
  letter-spacing: 1px;
}

#wrapper h1 {
  font-size: 40px;
  letter-spacing: 1px;
}

#wrapper h5 {
  font-weight: 400;
  letter-spacing: 0.8px;
  margin-bottom: 25px;
}

.overlay {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: #000000bb;
}
.hidden-overflow{
	overflow: hidden;
}
.text-center{
	text-align:center!important;
}
.text-left{
	text-align:left!important;
}
.text-right{
	text-align:right!important;
}
.text-justify{
	text-align:justify!important;
}

@media (max-width: 768px) {
  #wrapper {
    padding-top: 80px;
  }

  #wrapper h1 {
    font-size: 30px;
  }

  #wrapper h5 {
    font-size: 20px;
  }

}