/*-GLASGROW Colours ;

#7b1414 - brown red
#ffffff - white
#000000 - black
#387b14 - green
#edffef - light green
#ef2ff - light blue
#575955 - grey
#88b076 - lighter green

FONTS
font-family: 'ADLaM Display', cursive;
font-family: 'Anton', sans-serif;
font-family: 'Cabin', sans-serif;
font-family: 'Lilita One', cursive;
font-family: 'Mooli', sans-serif;
font-family: 'Passion One', cursive;
font-family: 'Rubik Dirt', cursive;
font-family: 'Squada One', cursive;
*/



html {scroll-behavior: smooth;}

html,


body{ font-family: 'Mooli',  sans-serif;  text-align: justify; font-weight: 400; height: 100%; }

h1 { margin-top: 30px; font-family: 'Passion One', cursive; font-weight: 300; font-size: 30px; color: #387b14; line-height: 50px; text-align: center; }
	
h2 { font-size: 1.6em; font-family: 'Cabin', sans-serif; font-weight: 200; text-align: center; line-height: 50px; }

h3 { font-size: 1.5em; font-family: 'Cabin', sans-serif;  font-weight: 500; }

h4 { font-size: 1.2em; font-family: 'Cabin', sans-serif;  font-weight: 400; text-align: left; }

h5 {font-size: 1.4em; font-family: 'Cabin'; color: #7b1414; font-weight: 700;}

h6 {font-size: 1.0em; font-family: 'Cabin'; color: #7b1414;  font-weight: 600; line-height: 25px;}

p { font-size: 1em; font-family: 'Mooli', sans-serif; line-height: 30px; } 

img { max-width: 100%;  }  /*-Seems required to get images to fit into album boxes*/
 

p.quote { font-size: 0.9em; font-family: 'cabin', sans-serif; line-height: 20px; text-align: justify; } 

p.names {font-size: 1.0em; font-family: 'Cabin'; color: #7b1414; font-weight: 400;}

p.green {font-size: 1.0em; font-family: 'Cabin'; color: #387b14; font-weight: 400;}

p.question {font-size: 1.2em; font-family: 'Cabin'; color: #387b14; font-weight: 500; line-height: 40px;text-align: left;}




/* **********LINKS *******************/
a:link {color:  #0c8952;
transition: color 0.6s ease-in-out; /* Add a transition for the color property with a duration of 0.3 seconds and ease timing function */
}
/* visited link */
a:visited {color:  #0c8952;}

/* mouse over link */
a:hover {color:  #000;}

/* selected link */
a:active {color:  inherit;}
 
 
 /* **********Horizontal Lines*******************/
 
 hr {
        width: 100%;
       border: 3px solid green;
	 
	   }
	   

	   
	   
	   
	   hr.style-two {
    width: 100%;
       border: 1px solid green;
	   opacity: 1.0;

	   }
	   
	   
	     hr.style-three {
    width: 50%;
       border: 1px solid green;
	   opacity: 1.0;
	   align-items: center;
	text-align: center;
	   

	   }


/* **********NAVBAR*************************************************************************************************************************************************

.navbar{ 
font-weight: 800;
font-family: 'Mooli',  sans-serif; 
padding-bottom: 5px;
padding-top: 5px;
padding-left: 20px;
padding-right: 20px;
}

/* Modify the background color of the navbar 
.navbar-custom {background-color:rgba(56, 123, 20, 0.6);}

/*specifies the colour of nav-link which is contained in nav-item, nav and navbar
.navbar .navbar-nav .nav-item .nav-link {color:#FFFFFF;}

.navbar .navbar-nav .nav-item .nav-link:hover {color:#7b1414;}

.navbar-toggler {
				color:#7b1414;
				color: #7b1414 !important;	
				}
 
 */
 
 
 /* **********NAVBAR X which shrinks in size upon scroll down*************************************************************************************************************************************************/
 
 /* Navbar default state */
#navbar {
  background-color: rgba(56, 123, 20, 0.6);
  transition: 0.4s;
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 99;
  font-weight: 600;
  font-family: 'Mooli', sans-serif;
}

#logoimage {
  height: 100px;
  transition: height 0.4s ease;
}

/* Shrinks logo on scroll */
#navbar.scrolled #logoimage {
  height: 60px;
}

/* Nav links styling */
#navbar a {
  color: white;
  padding: 6px;
  text-decoration: none;
  font-size: 14px;
  border-radius: 4px;
  font-family: 'Mooli', sans-serif;
}

/* Hover effect */
#navbar a:hover {
  color: #000;
}

#navbar-right {
  gap: 10px; /* Optional spacing between links */
}
 

/* Mobile overlay / hamburger nav styles */
.nav .item .link {
  display: block;              /* Bigger clickable area */
  font-size: 1.0rem;           /* Smaller text than default */
  text-decoration: none;       /* Remove underline */
  color: #fff;                 /* Or whatever contrasts your background */
  padding: 0.1rem 0;           /* Tighter vertical spacing */
}

/* Keep color consistent even for visited links in the menu */
.nav .item .link:visited {
  color: #fff;
}

.nav .item .link:hover {
  color: #000;              /* Match your existing hover colour */
}


/* **********whatsapp float***********************************************************************************************************************************************/
.float{                    /*this is the float for the whatsapp*/
	position:fixed;
	width:60px;
	height:60px;
	bottom:40px;
	right:40px;
	background-color:#25d366;
	color:#FFF;
	border-radius:50px;
	text-align:center;
  font-size:30px;
	box-shadow: 2px 2px 3px #999;
  z-index:100;
  
  
    /* Add these lines 👇 */
  display: flex;
  justify-content: center;
  align-items: center;
  
}

.my-float{				/*this is the float for the whatsapp*/
	margin-top:1px;
	margin-left:3px;
}
 


/* **********border***********************************************************************************************************************************************/
.bar{
	padding: 0.8px;
	background-color:#FFF;
	background-size:cover;
	align-items: center;
	text-align: center;
	}

/* **********General Use***********************************************************************************************************************************************/
  
.left {text-align: left;}
.right{ text-align: right;}
.justify {text-align: justify;}
.center {text-align: center;}
.buffer{
	
padding-top: 60px;
padding-bottom: 20px;
}

.bg1 {
padding-top: 30px;
padding-bottom: 30px;
padding-left: 30px;
padding-right: 30px;
background-color:#fffffff;

color:#000;
}

.bg4 {
padding-top: 30px;
padding-bottom: 30px;
padding-left: 30px;
padding-right: 30px;
background-color:#edffef;
color:#575955;
}





.bg3 {
padding-top: 30px;
padding-bottom: 30px;
padding-left: 30px;
padding-right: 30px;
background-color:#000;
min-height: 100%;
color:#FFF;

}


.bg2 {
padding-top: 30px;
padding-bottom: 30px;
padding-left: 30px;
padding-right: 30px;
background-color:#edffef;
color:#575955;
min-height: 100%;



}


.reviews{
padding: 40px;	
}


.rev{
padding-left:50px;
    display: flex; /* Use flexbox to align items vertically */
  align-items: left; /* Center vertically */

}

.pads{
padding-top: 20px;
padding-bottom: 10px;;	
}





 /*for email disgusing*/
span.blockspam {display: none;}




  /* Custom card styles */
  .custom-card-style {
    padding: 10px; /* Adjust the padding as needed */
	padding-bottom: 0px;
    margin: 0px; /* Adjust the margin as needed */
	justify-content: center; /* align horizontal */
	align-items: center; /* align vertical */
	min-height: 100%;
  }
  
  .custom-card-text {
    font-size: 13px; /* Change the font size as needed */
    color: #000; /* Change the text color as needed */
	line-height: 25px;
  }
  

 
.titlebuffer{  /* for the testimonial carousel */
	padding-bottom: 60px;
	padding-top: 0px;
	}




.image {   /*not sure*/
		display: block;
		max-width: 100%;
		height: auto;
		}





 .contain{
	padding: 30px;
	text-align: justify;
	display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
		
		}
		
		






 /*will have an image and text centre */ 
 #cover{
		background:url('../img/mobile.jpg') center center no-repeat;/*Image we display in the header - top part of the webapge*/
		background-size:cover; /*used to cover the entire page*/
		height:100%;
		display:flex;
		text-align: center;
		justify-content: center; /* align horizontal */
		align-items: center; /* align vertical */
		background-position: center;
		background-repeat: no-repeat;
		padding-top: 0px;
	
		}
  

#footer{
		padding-top: 1rem;
		padding-bottom: 1rem;
		padding-left: 1rem;
		padding-right: 1rem;
		background-color:#7b1414 ;
		text-align:center;
		color:#000;
		}


