/* old styles */
/*
html, body{
    font-family:'Noto Sans', 'Roboto';
    font-size: 13.5px;
    margin: 5px;
	background-color: #F2F2F2;
	
	 max-width: 100%;
     overflow-x: hidden;

}
*/ 

/* General styles for html and body */
html, body {
    font-family: 'Roboto', sans-serif;
    font-size: 14.5px;
    margin: 5px;
    background-color: #F2F2F2;
    max-width: 100%;
    overflow-x: hidden;
}

/* Headings override to use Noto Sans */
h1, h2, h3, h4, h5, h6 {
    font-family: 'Noto Sans', sans-serif;
}
 
   #main{
	  
	  width: auto;
	  //height:100%;
	  
	  
  }
  
  #container{
	  
	width: auto;
	//height:100%;
	  padding: 10px;
	  
  }
  
  

  
  #containerbs{
	  
	width: auto;
	//height:100%;
	  padding: 10px;
	  font-size: 13.5px;
	  font-family:'Arial';
	  
	  
  }
  
  
  #footer{
	  
	  background-color: #4C1B5E;
	  color: white;

	  font-size: 16.5px;
	  width: 99.99%;
	  	  	
  }
 
 
 #footerbs{
	  
	  background-color: #4C1B5E;
	  color: white;
	  width: 100%;

	  font-size: 16.5px;
	  width: auto;
	  
  }
 
 
 /*
 #TNFLogoImg{
   position:absolute;
   top:5px;
   left:8px; 
   
   height:175px;
   width:355px;
 }
 */
 #TNFLogoImg {
  /* Initial styles for the logo */
  position: absolute;
  top: 5px;
  left: 8px;
  height: 175px;
  width: 355px;
  max-width: 100%; /* Ensure the logo doesn't exceed its original size */
  height: auto; /* Maintain the aspect ratio of the logo */
}

/* Smaller screens */
@media (max-width: 767px) {
  #TNFLogoImg {
    /* Define the logo size you want for smaller screens */
    max-width: 90px;
  }
}

/* Medium screens */
@media (min-width: 768px) and (max-width: 991px) {
  #TNFLogoImg {
    /* Define the logo size you want for medium-sized screens */
    max-width: 130px;
  }
}

/* Larger screens */
@media (min-width: 992px) {
  #TNFLogoImg {
    /* Define the logo size you want for larger screens */
    max-width: 200px;
  }
}

 /*
 #vb{
   position:absolute;
   top:5px;
   right:20px;
   
   background-color:#4C1B5E;	
	border:1px solid white;
	display:inline-block;
	cursor:pointer;
	color:white;
	font-family:arial;
	font-size:18px;
	font-weight: bold;
	padding:14px 19px;
	text-decoration:none;
	
  }
  
  #vb:hover { 
    background-color: #FFD34E;
	color: black;
	
}
*/
#vb {
  /* Initial styles for the button */
  position: absolute;
  top: 5px;
  right: 20px;
  background-color: #4C1B5E;
  border: 1px solid white;
  display: inline-block;
  cursor: pointer;
  color: white;
  font-family: arial;
  font-size: 16px; /* Default font size for larger screens */
  font-weight: bold;
  padding: 14px 19px; /* Default padding for larger screens */
  text-decoration: none;
  max-width: 100%; /* Ensure the button doesn't exceed its original size */
}

/* Smaller screens */
@media (max-width: 767px) {
  #vb {
    /* Define the button size you want for smaller screens */
    font-size: 10px; /* Minimum font size for smaller screens */
    padding: 8px 12px; /* More aggressive padding for smaller screens */
  }
}

/* Medium screens */
@media (min-width: 768px) and (max-width: 991px) {
  #vb {
    /* Define the button size you want for medium-sized screens */
    font-size: 12px; /* Example font size for medium-sized screens */
    padding: 10px 15px; /* More aggressive padding for medium-sized screens */
  }
}

/* Larger screens */
@media (min-width: 992px) {
  #vb {
    /* Define the button size you want for larger screens */
    font-size: 16px; /* Maximum font size for larger screens */
    padding: 12px 17px; /* More aggressive padding for larger screens */
  }
}

#vb:hover {
  /* Hover styles for the button */
  background-color: #FFD34E;
  color: black;
}




