@import url('https://fonts.googleapis.com/css2?family=Handlee&family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Ruge+Boogie&display=swap');/*
colours: rgb(244, 230, 215) - sand
rgba(51, 102, 153, .8) - blue
rgb(13, 39, 64) - dark blue
#7a7a52 - green

font-family: 'Alumni Sans Inline One', cursive;
font-family: 'Montserrat', sans-serif;
font-family: 'Rokkitt', serif;
*/



:root {
  --primary: rgb(51, 102, 153);
  --secondary: rgb(244, 230, 215);
  --nav_primary: ; /*rgb(191, 64, 64)*/
  --nav_secondary: ;
  --nav_bg: ;
  --link_primary: #7a7a52; /* rgb(115, 38, 38);*/
  --btn_primary: #264d73;
  --link_hover: #4d4d33; /*rgb(58, 19, 19);*/
  --m-form-button-hover: rgb(51, 102, 153);
  --header-color: white;
  --header-bg: #264d73;
  --selected-row:
  --link-fg: var(--secondary);
  --dark-text: rgb(13, 39, 64);
  }

.cactus-main {
    /*font-family: 'Glegoo', serif;*/
    font-family: 'Montserrat', sans-serif;
    color: var(--primary);

}

/* width */
::-webkit-scrollbar {
  width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  background: inherit;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: var(--primary);
  /*border-radius: 4px;*/

}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: var(--primary);
}

::-webkit-scrollbar-corner {
  background-color: inherit;
}



.footer-add {
    font-size: 12px;
    font-weight: bold;
    color: #2e2e1f;
}


.cactusnavbackground {
    background-color: rgba(51, 102, 153, .2);

}
.cactus_nav_link {
    color: rgba(51, 102, 153, .8);
}

.cactus_nav_link:hover {
    color: rgba(51, 102, 153, 1);
    text-decoration: none;
}

.c-link {
    color: white;
    font-weight: bold;
}

.c-link:hover {
    color: #cccccc;
    text-decoration: none;

}

.c-impact-link {
    color: #2e2e1f;
    font-weight: 400;
}

.c-impact-link:hover {
    color: white;
    text-decoration: none;

}

.c-contact-btn {
    background-color: white;
    color: var(--primary);
    border: solid 2px white;
    padding-left: 20px;
    padding-right: 20px;
    font-weight: bold;
}

.c-contact-btn:hover {
    background-color: var(--primary);
    color: white;
    border: solid 2px white;
}

.dark-btn {
    background-color: rgba(38, 77, 115, 0.8);
    color: rgba(255, 255, 255, 1);
    padding: 10px 17px;
    margin: 8px;
    /*text-transform: uppercase;*/
    border-radius: 1%;
}

.dark-btn:hover {
    background-color: rgba(38, 77, 115, 1);
    color: rgba(255, 255, 255, 1);
    text-decoration: none;
}

.catusPatchimg {
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url('/static/mainsite/images/view_of_house_from_up_the_valley3.jpg');
  min-height: 100%;
}



.cactusbody {
    padding-top:50px;
    background-color: rgba(51, 102, 153,.2);
}

.cactusfooter {
    background-image: url('/static/mainsite/images/view of house from up the valley (2).jpg');
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
    color: #204060;
    font-size: 15px;
}

.footer-overlay {
    background-color: rgba(244, 230, 215, .8);
    margin: 0;
}

.cactusfooternav {
    font-size: 20px;
    padding-right:20px;
    color: rgba(51, 102, 153, .8);
}

.cactusfooternav:hover{
    text-decoration: none;
    color: rgba(51, 102, 153, 1);
}

.main-article {
   /* width: 75%;*/
}

.m-a-header {
    background-color: var(--header-bg);
    color: var(--header-color);
    padding: 20px;
    text-align: center;
    font-size: 20px;
    font-weight: 200;
    margin-bottom: 10px;
    margin-top: -20px;
}

.ch1 {
    font-size: 45px;
    font-weight: 200;

    /*font-family: 'Glegoo', serif;*/
}

.ch2 {
    font-size: 30px;
    font-weight: 200;
    font-family: 'Glegoo', serif;

}

.ch3 {
    font-size: 30px;
    font-weight: 200;
    /*font-family: 'Glegoo', serif;*/
}

.ch4 {
    font-size: 25px;
    font-weight: 300;
    /*font-family: 'Glegoo', serif;*/
}

.ch5 {
    font-size: 18px;
    font-weight: 300;
}

.ch6 {
    font-size: 15px;
    font-weight: 300;
}

