html,body{
	width: 100%;
	height: 100%;
	font-family: 'poppins',sans-serif,Georgia;
	color: #222;
	margin-top: 0px;
	
	
}

*{

	box-sizing: border-box;
}

.navbar{
	background:white ;
	padding: .8rem;
	border-bottom:;
	box-shadow:;
}

.navbar-toggler span{
	font-weight: bold; 
	color: green;
}

.navbar-nav li{
	padding-right: 10px;
	color: black;
	background-color:;
	padding: 10px;
	font-family: Helvetica;
	font-weight: bold;

}

.nav-link{
	font-size:13px; 
	font-style: italic;
	padding: 50px;
	text-align: center;
	font-weight:;
}


/*input,textarea,select{
	box-shadow: 3px 3px 3px grey;
	border: none;
}*/


form textarea{
	background: lightgrey;
	height: 200px;
}


.social a{
	font-family: cursive;
}

img{

}




/*style the search field*/
form.searchcounty input[type=text]{
	padding:10px;
	font-size: 17px;
	border:2px solid lightblue;
	border-right: none;
	float: left;
	border-radius:30px;
	width:100%;
	background: #f1f1f1;
	color:red;
	margin-top: 60px;
	background:lightblue;
}

/*style the submit button*/
	/*form.searchcounty button{*/
		float: left;
		width: 20%;
		padding:10px;
		background: #f1f1f1;
		color: white;
		border-radius:0px 30px 30px 0px;
		font-size: 17px;
		border:2px solid white;
		border-left: none;
		margin-top: 40px;
		box-shadow: 10px 10px 10px  black;
		/*style the submit button*/
	    cursor:pointer;
    }


#topp{
	position: sticky;
	top:0;
	z-index: 2;
	color: white;
	text-align: center;
}

#myTable{
	border-collapse: collapse;
	width: 100%;
	font-size: ;
	margin-right: auto;
	margin-left:auto;
}

#myTable th, #myTable td{
	text-align: center;
	padding: 12px;
}

#myTable tr{
	border-bottom: 1px solid lightblue;
}

.fa-home{
	color: white;
	background: black;
	padding: 7px;
	border-radius: 50%;
}

.fa-facebook{
	color: orange;
	background: purple;
	padding: 7px;
	border-radius: 50%;
}

.fa-twitter{
	color: #00aced;
	background: blue;
	padding: 7px;
	border-radius: 50%;
}

.fa-linkedin{
	color: #3b5998;
	background: orange;
	padding: 7px;
	border-radius: 50%;
}

.fa-youtube{
	color: #bb0000;
	background: white;
	padding: 7px;
	border-radius: 5%;
}

/*
.fa-whatsapp{
	color: white;
	background: green;
	padding: 7px;
	border-radius: 50%;
	border:1px solid white;
}
*/

.us.fa-phone{
	color: white;
	background: blue;
	padding: 7px;
	border-radius: 50%;
	border:1px solid white;
}

.us.fa-envelope{
	color: white;
	background: red;
	padding: 7px;
	border-radius: 50%;
	border:1px solid white;
}
.social a{
	font-size:12px;
	padding: 10px;
	border-radius: 50%;
	font-weight: bold;
}	

.social p{
	font-size: 10px;
}




/*dropdown thing*/
a {
  text-decoration: none;
}

nav {
	font-family: ;
}

ul {
  background:;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

li {
	color: #fff;
  background: ;
	display: block;
	float: left;
	padding: 1rem;
	position: relative;
	text-decoration: none;
  transition-duration: 0.5s;
  font-style: ;
}
  
li a {
  color: #000;
  padding: 20px;
}

li li:hover {
	background:lightgrey;
	cursor: pointer;
	color: white;
}

ul li ul {
	background: orange;
	visibility: hidden;
  opacity: 0;
  min-width: 5rem;
	position: absolute;
  transition: all 0.5s ease;
  margin-top: 1rem;
	left: 0;
  display: none;
}

ul li:hover > ul,
ul li ul:hover {
  visibility: visible;
  opacity: 1;
  display: block;
}

ul li ul li {
	clear: both;
  width: 100%;
  background-color: white;
  text-align: center;
 }

 li a.btn{
 	width: 100%;
 }
/* dropdown ends*/


/* fixed left table column starts*/

/* to make this code work, put the table inside a class wrapper
and give th and td classes sticky-col and first-col*/

.sticky-col{
	position: -webkit-sticky;
	position: sticky;
	background: lightblue;

}

.wrapper{
	position: relative;
	overflow: auto;
	margin:auto;

}

.first-col{
	width:100px;
	min-width: ;
	max-width: ;
	left:0px;
}
/*fixed left table column ends*/






/*media queries*/
@media only screen and (min-width: 300px) {
	/*smartphone portrait*/


	.all{
		margin-right: auto;
		margin-left: auto;
		display: block;
		width: 100%;
	}
	
	.navbar-nav li{
	padding-right: 10px;
	color: black;
	background-color:;
	padding: 30px;
	font-family: Helvetica;
	font-weight: bold;
	text-align: center;

}
}







@media only screen and (min-width: 480px) {
	/*smartphone landscape*/

	.all{
		margin-right: auto;
		margin-left: auto;
		display: block;
		width: 100%;
	}

	.navbar-nav li{
	padding-right: 10px;
	color: black;
	background-color:;
	padding: 30px;
	font-family: Helvetica;
	font-weight: bold;

}

	
}








@media only screen and (min-width: 768px) {
	/*tablet portrait*/

	.all{
		margin-right: auto;
		margin-left: auto;
		display: block;
		width: 70%;
	}


	.navbar-nav li{
	padding-right: 10px;
	color: black;
	background-color:;
	padding: 5px;
	font-family: Helvetica;
	font-weight: bold;

}	

}









@media only screen and (min-width: 1024px) {
	/*tablet/desktop landscape*/

	.all{
		margin-right: auto;
		margin-left: auto;
		display: block;
		width: 70%;
	}


	.navbar-nav li{
	padding-right: 10px;
	color: black;
	background-color:;
	padding: 10px;
	font-family: Helvetica;
	font-weight: bold;

}
	
}



#topp{
	position: sticky;
	top:0;
	z-index: 2;
	color: white;
	text-align: center;
}