@charset "utf-8";
/* Simple fluid media
   Note: Fluid media requires that you remove the media's height and width attributes from the HTML
   http://www.alistapart.com/articles/fluid-images/ 
*/
img, object, embed, video {
	max-width: 100%;
	padding-top: ;
	padding-left: 0px;
	/* [disabled]border-bottom-left-radius: 131px; */
	/* [disabled]border-bottom-right-radius: 131px; */
	/* [disabled]border-top-right-radius: 131px; */
	/* [disabled]border-top-left-radius: 131px; */
	background-repeat: no-repeat;
}
/* IE 6 does not support max-width so default to width 100% */
.ie6 img {
	width: 100%;
}
/*
	Dreamweaver Fluid Grid Properties
	----------------------------------
	dw-num-cols-mobile:		12;
	dw-num-cols-tablet:		12;
	dw-num-cols-desktop:	12;
	dw-gutter-percentage:	25;
	
	Inspiration from "Responsive Web Design" by Ethan Marcotte 
	http://www.alistapart.com/articles/responsive-web-design
	
	and Golden Grid System by Joni Korpi
	http://goldengridsystem.com/
*/

/* Fluid Styles */
.fluid {
	clear: both;
	margin-left: 0;
	width: 100%;
	float: left;
	display: block;
}
.fluidList {
	list-style: none;
	list-style-image: none;
	margin: 0;
	padding: 0;
     font-family: 'montserrat', sans-serif;
}
/* Mobile Layout: 480px and below. */
  
.gridContainer {
	margin-left: auto;
	margin-right: auto;
	width: 86.45%;
	padding-left: 2.275%;
	padding-right: 2.275%;
	clear: none;
	float: none;
}

/* Header & HERO styles*/
.heroHeader {
	background-size: cover;
}



/* Navigation Bar styles */
.topNav {
	width: 100%;
	margin-left: 0;
	clear: both;
    float:right;
}
.topNavUl {
	position: static;
	width: 100%;
	margin-left: 0;
}
.topNavLI {
	width: 32.2033%;
	margin-left: 1.6949%;
	clear: none;
	height: auto;
	position: static;
}

/* Main heading styles*/

.mainHeading {
}
.mainTagline {
}


/* Text & Content areas styles */
.textContainer {
    padding-top:20px;
}
.secondarySection {
	width: 100%;
	margin-left: 0;
	clear: both;
}
.secondaryHeading {
	width: 100%;
	margin-left: 0;
}

/*.contentArea{
    width: 80%;
    margin-left: 10%;
    margin-top: 0;
    margin-bottom: 5%;
}*/

.tiles {
	width: 83.0508%;
	margin-left: 8.4745%;
	clear: both;
	display: block;
	padding-bottom: 10px;
	padding-right: 0px;
}
.tiles:hover {
	opacity: 0.6;
	cursor: pointer;
	background-repeat: no-repeat;
}
@media screen and ( max-width : 400px ){

  .gridContainer {
	width: 100%;
		

}
    .heroHeader{
        height:210px;
    }
    
    .logo {
	visibility: hidden;
	display: none;

    }
    /* Navigation styles*/
.topNavUl {
    position: static;
    padding-top: 8px;
    padding-bottom: 8px;
    background-color: #d2cac1;
    margin-top:0;
  
}
.topNavLI {
	text-align: center;
    width:20%;
    
}

ul{
	margin:0px;
	padding:0px;
	list-style:none;
}
ul li{
width:200px;

	opacity:.8;
	text-decoration: none;
	line-height: 40px;
	text-align: left;
	font-size: small;
	background-color:#d2cac1;	
	font-family:'montserrat',sans-serif;align-content: center;
}
	



ul li a{
	text-decoraion: none;
	
	display: block;
	text-decoration: none;
	background-color: #d2cac1;
	opacity: .8;
	
}

ul li ul li{
	display: none;
	opacity:.8;
	
} 
ul li:hover ul li{
	display: block;

	
	text-align: center;
}
      .tgfaappleimg{
    width: 80%;
    padding-right: 0%;
    padding-top: 6%;
          padding-left:5%;
         padding-right:5%;
    
}
   .section h1{
    color: #7499c6;
    font-size: 1.8rem;
    text-align: center;
    font-weight: 500;
     width:100%;
       padding-left:5%;
       padding-right:5%;
       text-align:center;
       
}
 .section{
    width: 90%;
    margin-left: 5%;
    margin-right: 5%;
    bottom: 0;
    }

.section p{
    color: #000000;
    text-align: center;
    line-height: 2rem;
    font-size: 1rem;
   
    padding-top: 2%;
}
    
    .text{
       width:90%;
      margin-top:5%;
        
          margin-bottom: 20%;
    }
    
  .section2{
  
        width: 80%;
      margin-left:8%;
      margin-right:8%;

              
    }
    .section2 p{
    color: #000000;
    text-align: center;
    line-height: 2rem;
    font-size: 1rem;
    padding-top: 0%;
}
    .text1{
    width: 90%;
    float:left;
      
}
    .tgfamapimg{
    width: 70%;
    
        margin-left:15%;
    margin-right:15%;

}
    
   .section h1{
    color: #579CB4;
    font-size: 1.8rem;
    text-align: center;
    font-weight: 500;
}

 
    .section3{
    width:80%;
        margin-left:10%;
        margin-right:10%;
    }
    .tgfaphotoimg{
    width: 80%;
    padding-right: 0%;
    padding-top: 23%;
 
     margin-left:10%;
    margin-right:10%;
}

    .tgfastationeryimg{
    width: 90%;
    padding-right: 0%;
   padding-top:5%;
      margin-left:10%;
    margin-right:10%;
}
        .text2{
    width:50%;
      margin-top:5%;
        float:left;
}
    .thegreatfruitandvegadventureexhibition{
        width:60%;
        padding-left:20%;
        padding-right:20%;
    }
 

    
}
    
   

