/* Enter Your Custom CSS Here */
#main-page-content.project-page {
    margin-bottom: 0;
}

#project-nav {
    display: none;
}

#portfolio-wrap {
	margin-top: 0px;
}

.title {
	font-size: 3.3vw !important;
}

/*
#hero-caption {
    padding: 160px 30px 20px 30px;
}
*/

/** main page button (LC) **/
.button-border.rounded{
	border-radius: 5px;
	}

h3.has-mask span, h3.has-mask span > span {
    line-height: 33px;
    height: 40px;
    margin-right: 8px;
}


@media only screen and (max-width: 767px) {

.title {
    font-size: 5.5vw;
}
.swiper-pagination-bullet .title div {
    margin: 0 5px;
}
.hero-subtitle {
    font-size: 20px;
}
}

@media only screen and (max-width: 479px) {
.hero-title, .page-title, .error-title {
    font-size: 5.5vw;
}
.hero-title span, .page-title span {
    min-width: 10px;
    line-height: 40px;
    height: 40px;
}
.hero-subtitle {
    font-size: 16px;
}
}