




/*******************************************************************************************************/
/** 900 max **/
/*******************************************************************************************************/



@media screen and (max-width: 900px) 
{
    
    body 
    {
        overflow-x: hidden;
    }

    h2 {
        line-height: 36px !important;
        font-weight: 300;
        font-size: 26px !important;
    }




    /* menu and navigation ****************************************************/
   

    #sdt-menu 
    {
        background-color: transparent;
        box-shadow: none;
    }

   .menuheader
   {
       font-size:24px;
       font-weight:800;
   }


    .navbar-header 
    {
        float: none;
        width: 100%;
        position: fixed;
    }

  	.navbar-toggle 
	{
        display: block;
        position: relative;
        z-index: 9;
    }
   	
	 .navbar-collapse 
	{
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
   	}
    
	.navbar-collapse.collapse 
	{
        display: none !important;
    }

    .navbar-fixed-top .navbar-collapse,
    .navbar-fixed-bottom .navbar-collapse 
    {
        max-height: 750px;
        background-color: #DEE1E0;
        opacity: 1;
        padding: 10px;
        margin-top: 60px;
        border: solid 10px #F0F0F0;
    }

    .navbar-default .navbar-nav > li > a.active,
    .navbar-default .navbar-nav > li > a:hover,
    .navbar-default .navbar-nav > li > a:focus 
    {
        color: #333;
        border-bottom: 4px double #F0F0F0;
    }
	
	
	.navbar-right 
	{
	    float: none !important;
	    margin-right: -15px;
	}
   
	.navbar-nav 
	{
        float: left!important;
        margin: 7.5px -15px;
   	 }

    .navbar-nav>li 
	{
        float: none;
   	 }

    .navbar-nav > li > a 
    {
        padding-top: 13px;
        padding-bottom: 7px;
        font-weight: 300;
        font-size: 16px;
        color: #035651!important;
    }
   
	.navbar-text 
	{
        float: none;
        margin: 15px 0;
        
    }
    
	.navbar-collapse.collapse.in {display: block!important;}

   	.collapsing {overflow: hidden!important; }

  	.navbar-nav {margin: 0 -15px;}

    .navbar-nav .open .dropdown-menu > li > a,
    .navbar-nav .open .dropdown-menu .dropdown-header 
    {
       padding: 10px 15px 10px 25px;
    }


    /* sticky menu ****************************************************/


    #sdt-menu.appear 
    {
        box-shadow: 0px 5px 3px rgba(0, 0, 0, 0.1);
        opacity: 1;
        transform: translateY(0);
        height: 85px;
        line-height: 1.2;
    }

        #sdt-menu.appear .menuheader 
        {
            font-size: 20px;
            font-weight: 800;
        }

        #sdt-menu.appear .navbar-toggle 
        {
            margin-right: 2%;
        }

        #sdt-menu.appear .navbar-toggle .icon-bar 
        {
            display: block;
            width: 22px;
            height: 3px;
            border-radius: 1px;
            background-color: #9D6DDA;
            margin-left: 4px;
        }



    .menu-shift 
    {
        margin-left: 20px;
        margin-top: 5%;
        text-align: left;
    }


    /* section header icon and lines ****************************************************/


    .iconline span:before,
    .iconline span:after 
    {
        width: 140px;
    }

    


    /* section borders ************************************************************/

    #sdt-about, #sdt-book, #sdt-intro, #sdt-stories 
    {
        border-top: solid 2px #024B47 !important;
        border-bottom: solid 2px #024B47 !important;
    }

    #sdt-intro img.intro-img 
    {
        border: solid 2px #024B47 !important;
    }



    /* Hero section **************************************************************/

    
    .hero-section {
    position: relative; /* Needed to position text absolutely within the hero section */
    height: auto; /* Set a height relative to the viewport height (adjust as needed) */
    width: 100%;
    overflow: hidden; /* Ensures image doesn't overflow container */
}



    #sdt-home h1 {
        font-weight:700;
        font-size: 48px;
        padding-top: 20px;
        padding-bottom: 30px;
        padding-left: 40px;
        padding-right: 40px;
    }

    .hero-subheader {
        display: none;
        padding-bottom: 20px;
    }

