/* Large Devices, Wide Screens */

@media only screen and (max-width: 2560px) {
    body{
	font-size: 1.5em;
    }
	#desktop{
		display:"inline";		
	}
	
	#phone{
		display:none;		
	}
	
	.col-lg-8 {
    padding-bottom: 40px;
}     
	
}

/* Devices, tablet, Ipad pro */

@media only screen and (max-width: 1178px) {
	#content{
		padding-bottom: 60px !important;
	}
	
	.col-lg-8 {
    padding-bottom: 0px;
}     
}

/* Devices, tablet, Ipad pro */

@media only screen and (max-width: 1024px) {
	
}


/* Medium Devices, Desktops */

@media only screen and (max-width: 992px) {}


/* Small Devices, Tablets */

@media only screen and (max-width: 768px) {
    .facebook{
        margin-left: -20px;
    }
	
    #content1 img{
        width: 30px;
    }
    
    #content{margin-top: -2em !important;}
    
    .col-lg-8{
        padding-right: 0px; padding-left: 0px; padding-bottom: 0px !important;     }
    
    .jumbotron{margin-bottom: 15px}
   
    .col-lg-4{
        padding-left: 0px;
        padding-right: 0px;
        border-left: 0px !important
    }   
	
	#desktop{
		display:none;		
	}
	
	#phone{
		display:inline;		
	}
}

/* First Break point for device */

@media only screen and (max-width: 767px) {
    .facebook{
        margin-left: -20px;
    }
	
    #content1 img{
        width: 30px;
    }
    
    #content{margin-top: -2em !important;}
    
    .col-lg-8{
        padding-right: 0px; padding-left: 0px; padding-bottom: 0px !important;     }
    
    .jumbotron{margin-bottom: 15px}
   
    .col-lg-4{
        padding-left: 0px;
        padding-right: 0px;
        border-left: 0px !important
    } 

	#search{
		 display:none;
	 }
	 
	#searchtop{
		 float:right;
		 display:inline !important;
		 margin-right: 30px;
		margin-top: 10px;
		width: 24px;
	}	

	.navbar-toggle {
		float: left;
		margin-left: 25px;
	}
	.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
    }
	#desktop{
		display:none;	
	}
	
	#phone{
		display:inline;		
	}
}


/* Extra Small Devices, Phones */

@media only screen and (max-width: 480px) {
    body{
	font-size: 1.35em;
    }
    
    #text {
        margin-left: -20px;
        width: 100%;
    }
    
    #image img{
        float: none !important;
            margin: 0 auto;
   }
    
    #content1 img{
        width: 24px; 
        margin-right: -35px;
    }
    
	#content h2{font-size: 1.6em;}
	
	#content1 h2{font-size: 1.6em;}
    
	.col-lg-8{padding-right: 0px; padding-left: 0px; padding-bottom: 0px !important;  }
   
	#content{
		margin-left: 0px !important; 
		margin-right: 0px !important;
		padding-left: 25px !important; 
		padding-right: 25px !important;
		padding-bottom: 0px !important;
		margin-top: 4.2em !important;
	}
	
	#content1{
		margin-left: 0px !important; 
		margin-right: 0px !important;
	}
	
	.jumbotron{margin-bottom: 0px}
    
    #search{
		 display:none;
	 }
	 
	 #searchtop{
		 float:right;
		 display:inline !important;
		 margin-right: 30px;
		margin-top: 10px;
		width: 24px;
	 }
    
    span{
		display:none;
		
	}
  
	.navbar-brand {
		position: relative !important;
	}
	.navbar-brand img {
		margin-left: 50px !important;
        margin-top: -15px !important;
	}
	.navbar-toggle {
		float: left;
		margin-left: 25px;
	}
	.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
    }
	
	#desktop{
		display:none;		
	}
	
	#phone{
		display:inline;		
	}
}

/* Small Devices, Phones 6plus */

@media only screen and (max-width: 414px) {
    img.img-responsive {
        margin-left: 5px;
     }
	#content1 h2{padding-bottom: 40px;}
    
    #image img{
        
        margin: 0 auto;
		
    }
    
	
	footer a{
		padding-left: 5px !important;
		padding-right: 5px !important;
	}
	
    #content1 h2{
        text-align: center; 
		font-size: 20px;	
    }
    
    #icon{
        float: none! important;
            width: 130px;
		margin: 0 auto;
    }
    
    .navbar-brand img {
		margin-left: 35px !important;
	}
	
	#desktop{
		display:none;	
	}
	
	#phone{
		display:inline;		
	}
	
}

/* Small Devices, Phones 6 */

@media only screen and (max-width: 375px) {
    #icon{
        float: none! important;
        margin: 0 auto;
		
    }
    
    #image img{
        margin-left: 30px !important;
    }
    
    .navbar-brand img {
		margin-left: 20px !important;
	}
    
	#desktop{
		display:none;		
	}
	
	#phone{
		display:inline;;		
	}
    
}

/* Small Devices, Galaxy s5 */

