/* carousel1 */
#page-home .carousel-control-prev, #page-home .carousel-control-next {
    display: none;
}
#page-home .carousel-indicators {
    width: 120px;
    margin: 0 0 50px 5%;
}
#page-home .carousel-indicators li:hover {
    cursor: pointer;
}
#page-home .carousel-caption {
    position: absolute;
    right: 15%;
    top: 30%;
    left: 5%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #DDBE78;
    text-align: left;
    width: 50%;
}
#page-home .carousel-caption h5 {
    font-family: "New Grotesk Square FOUR";
    color: #DDBE78;
    font-size: 4rem;
    letter-spacing: 3px;
    line-height: 26px;
    text-shadow: 0 0 10px #000;
}
#page-home .carousel-caption h5 span {
    font-size: 2.2rem;
    text-transform: uppercase;
}
#page-home .carousel-indicators li {
    height: 20px;
    width: 20px;
    border-radius: 50%;
    background-color: #836C3D;
}
#page-home h4.doubleLine {
    line-height: 2.7rem;
}
#page-home .carousel-indicators .active {
    background-color: black;
    border: solid 3px #836C3D;
}
#page-home .carousel-caption.d-none {
    display: block !important;
}
/* /carousel1 */

/* carousel2 */
#page-home .section2 {
    margin: 100px 0;
}
/*
#page-home .slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 40px auto;
    padding: 0;
    width: 90%;
}
.slick-dots {
    width: 400px;
    text-align: center;
    margin: 0 auto;
}
#page-home .slick-prev {
    top: 45%;
    left: 0;
}
#page-home .slick-prev::before {
    content: "<";
    font-size: 24px;
}
#page-home .slick-next {
    top: 45%;
    right: 0;
}
#page-home .slick-next::before {
    content: ">";
    font-size: 24px;
}
#page-home .slick-arrow {
    position: absolute;
    width: 35px;
    height: 35px;
    border: none;
    border-radius: 50%;
    background-color: #EFDEC6;
    color: #836C3D;
    font-size: 0;
    font-weight: bold;
    line-height: 30px;
}
#page-home .slick-arrow:hover {
    cursor: pointer;
}
#page-home .slick-slide img {
    width: 90%;
    margin: 0 auto;
}
#page-home .slick-slide .underPicture {
    color: #836C3D;
    border: solid 1px  #836C3D;
    width: 90%;
    margin: 10px auto;
    text-align: center;
    padding: 10px;
    transition: 0.5s;
}
#page-home .slick-slide .underPicture:hover {
    background: #EFDEC6;
    cursor: pointer;
}
#page-home .slick-slide .underPicture h4 {
    font-size: 1rem;
    font-weight: normal;
    text-transform: uppercase;
    margin: 0;
    letter-spacing: 1px;
}
#page-home .slick-slide .underPicture p {
    font-family: "MyriadPro Regular";
    font-size: 1rem;
    margin: 0;
}
#page-home .slick-slide .underPicture a h4,
#page-home .slick-slide .underPicture a p
{
    color: #836C3D;
}
*/
/* /carousel2 */

/* section4 */
#page-home .carousel3 .slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 40px auto;
    padding: 0;
    width: 100%;
}
#page-home .section4 h1 {
    margin-top: 70px;
    margin-left: 1.25%; /* 5% of 25% for this margin*/
    color: #836C3D;
    text-transform: uppercase;
}
#page-home .section4 p {
  font-size: 1.4rem;
  color: #836C3D;
  margin: 0 0 0 15px;
}
/* /section4 */

/* section5 */
#page-home .section5 {
    color: #836C3D;
    background-color: #EFDEC6;
    margin: 100px 0;
}
#page-home .section5 h1 {
    margin-top: 50px;
    color: #836C3D;
    text-transform: uppercase;
}
#page-home .section5 p {
    margin: 10px 0 0 0;
    font-size: 1.4rem;
}
#page-home .section5 img {
  max-height: 382px;
  position: absolute;
  right: 0;
  top: 0px;
}
/* section5 */

