@charset "UTF-8";
/* CSS Document */

#centerNav {
    margin: 0 auto;
    max-width: 100%;
    height: 100%;
    text-align:center;



	font-size: 1em;
	padding: 2%;
	

		
}


/*#home-nav li a:hover {
	text-decoration: none;
	color: #d28c46;
    
}*/



/* Style the tab */
.tab {
    overflow: hidden;
	margin: 0 auto;
	width: 100%;
	height: auto;
	 
}

.tab p {
	text-align: center;
	font-size: 1em;
line-height: 1.3em;
	font-weight:300;
}



/* Style the tab content */
.tabcontent {
    display: none;
    padding: 6px 12px;
    border-top: none;
	

	
}

.tabcontentfade {
    -webkit-animation: fadeEffect 1s;
    animation: fadeEffect 1s; /* Fading effect takes 1 second */
}


.gridNavStyle {
	
	
	color: #4d555f;
	cursor: pointer;
}


.gridNav ul, .gridNav li {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box; 
  box-sizing: border-box;
 }

.gridNav {
  text-align:center;
  margin:1rem 0;
  
}

.gridNav ul {
  list-style:none;
  padding:2%;
	
}

.gridNav li {
  padding:0.8rem;
}

.gridNav a {
  text-decoration: none;
  font-size: 1.4rem;  
  display:block;
  padding: 1rem;
  transition: .6s;
  font-size: 1.2em;
	letter-spacing: .2rem;
	color: #586779;
	cursor: pointer;
}

.gridNav a:hover {
  color:#ffffff;
    font-weight: 800;

}



/*@media screen and (min-width: 25em) {
  
  .gridNav li {
  width:50%;
  float:left;
  }
}*/


@media screen and (min-width: 30em) {
  
  .gridNav li {
  width:100%;

  }
}

@media screen and (min-width: 45em) {

.gridNav ul {
  display: table; 
  width: 100%;
  table-layout: fixed;
}
  
.gridNav li {
  display: table-cell; 
  vertical-align: middle;
  float:none;
  width:100%;
}
  
}


/* Smartphones (portrait and landscape) ----------- */
@media only screen and (min-device-width : 320px) and (min-device-width : 400px) and (max-device-width : 480px) {
/* Styles */
	


#home-nav li {
    float: none;
	display: inline-block;
    text-align: center;
    font-size: 1.8em;
    line-height: 60px;
	list-style:none;
	text-decoration: none;
	width: 100% !important;
	
 }


@-webkit-keyframes fadeEffect {
    from {opacity: 0;}
    to {opacity: 1;}
}

@keyframes fadeEffect {
    from {opacity: 0;}
    to {opacity: 1;}
}
