* {
font-family: Century Gothic;
  box-sizing: border-box;
}

html {
	height: 100vh;
	background-size: cover;
	background-position: center;
}
body {
	margin: 0;
	padding: 0;
}



body {
  font-family: Arial, Helvetica, sans-serif;
}


header {
background-image: linear-gradient(rgba(0,0,0,0.4),rgba(0,0,0,0.4)), url(img/header/store.jpg);
height: 500px;
background-size: cover;
background-position: center;
}

header h1 {
  position: absolute;
	top: 28%;
	left: 41%;
  color: white;
  font-size: 48pt;
 }  


.navbar {
    overflow: hidden;
    background-color: white;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1;
  }

  .navbar span {
    color: rgb(240, 156, 156);
  }
 
  .navbar a {
    float: right;
    display: block;
    color: black;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    font-size: 17px;
    font-weight: normal;
  }
  
  .navbar a:hover {
    color: rgb(240, 156, 156); 
  }

 

.dropdown-content {
  float: left;
    display: none;
    position: absolute;
    background-color:  white;
    margin-top: 50px;
    margin-left: -1137px;
    width: 1500px;
    height: 150px;
    z-index: 1;
    color: white;
  }
  
  .dropdown-content a {
    color: white;
    float: left;
  }
  
  
  
.posisidropdown1{
    position: absolute;
    top: 16%;
    left: 39%;
}

.posisidropdown2{
  position: absolute;
  top: 16%;
  left: 47%;
}


.dropdown:hover .dropdown-content {
  display: block;
}
.geser {
  margin-right: 35px;
}

.navbar img{
  width: 70px;
	height: 30px;
	margin-top: 10px;
	margin-left: 45px;
}


.besar {
  width: 1349px;
  margin-top: 20px;
  margin-left: -30px;
  background-color: rgba(0, 0, 0, 0.5);

}


nav ul {
  list-style-type: none;
  padding: 0;
}


.navbar a {
  float: right;
  display: block;
  color: black;
  text-align: center;
  padding: 14px 13px;
  text-decoration: none;
  font-size: 17px;
}

section:after {
  content: "";
  display: table;
  clear: both;
}

.artikel1 {
  position: relative;
  float: left;
  width: 100%;
  height: auto; 
  background-color: #F7F5F6;
  padding: 20px;
  font-size: 12pt;
}

.artikel1 p {
  width: auto;
}



.phil{
  height: auto;
  margin-top: 5px;
  float: left;
}

figure {
  float: left;
}

.misi {
  float: right;
  min-width:0%;
  height: auto;
}

.artikel2 p {
  text-align: center;
  width: auto;
  
}

.artikel2 h2 {
  margin-left: auto;
}

.posisip {
  margin-top: 30px;
  
}

.artikel2 {
  float: left;
  padding: 20px;
  width: 100%;
  background-color: #F7F5F6;
  font-size: 12pt;
  height: auto; 
}

.artikel2  p , h2 { 
position: relative;
margin-left: 50px;
}

.artikel2 h1 {
	margin-top: 30px;
	font-size: 25pt;
}

.atas{
	margin-top: 50px;
	}


footer {
  background-color: black;
  padding: 10px;
  height: 60px;
  text-align: center;
  color: white;
  font-size: 12pt;
}

footer p {
  margin-top: 8px;
}


@media (max-width: 600px) {
 img{
     width: 100%;
    height: auto;
  }
 
  header {
    background-color: red;
    padding: 30px;
    text-align: center;
    font-size: 35px;
    color: white;
    height: 430px;
  }

  .navbar a {
    float: right;
    display: block;
    color: black;
    text-align: center;
    padding: 14px 13px;
    text-decoration: none;
    font-size: 15px;
  }

  .navbar img{
    width: 50px;
    height: 22px;
    margin-top: 13px;
    margin-left: 20px;
  }

  .geser {
    margin-right: 5px;
  }

  .back{
    position: absolute;
    top: 1%;
    left: 35%;
    font-size: 20pt;
  }

  header h1 {
    position: absolute;
    top: 27%;
    left : 23%;
    font-size: 35pt;
  }
  .besar {
    width: 1349px;
    margin-top: -69px;
    margin-left: -450px;
  
  }

.responsiveatas { 
  position: absolute;
  left: 30%;
}
  
.posisidropdown1{
  position: absolute;
  top: 16%;
  left: 69%;
}

.posisidropdown2{
position: absolute;
top: 16%;
left: 77%;
}

  .artikel1 p {
    float: left;
    width: auto;
    text-align: justify;
  }

  .phil {
    margin-top : 50px;
  }
 

.misi {
  margin-top: 80px;
}

.artikel2 p, h2 {
  margin-left: 0px;
}

  .atas{
    margin-top: 30px;
    }


  footer {
    background-color: black;
    padding: 10px;
    height: 50px;
    text-align: center;
    color: white;
    font-size: 10pt;
  }
}