.c-article-card-impact {
    background-color: #7a7a52;
    padding: 3rem;
    color: white;
    font-weight: 200;
    margin: ;
    font-family: ;
    font-size: 25px;
}

.c-article-card-muted {
    background-color: rgb(244, 230, 215);
    padding: 3rem;
    color: ;
    font-weight: 300;
    margin: ;
    font-family: ;
    font-size: 25px;

}

.c-contact-card {
    background-color: var(--header-bg);
    padding: 3rem;
    color: white;
    font-weight: 200;
   /* margin: ;*/
    /*font-family: ;*/

}

.loc-bg-image {
   background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url('/static/mainsite/images/location_bgimage.png');
  min-height: 300px;
}

.loc-textbox {
    background-color: rgba(0, 0, 0, .7);
/*    position: relative;
    top: 40px*/
    /*min-height: 300px;*/
    padding: 70px;

}

.offset-extra-pad {
    padding-bottom: 60px;
}

.offset-card {
    position:relative;

    }
    .offset-feedback-up {
    position:relative;
    top: -150px;
    }

.CPheading {
    font-weight: italic;
    color: white;
}

.cactus-banner {
    font-family: 'Alumni Sans Inline One', cursive;
    font-size: 75px;
}

.poster-img {
    text-align: right;
    width: 80%;
}




/*ACTORS RETREAT*/

.dinner-bg-image {
   background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url('/static/mainsite/images/Dinner at the Cortijo[4334].jpg');

}

.feedback {
    font-family: 'Handlee', cursive;
    font-size: 20px;
}

.feedback-content {
    padding: 20px;
}

.feedback-bg {
    background-color: rgba(255, 255, 255, .5);

}

.retreat-bg-image-1 {
   background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url('/static/mainsite/images/Tales around the campfire.jpg');
  min-height: 300px;
}
.retreat-bg-image-2 {
   background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url('/static/mainsite/images/Discussing self tapes.jpg');
  min-height: 300px;
}
.retreat-bg-image-3 {
   background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url('/static/mainsite/images/Keira and Lucia.jpg');
  min-height: 300px;
}
.retreat-bg-image-4 {
   background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url('/static/mainsite/images/Lunch on the terrace in Mizala.jpg');
  min-height: 300px;
}

.img-retreat-feedback {
    display: none;
}

.retreat-img-lg {
    z-index:-1;
    position: relative;
}

/* POST*/

.post-subhead {
    font-weight: 500;
}

.news-card h3 {
    font-size: 25px;
}

.news-card p {
    font-size: 18px;
}

.news-card-small {
    font-size: 14px;
}

.news-card a {
    color: #7a7a52;
    font-family: 'Glegoo', serif;
}


.news-card a:hover {
    color: #4d4d33;
    text-decoration:none;
}

.more-news {
    font-size: 18px;
    padding: 10px;
    border: solid 1px #7a7a52;
}

/*GALLERY*/

.gallery-prev {
    width: 50px;
    height: 50px;
}

#rot
{
   -webkit-transform: rotate(-90deg);
   -moz-transform: rotate(-90deg);
    width:100px;
}

/*NEWSLETTER*/

.newsletter-captcha{
    display: flex;

}

.g-recaptcha{
    margin: auto auto !important;
}

@media screen and (max-width: 600px) {
    .cactus-banner {
    font-size: 45px;
    }
    /*.catusPatchimg {
    height: 30px;
    }*/
    .poster-img {
    text-align: center;
    width:100%;
    }

}

/*Projects*/

.projects-container {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;

}

.project-card {
    width: 90%;
    margin: 2%;
    padding: 10px;
    text-align: center;
}

.project-card h1 {

}

.project-card p {

}

.project-card a {
    color: #7a7a52;
    font-family: 'Glegoo', serif;
}

.project-card a:hover {
    color: #4d4d33;
    text-decoration:none;
}


@media screen and (min-width: 768px) {
    .project-card {
    width: 40%;
    }
    #home-news-card {
    /*height: 780px;*/
   /* overflow-y: scroll;*/
    display:flex;
    flex-direction:column;
    justify-content: space-between;


    }

    #home-news-section {
    height: 540px;
    overflow-y: scroll;
    margin-bottom: 5px;
    }

}

@media screen and (max-width: 768px) {
    .retreat-img-lg {
    display: none;
    }
    .retreat-bg-image-2 {
    display: none;
    }
    .img-retreat-feedback {
        display:block;
    }

}

@media screen and (min-width: 830px) {
    .offset-card {
    position:relative;
    top: -40px;
    right: -35px;
    }
    .offset-feedback-up {
    position:relative;
    top: -150px;
    }

    .news-card{
     margin-left: 20px;
    }
}
