.page-wrapper {
    width: 100%;
    max-width: 1060px;
    position: relative;
    margin: 130px auto;
    padding: 0 20px;
}

.entry-title {
    color: #fe8e4f;
    text-align: center;
    margin-bottom: 50px;
    font-size: 32px;
}

.entry-content p {
    color: #fff !important;
    font-size: 16px;
}

.page-wrapper.blog .entry-title {
    margin-bottom: 10px;
    color: #fe8e4f;
}

.page-wrapper.blog .entry-meta {
  margin-bottom: 40px;
  text-align: center;
  color: #fe8e4f;
}

.blog-description-1 {
    padding-top: 40px;
	text-align: left;
}

.blog-description-2 p {
    color: #fff !important;
    font-size: 16px;
    text-align: center !important;
    margin-top: 50px;
}

.blog-sub-image {
    margin-top: 50px;
}

.back-button {
    margin-left: 0;
}

.display-back-button{
    display: flex;
}

@media only screen and (max-width:1100px) {
    .page-wrapper {
        margin-bottom: 70px;
     
    }
}

/* Mowakaba page */
.logo-text {
  font-size: 4rem;
  font-weight: 800;
  color: #fff !important;
  text-shadow: 0px 2px 10px #b6aeae;
}

.mowakaba-logo-image {
    margin-bottom: 3rem;
    width: 25%;
}

.mowakaba-introduction {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.3;
}

.col-md-6.mowakaba-introduction p a {
    color: #fff;
    text-decoration: underline;
}

@media only screen and (max-width: 800px) {
.mowakaba-logo-image {
    margin-bottom: 3rem;
    width: 35%;
   }
	
.logo-text {
    font-size: 2.9rem;
    font-weight: 800;
    color: #fff !important;
    text-shadow: 0px 2px 10px #b6aeae;
}
	
.mowakaba-images {
    margin-bottom: 2rem;
    width: 80%;
	height: 30vh;
    border: 2px solid #14606e;
}
	
.col-md-6.mowakaba-introduction p a {
    color: #f3620e;
    text-decoration: underline;
}
	
}

@media only screen and (max-width: 1100px) {
  .page-wrapper {
    margin-bottom: 70px;
  }
}