#footerbottom{
			padding:1rem;
			background-color:#88b076 ;
			color:#FFFFFF;
			text-align:center;
			}
			
			
 /*Text positioned in the centre of a blank coloured background */ 
#centre_text{
			background-color:#000000;
			display: flex;
			justify-content: center;
			align-items: center;
			height: 100vh;
			text-align: center;
			}








/* medium and up screens 768 and above */
@media (min-width: 768px) {

.bg1 {
padding-top: 100px;
padding-bottom: 100px;
padding-left: 30px;
padding-right: 30px;
background-color:#fffffff;
color:#000;
min-height: 40%;
}


.bg2 {
padding-top: 100px;
padding-bottom: 100px;
padding-left: 30px;
padding-right: 30px;
background-color:#edffef;
color:#575955;
min-height: 40%;
}






.pads{
padding-top: 80px;
padding-bottom: 10px;
}


 #cover{
		background:url('../img/cover1D.jpg') center center no-repeat;/*Image we display in the header - top part of the webapge*/
		background-size:cover; /*used to cover the entire page*/
		min-height: 100%;
		display:flex;
		text-align: center;
		justify-content: center; /* align horizontal */
		align-items: center; /* align vertical */
		background-position: center;
		background-repeat: no-repeat;
		padding-top: 100px;
	
		}
		
		
		     .carousel-inner .carousel-item-end.active,
    .carousel-inner .carousel-item-next {
      transform: translateX(25%);
    }
    
    .carousel-inner .carousel-item-start.active, 
    .carousel-inner .carousel-item-prev {
      transform: translateX(-25%);
    }


