@charset "utf-8";
/* CSS Document */
	
html,
html * {
	padding: 0px;
	margin-left: 3%;
	margin-right: 3%;
	box-sizing: border-box;
	font-family:"Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
		
	
}

header {
	padding: 
		2px;

}

.style-logo {
	margin-left: auto;
	margin-right: auto;
	display:block;
	
}

.style-nav ul  {
	list-style-type: none;

}

.style-nav ul li a {
	text-decoration: none;
	font-weight:bold;
	color: #339966;
	text-align: center;
	display: block;
	text-transform: uppercase;
	font-size:16px;
	padding: 2px;
	
}


.style-nav a:hover {
	
	color: #ffffcc;

}
.style-nav2 a {
	
	text-align:left;
}

.style-nav2 a:hover {
	
	color: #ffffcc;
	
	
}



ul.counselling{
	list-style-position: outside;
	list-style: circle;
}

li { margin-left: 32px;}

ul.services{
	list-style:none;
}



   h1 {
    color: #2F322A;
}
	h2 {
    color: #2F322A;
}
	h3 {
    color: #32561F;
}
	h4 {
    color: #2F322A;
}
	h5 {
    color: #339966;
}
	h6 {
    color:dimgrey;
}


.row:before, .row:after {
	content: "";
	display: table;
}

.row:after {
	clear: both;
}
body main {
}



/*Tablet View*/

@media (min-width: 768px){
	
	.style-nav ul li {
		display: inline-block;
		text-decoration-style: none;
	
	}
	
	.style-nav ul {
		text-align: center;
	}
}


/*Desktop View*/

@media (min-width: 1024px){
	
	.style-logo {
		float: inline-block;
	}
	
	.style-nav {
		float: center;
	}

		
}
