body {
	background-color: #e9eef0;
}

html,body,.row {
  height:100%;
  min-height:500px;
}
.row > div {
  height:100%;
}

dt{
	font-family: 'Kaushan Script', cursive;
	font-size: 30px;
	padding-bottom: 20px;
}

dd{
	font-size: 16px;
	padding-top: 10px;
}

p {
	font-size: 16px;
}

h3 {
	font-family: 'Kaushan Script', cursive;
	font-size: 30px;
	padding-bottom: 20px;
}

.navdiv {
	background-color: rgba(26,147,111,0.8);
	border-style: solid;
	border-width: 1px;
	border-color: #114b5f;
	border-bottom-right-radius: 15px;
	border-bottom-left-radius: 15px;
}

.navbar .brand { 
    max-height: 50px;
    overflow: visible;
    padding: 10px; 
}

.navbar-header {
	color: #fff;  /*Sets the text hover color on navbar*/
}

.navbar .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
	color: #9DDBAA;  /*Sets the text hover color on navbar*/
}

.navbar .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
	color: #9DDBAA; /*BACKGROUND color for active*/
	background: none;
}


.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
	color: #9DDBAA;
	text-decoration: none;
	background-color: #88d498;  /*change color of links in drop down here*/
}

.nav > li > a:hover, .nav > li > a:focus {
	text-decoration: none;
	background: none; /*Change rollover cell color here*/
}
  
.navbar .navbar-nav > li > a {
	color: white; /*Change active text color here*/
}

.navbar .navbar-toggle .icon-bar {
    background-color: #fff;
}

.mainquote {
	text-align: center;
	color: #fff;
	padding: 10px;
	margin: 0px;
	font-size: 17.5px;
}

.customhighlight {
	color: #fff;
	padding: 20px;
	margin: 50px 0px 0px 0px;
	font-size: 14px;
	background-color: rgba(0,45,65,0.8);
}

.customhighlight h1 , .customhighlight h2, .customhighlight h3 , .customhighlight h4 {
	color: #1a936f;
}

.sifadiv {
	background-image: url(../images/mainpic.jpg);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.mainslogan {
	text-align: center;
}

.mainslogan p {
	color: #fff;
	font-family: 'Kaushan Script', cursive;
	text-shadow: 2px 2px 1px #000;
}

.mainslogan footer{
	color: #fff;
	font-family: sans-serif;
	text-shadow: 2px 2px 1px #000;
}

.mainsloganlarge p{
	font-size: 5vw;
}

.mainslogansmall p{
	font-size: 10vw;
}

.mainsloganlarge footer{
	font-size: 2.5vw;
}

.mainslogansmall footer{
	font-size: 5vw;
}

.uygulamaone {
	margin-top: 80px;
	padding-bottom: 80px;
	padding-top: 80px;
	background-color: #abd7ca;
	color: #114b5f;
	border-radius: 15px;
}

.uygulamatwo {
	margin-bottom: 80px;
	margin-top: 80px;
	padding-bottom: 80px;
	padding-top: 80px;
	color: #114b5f;
	background-color: #c6dabf;
	border-radius: 15px;
}

.uygulamaresim {
	margin-bottom: 80px;
	margin-top: 80px;
}

.uygulamaresim .img-rounded {
	border-radius: 15px;
}

#ekibimiz p {
	padding-top: 20px;
}

.ekibimizone {
	margin-bottom: 80px;
	margin-top: 80px;
	padding-bottom: 80px;
	padding-top: 80px;
	color: #114b5f;
	background-color: #9ddbaa;
	border-radius: 15px;
}

#iletisim {
	padding-bottom: 80px;
	padding-top: 80px;
	color: #e9eef0;
	background-color: #08232c;
}

#iletisim h3 {
	text-align:center;
}