* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

html {
	font-size: 4px;
}

body {
	font-family: 'Open Sans', sans-serif;
	color: #fff;
	font-size: 1.6rem;
	font-weight: 400;
	line-height: 1.5;
	text-align: center;
	background: url(img/arkaplan.png) no-repeat fixed;
}


a {
	text-decoration: none;
}

p {
	padding: 1.6rem 0;
	font-size: 2rem;
}

img {
	width: 100%;
	height: auto;
}

.clearfix::after {
	content: "";
	display: block;
	clear: both;
}


/*header*/
header {
	height: 45rem;

}

header .bg-image {
	position: absolute;
	background-image: url(img/home1.png);
	background-size: cover;
	background-position: center;
	height: 45rem;
	width: 100%;
	z-index: -1;
	

}

header h1 {
	padding: rem;
	padding-bottom: 0;
}


.btn {

	display: inline-block;
	background-color: #17202a;
	color: #fff;
	border: 4px solid #00692c;
	padding: 1.6rem 3.2rem;
	margin: 0 0;
	left: 25rem;
	transition: all 0.3;
	z-index: -1;

}


.btn:hover {
	background-color: #eaeaea;
	color: #333;
}

/*section-a*/
#section-a {
	background-color: #eaeaea;
	color: #333;
	padding: 3.2rem 0;
}


.col-content {
	padding: 1.5rem;
}
/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 10s;
  animation-name: fade;
  animation-duration: 10s;
}
@-webkit-keyframes fade {
  from {opacity: 1} 
  to {opacity: 1}
}
@keyframes fade {
  from {opacity: 1} 
  to {opacity: 1}
}
/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
  .text {font-size: 11px}
}



#section-c {
	background-color: #eaeaea;
	color: #333;
	padding: 2rem;

}

/*section-d*/
#section-d {
	background: url(img/arkaplan.png) no-repeat fixed;

	background-color: #343a40;
	background-size: cover;
	background-position: center;
}

#section-d .box {
	padding: 5rem;
}

@media screen and (min-width:800px) {
	html {
		font-size: 9px;
	}
}

@media screen and (min-width:1200px) { 
	.col-content {
		padding: 1.5rem;
	}

	#section-b img {
		margin-top: 4rem;
		padding-left: 15rem;
		padding-right: 15rem;
	}

	.box {
		width: 50%;
		float: left;
	}
}

li {
	list-style: none;
}

html {
	font-size: 12px;
}

.container {
	width: 100%;
	margin: auto;
}

.jumbotron {
	padding-top: 100px;
}

/* Navb*/
.navbar {
	opacity: 0.8;
	border-bottom: 1px solid #00692c;
}



.navbar ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.navbar li {
	float: left;
	position: relative;
	width: 10rem;
}

.navbar ul li ul {
	display: none;
}

.navbar ul li:hover ul {
	display: block;
}

.navbar ul li a {
	text-decoration: none;
	background: #343a40;
	display: block;
	color: white;
	font-weight: bold;
	font-family: sans-serif;
	text-align: center;

	border-left: 1px solid #343a40;
	padding: 5px;
}

.navbar ul li ul li a {
	background: #343a40;
	text-align: left;
	padding: 5px;
	font-size: .9em;
}

.navbar li a:hover {
	background: #00692C;
	transition: .5s;
}

.navbar ul li ul li a:hover {
	padding-left: 15px;

}

.nav-link {
	margin-top: 10px;
}

/*LOGO*/

.logo {
	width: 18rem;
}

/*footer*/
footer {
	float: inherit;
	padding: 0.1rem;
	background-color: #000;
}

/*SVG*/
svg {
	color: #00692c;
}

/* Translate */
.translater img {
	height: 2rem;
	width: 3rem;
}