/*tablet screen*/
@media screen and (max-width : 760px ){

   
    
    .gridContainer {
	width: 100%;
	
	

}
    .heroHeader {
    height: 350px;
    background-color: rgba(0,0,0,1.00);
    background-image: url(images/gfa_motorbikeimg.png);
    background-size: cover;
    box-shadow: 0.2rem 0.2rem 1rem rgba(0,0,0,0.4);
}

    
    .logo {
	visibility: hidden;
	display: none;

    }
    /* Navigation styles*/
.topNavUl {
    position: static;
    padding-top: 8px;
    padding-bottom: 8px;
    background-color: #d2cac1;
    margin-top:0;
  
}
.topNavLI {
	text-align: center;
    width:20%;
    
}

ul{
	margin:0px;
	padding:0px;
	list-style:none;
}
ul li{
width:200px;

	opacity:.8;
	text-decoration: none;
	line-height: 40px;
	text-align: left;
	font-size: small;
	background-color:#d2cac1;	
	font-family:'montserrat',sans-serif;align-content: center;
}
	



ul li a{
	text-decoraion: none;
	
	display: block;
	text-decoration: none;
	background-color: #d2cac1;
	opacity: .8;
	
}

ul li ul li{
	display: none;
	opacity:.8;
	
} 
ul li:hover ul li{
	display: block;

	
	text-align: center;
}
      .tgfaappleimg{
    width: 80%;
    padding-right: 0%;
    padding-top: 6%;
          padding-left:5%;
         padding-right:5%;
    
}
   .section h1{
    color: #7499c6;
    font-size: 1.8rem;
    text-align: center;
    font-weight: 500;
     width:100%;
       padding-left:5%;
       padding-right:5%;
       text-align:center;
       
}
 .section{
    width: 90%;
    margin-left: 5%;
    margin-right: 5%;
    bottom: 0;
    }

.section p{
    color: #000000;
    text-align: center;
    line-height: 2rem;
    font-size: 1rem;
   
    padding-top: 2%;
}
    
    .text{
       width:90%;
      margin-top:5%;
        
          margin-bottom: 20%;
    }
    
  .section2{
  
        width: 80%;
      margin-left:8%;
      margin-right:8%;

              
    }
    .section2 p{
    color: #000000;
    text-align: center;
    line-height: 2rem;
    font-size: 1rem;
    padding-top: 0%;
}
    .text1{
    width: 90%;
    float:left;
      
}
    .tgfamapimg{
    width: 70%;
    
        margin-left:15%;
    margin-right:15%;

}
    
   .section h1{
    color: #579CB4;
    font-size: 1.8rem;
    text-align: center;
    font-weight: 500;
}

 
    .section3{
    width:80%;
        margin-left:10%;
        margin-right:10%;
    }
    .tgfaphotoimg{
    width: 80%;
    padding-right: 0%;
    padding-top: 23%;
 
     margin-left:10%;
    margin-right:10%;
}

    .tgfastationeryimg{
    width: 90%;
    padding-right: 0%;
   padding-top:5%;
      margin-left:10%;
    margin-right:10%;
}
        .text2{
    width:50%;
      margin-top:5%;
        float:left;
}
    .thegreatfruitandvegadventureexhibition{
        width:60%;
        padding-left:20%;
        padding-right:20%;
    }
 
.tgfafooter {
background-color: #5C99AB;
width: 100%;
padding-top: 3px;
padding-bottom: 41px;
font-family: montserrat;
}
    
}

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

    
    .gridContainer {
    width: 88.5%;
    max-width: 1232px;
    padding-left: 0.75%;
    padding-right: 0.75%;
    margin: auto;
    clear: none;
    float: none;
    margin-left: auto;
    color: #67A1A5;
}
/* Header & HERO styles*/
.heroHeader {
    height: 350px;
    background-color: rgba(0,0,0,1.00);
    background-image: url(images/gfa_motorbikeimg.png);
    background-size: cover;
    box-shadow: 0.2rem 0.2rem 1rem rgba(0,0,0,0.4);
}

