﻿@charset "utf-8";
/* CSS Document */
body {
    padding-top: 0px;
    padding-bottom: 0px;
}

/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Set widths on the form inputs since otherwise they're 100% wide */
input,
select,
textarea {
  /*  max-width: 280px;*/
}

/* Responsive: Portrait tablets and up */
@media screen and (min-width: 768px) {
    .jumbotron {
        margin-top: 20px;
    }
    .body-content {
        padding: 0;
    }
}
.logo {
	height:150px;
}

.liste li {
	list-style-type: none;
	}
.liste a {
	color: cornflowerblue;
}

.resim {
	height: auto;
	    max-width: -webkit-fill-available;
}

.merkez-nav {
	justify-content: center;
}

.navbar {
    justify-content: normal;	
}


#navbarNav {
	background-color:#0D4391;
	color: white;
	top: 145px;
    opacity: 0.7;
    z-index: 1;
}


.nav-link {
	color:white !important;
	font-weight: bold;
}
.nav-item:hover {
	background-color: mediumblue;
}

#button {
    background-color: #0D4391;
    color: white;
    top: 264px;
    opacity: 0.7;
    right: 20px;
}

.h2, h2 {
    	font-size:1rem;
}


.zeminresim {
width: 100%;
  height: 100%;
  opacity: 0.3;
  background-image: url("../images/Background.png");
  background-repeat: no-repeat;
  background-position: 100% 0;
  background-size: cover;	
}
