* { margin:0 ; padding:0}

    body {
      font-family: 'Roboto', sans-serif;
      font-size: 14px;
    }
    .yazi {
          font-family: 'Roboto', sans-serif;
		  font-size: 20px;
    }


body {
  background-image: url("../images/bg.jpg");
  /* background-image: url("../images/proje_insert.png"); */
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.container {
	 // border:1px solid #FFF
}

@media only screen and (max-width : 768px) {
    .navbar-collapse {
    background:transparent !important;
	//background-color: transparent;

  }
}

.navbar { 
    background-color: transparent;
}

.arkaplan-beyaz { 
    background-color: #04295A;
}

.navbar.collapse {
    display:flex;
	background-color: transparent;
	
}
.navbar.collapsing,.navbar.show {
    background:white !important;
}

li {
	margin-top:10px;color:#FFFFFF; 
	// border:1px solid #FFF;height:50px;
}


.nav-link {
	color:#FFFFFF !important;
	Font-size : 14px !important;
	// Font-weight:bold;
	Margin-top:20px;
}

.logo { height:90px }
.logo-buyuk { height:100px;position:relative; }

.bg {
	height: 50%;

	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") !important;
}

.navbar-light .navbar-toggler {
    border: 1px solid white !important;
}

.link {
  color: #FFF;
  text-decoration: none;
}

.link2 {
	Color: #000;
	Text-decoration: none;
	Font-size : 14px !important;
	Font-weight:bold;
}

.vertical-center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

