ttext {
max-width:700px;
color:black;
}
h4.h4runda {
font-family:sofia-pro, runda, arial;
}
#underline {
border-bottom: 3px solid #ede8ff;
-webkit-box-shadow: inset 0 -4px 0 #ede8ff;
box-shadow: inset 0 -4px 0 #ede8ff;
color:black;
}
#underline:hover {
border-bottom: 3px solid #ede8ff;
-webkit-box-shadow: inset 0 -4px 0 #ede8ff;
box-shadow: inset 0 -4px 0 #ede8ff;
background-color:#ede8ff;
color:black;
}
.locheader {
font-family:sofia-pro, runda, arial;
font-weight:400;
letter-spacing:.2em;
text-transform:uppercase;
}
@media only screen and (max-device-width: 480px) {
.medium-11 {
max-width: 100%;
}
.columns {
padding-left: 0;
padding-right: 0;
}
.row {
max-width: 100%;
margin-left: auto;
margin-right: auto;
display: -ms-flexbox;
display: flex;
-ms-flex-flow: row wrap;
}
#posttext {
padding-left:7.5%;
padding-right:7.5%;
color:black;
}
.post-detail .post-title-container {
margin-bottom: 30px;
padding-left:6%;
padding-right:6%;
}
}