﻿@import url("layout.css");


@import url(http://fonts.googleapis.com/css?family=Capriola);




body {


    font-size: 1em;
	background-color: #fff;
 
	text-align:center;
    margin:0 auto;
}
.container {
	
	height: 100%;


    background-color: #66ffff;
	background-color: #fff;

     margin: 0 auto;
}

.Table1{
  padding: 0px;
  box-shadow: 5px 5px 5px 5px #888888;
  border-radius: 25px;
}


.dogparkinfo {
	font-size: 1.3em;
	text-decoration: underline;
}
.dogparkphoto {
	height: 140px;
	width: 230px;
	padding: 20px;
	clear: both;
	margin-top: 20px;
}

.entertainmentphoto {

	padding: 10px;
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 50%;
	height: 150px;
}

.btn-primary {
	background-color: #6fa909;
	border: #6fa909;
}



/* Footer Styles */
#footer p {
	font-size: 0.85em;
	color: #000;
}
#footer a {
	color: #7A7A7A ;
	text-decoration: underline;
}
#footer a:hover {
	color: #6fa909;
	text-decoration: none;
}
/* Link Styles */
a {
	color: #6fa909;
	
}
a:hover {
	color: #708090;
	text-decoration: underline;
}


h2{
	font-size: 20px;

	color:black;
	font-weight: bold;
	text-decoration: underline;
}
h1 {
	font-size: 1.6em;
	color: black;
	font-weight: bold;
	
}


.img1 {
	padding: 5px;
	box-shadow: 5px 5px 5px 5px #888888 ;
	border-radius: 15px;
    float: left;
    margin-right: 20px;
    height: 160px;

}






.headercontainer {
    height:200px;



}

.logo {

     height:93px;
     width: 200px;
     clear:both;
}


.searchbox{
	position: absolute;
    top: 50px;

}

.facebooklogo{
 top:10px;
 position: relative;
 right:25%;
 margin-left:20px;
 top:3px;
}



.content{
top: 200px;
}


p {
text-align: left;
font-size:1em;
margin:auto;
padding:0px;
width:100%;
}

.basicInfoPagesTopMargin{
margin-top:20px;

}



div {
    clear:both;
}


.footer {


  width: 100%;
  font-size:1vw;

  text-align: center;
  margin: 0 auto;
}

.footer1 {
	clear: both;
	margin-top: 30px;
	width: 100%;
	font-size: .8em;
	text-align: center;
	margin: 0 auto;
}

#footerfont{

}


.navbar{
    top: 30px;
      z-index: 10;
}

.navbar-dark .navbar-nav .nav-link {
    color: #fff;
    width: 100%;
}

.nav-item active{
  color: #6fa909;

}

@media  (max-width: 1100px) {
   #cse-search-box {
        display: none;
    }
      .facebooklogo {
        display: none;
    }
}

.navbar-nav .nav-link:hover  {
    color: #000;
    background:#6fa909;
}



table {
  border-collapse: collapse;
  width: 100%;
  margin: 0 auto;

}

table, th, td {
  border: 1px solid black;
}

.highlightText {

}
.parkList li {
    text-align:left;

}

.dogparkmaptable th td{
    border:none;
    border-color:#fff;

}




/* Menu CSS */ 

#cssmenu, #cssmenu ul, #cssmenu ul li, #cssmenu ul li a{
    
	padding: 0;
	margin: 0;
	line-height: 1;
	font-family: 'Capriola', sans-serif;
	
}

#cssmenu:before, #cssmenu:after, #cssmenu > ul:before, #cssmenu > ul:after {

	content: '';
	display: table;
	
}


#cssmenu:after, #cssmenu > ul:after {

	clear: both;
	
}

#cssmenu {

	zoom:1;
	height: 35px;
	background: url(../images/bottom-bg.png) repeat-x center bottom;
	border-radius: 2px;
	
}

#cssmenu ul{

	background: url(../images/nav-bg.png) repeat-x 0px 4px;
	height: 35px;
	
}

#cssmenu ul li{

	float: left;
	list-style: none;
	
}

#cssmenu ul li a{
	
	display: block;
	height: 19px;
	padding: 10px 10px 0;
	margin: 4px 2px 0;
	border-radius: 2px 2px 0 0;
	text-decoration: none;
	font-size: 12px;
	color: white;
	text-shadow: 0 1px 1px rgba(0, 0, 0, .75);
	font-weight: 400;
	opacity: .9;
	
}

#cssmenu ul li:first-child a{
	
	margin: 4px 2px 0 0;
	
}

#cssmenu ul li a:hover, #cssmenu ul li.active a{
	
	background: url(../images/color.png) ;
	display: block;
	height: 19px;
	margin-top: 0px;
	padding-top: 13px;
	color: #4e6d04;
	text-shadow: 0 1px 1px rgba(255, 255, 255, .55);
	opacity: 1;
	
}


