
/*nav*/
.row{
	background-color:#9d9d9d;
	opacity:75%;
	line-height:.5;
}
.row .pagination , .row h4{
	
	margin-left:140px;
}
.row img{
	height:100px;
	width:135px;
	text-align:left !important;
	margin-right:180px;
	
}
.container-fluid{
	text-align:center;
}
.navbar-inverse .navbar-nav>li>a{
	  font-family: "Tilt Prism", sans-serif;
	  color:white;
	  font-size:18px;
	  margin-left:8px;
	  width:100%;
}

.navbar-inverse .navbar-brand{
	font-family: "Tilt Prism", sans-serif;
	  color:white;
	  font-size:26px;
	  background-color:gray;
	
}
.navbar-inverse .navbar-nav>li>a:hover{

	  background-color:gray;
	  font-size:18px;
}
.navbar-inverse .navbar-brand:focus, .navbar-inverse .navbar-brand:hover{
	font-family: "Tilt Prism", sans-serif;
	  color:white;
	  font-size:26px;
	  background-color:gray;
	
}

/*ratings*/
.pagination>li>a, .pagination>li>span {
 
    color: black;
	border-color: black;
  
}

.pagination>li>a:hover, .pagination>li>span {
 
    color: blue;
  border-color: blue;
}

.container-fluid h4{
	padding:0;
	font-size:18px;
		font-family: 'Nostalgia', sans-serif !important;
}
.container{
width:80%;
text-align:center;
}

.container .center-block{
border-radius:20px;
width:63%;
text-align:center;
}
.center-block {
	font-size:20px;
	font-weight:400;
		font-family: "Glass Antiqua", cursive;
			text-shadow: white 0px 0px 15px;
}
.carousel-inner img{
	width:100%;
	height:500px;
	background-repeat:no-repeat;
	text-align:center;
}
.carousel-inner>.item>a>img, .carousel-inner>.item>img{
	
	border-radius:20px;
}

.modal-title{
	color:black;
}


body{
	
	background-image:url("../images/outdoors.jpg");
	
}

.item h3{
	font-size:45px;
	text-shadow: white 0px 0px 15px;
	font-family: "Glass Antiqua", cursive;
}
.item p{
	font-size:20px;
	text-shadow: white 0px 0px 15px;
	font-family: "Glass Antiqua", cursive;
}

 footer{
	 border-radius:10px;
	 padding-left:250px;
	 padding-right:250px;
	 display:inline-block;
	font-size:20px;
	color:white;
	background-color:#9d9d9d;
 font-family: "Tilt Prism", sans-serif;
 padding-bottom:10px;

}

footer a{
	margin-left:30px;
	font-size:25px;
}

.center-block .btn{
	background-color:white;
	border-color:#9d9d9d;
	color:#9d9d9d;
		text-shadow: white 4px 4px 15px;
		margin-bottom:10px;
		 font-family: "Tilt Prism", sans-serif;
		 font-size:24px;
}

.container .centerblock{
	
	text-align:center;
}
.container h2{
	text-align:left;
	
}
h3{font-size:36px;}

.container-lg {
	
	width:80%;
	margin-left:110px;
	margin-right:110px;
	background-color:#9d9d9d;
}

/*accord*/

.accordion {
  background-color: #eee;
  color: #444;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
  transition: 0.4s;
  border-radius:10px;
}

.active, .accordion:hover {
  background-color: #ccc; 
}

.panel {
  padding: 0 18px;
  display: none;
  background-color: white;
  overflow: hidden;
}

.container h2{
	color:white;
	font-family: "Glass Antiqua", cursive;
	text-shadow: white 4px 4px 15px;
	font-size:40px;
}
.jumbotron {
    background-color: #9d9d9d;
    color: #fff;
	margin-left:100px;
	margin-right:100px;
	border-radius:20px;
		font-family: "Glass Antiqua", cursive;
  }

  .bg-grey {
    background-color: #9d9d9d;
    color: #fff;
	margin-left:100px;
	margin-right:100px;
	border-radius:20px;
	font-family: "Glass Antiqua", cursive;
  }
  .bg-grey img{

border-radius:20px;
transition: width 4s;
  }
   .bg-grey img:hover{

opacity:70%;


  }
  
.list-group-item{
	color:black;
	font-size:20px;
	
}

.list-group-item:hover{
	color:#9d9d9d;
	opacity:85%;
	
}

.container h2{
	margin-left:300px;
	font-family: "Glass Antiqua", cursive;
	text-shadow: white 4px 4px 15px;
}
.container h4{
	font-size:20px;
	
	color:white;
	font-family: "Glass Antiqua", cursive;
	text-shadow: white 4px 4px 15px;
}

.form-group{
	width:60%;
	margin-left:200px;
	
}
.form-group label{
	font-family: "Glass Antiqua", cursive;
	color:white;
	font-size:22px;
	text-shadow: black 4px 4px 15px;
}

.form-check {
	font-family: "Glass Antiqua", cursive;
	margin-left:25px;
	color:white;
	word-spacing:7px;
	font-size:16px;
	text-shadow: white 4px 4px 15px;
}

.jumbotron h2{
	
	text-align:center;
		text-shadow: white 4px 4px 15px;
		font-family: "Glass Antiqua", cursive;
}