* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

html {
	font-size: 7px;
}

body {
	font-family: 'Open Sans', sans-serif;
	color: #fff;
	font-size: 1.6rem;
	font-weight: 400;
	line-height: 1.5;
	text-align: center;
	background-color: #ccc;
}


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: 0;
	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;

}
#section-a{
	background: url(img/arkaplan.png) no-repeat fixed;
}
#section-a img {
	width: 80%;
	box-shadow: 9px 9px 9px #000;
   -moz-box-shadow: 9px 9px 9px #000;
   -webkit-box-shadow: 9px 9px 9px #000;
}

/*section-b*/
#section-b img{
	box-shadow: 5px 5px 5px #000;
   -moz-box-shadow: 5px 5px 5px #000;
   -webkit-box-shadow: 5px 5px 5px #000;
	width: 390px;
}

#section-b ul {
	list-style: none;
}

#section-b li {
	background: url(img/arkaplan.png) no-repeat fixed;
	color: #fff;
	box-shadow: 5px 5px 5px #000;
   -moz-box-shadow: 5px 5px 5px #000;
   -webkit-box-shadow: 5px 5px 5px #000;

}

.col-content {
	padding: 1.5rem;
}

/*section-d*/
#section-d {
	background: url(img/arkaplan.png) no-repeat fixed;
	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:950px) {
	#section-b li {
		width: 35rem;
		margin: 1%;
		display: inline-block;
	}

	.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;
}
