/*-MAY TEMPLATE ;

font-family: 'Bebas Neue', sans-serif;
font-family: 'Oswald', sans-serif;
font-family: 'Roboto', sans-serif;

*/



html {scroll-behavior: smooth;}

html,


body{ font-family: 'Roboto', sans-serif; color: #000;  text-align: center; font-weight: 400; height: 100%; }

h1 { margin-top: 10px; font-family: 'Oswald', sans-serif; font-weight: 300; font-size: 40px; color: #FFF; line-height: 50px; text-align: center; }
	
h2 { margin-top: 10px; font-family: 'Oswald', sans-serif; font-weight: 300; font-size: 40px; color: #000; line-height: 50px; text-align: center; }

h3 { font-size: 1.5em; font-family: 'Roboto', sans-serif;  color: #772023; font-weight: 500; text-align: center; }

h4 { font-size: 1.2em; font-family: 'Aboreto', cursive; color: #000; font-weight: 400; text-align: center; }

h5 {font-size: 1.2em; font-family: 'Roboto', sans-serif;}

h6 {font-size: 1.0em; color: dark-grey; font-weight: 600;}

p { font-size: 1em;  line-height: 30px;} 

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

/* **********LINKS *******************/
a:link {color:  #FFFFFF;}

/* visited link */
a:visited {color:  inherit;}

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

/* selected link */
a:active {color:  inherit;}
 
 
 
 hr {width: 100%;
    height:2px;
	background-color:#3dabd7;
	}




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

.navbar{ 
font-family: 'Oswald', sans-serif;
padding-bottom: 0px;
padding-top: 0px;
padding-left: 20px;
padding-right: 20px;
}

/* Modify the background color of the navbar */
.navbar-custom {background-color:rgba(255,255,255,0.9);}

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

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

.navbar-toggler {
				color:#ed2624;
				color: #ed2624 !important;	
				}
 
 
 

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

/* **********border***********************************************************************************************************************************************/
 
 /*used for the carousel to get the arrows outwith the image ">*/
 .squeeze{
		padding: 100px;
		margin: 20px;
		}
  /*possibly remove, this would be for a standard padding set up*/
.standard{
		align-items:center;
		padding-top: 3rem;
		padding-bottom: 3rem;
		padding-left: 3rem;
		padding-right: 3rem;
		}
 
.left {text-align: left;}
 
.right{ text-align: right;}
 
.justify {text-align: justify;}

.center {text-align: center;}


.marg{
	padding-right: 10px;
	padding-bottom: 10px;
}

.colorbg {
	background-color:#01aee1;
color:#FFFFFF;

}

.whitebg {background-color:#FFFFFF;}

.pad{

padding-top: 8rem;
padding-bottom: 4rem;
	

}

 /*possibly remove, not sure what this is*/
span.blockspam {display: none;}

 
.buffer{padding:10px;}


.card-buffer{
			padding-left: 30px;
			padding-right: 30px;
			text-align: justify;
			}

.image {
		display: block;
		width: 100%;
		height: auto;
		}



/* **********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;
}

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


 /*will have an image and text centre */ 
 #cover{
		background:url('../img/cover2.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;
		justify-content: center; /* align horizontal */
		align-items: center; /* align vertical */
		background-position: center;
		background-repeat: no-repeat;
		padding-top: 5rem;
		padding-bottom: 0rem;
		padding-left: 1rem;
		padding-right: 1rem;
		color: #FFF
		}
  
  
  
 #base{
	
		padding-top: 2rem;
		padding-bottom: 2rem;
		padding-left: 0rem;
		padding-right: 0rem;
		text-align:center;
		
		}
  

#footer{
		padding-top: 4rem;
		padding-bottom: 1rem;
		padding-left: 1rem;
		padding-right: 1rem;
		background-color:#054a7b ;
		text-align:center;
		color:#FFFFFF;
		}


#footerbottom{
			padding:1rem 0;
			background-color:#35abd3 ;
			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;
			}

#twocol{
	
		display: flex;
		}

      @media (min-width: 768px) {
        .bd-placeholder-img-lg {
          font-size: 3.5rem;
        }
      }
 /* not sure - taken from tutorial template*/



@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;
	
	
}





 



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


body{  text-align: center; font-weight: 400; height: 100%; }

h1 { margin-top: 10px; padding-top: 30px; font-weight: 300; font-size: 60px;  line-height: 60px; text-align: left; color: #000; }
	
h2 { font-size: 40px; font-weight: 200; text-align: left; line-height: 50px; }

h3 { font-size: 1.5em;   font-weight: 500; text-align: left; }

h4 { font-size: 1.4em;   font-weight: 400; text-align: left; }


h6 {font-size: 1.0em;  font-weight: 600;}

p { font-size: 1em;  line-height: 30px;} 


a:link {color:  #000;}


 #cover{
		background:url('../img/cover.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;
		justify-content: center; /* align horizontal */
		align-items: center; /* align vertical */
		background-position: center;
		background-repeat: no-repeat;
		padding-top: 2rem;
		padding-bottom: 0rem;
		padding-left: 1rem;
		padding-right: 1rem;
		color: #000;
		}
		
		
		#footerbottom{
			padding:1rem 0;
			background-color:#35abd3 ;
			color:#FFFFFF;
			text-align:left;
			}
			


   
     .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);
}


  }




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


