* {										/* Zero out all Padding and Margins on all Elements */
  margin: 0;
  padding: 0;
  }

body {
  font-size: 90.5%;
  font-family: Arial;
  line-height: 1.5;
  text-align: left;
  margin: 0 auto;
  width: 100%;
  }
  
a {										/* Remove Blue Lines Under Hyperlinks */
  color: #000;
  text-decoration: none;			
  }
  
a:hover {								/* Set Default Color of Links on Hover */
  color: #6cab12;
  }
	
/* ---- CSS RULES FOR TOP BAR (PHONE & SOCIAL MEDIA ICONS) --------------------------------------------- */

#topBar { 								/* Top Bar Container */
  width: 100%;
  height: 77px;
  /*margin: 0 auto;*/
  background-color: green;
  }


#socialIcon {							/* Social Media Icon Container */
  text-align: left;
  padding-left: 30px;
  width: 300px;
  }
  
.fa-facebook-square {					/* facebook Icon (font awesome) */
  color: #fff;
  padding: 3px;
 } 

.fa-facebook-square:hover {				/* facebook Icon on Hover (font awesome) */
  color: #d5ec3b;
  }

.fa-linkedin-square {					/* Linkedin Icon (font awesome) */
  color: #fff;
  padding: 3px;
  } 

.fa-linkedin-square:hover {				/* Linkedin Icon on Hover (font awesome) */
  color: #d5ec3b;
  }

.fa-twitter-square{						/* Twitter Icon (font awesome) */
  color: #fff;
  padding: 3px;
  }

.fa-twitter-square:hover {				/* Twitter Icon on Hover (font awesome) */
  color: #d5ec3b;
  }
 
#phone {								/* Phone Number */
  color: #fff;
  font-size: 35px;
  padding-left: 870px;
  margin-top: -61px;
  width: 300px;
  float: none;
  }
  
#phone a {								/* Phone Link Color Set to White */
  color: #fff;
  }

.fa-phone {								/* Phone icon (font awesome) */
  color: #fff;
  }
    
/* ---- CSS HEADER RULES ------------------------------------------------------------------------------------- */

#headContainer {						/* Header Container */
  width: 100%;
  padding-left: 5px;					/* Space Between Left Edge and Logo */
  padding-top: 5px;					/* Space Between Top Bar and Header Elements */
  }

#logo {								
  float: left;
  max-width: 100%;						/* Ensures Logo Size does not Increase Beyond Original Size */
  }

/*#slogan {							
  max-width: 100%;
  }/*

/* ---- CSS RULES FOR MAIN NAVIGATION  ---------------------------------------------------------------------- */

#bannerHeader nav {						/*  Regulates Colored Navbar Background */
  font-size: 18px;
  background-color: #6cab12;
  height: 44px;							/* Height of Rounded Navbar */
  border-radius: 20px;
  -moz-border-radius: 20px;			
  -webkit-border-radius: 20px;
  padding-left: 12px;					/* Space Between Left Edge of Navbar and First Button*/
  padding-right: 12px;					/* Space Between Right Edge of Navbar and Last Button*/
  text-align: left;
  float: left;
  }

#bannerHeader nav ul {
list-style-type: none;
  margin: 0 auto;	
  padding: 0;
  position: relative;
  }


#bannerHeader nav ul li {
  display: inline-block;				/* Necessary do not delete */
   /*padding-top: 0;*/
  padding-left: 0px;					/* Keep same as Hover State to Prevent Lateral Shifting on Rollover */
  padding-right: 25px;  					/* Horizontal Spacing between Buttons (keep same as padding-left) */
   /*padding-bottom: 0px; */
  }

#bannerHeader nav ul li:hover {			/* Buttons in Navbar on Rollover */	
  background-color: #bee980;
  /*padding-top: 0;*/	
  padding-left: 0px;					/* Keep same as above to prevent shifting on rollover */
  padding-right: 25px;					/* Width of Highlighted Area Over Buttons on Rollover (Keep same as padding-left) */			
  
  }
	
#bannerHeader nav ul li a,visited {
  color: #fff;							/* color of links in navbar */
  display: block;						/* Necessary do not delete */
  padding: 8px;							/* removes gap between navbar and dropdown */
  } 

#bannerHeader nav ul li a:hover{
  color: #3e6309;						/* color of links in navbar on hover */
  }

#bannerHeader nav ul li:hover ul{
  display: block;						/* Navbar Drop Down */
  }

