/* Style sheet created by: Denise Derderian */
/* CIS 1440 */


h1, h2{
  font-family: 'Fredoka One', cursive;
}

body{
  background-color: #d5d3bb;
  text-align: center;
  margin: auto;
}

.catPic{

  box-shadow: grey 5px 15px 15px;
}



.Cat-o-Log{
  width: 70%;
  margin: auto;
  background-color: #57BC90;
  border-radius: 15px;
  padding: 20px;
  font-size: 20px;
}

.Cat-o-Log h3{
  background-color: #015249;
  color:white;
  border-radius: 15px;
  padding: 15px;
}

#Logo{
  margin-top: 30px;
  width: 179px;
  height: 200px;
}



#intro, .whatTNR, .AboutAAA{
  font-size: 20px;
  width: 50%;
  background-color: white;
  border-radius: 15px;
  padding: 15px;
  margin: auto;

}
#info{
  background-color: #015249;
  font-size: 25px;
  color:white;
  padding: 15px;
  border-radius: 15px;
  margin: auto;
  width: 50%;
}
header{
  text-align:center;
}

#footerGraphic{
  width: 470px;
  height: 150px;
  margin-bottom: 50px;
  margin-top: 15px;
  box-shadow: grey 5px 15px 15px;
}

.return{
    margin-bottom: 50px;
    margin-top: 15px;
    padding-right: 40px;
    width: 120px;
    height: 150px;
}

.AccordionPic{
  padding: 20px;
}

ul.bullet{
  width: 25%;
/*  margin: auto; */
  text-align: left;
  margin-left: 40%;

}

.contact, #Brownie, #Tuesday{
  font-size: 20px;
}

.cost{
  font-size: 50px;
  font-weight: bold;
  width: 50%;
  background-color: #57BC90;
  border-radius: 15px;
  padding: 25px;
  margin: auto;
}

.cost1{
  height: 100px;
}



.dropZone{
  background-color: #57BC90;
  height: 1000px;
  width: 728px;
  margin-left: 20px;
  margin-right: 50px;
  display: flex;
  flex-wrap: wrap;
}
.pieces{
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}
.container{
  display: flex;
  flex-wrap: wrap;
}

#TNRgraphic{
  height: 650px;
  width: 650px;
  border-radius: 15px;
}




nav{
	background-color: #57BC90;
	padding: 7px;
	color: white;
	margin: auto;
  width: 75%;
  border-radius: 15px;

}
nav li{
	display: inline;
	list-style-type: none;
  padding: 25px 50px;

}
nav a{
	color: white;
	text-decoration: none;
	font-weight: bold;
	padding: 8px 25px;
	background-color: #015249;
	border-radius: 8px;
}
nav a:hover{
	padding: 11px 25px;
}


.active {
	border: solid 2px white;

}
