body{
  font-family: 'Nunito Sans';
  font-size: 14px;
  margin: 0 0 15px;
  color: #505050;
  line-height: 1.75;
}

p {
  max-width: 55ch;
  transform: scale(0.94);
  animation: scale 3s forwards cubic-bezier(0.5, 1, 0.89, 1);
}

h1{
  text-transform: none;
  font-family: Old Standard TT, serif;
  font-weight: 400;
}

h2{
  text-transform: none;
  font-size: 36px;
  font-family: Old Standard TT, serif;
  font-weight: 400;
}

h3{
  font-size: 30px;
  margin-bottom: 40px;
  text-align: left;
  font-family: Old Standard TT, serif;
}

h4{
  font-size: 20px;
  margin: 40px 30px 15px 30px;
  text-align: left;
  font-family: Old Standard TT, serif;
  text-align: center;
  line-height: 1.3;
}

h5{
  color: #dd888d;
  font-size: 10px;
  font-weight: 300;
  font-style: normal;
  text-transform: uppercase;
  letter-spacing: 0.5em;
}

hr{
  width: 60px;
  border-top: 1px solid #dd888d;
  margin: 0 0 20px 0;
}

span {
  display: inline-block;
  opacity: 0;
  filter: blur(4px);  
}

span:nth-child(1) {
  animation: fade-in 0.8s 0.1s forwards cubic-bezier(0.11, 0, 0.5, 0);
}

figure {	
	margin: 0;
	padding: 0;	
	overflow: hidden;
}

figure:hover+span {
	bottom: -36px;
	opacity: 1;
}

a:visited {
  text-decoration: none;
  color: #dd888d;
}

a:hover {
  text-decoration: none;
  color: #b16d71;
}

.navbar {
  padding: 1.5rem 3rem;
}

.navbarKiri{
  text-align: right;
}

.hrtengah{
  margin-left: auto;
  margin-right: auto;
}

.galecon{
  background: rgba(251,249,249,1);
  padding: 90px 0;
}

.carousel-inner {
  color: #fff;
  font-size: 40px;
  font-weight: 400;
  line-height: 1.3;
  padding: 0 20px;
  font-family: 'Old Standard TT', serif;
}

.card{
  background: #fff;   
  position: relative;   
  margin-right: auto;
  margin-left: auto;
}

.quotes-header{
  background-color: white;
  border-bottom: none;
  padding: 0px;
}

.quotes-header h4{
  text-align: left;
}

.quotes-body {
  padding: 30px;
}

.quotesbg{
  background-image: url("https://images.unsplash.com/photo-1515934751635-c81c6bc9a2d8?ixid=MnwxMjA3fDB8MHxzZWFyY2h8Nnx8d2VkZGluZ3xlbnwwfHwwfHw%3D&ixlib=rb-1.2.1&auto=format&fit=crop&w=900&q=60");
  background-size: cover;
  background-repeat: none;
  background-attachment: fixed;
}

.featureimage  {
  padding: 0 15px 15px 0px;
  position: relative;
  height: 90%;
}

.featureimage ::before {
  content: '';
  position: absolute;
  top: 15px;
  right: 0;
  left: 15px;
  bottom: 1px;
  border: 1px solid #dd888d;
  box-sizing: border-box;
  z-index: 0;
}

.portfoliobungkus {
  padding: 40px;  
}

.portfoliowrap {
  background: #fbf9f9;;
}

.hoverIMG figure img {
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}

.hoverIMG figure:hover img {
	-webkit-transform: scale(1.3);
	transform: scale(1.3);
}

.featureimage figure img {
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}

.featureimage figure:hover img {
	-webkit-transform: scale(1.3);
	transform: scale(1.3);
}

@keyframes scale {
  100% {
    transform: scale(1);
  }
}

@keyframes fade-in {
  100% {
    opacity: 1;
    filter: blur(0);
  }
}