#bannerHeader nav ul ul {
  display: none;						/* Necessary for Drop Down Menu. Do not Delete */					
  position: absolute;					/* Necessary for Drop Down Menu. Do not Delete */
  min-width: 160px;						/* Minimum Width of Drop Down Menu */
  padding: 0;
}

#bannerHeader nav ul ul li{				/* Drop Down Menu */
  display: block;						/* Keeps Drop Down Menus Vertical. Do not Change */
  border-top: 1px solid green;			/* Aspect of Lines Between Items in Drop Down */
  background-color: #daee8c;			/* Background Color Of Drop Down  */			
  /*margin: 0;
  padding: 0;*/
  }
	
#bannerHeader nav ul ul li a,visited {
  color: green;							/* Color of Buttons in Drop Down  */
  }

#bannerHeader nav ul ul li a:hover {	/* Color of Buttons on Hover in Navbar  */
  color: black;
  }

/* ---- CSS RULES FOR ALTERNATIVE MINI NAVBAR EXCLUSIVELY FOR SMALL SCREEN DEVICES  ----------------------------- */

#menuContainer {						/* Mini Navbar Container */
  display: none;						/* Keep  Mini Navbar Invisible Until Breakpoint is reached */
  }

#menu {									/* Rounded Corner Mini Navbar */
  display: inline-block;				/* Necessary do not delete */
  /*list-style-type: none;*/
  font-size: 20px;
  background-color: #6cab12;
  height: 45px;							/* Thickness of Mini Navbar */
  border-radius: 20px;
  -moz-border-radius: 20px;				
  -webkit-border-radius: 20px;			
  padding-left: 15px;					/* Space Between Left Edge of Mini Navbar and First Button*/
  padding-right: 15px;					/* Space Between Right Edge of Mini Navbar and Last Button*/
  }

/*#menu ul {								 
  list-style-type: none;
  margin: 0 auto;	
  padding: 0;
  position: relative;
  }*/

#menu ul li {							/* Buttons in Mini Navbar*/
  display: inline-block; 				/* Necessary do not delete */		
   /*padding-top: 0;*/
  padding-left: 10px;					/* Keep same as Hover State to Prevent Lateral Shifting on Rollover */
  padding-right: 10px;  				/* Horizontal Spacing between Buttons (keep same as padding-left)  */
   /*padding-bottom: 0px; */
  }

#menu ul li a,visited {					
  color: #fff;							/* color of links in Mini Navbar */
  display: block;						/* Necessary do not delete */
  padding: 8px;							/* Necessary do not delete */
  } 

#menu ul li:hover {						/* Button Background on Hover */
  background-color: #bee980;			/* Color of Area on Hover */
  /*padding-top: 0;	
  padding-left: 0;
  padding-right: 20px;			
  padding-bottom: 0px;*/
  }
  
#menu ul li a:hover {					
  color: #3e6309;						/* Color of Links in Mini Navbar on Hover */
  }

/* ---- CSS RULES FOR MAIN CONTENT AREA  ----------------------------- */

#contentContainer {						/* Spacing Between Header Area and Content Area */
  width: 100%;
  margin-top: 100px;
  }

section {
  width: 500px;							/* Width of Left Text Column for 2 Column Layout */
  padding-left: 30px;					/* Regulates Horizontal Position of Text Column in 2 Column Layout */
  float: left;
  }
  
#singlecolumn {							/* Width of Text Column for Single Column Layout */
  width: 930px;
  float: left;
  }
  
#main ul {
  margin-left: 40px;					/* Indentation of Bullet Points for Single Column Layout */					
  }
  
#singlecolumn ul {
  margin-left: 40px;					/* Indentation of Bullet Points for Single Column Layout */					
  }
  
.central {								/* For Layout of Testimonial Page with Centered Paragraphs in Content */
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
  }

#title {								/* Positions Centered Titles for 2 Column Layout */
  text-align: center;
  margin-bottom: 20px;
  }
	
#titleleft {							/* Positions Left Aligned Titles for Single Column Layouts */
  text-align: left;
  margin-bottom: 20px;
  width: 800px;
  }

h1 {
  font-weight: 200;
  color: green;
  margin-bottom: 10px;	
  }	
	
h2 {
  text-align: left;
  margin-bottom: -20px;
  font-weight: 100;
  color: green;
  font-size:1.2em;
  }
  
hr {										/* Horizontal Ruler */
  color: grey;
  margin: 5px 0 10px 0;
  padding: 0;
  }
  
#main p {								/* Space between Paragraphs for 2 Column Layout */
  margin-top: 1.5em;
  margin-bottom: 1em;  
  }
  
