*{
	padding: 0;
	margin: 0;
}
@font-face {
    font-family: "bauhaus";
    src: url('../font/bauhaus/BAUHS93.ttf');
    }
.sizeku{
	height: 657px;
	width: 100%;
}
.sizeku2{
	height: 630px;
	width: 100%;
}.sizeku3{
	height: 450px;
	width: 100%;
}
.gray{
-webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
filter: grayscale(100%);
}

.gray:hover{
-webkit-transition: all .2s ease-in-out;
-moz-transition: all .2s ease-in-out;
-o-transition: all .2s ease-in-out;
-ms-transition: all .2s ease-in-out;
-webkit-filter: grayscale(0%); /* Safari 6.0 - 9.0 */
filter: grayscale(0%);

-webkit-transform: scale(1.2);
-moz-transform: scale(1.2);
-o-transform: scale(1.2);
transform: scale(1.2);
}
.white{
	color: #FFFFFF
}
.judul{
	font-family: bauhaus;
	color:#FFFFFF; 
	font-size: 40px;
	margin-top: 20px;
}
.isi{
	font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif";
	font-size: 20px;
	color: #FFFFFF;
	padding: 30px 100px 30px 100px
}
.zoom:hover{
-webkit-transition: all .2s ease-in-out;
-moz-transition: all .2s ease-in-out;
-o-transition: all .2s ease-in-out;
-ms-transition: all .2s ease-in-out;

-webkit-transform: scale(1.1);
-moz-transform: scale(1.1);
-o-transform: scale(1.1);
transform: scale(1.1); 
}

/*tentang*/
.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.justify-content-md-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
.marginku{
margin: 50px 50px 50px 50px;
}
.list-inline {
  padding-left: 0;
  list-style: none;
}

.list-inline-item {
  display: inline-block;
}
.card {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
}
.card-body {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1.25rem;
}
.card-img-top{
    width: 318px;
    height: 215px;
	border-radius: 3px 3px 0 0;
}
.card-name{
    font-family: opensans-bold;
    font-size: 16px;
}
.card-text{
    font-family: opensans-light;
    font-size: 12px;
    margin-top: 10px;
}.card-profil{
    width: 100px;
    height: 100px;
    border-radius: 100%;
    margin-top: -75px;
}


.btn {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, 
    background-color 0.15s ease-in-out, 
    border-color 0.15s ease-in-out, 
    box-shadow 0.15s ease-in-out;
}
.btn-primary {
  color: #fff;
  background-color: #00384d;
  border-color: #00384d;
}

.btn-primary:hover {
  color: #fff;
  background-color: #00384d;
  border-color: #0062cc;
}