.carousel-inner .carousel-item-end,
.carousel-inner .carousel-item-start { 
  transform: translateX(0);
}

  


  }


@media (max-width: 767px) {
    .carousel-inner .carousel-item > div {
        display: none;
    }
    .carousel-inner .carousel-item > div:first-child {
        display: block;
    }
}

.carousel-inner .carousel-item.active,
.carousel-inner .carousel-item-next,
.carousel-inner .carousel-item-prev {
    display: flex;
	
	
}


/* large and up screens 992 and above*/
@media (min-width: 992px) {

body{ font-family: 'Mooli',  sans-serif;  text-align: left; font-weight: 400; height: 100%; }


h1 { margin-top: 10px; font-family: 'Passion One', cursive; font-weight: 300; font-size: 30px; color: #387b14; line-height: 50px; text-align: left; }
	
h2 { font-size: 1.6em; font-family: 'Cabin', cursive; font-weight: 200; text-align: left; line-height: 40px; }

h3 { font-size: 1.5em; font-family: 'Cabin', sans-serif;  font-weight: 500;  }

h4 { font-size: 1.2em; font-family: 'Cabin', cursive;  font-weight: 400; text-align: left; }

h5 {font-size: 1.4em; font-family: 'Cabin'; color: #7b1414; font-weight: 700;}

h6 {font-size: 1.0em; font-family: 'Mooli', sans-serif;  font-weight: 600;}

p { font-size: 1em; font-family: 'Mooli', sans-serif; line-height: 30px; } 


p.quote { font-size: 0.9em; font-family: 'cabin', sans-serif; line-height: 20px; text-align: justify; } 

p.names {font-size: 1.0em; font-family: 'Cabin'; color: #7b1414; font-weight: 400;}

p.green {font-size: 1.0em; font-family: 'Cabin'; color: #387b14; font-weight: 400;}

p.question {font-size: 1.2em; font-family: 'Cabin'; color: #387b14; font-weight: 500; line-height: 40px;}

 #cover{
	height: auto;
	 padding-top: 150px;
		
		text-align: left;
		
	
		}



 



			
			}




/* large and up screens  1200 and above*/
@media (min-width: 1200px) {

body{ font-family: 'Mooli',  sans-serif;  text-align: left; font-weight: 400; height: 100%; }


h1 { margin-top: 10px; font-family: 'Passion One', cursive; font-weight: 300; font-size: 50px; color: #387b14; line-height: 50px; text-align: left; }
	
h2 { font-size: 2.2em; font-family: 'Cabin', cursive; font-weight: 200; text-align: left; line-height: 50px; }

h3 { font-size: 1.5em; font-family: 'Cabin', sans-serif;  font-weight: 500;  }

h4 { font-size: 1.2em; font-family: 'Cabin', cursive;  font-weight: 400; text-align: left; }

h5 {font-size: 1.4em; font-family: 'Cabin'; color: #7b1414; font-weight: 700;}

h6 {font-size: 1.0em; font-family: 'Cabin'; color: #7b1414;  font-weight: 600;}

p { font-size: 1em; font-family: 'Mooli', sans-serif; line-height: 30px; } 


p.quote { font-size: 0.9em; font-family: 'cabin', sans-serif; line-height: 20px; text-align: justify; } 

p.names {font-size: 1.0em; font-family: 'Cabin'; color: #7b1414; font-weight: 400;}

p.green {font-size: 1.0em; font-family: 'Cabin'; color: #387b14; font-weight: 400;}

p.question {font-size: 1.2em; font-family: 'Cabin'; color: #387b14; font-weight: 500; line-height: 40px;}

 #cover{
		
		text-align: left;
		padding-top: 180px;
		
	
		}





  .custom-card-style {
    padding: 25px; /* Adjust the padding as needed */
	padding-bottom: 0px;

	justify-content: center; /* align horizontal */
	align-items: center; /* align vertical */
  }
  
  .custom-card-text {
    font-size: 13px; /* Change the font size as needed */
    color: #000; /* Change the text color as needed */
	line-height: 25px;
  }
  





 



			
			}

/* large and up screens 1400 and above */
@media (min-width: 1400px) {
	
	

	.va {
  border-left: 6px solid lightgrey;
  height: 150px;
	}

.padder-right{
			padding-top: 0rem;
			padding-bottom: 0rem;
			padding-left: 4rem;
			padding-right: 0rem;	
			}



.padder-left{
			padding-top: 0rem;
			padding-bottom: 0rem;
			padding-left: 0rem;
			padding-right: 4rem;	
			}


 .standard {
			text-align: left;
			align-items:center;
			padding-top: 7rem;
			padding-bottom: 7rem;
			padding-left: 8rem;
			padding-right: 8rem;
			}
 
  .contactleft {	 
				text-align: left;
				align-items:center;
				padding-top: 4rem;
				padding-bottom: 4rem;
				padding-left: 5rem;
				padding-right: 4rem;
				}
 


	
    







}