.row
{
    display: table;
    width: 100%;
	/*Optional*/
    table-layout: fixed; /*Optional*/
    border-spacing: 10px; /*Optional*/
}
.column
{
    display: table-cell;
    
}



  
  #navPane{
	
	text-align: right;
	width: 100%;
	padding-top: 4.5%;
	

}

#logoPane{
	padding-top: 4.5%;
	
}
/*
.navBtns{
		
	padding: 10px;
	font-size: 18px;
	font-weight: bold;
	text-decoration: none;
	color: #4C1B5E;
	
}
*/

.navBtns {
  /* Initial styles for the button class */
  padding: 10px;
  font-size: 18px;
  font-weight: bold;
  text-decoration: none;
  color: #4C1B5E;
}

/* Smaller screens */
@media (max-width: 767px) {
  .navBtns {
    /* Define the button size you want for smaller screens */
    font-size: 10px; /* Minimum font size for smaller screens */
    padding: 8px; /* More aggressive padding for smaller screens */
  }
}

/* Medium screens */
@media (min-width: 768px) and (max-width: 991px) {
  .navBtns {
    /* Define the button size you want for medium-sized screens */
    font-size: 14px; /* Example font size for medium-sized screens */
    padding: 10px; /* More aggressive padding for medium-sized screens */
  }
}

/* Larger screens */
@media (min-width: 992px) {
  .navBtns {
    /* Define the button size you want for larger screens */
    font-size: 18px; /* Maximum font size for larger screens */
    padding: 12px; /* More aggressive padding for larger screens */
  }
}

.navBtns:hover{
	background-color: #FFD34E;
	color: black;
}
  

#headBanner{
	
	width:100%;
	
}

#f1{
	padding-left: 10px;
}  
  
#f2{
	
	text-align: center;
}  


#f3{
	
	text-align: right;
	//padding-right: 2.5px;
}  
  
  #f1bs{
	//background-color: blue;
	width:35%;
	font-size: 16px;
}  
  
#f2bs{
	font-size: 16px;
	text-align: center;
	//background-color: red;
	width:30%;
}  


#f3bs{
	font-size: 16px;
	text-align: right;
	//background-color: black;
	width:35%;
} 
  
  
.afooter
{
	color:white;
        text-decoration: none;
}

.afooter:hover
{
    text-decoration: underline;
}  


.afooterbs
{
	color:white;
        text-decoration: none;
}

.afooterbs:hover
{
	text-decoration: none;
    text-decoration: underline;
	color:white;
}  
  
  .clearfix{
	clear:both;
}

.whiteline{
	width: 100%;
	height: 3.5px;
	background-color: white;
}

.parax{
	width: 95%;
	border: 5px solid white;
	 margin: 0 auto; 
	padding: 5.5px;
	font-family:'Arial';
	
	
}

.red{
color: red;
}

.green{
color: green;
}

.blue{
color: blue;
}

.grey{
	color: #F2F2F2;
	}
.purple{
color: #4C1B5E;
}
.yellow{
	color: #FFD34E;
	}

	
	.align-center{
	text-align: center;
	
}

/* btn style */

input[type="submit"]{
	
	
	    border-radius: 5px;
    border: 0;
        width: auto;
    height:auto;
    font-family: Arial;
    background: #4C1B5E;
	color: white;		
	cursor: pointer;
	padding-top: 5px;
	padding-bottom: 5px;
	
	padding-left: 12px;
	padding-right: 12px;
	font-size: 18.5px !important;
}

input[type="submit"]:hover{
	
	
	    border-radius: 5px;
    border: 1px solid #4C1B5E;
    width: auto;
    height:auto;
    font-family: Arial;
    background: #FFD34E;
	color: black;
	cursor: pointer;

	padding-top: 5px;
	padding-bottom: 5px;
	
	padding-left: 12px;
	padding-right: 12px;
	font-size: 18.5px;
}

.cbtn{
	    border-radius: 5px;
    border: 0;
        width: auto;
    height:auto;
    font-family: Arial;
    background: #4C1B5E;
	color: white;		
	cursor: pointer;
	padding-top: 5px;
	padding-bottom: 5px;
	
	padding-left: 12px;
	padding-right: 12px;
	font-size: 18.5px !important;	
}

