@import url('https://fonts.googleapis.com/css?family=Bree+Serif');

body {
	font-family: 'AVENIR', book;
	background-color: white;
	width: 1200px;
	height: 720px;

}
.nav a:link {
  color: #6A7767;
  text-decoration: none;
}

.nav a:visited {
  color: #6A7767;
  text-decoration: none;
}

.nav a:hover {
  font-weight: 900;
  text-decoration: none;
}

.nav a:active {
  color: #6A7767;
  text-decoration: none;
}

.Header {
	margin-top: 20px;
}

.logo {
	position: absolute;
	margin: 0px 0px 0px 15px;
}

.nav {
	padding: 5px 0px 0px 100px;
	margin: 0px 60px 0px 0px;
	text-align: right;
	position: relative;
	color: #6A7767;
}

.nav li {
	display: inline-block;
	padding: 0px 30px 0px 30px;
	text-decoration: none;
	font-size: 12pt;
}

.BoxHijauBawahNav {
	margin: 0px 0px 0px 150px;
	background-color:#6A7767 ;
	width: 1050px;
	height: 5px;
	color:white;
}

.JUDUL {
	color : #30718F;
	text-align: center;
	margin-top: 50px;
}

.Kiri {
	display: block;
}

.item {
	display: flex;
	font-size: 14pt;
}

.Nama_Sosmed {
	margin: 45px 0px 0px 0px;
	display: block;
}

.item img {
	margin:20px 40px 0px 50px;
	display: block;
}

.Nama_Sosmed a:link {
  color: #30718F;
  text-decoration: none;
}

.Nama_Sosmed a:visited {
  color: #30718F;
  text-decoration: none;
}

.Nama_Sosmed a:hover {
  font-weight: 900;
  text-decoration: none;
}

.Nama_Sosmed a:active {
  color: #30718F;
  text-decoration: none;
}

.Tengah {
	text-align: right;
	margin: 10px 30px 0px 250px;
}

.komponen {
	margin-top: 30px;
}

.input_nama input[type=text] {
  width: 200px;
  padding: 12px 20px;
  margin: 8px 0;
  box-sizing: border-box;
  border-color: #30718F;
  border-radius: 15px;
  color:#6A7767;
}

.input_nama {
	display: inline-block;
}

.Email input[type=text] {
  width: 400px;
  padding: 12px 20px;
  margin: 8px 0;
  box-sizing: border-box;
  border-color: #30718F;
  border-radius: 15px;
  color:#6A7767;
}

.Message input[type=text] {
  width: 400px;
  height: 180px;
  padding: 12px 20px;
  margin: 8px 0;
  box-sizing: border-box;
  border-color: #30718F;
  border-radius: 15px;
  margin-bottom: 0px;
  color:#6A7767;
}

.KotakSubmit {
	margin: 25px 0px 0px 55px;
	width: 150px;
	height: 20px;
	padding: 20px;
	border-radius: 20px;
	background-color: #90c0e1;
	color :#30718f;
	text-align: center;
}

.Submit {
	float: right;
}

.WrapperTop {
	display: flex;
}

.KotakSubmit a:link {
  color: #30718F;
  text-decoration: none;
}

.KotakSubmit a:visited {
  color: #30718F;
  text-decoration: none;
}

.KotakSubmit a:hover {
  color :white;
  text-decoration: none;
}

.KotakSubmit a:active {
  color: #30718F;
  text-decoration: none;
}

.KotakSubmit:hover {
  background-color: #30718F;
  text-decoration: none;
}

.clear {
	clear: both;
}

.footer {
	margin: 50px 0px 0px 0px;
	background-color:#6A7767 ;
	width: 1200px;
	height: 120px;
	color:white;
	display: flex;
}

.LogoSocialMedia {
	margin: 20px 0px 0px 50px;
	
}

.copyright {
	margin :0px 0px 0px 30px;
}

.nav_bawah a:link {
  color: white;
  text-decoration: none;
}

.nav_bawah a:visited {
  color: white;
  text-decoration: none;
}

.nav_bawah a:hover {
  color : white;
  font-weight: 900;
  text-decoration: none;
}

.nav_bawah a:active {
  color : white;
  text-decoration: none;
}

.nav_bawah {
	color : white;
	display: inline-block;
	margin: 50px 0px 0px 80px;
}

.nav_bawah li {
	display: inline-block;
	padding: 0px 40px 0px 40px;
	text-decoration: none;
	font-size: 12pt;
}

.BagianBawah_1 {
	margin-top: 10px;
}

.LogoFooter {
	text-align: right;
	margin: 0px 0px 0px 200px;
	
}