#singlecolumn p {						/* Space between paragraphs for Single Column Layout */
  margin-top: 1.5em;
  margin-bottom: 1em;  
  }
  
#maincenter {							/* Space between paragraphs for Single Column Layout */			 					
  margin-top: 20px;
 /* margin-bottom: 20px;*/	
  text-align: center;  
  }
  
#maincenter p {							/* CONTACT PAGE: positions Name and Address */			
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 1.2em;  					/* General size of text in contact page info section */
  }

 #main ul {								/* For Unordered List in Sitemap Page */
  margin-left: 40px;
  margin-top: 20px;
  margin-bottom: 20px;
  }

#asidecontainer {						/* Positions Right Column for Image Discount etc. in 2 Column Layout */	
  width: 350px;
 /* margin-top: 0px;	
  margin-left: auto;
  margin-right: auto;*/
  float: left;
  padding-left: 40px;
  }

#topaside {									/* For Image Slideshow in Right Column */
  width: 350px;
  margin-left: auto;						/*Necessary Do not Delete */
  margin-right: auto;						/*Necessary Do not Delete */
  }

#midaside {									/* For Order Button Under Images in Right Column */
  width: 350px;
  margin-left: auto;						/*Necessary Do not Delete */
  margin-right: auto;						/*Necessary Do not Delete */
  }
  
  
 #bottomaside {									/* For Order Button Under Images in Right Column */
  width: 350px;
  margin-left: auto;						/*Necessary Do not Delete */
  margin-right: auto;						/*Necessary Do not Delete */
  text-align: center;
  }
	
/* #midasidecenter {						
  width: 400px;
  } */

#news {										/* News Blurb Container */
  padding-top: 45px;
  padding-left: 20px;
  width: 310px;
  color: grey;
  }
  
#newstitle{
  text-align: center;
  font-size: 1.1em;
  font-weight: bold;
  color: grey;
  letter-spacing: 1px;
  }

#news a {									/* Link Color in News Blurb*/
  color: grey;
  }

#news a:hover {								/* Link on Hover in News Blurb*/
  color: black;
  }

#arrow {									/* arrow in News Blurb Section*/
  text-align: right;
  color: grey;
  }
  
#order {									/* Space Between Image and Contact Us Button */	
  margin-top: 40px;
  margin-left: 90px;
  margin-right: auto;
  }  

#order a {									/* Contact Us Button */								
  display: block;
  font-size: 1.4em;
  background-color: #bee980;
  height: 34px;								/* Thickness of Contact Us button */
  border-radius: 30px;
  -moz-border-radius: 30px;					
  -webkit-border-radius: 30px;				
  padding-left: 5px; 
  padding-right: 5px;
  width: 160px;
  border: 2px solid green;
  text-align: center;
  color: green;
 /* margin-top: 5px;
  margin-left: auto;
  margin-right: auto;
  list-style-type: none;*/
  }
     
#order a:hover {
  background-color: #6cab12;
  color: white;
  }
   
#discount {								/* Discount */
  color: #b5db59;
  font-size: 2.3em;
  text-align: center;
  padding-top: 20px;
  }  
	
#firsttime {							/* For First Time Customers */
  color: #b5db59;
  font-size: 1.2em;
  text-align: center;
  letter-spacing: 3px;
  margin-top: -10px;
  }

/* ---- SPECIAL CSS RULES FOR ELEMENTS ON CONTACT PAGE  ----------------------------- */	

#asidecontainer1 {						/* Positions Right Column for Slogan, Image, Contact Button  on Contact Page */
  width: 350px;
  margin-left: 50px;
  
  /* margin-top: 0px;*/
   /*margin-left: 50px;*/
  float: left;
  }

#companyname {							/*Company Name Container */
  color: #999999; 
  letter-spacing: 1px;
  }

#bigy {									/* First line of Company Name */
  font-size: 1.2em;
  }
  
#smally {								/* 2nd line of Company Name */
  font-size: 0.8em;
  }
  
#biggery {								/* 3rd line of Company Name */
  font-size: 1.4em;
  }
		
.length {								/* centered address container */
  width: 300px;
  margin: auto; 
  }

#addresse {
  font-size: 1.1em; 
  }

#contactinfo {
  text-align: left;
  margin-left: 130px;
  font-size: 0.2em;
  }

#help {									/* How Can We Help You */
  font-size: 1.2em;
  color: #999999;
  margin-bottom: 10px;
  margin-left: 15px;
  }
	
    
