@import url(https://fonts.googleapis.com/css?family=Lora:400,400italic,700italic,700|Muli:400,300,300italic,400italic|Great+Vibes);

.r-three-columns h1 {
    font-family: "Great Vibes", cursive;
    font-size: 60px;
    font-weight: 400;
    margin: 0;
    text-align: center;
    line-height: 1.33;
}

.r-three-columns p.p, .r-three-columns div {
    font-family: 'Muli', sans-serif;
    text-align: center;
    color: black;
}

.r-three-columns h2.h2, .r-three-columns h2.h2 > div.editable {
    color: #ae8648;
    font-size: 24px;
    font-weight: 400;
    font-style: initial;
    margin-top: 0px;
    margin-bottom: 23px;
    padding-top: 7px;
    text-align: center;
    font-family: 'Lora', serif;
}

.r-three-columns.js-roark-container > .uk-block {
    padding: 80px 35px;
}

.r-three-columns .img-container{
    margin: 0 auto 17px;
}

.r-three-columns .seperator {
    position: relative;
    text-align: center;
    border-color: #686868;
    margin-bottom: 15px;
    width: 39px;
}

.r-three-columns .seperator:before {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -163px;
}

.r-three-columns .seperator:after {
    position: absolute;
    top: 50%;
    right: 50%;
    margin-right: -163px;
}

.r-three-columns .seperator:before, .seperator:after {
    content: "";
    height: 1px;
    width: 85px;
    border-top: 1px solid;
    border-color: inherit;
    display: block;
}

.r-three-columns img {
    max-width: 100% !important;
    height: auto !important;
    width: 100%;
}

.r-three-columns {
  background-size: cover;
  background-position: center center;
}

.r-three-columns .img-container {
  text-align: center;
}

.r-three-columns{
  background-color: white;
}
