body {
  background: green;
}

* {
 	box-sizing: border-box; 
}

.new-reviews{
  text-align: center;
  font-family: Brush Script MT;
  font-size: 40px;
  color: green;
  background-color: white;
}

#header {
 background: linear-gradient(to left, #68ff4f, #97ff86);
 border: 2px dashed #05137a;
}

#title {
  width: 150px;
  height: 120px;
	margin:auto;
  padding-top: 10px;
  background-image: url(https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcSZFpkw8E0fjhm54i2bNevVvHGKXiah3OmncQ&usqp=CAU), url(https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcRykNIs3Da0o7v0DPvlrjWnOoZIBC5v6i86mQ&usqp=CAU);
  background-size: 60px 50px, 150px 70px;
  background-repeat: no-repeat;
 	background-position: left top, bottom;
  background-color: white;
  color: #000896;  
  text-shadow: 2px 4px 10px #5e66ff;
}

.tab1 {
 text-align: center;
 margin-bottom: -25px
  
}

.tab2 {
text-align: left;
}

/* Nav Bar CSS */

#tab-bar {
  background-color: #000796;
  align-self: center;
  text-align: center;
  padding: 15px;
}

#tab-bar a, button {
  color: #f2f2f2;
  text-align: center;
  padding: 14px 16px;
  text-decoration: underline;
  font-size: 17px;  
  
}

#tab-bar a:hover{
  background-color: #95dd82;
  color: black;
}

#tab-bar a.active {
  background-color: green;
  color: white;
}


img {
 	vertical-align: middle; 
}

.slideshow {
 	position: relative;
}

.mySlides {
 	display: none; 
}

.images {
 	cursor: pointer;
}

.prev, .next {
 	cursor: pointer;
  position: absolute;
  top: 40%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: #000796;
  font-weight: bold;
  font-size: 50px;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
}

.next {
 	right: 0;
  border-radius: 3px 0 0 3px;
}

.prev:hover, .next:hover {
 	background-color: #95dd82; 
}

.numbertext {
 	color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

.caption-container {
  text-align: center;
 	color: blue;
  font-size: 12;
  padding: 2px 16px;
  background-color: white
}

.row:after {
 	content: "";
  display: table;
  clear: both;
}

.column {
  float:left;
  width: 25%;
}

.demo {
  opacity: 0.6;
}

.active, .demo:hover {
  opacity: 1;
}

.blog-posts3 {
  display: grid;
  grid-template-columns: auto auto auto;
  font-size: 10;
  padding: 10px;
}

.blog-posts4 {
  display: grid;
  grid-template-columns: auto auto auto auto;
  padding: 10px;
  font-size: 13px;
}
.blog-posts2 {
  display: grid;
  grid-template-columns: auto auto;
  padding: 10px;
  font-size: 20px;
}

.grid {
  padding: 10px;
  text-align: center;
  box-shadow: 5px 10px 10px #c2ffcb;
  border: 3px solid white;
}

.dropdown {
  position:relative;
  display: inline-block;
}

.dropdown .dropbtn {
  font-size: 16px;  
  border: none;
  outline: none;
  color: white;
  padding: 14px 16px;
  background-color: inherit;
  font-family: inherit;
}

.dropdown-content {
  display: none;
  position: absolute;
	background-color: #000796;
  min-width: 152px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.dropdown-content a {
  color: black;
  padding: 14px 16px;
  text-decoration: none;
  display: block;
}

.dropdown:hover{
  background-color: #95dd82;
  color: black;
}

.dropdown:hover .dropdown-content {
  display: block;
}

footer {
   left:0px;
   bottom:0px;
   height:30px;
   width:100%;
   background:lightgreen;
   color: darkblue;
   text-align:center;
}