body {
	margin:0;
}
h1{
	font-family:Constantia, "Lucida Bright", "DejaVu Serif", Georgia, "serif";
	color:white;
	margin: 60px;
}
h2{
	font-family:Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	display: block;
}

h3{
	font-family:Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	display:inline-block;
	color: #004A7F;
	margin-top: 10px;
  	margin-left: 20px;
	margin-right: 20px;
}
h4{
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
}
h5 {
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
}
p {
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
}
ul{
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	color:#004A7F;
}
ul a:link {
	color:#004A7F;
	text-decoration:none;
}
ul a:link:hover {
	color:#007c00;
}
ul a:visited {
	color:#004A7F;
	text-decoration:none;
}
a{
	text-decoration:none;
	color:#3399cc;
}
a:hover{
	text-decoration:underline;
}
button {
	background-color:#ff8500;
	color:white;
	border:none;
	border-radius:12px;
	padding:10px 20px 10px 20px;
}
.button {
	background-color:#ff8500;
	color:white;
	border:none;
	border-radius:12px;
	padding:10px 20px 10px 20px;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
}
label{
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
}
#mc_embed_signup{
	
	background-color: #004A7F;
	color:white;
	width:90%;
	margin-left: auto;
	margin-right: auto;
	padding:20px;
	margin-bottom: 20px;
}
button:hover{
	background-color:white;
	color:#ff8500;
	border-color:#ff8500;
	border:2px solid #ff8500;
}
.wrapper{
	text-align:center;
	width:400px;
	padding:30px 0px 30px 0px;
	margin-top:30px;
}
.category-wrapper{
	margin-left: 20px;
	margin-right: 20px;
	display: flex;
 	background-color: #004A7F;
}
#pic{
	max-width:400px;
}
#value{
	display:flex;
	background-image: url("assets/hero-trashy-art.jpg");
	background-size: cover;
	height: 300px;
}
.feature-article:img{
	width:100%;
	margin-bottom: 10px;
}
.feature-article{
	max-width: 500px;
}
/*---------------------------------------- header style start */
li{
	display: inline;
	list-style-type: none;
	font-family: Arial, Verdana, sans-serif;
	padding:20px;
}
header{
	display:inline-block;
	width:100%;
	text-align: center;
	vertical-align:middle;
}
header-nav{
	width:60%;
	display:inline-block;
	margin-bottom: 20px;
}
#logo {
	width:20%;
	display:inline-block;
	vertical-align:middle;
	margin-bottom: 5px;
	max-height: 100px;
	max-width: 100px;
}
.logo {
	width:20%;
	display:inline-block;
	vertical-align:middle;
	margin-bottom: 5px;
	max-height: 100px;
	max-width: 100px;
}
.hamburger{
	display:none;
}
#social{
	max-height: 20px;
	display:inline-block;
}
.social{
	display:inline-block;
	max-height: 40px;
}
.social img{
	height: 40px;
	display:inline;
	list-style:none;
	margin:0px 5px;
	width: 40px;
}
.social li{
	display:inline;
}
/*------------------------------------------ header style end */

footer{
	display:block;
	width:90%;
	margin-left: auto;
	margin-right: auto;
	padding:20px;
	margin-bottom: 20px;
	text-align: center;
	vertical-align:middle;
}
footer-nav{
	width:60%;
	display:inline-block;
	margin-bottom: 20px;
}
.container{
	display:inline-block;
}
.value-prop{
	display:inline;
	width:100%;
}
#sub-article{
	margin-left: 20px;
	float:right;
}
.feed{
	display:flex;
	flex-direction:row;
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px;
	margin-bottom: 30px;
	justify-content: center;
}
.article{
	max-width: 250px;
}
#read-article{
	display:inline-block;
	float: right;
	margin-top: 10px;
}
input{
	padding:10px;
	margin:10px 0px 10px 0px;
}
textarea{
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-size:10pt;
	color:darkgray;
	margin:10px 0px 10px 0px;
	resize:none;
	width:200px;
	height:80px;
}
submit{
 	border:none;
	border-radius:12px;
	padding:10px 20px 10px 20px;
	cursor:pointer;
}
#newsletter{
	background-color: #004A7F;
	color:white;
	width:90%;
	margin-left: auto;
	margin-right: auto;
	padding:20px;
	margin-bottom: 20px;
}
.news-content{
	align-content: center;
  	display: flex;
	justify-content: center;
}