.cbtn:hover{
	
	
	    border-radius: 5px;
    border: 1px solid #4C1B5E;
    width: auto;
    height:auto;
    font-family: Arial;
    background: #FFD34E;
	color: black;
	cursor: pointer;

	padding-top: 5px;
	padding-bottom: 5px;
	
	padding-left: 12px;
	padding-right: 12px;
	font-size: 18.5px;
}

.cbtnMenu{
	background-color:#DCDCDC;
	//-moz-border-radius:28px;
	//-webkit-border-radius:28px;
	//border-radius:28px;
	border:1px solid #4C1B5E;
	display:inline-block;
	cursor:pointer;
	color:black;
	font-family:arial;
	font-size:14px;
	padding:10px 32px;
	text-decoration:none;
	text-shadow:0px 1px 0px #2f6627;
}

.cbtnMenu:hover{
	background-color:#FFD34E;
	//-moz-border-radius:28px;
	//-webkit-border-radius:28px;
	//border-radius:28px;
	border:1px solid #4C1B5E;
	display:inline-block;
	cursor:pointer;
	color:black;
	font-family:arial;
	font-size:14px;
	padding:10px 32px;
	text-decoration:none;
	text-shadow:0px 1px 0px #2f6627;
}

#lgHolder{

    width:auto;
    height:auto;
	padding-top: 10%;
	padding-bottom: 10%;
	
//border: 5px solid black;
	 
	font-size: 16px !important;
	
	
}

#lgtbl{
	
	margin: 0 auto; 	
	font-size: 16px;
		
}



.seperator{
width: 45%;
    border: none;
    height: 5px;
    /* Set the hr color */
    color: black; /* old IE */
    background-color: black; /* Modern Browsers */
}

table, td, th{
    border-collapse: collapse;
	border: solid black 1px ;
	background-color: #E8E8E8;
	padding: 5.25px;
	
}

th {
    background-color: #4C1B5E;
    color: white;
	border-color: black white black;
}

		
		
table tr:hover td{
         background-color: #FFD34E;
        }

.bannerImg {
    width: 100%;
    height: 435px;
    //background-image: url("//TNF.org.uk/images/new_site/tn-app-banner.gif");
	background-image: url("//TNF.org.uk/images/new_site/apps-banner-standard.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}


.aback{
   position:absolute;
   top:127.25px;
   right:37px;   
	
	background-color:#DCDCDC;
	//-moz-border-radius:28px;
	//-webkit-border-radius:28px;
	//border-radius:28px;
	//border:1px solid #4C1B5E;
	display:inline-block;
	cursor:pointer;
	color:black;
	font-family:arial;
	font-size:13.5px;
	padding:10px 18px;
	text-decoration:none;
	text-shadow:0px 1px 0px #2f6627;
	
  }
  
  .aback:hover{
   position:absolute;
   top:127.25px;
   right:37px;   
	
	background-color:#FFD34E;
	//-moz-border-radius:28px;
	//-webkit-border-radius:28px;
	//border-radius:28px;
	//border:1px solid #4C1B5E;
	display:inline-block;
	cursor:pointer;
	color:black;
	font-family:arial;
	font-size:13.5px;
	padding:10px 18px;
	text-decoration:none;
	text-shadow:0px 1px 0px #2f6627;
	
  }

  		.bk{
			text-align: right;
			width: auto;
			//border: 5px solid black;
						
		}
.abackx{
		background-color:#DCDCDC;
	//-moz-border-radius:28px;
	//-webkit-border-radius:28px;
	//border-radius:28px;
	//border:1px solid #4C1B5E;
	display:inline-block;
	cursor:pointer;
	color:black;
	font-family:arial;
	font-size:13.5px;
	padding:10px 18px;
	text-decoration:none;
	text-shadow:0px 1px 0px #2f6627;
	
	
}	

.abackx:hover{
	background-color:#FFD34E;
	//-moz-border-radius:28px;
	//-webkit-border-radius:28px;
	//border-radius:28px;
	//border:1px solid #4C1B5E;
	display:inline-block;
	cursor:pointer;
	color:black;
	font-family:arial;
	font-size:13.5px;
	padding:10px 18px;
	text-decoration:none;
	text-shadow:0px 1px 0px #2f6627;
	
}	
  
.anoline{
text-decoration: none;
color: black;	
}

.anolinew{
text-decoration: none;
color: white;	
}

.footerImgs{
	background-color: white; 
	border-radius: 5px;
	
}