.acm-hero {
  background-image: url("../images/decor/mask-1.png");
  background-position: top left;
  background-repeat: no-repeat;
  padding: 190px 0 250px 128px;
    padding-bottom: 250px;
  position: relative;
  background-size: cover;
  display:block;
}
.acm-hero .hero-item h2 {
  font-weight: 500;
  font-size: 18px;
  margin-top: 0;
  margin-bottom: 1.7143rem;
  color: #fff;
  font-family: 'Cormorant Garamond', serif;
  text-align:right;
}

.hero-item h2 {
  font-weight: 500;
  font-size: 20px;
  margin-top: 0;
  margin-bottom: 1.7143rem;
  color: #fff;
  font-family: 'Cormorant Garamond',serif;
}
.acm-hero .hero-item {
  position: relative;
  max-width: 500px;
  z-index: 2;
  font-size: 16pt;
  color: beige;  
}
.btn-default {
  border: 1px solid #fff;
  color: #333;
  background: transparent;
  font-family: 'Cormorant Garamond', serif;
}
.btn-action .btn {
  margin-right: 1.7143rem;
  margin-top: 7rem;
}
body {
  color: #6f6f6f;
  font-family: Raleway;
  font-size: 13pt;
  font-weight: 400;
  font-style: normal;
  line-height: 23px;
  text-align: justify;
}

h1, h2, h3, h4, h5, h6 {
  font-style: inherit;
  font-family: 'Cormorant Garamond', serif;
}
p.dropcap {} /* Used by the Styles list to create an entry */

p.dropcap:first-child:first-letter {
    color: #903;
    float: left;
    font-family: Georgia;
    font-size: 75px;
    line-height: 60px;
    padding-top: 4px;
    padding-right: 8px;
    padding-left: 3px;
}
h1, .h1 {
  font-size: 35px;
  line-height: 1.333;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: font-family: 'Cormorant Garamond', serif;
  font-weight: 500;
  line-height: 1.2;
  color: #c75d54;
}
.acm-hero .hero-image {
    display: block!important;
  	height: auto;
}
#t4-header {
  padding: 10PX;
}
.t4-megamenu .navbar-nav > li > a, .t4-megamenu .navbar-nav > li > .nav-link {
  color: rgba(0, 0, 0, 0.7);
  padding: 12px;
  font-size: 19px;
  line-height: 2;
  font-family: 'Cormorant Garamond', serif;
}
div[id*="t4-section-"], div[id^="t4-section-"], div[id*="t4-spotlight-"], div[id^="t4-spotlight-"] {
  padding-top: 12px;
  padding-bottom: 12px;
}
.acm-hero .hero-image {
    display: block!important;
}
.btn-info {
  color: #fff;
  background-color: #b09783;
  border: 1px solid #fff;
  padding: 10px;
}
@media only screen and (max-width: 600px) {
  body {
    text-align: left;
  }
}
.t4-offcanvas .t4-off-canvas-header {
  background: #fff;
}

.t4-offcanvas .t4-off-canvas-body .navbar-nav > li > a, .t4-offcanvas .t4-off-canvas-body .navbar-nav > li > span {
  text-transform: none;
  font-weight: 400;
  font-family: 'Cormorant Garamond', serif;
}
.t4-offcanvas .t4-off-canvas-body .t4-module .module-inner {
  padding: 10px;
}
.t4-offcanvas-toggle {
  color: #a04b4b;
  line-height: 52px;
}
  @media (max-width: 991.98px) {
.nav-breakpoint-lg .t4-header .col-auto, .nav-breakpoint-lg .t4-header .t4-navbar, .nav-breakpoint-lg .t4-header .navbar, .nav-breakpoint-lg .t4-header .t4-megamenu-wrap, .nav-breakpoint-lg .t4-header .justify-content-end {
  position: static;
  width: auto !important;
  margin-left:auto !important;
}}
  @media (max-width: 991.98px) {
.nav-breakpoint-lg div.t4-megamenu {
  background: #fff;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  margin-top: 0;
  position: absolute;
  top: 100%;
  width: 100%;
  left: 0;
  padding: 10px 0;
  max-height: 400px;
  overflow-x: hidden;
  z-index: 100;
}}
.navbar .navbar-toggler {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 0;
  border: 0;
  color: #c75d54;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 52px;
  line-height: 52px;
  padding: 0;
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
}
.blockquote {
  position: relative;
  background: #f6f6f6;
  padding: 1.4rem 1.6rem 1.4rem 2.2rem;
  margin: 1.2rem 0;
  border-left: 3px solid #d9d9d9;
  border-radius: 6px;
  line-height: 1.6;
}

.blockquote::before {
  content: "“";
  position: absolute;
  top: 0.4rem;
  left: 0.8rem;
  color: #d4d4d4;
  font-size: 2.6rem;
  line-height: 1;
}

.blockquote strong {
  display: block;
  margin-top: 0.6rem;
  font-weight: 600;
}