.logo {
    width: 15.2542%;
    color: #3A3535;
}
/* Navigation styles*/
.topNav {
	width: 34.729%;
	clear: none;
	margin-left: 25.542%;
}
.topNavUl {
	width: 100%;
	margin-left: 0;
	
	position: static;
	
}
.topNavLI {
	width: 15%;
	margin-left: 7.1428%;
	clear: none;
	height: auto;
	position: static;
    text-align: center;
}
/* Main heading styles*/

.mainHeading {
}
.mainTagline {
}

/* Text & content area styles*/
.textContainer {
    padding-top:60px;
    padding-bottom:30px;
    padding-right:5%;
    padding-left:5%;
}
.secondarySection {
    width: 90%;
    /* [disabled]margin-left: 1.6949%; */
    /* [disabled]margin-right:5%; */
    /* [disabled]margin-left: 1.6949%; */
    display: block;
}
.secondaryHeading {
	margin-left: 0;
	width: 100%;
}
    .tgfaappleimg{
    width: 40%;
    padding-right: 0%;
    padding-top: 6%;
    float: left;
}
   .section h1{
    color: #7499c6;
    font-size: 1.8rem;
    text-align: center;
    font-weight: 500;
     
}
 .section{
        width:80%;
        margin-left:10%;
        margin-right:9%;
        bottom:0;
    }

.section p{
    color: #000000;
    text-align: center;
    line-height: 2rem;
    font-size: 1rem;
   
    padding-top: 2%;
}
    
    .text{
       width:50%;
      margin-top:5%;
        float:right; 
          margin-bottom: 20%;
    }
    
  .section2{
  
        width: 80%;
      margin-left:8%;
      margin-right:8%;

              
    }
    .section2 p{
    color: #000000;
    text-align: center;
    line-height: 2rem;
    font-size: 1rem;
   
    padding-top: 14%;
}
    .text1{
    width: 50%;
    float:left;
      
}
    .tgfamapimg{
    width: 40%;
    padding-right: 0%;
 float:right;
}
    
   .section h1{
    color: #579CB4;
    font-size: 1.8rem;
    text-align: center;
    font-weight: 500;
}

 
    .section3{
    width:80%;
        margin-left:10%;
        margin-right:10%;
    }
    .tgfaphotoimg{
    width: 39%;
    padding-right: 0%;
    padding-top: 23%;
    padding-bottom: 5%;
    float: left;
}

    .tgfastationeryimg{
    width: 45%;
    padding-right: 0%;
    padding-top: 10%;
    float: right;
}
        .text2{
    width:50%;
      margin-top:5%;
        float:left;
}
    .thegreatfruitandvegadventureexhibition{
        width:60%;
        padding-left:20%;
        padding-right:20%;
    }
 

/* Gallery styles*/
.tiles {
	width: 32.2033%;
	clear: none;
	display: block;
	padding-bottom: 0px;
	left: auto;
	right: auto;
}
    .tgfafooter {
background-color: #5C99AB;
width: 100%;
padding-top: 3px;
padding-bottom: 41px;
font-family: montserrat;
}
/* Footer styles*/
.footer {
}
.footerSection {
	width: 32.2033%;
	clear: none;
	margin-left: 1.6949%;
	display: block;
}
.footerTitle {
	margin-left: 0;
	width: 100%;
    margin-top: 5%;
}
.gallery {
}
.showAreaH2 {
}

.tgfa_sl {
}
.zeroMargin_desktop {
margin-left: 0;
}
    .textContainer{
        width:100%;
    }
.hide_desktop {
display: none;
}
    .secondaryStyling{
        width:90%;
    }
}
/* Footer styles*/
.footer {
}
.footerSection {
	width: 100%;
	margin-left: 0;
	clear: both;
}
.footerTitle {
	text-align: center;
	width: 100%;
	margin-left: 0;
    margin-top:10px;
}

.gallery {
}
.showAreaH2 {
}
.tgfa_sl {
}
.zeroMargin_mobile {
margin-left: 0;
}
.hide_mobile {
display: none;
}



/* Tablet Layout: 481px to 768px. Inherits styles from: Mobile Layout. */



/* Desktop Layout: 769px to a max of 1232px.  Inherits styles from: Mobile Layout and Tablet Layout. */