#ordercontact {							/* Contact Us Button on CONTACT PAGE */	
  margin-left: -60px;
  margin-top: 30px;
  margin-bottom: 30px;
  margin-right: auto;
  }	
  
/* ---- SPECIAL CSS RULES FOR ELEMENTS IN DIRECTIONS & MAP PAGE  ----------------------------- */	
	
#map{
 margin-top: 50px;
 }
  
/* ---- SPECIAL CSS RULES FOR ELEMENTS IN FAQ PAGE  ----------------------------- */	
	
ol {
  margin: 20px;
  padding: 0;
  color: green;
  list-style-position: outside;			/* Indentation relative to numbers */
  }
	
ol li {
  padding: 10px;						/* Space Between Questions and Answer Pairs */
  }
  
/* ---- SPECIAL CSS RULES FOR ELEMENTS IN LINK PAGE  ----------------------------- */
  
#linktext1 {							/* For 1st Link */
  width: 600px;
  float: left;
  }

#linklogo1 {							/* For 1st Link */
  width:300px;
  float: left;
  text-align: center;
  }

#linktext2 {						/* For 2nd Link */						
  width: 600px;
  float: left;
  }

#linklogo2 {						/* For 2nd Link */						
  width: 300px;
  float: left;
  text-align: center;
  }

#linktext3 {						/* For 3rd Link */						
  width: 600px;
  float: left;
  }

#linklogo3 {						/* For 3rd Link */	
  width: 300px;
  float: left;
  text-align: center;
}


#linktext4 {					/* For 4th Link */	
  width: 600px;
  float: left;
  }

#linklogo4 {					/* For 4th Link */	
  width: 300px;
  float: left;
  text-align: center;
  }

#linktext5 {					/* For 5th Link */	
  width: 600px;
  float: left;
  }

#linklogo5 {					/* For 5th Link */	
  width: 300px;
  float: left;
  text-align: center;
  }

#linktext6 {					/* For 6th Link */	
  width: 600px;
  float: left;
  }

#linklogo6 {					/* For 6th Link */	
  width: 300px;
  float: left;
  text-align: center;
  }
  
/* ---- CSS RULES FOR FOOTER  ----------------------------- */

#footermain {							/* Footer positioning */
  margin-bottom: 50px;
  padding: 10px 0px 20px 450px;
  text-align: center;
  float: left;
  clear: both;							/* Necessary for footer center alignment. Do not Delete */
  padding-top: 70px;
  color: grey;
 }

#social {								/* Make Social Media Icon Container in Footer Invisible*/
  display: none;
  }

#footermain p {							/* Space between paragraphs in footer */
  margin-top: 0.7em;  
  }

.fa-sitemap {							/* Sitemap Icon (font awesome) */
  color: grey;
  padding: 3px;
  } 

.fa-sitemap:hover {						/* Sitemap Icon on Hover (font awesome) */
  color: black;
  }

.fa-chevron-circle-up {					/* Back to Top Icon (font awesome) */
  color: green;
  padding: 3px;
  } 

.fa-chevron-circle-up:hover {			/* Back to Top Icon on Hover (font awesome) */
  color: black;
  }
 
#footermain a {							/* Color of Links in Footer */
  color: grey;
  }

#footermain a:hover {					/* Color of Links in Footer on Hover */
  color: black;
  }

.bold {									/* Bold Text Preceding Contact Info, Map and on Contact Page + Footer */
 font-weight: bold;
  }
	
#experience {							/* 60 Years of Experience */
  font-weight: 400;
  font-size: 2em;
  margin-bottom: -15px;
  }
	
.blacky {								/*?????*/
  color: black;
  }		

	

/* ------------- MEDIA QUERRY SCREEN - FIRST BREAK POINT (1200px) ----------- */


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

/*
#midaside{
	margin-left: auto;
    margin-right: auto;
    }
*/

/*    
#bottomaside{
	margin-left: auto;
    margin-right: auto;
    }
*/

/*											May be necessary to avoid overlap of drop down over image
#slides {
  z-index: -4;
  }
*/



#phone {									/* Slide Phone Number Left as Screen Shrinks */
  padding-left: 68%;
  }
    
#slogan {									/* Reposition Slogan so it Centers with Logo */
  padding-top: 50px;
 }

#bannerHeader nav{
  width: 95%;
  text-align: center;						/* Keep Links in Navbar Centered  as Navbar Shrinks */
  }