body{   text-align: center; font-weight: 400; height: 100%; }

h1 { margin-top: 10px;  font-weight: 600; font-size: 60px; line-height: 80px; text-align: left; }
	
h2 { font-size: 40px; font-weight: 200; text-align: left; line-height: 50px; }

h3 { font-size: 1.5em;   font-weight: 500; text-align: left; }

h4 { font-size: 1.6em;   font-weight: 500; text-align: left; }


h6 {font-size: 1.0em;  font-weight: 600;}

p { font-size: 1em;  line-height: 30px;} 








 #base{
	
		padding-top: 5rem;
		padding-bottom: 5rem;
		padding-left: 0rem;
		padding-right: 0rem;
		
		}



.marg{
	padding-right: 50px;
	padding-bottom: 30px;
}


}



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



body{font-size: 1.2em;  font-weight: 400; text-align: LEFT;  height: 100%; }

h1 { margin-top: 10px;  font-weight: 600; font-size: 60px; line-height: 80px; text-align: left; }
	
h2 { margin-top: 10px;  font-weight: 600; font-size: 60px; line-height: 80px; text-align: left; }

h3 { color:  font-weight: 500; text-align: left; }

h4 { margin-top: 10px;  font-weight: 300; font-size: 60px;  line-height: 80px;  }

h5 {font-size: 1.2em; ;}

h6 {font-size: 1.0em;  font-weight: 600;}

p { font-size: 1.0em;  line-height: 30px;} 

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





 #cover{
		background:url('../img/cover.jpg') center center no-repeat;/*Image we display in the header - top part of the webapge - Rnd9Cover2.jpg*/
		background-size:cover; /*used to cover the entire page*/
		height:100%;
		display:flex;
		justify-content: center; /* align horizontal */
		align-items: center; /* align vertical */
		background-position: center;
		background-repeat: no-repeat;
		}



#centre_text{
			display: flex;
			justify-content: center;
			align-items: center;
			height: 100vh;
			text-align: center;
			}


#footer{
		padding-top: 4rem;
		padding-bottom: 1rem;
		padding-left: 1rem;
		padding-right: 1rem;
		background-color:#054a7b ;
		text-align:left;
		color:#FFFFFF;
		}


#footerbottom{
			padding-top: 4rem;
			padding-bottom: 4rem;
			padding-left: 1rem;
			padding-right: 1rem;
			background-color:#FFF ;
			color:#054a7b ;
		
			text-align:left;
			}
			


.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;
				}
 


	
 

			
		
	