.fa-my-custom-logo-hero {
    width: 150px; /* Example size */
    height: 150px; /* Example size */
    display: inline-block; /* or block, depending on layout */
    text-indent: -9999px; /* Hide the original icon text */
}

    a.btn-hero-explore {
        color: #035651;
        background-color: #ffffff;
        font-family: 'Lato' !important;
        font-size: 12px;
        font-weight: 600;
        border: 0px solid #ffffff;
        border-radius: 20px;
        padding: 8px 20px;
        transition: all 1.0s;
    }

    a.btn-hero-explore:hover {
        color: #9D6DDA;
        font-family: 'Lato' !important;
        font-size: 16px;
        font-weight: 500;
        border: 0px solid #E2E1E5;
        border-radius: 20px;
        padding: 8px 20px;
        transition: all 1.0s;
        background-color: #E2E1E5;
    }


    /* Hero Header zoom */

    .zoom-element {
        /* Initial state: scaled down and potentially hidden */
        transform: scale(0);
        opacity: 0; /* Optional: hide until animation starts */
        animation: zoomIn 2s forwards ease-out; /* Apply the animation */
        animation-delay: 0.5s; /* Starts immediately */
        margin-bottom:30px;
    }

    /* intro section ************************************************************/
   	
	.intro-blurbimg
	{
 	  /* background-color: #097B51;*/
 	     margin:15px 2%;
         padding:0px;
	}

	.intro-blurb
	{
 	  /* background-color: #097B51;*/
 	     margin:15px 2%;
         padding:15px;
	}



    /* retreats section ************************************************************/

    #sdt-retreats .row 
	{
	    margin-left: 2%;
 	    width:96%; 
 	}

	.retreatinfo
	{
	    text-align:left;
	}

	.retreatinfoheadings
	{
	    padding: 30px 0 20px 0;
	    font-size: 20px;
	    text-align:left;
	}


    /* retreats slider section ************************************************************/
     

	#sdt-retreats-options 
        {
	    background-image: url('../img/bg/retreatoptionsBGMobile.png');
        background-size: cover; /* or other values for positioning */
        background-repeat: no-repeat;
        }

    #sdt-retreats-options .row 
    {
        margin: 2%;
    }



#slides {
    padding: 0px 10px 0px 10px;
    background-color: #000000bb;
    box-shadow:5px 5px 2px rgba(0, 0, 0, 0.5);
    opacity:0.95;
    border-radius:10px;
    max-width: 100%;
    margin: 0 auto;
}

    


    #slides .frame 
    {
        width: 100%;
        float: left;
        display: flex;
        height: 90%;
        color: #AECBC9;
        padding: 10px 10px 50px 10px;
        font-size:16px;
        font-weight:300;
        font-family: 'Lato' !important;
    }


    .slidericon-journey, .slidericon-TD, .slidericon-crone 
    {
        margin: 5%;
        text-align: center;
        padding: 0 20px;
    }

   

	.slider-arrow-position
	{
	position:absolute;
	left:50%;
	top:10px!important;
	transform:translate(-50%,0%);
	-ms-transform:translate(-50%,0%);
	}


    /* retreats dates section ************************************************************/

    .gray-bg-book .vline 
    {
        position: absolute;
        height: 100%;
        padding: 1px;
        border-left: 0px solid white;
        left: 0%;
    }


	.dates-text
    {
	 border-left: solid 0px white;
	 padding: 0 10px;
	 margin-left:0%;
	}

        .dates-text ul{
            padding-inline-start:20px;
        }

        h4.journey-dates-heading {
            margin-top: 5px;
            margin-bottom: 15px;
            font-size: 16px;
            font-weight: 400;
            text-transform: uppercase;
            color: #333;
            line-height: 20px;
        }


    /* about section ************************************************************/

    #sdt-about .row {
        margin-left:2%;
        width: 96%;
    }



    .white-bg-about 
    {
        padding: 20px 10px 20px 10px;
        border-radius: 10px;
    }

    .aboutinfo {
        text-align: left;
        padding: 20px 15px;
    }

    .about-info-img {
        box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.5);
        margin: 0 0;
    }



    /* contact form and footer section ************************************************************/


    #sdt-contact 
    {
        padding-top: 40px;
        padding-bottom: 0px;
    }

        #sdt-contact .formcontainer {
            padding: 0px 2% 0 0px;
            background-color: #C8CBCA;
            border: solid 1px #F6F5E8;
            max-width: 900px;
            margin-left: auto;
            margin-right: auto;
        }

    .contact-form 
    {
    flex-direction: row; /* Arrange elements horizontally on larger screens */
    flex-wrap: wrap; /* Allow elements to wrap to the next line */
    }

  .form-group 
   {
    flex: 1; /* Allow form groups to take up equal space */
    margin-right: 4px; /* Space between horizontal form groups */
   }

  

 .input-formstyle
  {
    margin: 20px;
  }

 form#contact-form { padding: 10px 0 }

 button[type="submit"] 
 {
     margin-bottom: 5px;
 }


    .footer-grid-wrapper {
        display: grid;
        /* Define three rows for vertical alignment */
        grid-template-rows: 1fr 1fr 1fr;
        /* Ensure a single column that takes all available width */
        grid-template-columns: 1fr;
        /* Optional: Align items vertically within their respective rows */
        align-items: center;
    }

    .footer-links,
    .footer-logo
    {
        font-size: 16px;
        text-align: center;
        padding: 10px 20px;
    }


    .white-bg-stories {
        text-align: left;
        background-color: #F0F0F0;
        border-style: solid;
        padding: 40px 10px 20px 10px;
        border: 0px solid #CBB799;
        border-radius: 10px;
        margin-left: 2%;
        margin-right: 2%;
    }




    .subscribe-container {
        font-size: 16px;
        text-align: center;
        background-color: transparent;
        padding: 30px 30px 0px 30px;
        border-radius: 8px;
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
        text-align: left;
        max-width: 500px;
        width: 100%;
    }

    .footer-grid-card {
        padding: 10px 30px;
    }

    
   
}