#bannerHeader nav ul li {
  text-align: left;
  padding-left: 0px;						/* Reduce Spacing Between Buttons in Navbar */
  padding-right: 25px;  						/* Reduce Spacing Between Buttons in Navbar */
  }

#bannerHeader nav ul li:hover {			
  padding-left: 0px;						/* Keep same as above to prevent shifting on rollover */
  padding-right: 25px;						/* Reduce Highlighted Area Over Buttons on Rollover (Keep same as padding-left) */			 
  }

#contentContainer {							/* Adjust Content Container */
  width: 90%;
  margin-top: 80px;
  }

section {									/* Adjust Section  */
  width: 50%;
  padding-left: 5%;
  padding-top: 30px;
  }

#singlecolumn {								/* Stretch Single Columns to Extend Fully the Length of Navbar  */
 width: 200%;
 }	
 
#asidecontainer {							/* Adjust Right Column for 2 Column Page Layout  */
 width: 45%;
 padding-top: 40px;	
 float: left;
 }
	
#asidecontainer1 {							/* Adjust Position Right Column for Slogan, Image, Contact Button  on Contact Page */
  width: 45%;
  padding-top: 40px;	
  float: left;
  }
	
#map {										/* Bring Map Down to Avoid Overlap with Potential Drop Down */
  margin-top: 130px;
  float: left;
  z-index: -15;								/* Not Sure this does anything */
  }
  
#linktext1 {								/* Reposition Link 1 */
  width: 70%;
  float: left;
  }
  
 #linklogo1 {								
  width: 30%;
  float: left;
  }
    
#linktext2 {								/* Reposition Link 2 */
  width: 70%;
  float: left;
  }
  
#linklogo2 {
  width: 30%;
  float: left;
  }

#linktext3 {								/* Reposition Link 3 */
  width: 70%;
  float: left;
  }
  
#linklogo3 {
  width: 30%;
  float: left;
  }
  
#linktext4 {								/* Reposition Link 4 */
  width: 70%;
  float: left;
  }
  
#linklogo4 {								
  width: 30%;
  float: left;
  }
  
#linktext5 	{								/* Reposition Link 5 */
  width: 70%;
  float: left;
  }
  	
#linklogo5 {
  width: 30%;
  float: left;
  }
  
#linktext6 {								/* Reposition Link 6 */
  width: 70%;
    float: left;
  }
  
#linklogo6 {
  width: 30%;
  float: left;
  } 

#contactinfo {								/* Reposition Contact Info */
	margin-left: 25%;
}

#footermain {								/* Necessary for Centering Sliding Footer as Screen Shrinks */
 margin-bottom: 2%;
 padding: 50px 5% 50px 22%;
 /*text-align: center;*/
 }

}


/* ------------- MEDIA QUERRY SCREEN  - SECOND BREAK POINT (1000px) ----------- */

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

#phone {									/* Reposition Phone Number as Screen Shrinks */
  padding-left: 65%;
  }

#bannerHeader nav {
font-size: 16px;
  height: 40px;								/* Reduce Navbar Thickness for Reduced Font Size Links in Navbar*/
  }

/*section{
	width: 55%;
 	padding-left: 2%;
	}
	*/

/*#singlecolumn{
 width: 190%;
 }	*/

#asidecontainer {								/* Adjust Position of Right Column */
 width: 30%;
  }
	
#asidecontainer1 {								/* Adjust Position of Right Column for Contact Page */
  width: 30%;
  }
	
#bottomaside{
  font-size: 0.9em;								/* Reduce Font of Discount Offer */
  }

}


/* ------------- MEDIA QUERRY SCREEN 905 - THIRD BREAK POINT ----------- */

@media screen and (max-width:905px)

{

#phone {										/* Adjust Alignment of Phone Number  */
  padding-left: 55%;
  }

#bannerHeader nav {								/* Hide the Primary Navbar */
  display: none;
  }
  
#logo	{										/* Center Logo */
	width: 100%;
	text-align: center;
	}
	
#slogan {
display: none;
}

#menuContainer {								/* Make Menu Navbar Visible */
  display: inline;
  }

#contentContainer {								/* Shift to  Portrait Layout */
  width: 100%;
  margin-top: 190px;
  }

#singlecolumn {							/* Width of Text Column for Single Column Layout */
  width: 100%;
  padding-bottom: 40px;
  float: left;
  }
  
#title {
  font-size: 1.2em;								/* Increase size of Titles */
   text-align: center;
  }

h1 {
font-size: 1.2em;
}