.left-form{
	display:inline-block;
}
.right-form{
	display:inline-block;
	width:40%;
	padding-left: 20px;
}
.footer-nav{
	display: flex;
	justify-content: space-between;
}
.foot-logo {
	width:10%;
	display:inline-block;
	vertical-align:middle;
	margin-bottom: 5px;
}
.foot-social{
	display:none;
}
	.row{
		display:flex;
		justify-content:space-around;
	}
.category-content{
	background-color: #004A7F;
  	padding: 25px;
  	margin-left: auto;
  	margin-right: auto;
  	text-align: center;
	
	}
.category-content h1{
		margin: 30px;
	}

img{
	width:100%;
}
.category{
	background-color: azure;
	color: #004A7F;
	margin: 20px;
	max-width: 500px;
  	width: 40%;
}
.about{
	background-color: #004A7F;
  	padding: 25px;
 	margin-left: auto;
  	margin-right: auto;
  	text-align: center;
}
.about-container{
	display:flex;
	width: 90%;
 	justify-content: center;
}
#copy{
	text-align: left;
  	width: 40%;
  	margin: 20px;
  	color: white;
}
.category-title{
	color:#004A7F;
	text-align: center;
}
.article-grid {
  max-width: 1200px;
  margin: 0 auto;
  padding: 2rem;
  display:flex; 
  gap: 2rem;
	flex-wrap: wrap;
}

.card {
  background-color: #ffffff;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 4px 10px rgba(0,0,0,0.08);
  display: flex;
  flex-direction: column;
	flex: 1 1 calc(33.333% - 2rem);
}
.card img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}
.card-content {
  padding: 1.25rem;
}

.card-content h2 {
  font-size: 1.2rem;
  margin-bottom: 0.5rem;
}

.card-content p {
  font-size: 0.95rem;
  color: #555;
  line-height: 1.4;
}
.card-link {
  text-decoration: none;
  color: inherit;
  display: block;
}
.article-content{
	width:80%;
	display: block;
  	margin: auto;
}
.article-content h2{
	font-size:2em;
}
#metadata{
	display:flex;
	justify-content: space-between;
}
#category{
	display:flex;
}
#quote{
	color:#007c00;
	font-weight: 500;
	text-align: center;
}
.row-half{
	width:46%;
}
.article-row{
	display:flex;
	justify-content:space-between;
}
@media screen and (max-width:630px){
	
	.wrapper{flex-direction: column}
	.container{max-width: 350px;}
header nav{
		display:none;
}
	.hamburger{
	display:inline-block;
	width:20%;
	max-width:60px;
	margin:2px;
}
	
	#burger{
		display:inline-block;
		width:40%;
		margin:2px;
}
	#logo {
		display:inline-block;
		margin:2px;
		text-align:left;
		vertical-align:inherit;
		width:40%;
		
}
	.feed{
	flex-direction:column;
}

.article-grid {
  display:block; 	
}
	.news-content h2{
		color:white;
	}	
	.article-row{
	flex-direction: column;
	
}
	.row-half{
		width:100%;
	}
}

@media screen and (max-width:700px){
	
		.card{
			flex: 1 1 100%;
}
.news-content{
	flex-direction: column;
	}
	.right-form{
		width:100%;
	}
	.about-container{
		flex-direction: column;
	}
}
@media screen and (max-width:830px){
	footer li{
		display:block;
	}
	.footer-nav{
		display:block;
	}
	.foot-logo {
	width:30%;
}
	.foot-social{
	height: 40px;
	display:inline;
	list-style:none;
	margin:0px 5px;
}
	.feed{
		flex-direction: column;
		margin-left: 30px;
		margin-right: 30px;
	}
}