@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro);
@import url(https://fonts.googleapis.com/css?family=Teko:700);

/* Demo purposes only */
html {
  height: 100%;
}
body {
  background-color: #212121;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: wrap;
  margin: 0;
  width: 100%;
  height: 100%;
  background: url('../img/bg_mpp.jpg');
  background-repeat: no-repeat;
  background-size: cover; 
}
.overlay-bg {
    background-color: rgba(0, 0, 0, 0.7);
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100%;
    min-height: 100%;
}

.header {
    position: fixed;
    display: flex;
    top: 0;
    width: 98%;
    max-height: 200px;
    padding: 20px 0% 10px 0%;
    margin-bottom: 10px;
    justify-content: space-between;
}
.logo {
    text-align: center;
    filter: drop-shadow(2px 4px 6px #000);
}

.logo span{
	font-family: 'Teko', sans-serif;
	display:inlibe-block;
	font-weight:700;
	font-size:36px;
	color:#ffffff;
}
.title{
	font-family: 'Teko', sans-serif;
	font-weight:700;
	font-size:28px;

}
.menu {
    font-family: 'Teko', sans-serif;
    text-align: right;
    width: 20%;
    color: #ffffff;
    font-size: 20px;
    padding: 5px;
    padding-right: 10px;
    background: linear-gradient(to left,#765e14 ,transparent);
    height: 80px;
}
.gedung {
    font-family: 'Teko', sans-serif;
    width: 15%;
    color: #ffffff;
    font-size: 36px;
    line-height: 30px;
    margin-right: 5%;
    padding: 5px;
    background: linear-gradient(to right,#6e5c23 ,transparent);
    height: 80px;
}

.logo h1 {
    color: #fff;
    text-transform: uppercase;
    font-family: sans-serif;
    margin: 5px 0;
    font-size: 50px;
    font-weight: bold;
}

.logo h2 {
    margin: 5px 0;
    padding: 10px 0;
    color: #fff;
    font-family: sans-serif;
    text-transform: uppercase;
    font-weight: 200;
    font-size: 28px;
    border-top: 1px solid #ffffff4d;
}
.content {
	display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: wrap;
  margin: 0;
  height: auto;
}

.snip1543 {
  background-color: #fff;
  color: #ffffff;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 14px;
  margin: 5px;
  max-width: 250px;
  min-width: 200px;
  overflow: hidden;
  position: relative;
  text-align: left;
  width: 100%;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  
}

.snip1543 *,
.snip1543 *:before,
.snip1543 *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.45s ease;
  transition: all 0.45s ease;
}

.snip1543 img {
  backface-visibility: hidden;
  max-width: 100%;
  max-height: 150px;
  vertical-align: top;
}

.snip1543:before,
.snip1543:after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  content: '';
  background-color: #0062ff;
  opacity: 0.5;
  -webkit-transition: all 0.45s ease;
  transition: all 0.45s ease;
}

.gedung img {
    height: 70px;
}

.snip1543:before {
  -webkit-transform: skew(30deg) translateX(-80%);
  transform: skew(30deg) translateX(-80%);
}

.snip1543:after {
  -webkit-transform: skew(-30deg) translateX(-70%);
  transform: skew(-30deg) translateX(-70%);
}

.snip1543 figcaption {
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  z-index: 1;
  bottom: 0;
  padding: 15px 20% 15px 10px;
}

.snip1543 figcaption:before,
.snip1543 figcaption:after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #690959;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.7);
  content: '';
  opacity: 0.5;
  z-index: -1;
}

.snip1543 figcaption:before {
  -webkit-transform: skew(30deg) translateX(-100%);
  transform: skew(30deg) translateX(-100%);
}

.snip1543 figcaption:after {
  -webkit-transform: skew(-30deg) translateX(-90%);
  transform: skew(-30deg) translateX(-90%);
}

.snip1543 h3,
.snip1543 p {
  margin: 0;
  opacity: 0;
  letter-spacing: 1px;
}

.snip1543 h3 {
  font-family: 'Teko', sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 1em;
  text-transform: uppercase;
}

.snip1543 p {
  font-size: 0.9em;
}

.snip1543 a {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
}

.snip1543 h3,
.snip1543 p {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 0.9;
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

.snip1543:before,
.snip1543 :before {
  -webkit-transform: skew(30deg) translateX(-20%);
  transform: skew(30deg) translateX(-20%);
  -webkit-transition-delay: 0.05s;
  transition-delay: 0.05s;
}

.snip1543 :after,
.snip1543.hover:after {
  -webkit-transform: skew(-30deg) translateX(-10%);
  transform: skew(-30deg) translateX(-10%);
}

.snip1543  figcaption:before,
.snip1543  figcaption:before {
  -webkit-transform: skew(30deg) translateX(-40%);
  transform: skew(30deg) translateX(-40%);
  -webkit-transition-delay: 0.15s;
  transition-delay: 0.15s;
}

.snip1543  figcaption:after,
.snip1543  figcaption:after {
  -webkit-transform: skew(-30deg) translateX(-30%);
  transform: skew(-30deg) translateX(-30%);
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}


.footer {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 10px;
  background-color: rgba(255, 0, 0, 0.1);
  font-family: 'Source Sans Pro', sans-serif;
  text-align: left;
  padding-left:30px;
  color:#ffffff;
  font-size:14px;
}