@media only screen and (max-width: 360px) {
     
	 
	  #content1 h2{
        text-align: center; 
		font-size: 20px;	
    }
    
    
    
    .navbar-brand img {
		margin-left: 15px !important;
	}
    
   #desktop{
		display:none;	
	}
	
	#phone{
		display:inline;		
	}
    
     
}

/* Custom, old iPhone Retina */

@media only screen and (max-width: 320px) {
     
	 
	 #search{
		 display:none;
		 
	 }
    
    #icon{
		float: none !important;
		margin: 0 auto;
		width: 130px;
	}
	 
    #content1 h2{
        text-align: center; 
		font-size: 20px;	
    }
    #content1 a{
        margin-right: 0px;
        margin-left: 10px;
    }
	#image img{margin-left: 10px !important;}
    
    .navbar-brand img {
		margin-left: 0px !important;
	}
	 
	 #desktop{
		display:"none";		
	}
	
	#phone{
		display:inline;		
	}
}

/* Remove the navbar's default margin-bottom and rounded borders */

.navbar {
    margin-bottom: 0;
    border-radius: 0;
}


/* Set height of the grid so .sidenav can be 100% (adjust as needed) */

.row.content {
    height: 450px
}


/* Set gray background color and 100% height */

.sidenav {
    padding-top: 20px;
    background-color: #f1f1f1;
    height: 100%;
}


/* Set black background color, white text and some padding */

footer {
    background-color: #1FA368;
    color: white;
    padding: 15px;
}


/* On small screens, set height to 'auto' for sidenav and grid */

@media screen and (max-width: 320px) {
    .sidenav {
        height: auto;
    }
}

body {
    background-image: url("../images/city.jpg");
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: 100%;
    line-height: 22px;
    color: #333;
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif ;
}

.navbar-default {
    background-color: #1FA368;
    border-color: #1FA368;
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:focus,
.navbar-default .navbar-nav>.active>a:hover {
    color: #ececec;
    background-color: #146a43;
	font-weight: bold;
}

.navbar-default .navbar-nav>li>a {
    color: #ececec;
}

.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover {
    color: #2259b2;
    background-color: #1fa368;
}

.navbar-nav>li {
    margin-left: 20px;
    margin-right: 20px;
}

.navbar-default .navbar-toggle {
    border-color: #fff;
}

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
    border-color: #fff;
}

.container {
    background-color: #fff;
    padding-left: 0;
    padding-right: 0;
	
}

.container>.navbar-header {
    background-color: #1FA368;
}

#search {
    background-color: #D6E5FB;
    height: 55px;
}

.input-group {
    padding-top: 10px;
    margin-left: 30%;
    margin-right: 30%;
}

.input-group-addon {
    border-radius: 30px;
    background-color: #2259b2;
    color: #fff;
}
	
	.form-control {
    border-radius: 30px;
}



.jumbotron {
    padding-top: 0;
    padding-bottom: 10px;
    background-color: #fff;
}

.container .jumbotron,
.container-fluid .jumbotron {
    padding-right: 0;
    padding-left: 0;
}

.container .jumbotron,
.container-fluid .jumbotron {
    padding-right: 0;
    padding-left: 0;
}

.navbar-brand {
    position: absolute;
}

.navbar-brand img {
    padding: 10px;
    margin-left: 10%;
    margin-top: -13px;
    background-color: #fff;
}

.row {
    margin-right: 0;
    margin-left: 0;

}

.transbox {
    opacity: 0.8;
    filter: alpha(opacity=60);
    /* For IE8 and earlier */
}

/* about and privacy page style */
#content {
    background-color: #E4EAF3;
    margin-top: -2em;
    margin-left: 30px;
    margin-right: 30px;
    padding-left: 30px;
    padding-right: 40px;
    padding-bottom: 50px;
    text-align: left;
}

#content1 {
    background-color: #E4EAF3;
    margin-left: 30px;
    margin-right: 30px;
    padding-left: 30px;
    padding-right: 40px;
    padding-bottom: 15px;
}

#content1 a {
    margin-left: 20px;
    margin-right: auto;
}

#icon{
    position: relative;
    float: right;
    margin-top: -40px;
}



.col-lg-4 {
    padding-bottom: 5%;
    border-left: 1px solid #ddd;
}

h2 {
    padding-top: 20px;
    color: #6565A8;
    font-size: 24px;
    margin-right: 10px;
}

h3 {
    font-size: 12px;
}

footer a {
    color: #fff;
    padding-left: 10px;
    padding-right: 10px;
}



.mySlides {
    display: none;
}

.w3-section,
.w3-code {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
}

.w3-margin {
    margin: 20px 10px 30px 10px !important;
}


/* PARK PAGES STYLES */

.park-content {
    padding: 5%;
    background-color: #E4EAF3;
}

.panel-default>.panel-heading {
    color: #fff !important;
    background-color: #414141 !important;
}

.park-content .panel-heading {
    background-color: #1FA368;
    color: #fff;
}

.park-content .panel-body {
    background-color: #2B2B2D;
    color: #fff;
}

#searchtop{
	display:none;
}
#main-text{
	    padding-bottom: 20px;
}