/**********************  *********************************************************************************/
/** min 900  max 1200                               *****************************************************/
/*******************************************************************************************************/

@media screen and (min-width: 900px) 
{
@media screen and (max-width: 1200px) 
{


.logo-position {
    margin-top: 10px;
}



/* Menu ****************************************************/

.menu-container{
 width: 90%;
 max-width: 1200px;
 margin-left:10%;
 font-size:12px;

}



.menu-shift
{
   margin-left:20%;
   margin-top:-7%;
   padding-bottom:20px;
}

.menuheader
{
    font-size:20px;
    font-weight:800;
    font-family: 'Lato', sans-serif!important;
}

#menu-float-option.shifted 
{
    margin-left: 5%;
    margin-right: auto;
    margin-top: 0%;
    padding-bottom: 0px;
    opacity: 1;
    transform: translateY(0);
}

#menu-float-option.shifted .menu-shift
{
margin-left:10%;
margin-top:-2%;
}




#sdt-menu.appear 
{
    box-shadow: 0px 5px 3px rgba(0, 0, 0, 0.1);
    opacity: 1;
    transform: translateY(0);
    height: 85px;
    line-height: 1.2;
}

#sdt-menu.appear .menuheader
{
    font-size:24px;
    font-weight:800;
}


 /* Dates section   ****************************************************/

.gray-bg-book .vline {
    position: absolute;
    height: 100%;
    padding: 1px;
    border-left: 0px solid white;
    left: 0%;
}

.gray-bg-book .container {
    margin-left: 2%;
    margin-right: 2%;
    width: 96%;
}


.dates-text
{
border-left: solid 3px white;
padding-left: 30px;
margin-left:7%;
}

.hr{margin: 50px 0 20px 0;}


/* width and margins   ****************************************************/

#sdt-retreats .row 
{
margin-left: 10%;
width:80%; 
}


    .aboutinfo {
        text-align: left;
        padding: 20px 15px;
    }


#sdt-contact .row
	{
	margin-left: 0;
    margin-right: 0;
 	width:84%; 
 	}


}

    #slides .frame {
        height: 440px;
    }

}


/****************************************************/
/** 320 max **/
/****************************************************/


@media screen and (max-width: 320px) 
{ 


#sdt-menu.appear .menuheader
    {
    font-size:18px;
    font-weight:900;
    }

    .slidericon-journey, .slidericon-TD, .slidericon-crone {
        margin: 5%;
        text-align: center;
        padding: 0 0px;
    }


}


/****************************************************/
/** 1200 min **/
/****************************************************/



@media screen and (min-width: 1200px) 
{

.logo-position {
    margin-top: 10px;
}


/* Menu ****************************************************/


.menu-container
{
 width: 90%;
 max-width: 1200px;
 margin-left:10%;
 font-size:12px;
}

.menu-shift
{
   margin-left:32%;
   margin-top:-5%;
}

.menuheader
{
font-size:24px;
font-weight:800;
font-family: 'Lato', sans-serif!important;
}


#menu-float-option.shifted {
    margin-left: 10%;
    margin-right: auto;
    margin-top: 0%;
    padding-bottom: 0px;
    opacity: 1;
    transform: translateY(0);
}

#menu-float-option.shifted .logo-position{margin-top:40px;}

#menu-float-option.shifted .menu-shift 
{
    margin-left: 38%;
    margin-top: -4%;
}


/* Retreat Dates ****************************************************/


.gray-bg-book .vline 
{
    position: absolute;
    height: 100%;
    padding: 1px;
    border-left: 0px solid white;
    left: 0%;
}

    .dates-text {
        border-left: solid 3px white;
        padding-left: 30px;
        margin-left: 6%;
        color: #0A0A0A;
    }

.footer-links-position{
    padding-left:100px;
}

    #slides .frame {
        height: 400px;
    }


}


