.coverpara {
	font-size: 22px;
	line-height: 26px;
	font-style: italic;
	margin-bottom: 35px;
	margin-right: 100px;
	margin-left: 100px;
	font-weight: 300;
	color: #201d1c;
}

@media handheld, only screen and (max-width: 767px) {
    .coverpara {
    line-height: 24px;
    background-color: transparent;
    max-width: 320px; /* or whatever size you want */
    padding: 5px;
    font-size: 99%;
    margin: auto;
    word-wrap: break-word;
    }
}

.parasmall {
	font-size:18px; 
	padding-left: 150px; 
	padding-right: 150px;
}

@media handheld, only screen and (max-width: 767px) {
    .parasmall {
    line-height: 22px;
    background-color: transparent;
    max-width: 320px; /* or whatever size you want */
    padding: 5px;
    font-size: 99%;
	padding-bottom: 30px;
    margin: auto;
    word-wrap: break-word;
    }
}

.hometitle {
	font-size: 70px;
	 line-height: 70px;
	  color: #fff; 
	  border-bottom: 4px solid #ebc076; 
	  display: inline-block; 
	  padding: 0 0 10px; 
	  margin-left: 30px;
	  font-family: Crimson Text, Arial, Tahoma, sans-serif
}

@media handheld, only screen and (max-width: 767px) {
    .hometitle {
    line-height: 50px;
    background-color: transparent;
    max-width: 320px; /* or whatever size you want */
    padding: 5px;
    font-size: 50px;
    margin: auto;
	font-family: Crimson Text, Arial, Tahoma, sans-serif
    word-wrap: break-word;
    }
}
.soss-box {
	min-height: 225px !important;
	height: 225px;
	height: 100%;
}