#headContainer {								/* Center Mini Navbar Container */
  margin: 0 auto;
  text-align: center;
  }


#titleleft {
  width: 100%;
  font-size: 1.2em;
  text-align: center;
  }

/*#singlecolumn {
width: 90%;
}*/

/*
#discount{
margin-left: auto;
margin-right: auto;
}
*/

/*
#firsttime{
margin-left: auto;
margin-right: auto;
}
*/


section {
	width: 90%; 
	font-size: 1em;
	margin-top: -190px;
}

#map {
margin-top: -40px;}


#asidecontainer{
	width: 90%; 
margin-right: auto;
margin-left: auto;
margin-bottom: 50px;
}

#asidecontainer1{
margin-left: 20%;
 width: 80%;

 }

#arrow{
font-size: 1.2em;
}






	
	  #footermain {								/* Change Footer Background and Text Color and Layout */
		width: 100%;
		background-color: green;
		color: white;
		font-size: 1.3em;
		margin-left: auto;
		margin-right: auto;
		text-align: center;
		padding-left: 0;
		padding-top: 20px;
		}

 #footermain img {							/* Remove Mini Tent Image from Footer */
    	display: none;
   		}
    
    #experience {								/* Change spacing around experience */
		padding-left: 10%;
		padding-right: 10%;
		padding-bottom: 10px;
		}
    
    #footercontact {							/* Remove Contact Info from Footer */
   		display: none;
   		}
    
    #footermail	{								/* Remove Email Info from Footer */
    	display: none;
    	}
    
    #footercopyinfo {							/* Remove Copyright Info from Footer */
    	display: none;
    	}
    
    #footercopyshort {							/* Show Alternative Short Version of Copyright information */
        display: block;						
        padding-top: 20px;
        padding-bottom: 20px;
        }
    
    #footertotop {								/* Increase Font Size of Arrow and Text of Back to Top */
        font-size: 1.2em;						
        padding-bottom: 50px;					
        }
    
	#footertotop a {							/* Change Color of Back to Top Text Link to White */
	    color: white;
        }  

    #footertotop a:hover {						/* Change Hover Color of Back to Top Text Link to Light Green */
	    color: #b5db59;
        }  
    
    .fa-chevron-circle-up {						/* Change Color of Back to Top Arrow Link to White */
 	    color: #ffffff;
 	    padding: 3px;
 	    font-size: 4em;
	    } 

	.fa-chevron-circle-up:hover {				/* Change Hover Color of Back to Top Arrow Link to Light Green */
  	    color: #b5db59;
 	   }


}


 

/* ------------- MEDIA QUERRY SCREEN 650 - FOURTH BREAK POINT ----------- */

@media screen and (max-width:650px)

{

#phone {
padding-left: 50%;
}

#linktext1{
width: 100%;
}

#linklogo1{
width: 100%;}




 #linktext2 {
  width: 100%;
  }
  
   #linklogo2 {
  width: 100%;
  }

#linktext3 {
  width: 100%;
  }
  
  #linklogo3 {
  width: 100%;
  }
  
#linktext4 {
  width: 100%;
  }
  
  #linklogo4 {
  width: 100%;
  }
  
#linktext5{
  width: 100%;
  	}
  	
  	#linklogo5{
  width: 100%;
  	}
  
  #linktext6 {
  width: 100%;
  }
  
   #linklogo6 {
  width: 100%;
  padding-bottom: 50px;
  } 



}

/* ------------- MEDIA QUERRY SCREEN 550 - FIFTH BREAK POINT ----------- */

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

#socialIcon {							/* Hide Social Media Icon From Top Bar */
  display: none;
  }

#phone {								/* Center Phone Number and Reposition */
padding-left: 0;
padding-top: 10px;
margin-top: 0;
margin-left: auto;
margin-right: auto;
text-align: center;
}

#social{								/* Make Social Medio Icons Visible in Footer */
display: inline;
}

/*section p{
font-size: 1em;
padding-right: 20px;}
*/

#footercopyshort {							/* Show Alternative Short Version of Copyright information */
 font-size: 0.7em;
  }



}



/* -------------------- MEDIA QUERRY SCREEN 320 - SIXTH BREAK POINT ----------- */

@media screen and (max-width:335px)

{



#menu {								/* Rounded Corner Mini Navbar */

  font-size: 1.2em;
  height: 41px;							/* Thickness of Mini Navbar */

  }

#asidecontainer{
width: 290px;
padding-left:0;
}

#slides{
margin-right: auto;
margin-left: auto;
}

  }

}