/* CSS Document */



body {font-size: 100%;
	font-family: Oswald;
	margin:0;
}

html { height: 100%}

.clearfix {
  clear: both;
}


.colorone {
	width: 50px;
	height: 50px;
	background-color: #232323;
	border: 0px;
	margin: 20px;
}

.colortwo {
	width: 50px;
	height: 50px;
	background-color: #F4B630;
	border: 0px;
	margin: 20px;
	
}


h1 {
line-height: 65px;
font-size: 3.8rem;
font-family: Oswald;
font-weight: 600;
color: #232323;
margin: 0;
}

h2 {font-size: 3rem;
font-family: Oswald;
font-weight: 600;
color: #232323;
text-align: center;
width: 95%;
margin: 10px;}

h3 {
font-size: 1.5rem;
font-family: Oswald;
font-weight: 600;
color: #232323;
margin: 0;
}	

p {font-size: 18px;
font-family: Georgia;
margin-top: 10px;
margin-bottom: 10px;
color: black;
line-height: 25px;}

li {font-family: Helvetica;
	
}
/* unvisited link */
a:link {
	color: #232323;
 text-decoration: none;
}

/* visited link */
a:visited {
	color: #232323;
  text-decoration: none;
}

/* mouse over link */
a:hover {
  color: #232323;
	text-decoration: none;
}

/* selected link */
a:active {
color: #232323;
	text-decoration: none;
}

a {
	text-decoration: none;

}

ul li {
	list-style-type: none;
	font-size: 100%;
	font-family: Oswald;
	display: inline;
	margin: 15px;
	
}

#articles a:hover {
 text-decoration: none;
	box-shadow: #F4B630 0px -2px 0px 0px inset;
	box-sizing: border-box;
}

/* -------------------- HEADER + NAV -------------------- */
	


#logo {
	max-width: 400px;
}

#header-logo img {
	max-width: 370px;
	float:left;
}

#header-logo {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.tagline {
	font-size: 1.2rem;
	color: #232323;
}

header {
	position: fixed;
  left: 0;
  right: 0;
  top: 0;
}


#headerspace {
	width:100%;
	height: 100px;
	background-color: #F4B630;
	display: flex;
	justify-content: center;
	align-items: center;
	
}

#navigation {
	display: flex;
	gap: 40px;
	font-size:1em;
}

#navigation a:hover {	text-decoration: none;
	box-shadow: #232323 0px -2px 0px 0px inset;
	box-sizing: border-box;

}

a.toggle {display:none;}

a.toggle img {
width: 70px;}

/* -------------------- SEARCH BAR -------------------- */


.search-field { 
	float: right;
	display: flex;
	flex-direction: row;
	align-items: center;
	
}

.search-container {
	height: 20px; 
}
.search {
	background-color: transparent;
}

.search img {
	background-color: transparent;
	width: 20px;
	padding: 0;
}


#eye-graphic img{
	width: 70px;
	margin-left: 10px; margin-right: 10px;
}


/* -------------------- ARTICLES -------------------- */
#article h1 {
	text-align: center;
}
#article {
	margin-top: 150px;
	margin-bottom: 30px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

#article img {
	margin: 5px 5px 5px 5px;
	width: 100%;
	max-width: 900px;
}

#article p {
	margin: 15px 5px 15px 5px;
	max-width: 900px;
}

#article p a {
 text-decoration: none;
	box-shadow: #F4B630 0px -2px 0px 0px inset;
	box-sizing: border-box;
	
}

#articles {
	margin-top: 100px;
	width: 100%;
	justify-content: center;	display: flex;
	flex-direction: column;
	

}

#articles p {
	font-family: Oswald;
}


.meta-info {
	display: flex;
	flex-direction: row;
	float: left;
	align-items: center;
}

.meta-info p {
	font-family: Oswald;
	margin-right: 20px;
}


.category-icon {
	width: 100%;
	max-width: 50px;
	float: right;
	margin: 0;
}

.main-article {
	display: flex;
	width: 100%;
	flex-direction: column;
	align-items: center;
	margin-top: 20px;
}

.main-article img {
	width: 100%;
	max-width: 1200px;
	
}


#sub-articles {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: flex-start;
  padding: 20px;
}

/*
#sub-articles {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	column-gap: 8px;
	row-gap: 25px;
	justify-content: center;
	margin-top: 50px;
	margin-bottom: 50px;
}
*/


.article-group {
  flex: 1;
  min-width: calc(33.333% - 20px);
  margin: 10px;
  padding: 20px;
  box-sizing: border-box;
  text-align: center;
}


/*
.article-group {
	width: 25%;
	margin: 0;
	display: flex;
	align-items: center;
	flex-direction: column;
}
*/

.article-group img {
	width: 100%;
	max-width: 500px;
	margin: 0;
}

.article-group p {
	font-family: Oswald;
}

/* -------------------- MAIN STUFF ------------------------------*/

#cam-graphic {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 20px;
}

#cam-graphic img {
	max-width: 100px;
	margin-right: 20px;
	width: 100%;
}

#about {
	margin-top: 110px;
	margin-bottom: 80px;
	display: flex;
	flex-direction: column;
	align-items: center;

}


#about p {
	width: 50%;
}

.camera-pics {
	display: flex;
	flex-direction: row;


	
}
.camera-pics img {
	max-width: 400px;

	margin-top: 10px;
	width:100%;
	
}


#contact-form .camera-pics {
	max-width: 400px;

}

#contact-form {
	margin-top: 110px;
	margin-bottom: 40px;
	display: flex;
	flex-direction: column;
	align-items: center;

	
}

#contact-form #form {
	margin-top: 100px;
	margin-left: auto;
}

#contact-form form {
	width: 90%;
	max-width:750px;
	margin-right: auto;
	margin-left:auto;
}

#contact-form input, textarea {
	color: white;
	font-weight: bold;
	font-size: 16px;
	font-family: Oswald;
	height: 60px;
	display: block;
	width: 100%;
	background-color: #232323;
	border-style: none ;
	padding: 20px;
	box-sizing: border-box;
}

#contact-form #questions input, textarea {
	height: 200px;
	font-family: Oswald;
	font-weight: bold;
	font-size: 16px;
	

}

#contact-form #submit input {
  text-align: center;
  background-color: #232323;
  border: none;
  color: white;
  padding: 15px 32px;
  text-decoration: none;
  display: inline-block;
  font-size: 20px;
 margin-bottom: 20px;
  font-weight:bold;
  width:auto;
  transition: 0.3s ;
  cursor: pointer;	  
}

#contact-form #submit input:hover {background-color: #F4B630;
  color:#232323;
	
}


/*----------------- FOOTER + NEWSLETTER -------------------- */



footer {
  left: 0;
  bottom: 0;
  width: 100%;
}

.newstext {
	font-size: 2.5rem;
	color: white;
	display: flex;
	justify-content: center;
	align-items: center;
	
}

#newsletter {	
	color: white;
	width:100%;

	background-color: #232323;
	display: flex;
	justify-content: center;
	
	
}

#newsletter p {
	color: white;
	margin:auto;
}

form {
	
}

.footerlinks {	
	color: #232323;
	width:100%;
	height: 60px;
	background-color: #F4B630;
	display: flex;
	justify-content: space-evenly;
	
}

#footernav {
	display: flex;
}



#footernav a:hover {	text-decoration: none;
	box-shadow: #232323 0px -2px 0px 0px inset;
	box-sizing: border-box; 
}


#mail-graphic img{
	width: 50px;
}



.paragraph {
	max-width: 500px;
}

#container {width: 100%;
max-width: 1200px;
margin: auto;
}

.content-container {
	column-count: 3;
	column-gap: 100px;
	column-width: 300px;
}

.subscribe {
	background-color: #232323;
	border: 0px;
  
}

.formstyle {
float: left;
	width:200px;
	height: 25px;
	margin: 10px;

}


.formbutton {
	font-size: 2em;
	font-family: Oswald;
	font-weight: 600;
	text-decoration: none;
	color: white !important;
}



button {
	font-family: Oswald;
	margin-top: 15px;
  text-align: center;
  background-color: #232323;
  border: none;
  color: white;
  padding: 1px 17px;
  text-decoration: none;
  display: inline-block;
  font-size: 20px;
  margin-bottom: 20px;
  font-weight:bold;
  width:auto;
  transition: 0.3s ;
  cursor: pointer;	  
}
	
#newsform button {
	height: 40px;
	border: solid;
	border-color: #F4B630;
}


sharethis-inline-share-buttons {
	margin-top: 200px;
}	

#newsform {
	display: flex;
	justify-content: center;
	margin: 15px;
	gap: 10px;
	max-height: 35px;
	align-items: center;
}




#newsform input {
	height: 30px;
}




button:hover {
	border-style: solid;
	border-color: #232323;
    background-color: #F4B630;
    color:#232323;
	
}



/* -------------------- POPUP -------------------- */


#list-builder {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #333;
    filter: alpha(opacity=80);
	opacity: 0.8;
    display: none;
}

#popup-box {
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background-color: #F4B630;
    color: #232323;
    width: 90%;
    max-width: 600px;
    padding: 30px;
    border: 10px solid #232323;
    display: none;
}

#popup-close {
    position: absolute;
    top: -25px;
    right: -25px;
    cursor: pointer;
    width: 40px;
}

#popup-box h1 {
    margin: 0;
}

#popup-box form {
    margin-bottom: 0px;
}

#popup-box input {
    padding: 10px;
    border: 1px solid #333;
    width: 40%;
}

#popup-box button {
	font-family: Oswald;
	margin-top: 15px;
  text-align: center;
  background-color: #232323;
  border: none;
  color: white;
  padding: 15px 32px;
  text-decoration: none;
  display: inline-block;
  font-size: 20px;
  margin-bottom: 20px;
  font-weight:bold;
  width:auto;
  transition: 0.3s ;
  cursor: pointer;	  
}
	
#popup-box button:hover {
	border-style: solid;

	border-color: #232323;
  background-color: #F4B630;
  color:#232323;
	
}

#camera-pic img{
	
	width: 180px;
	float: right;
}








/* -------------------- RESPONSIVE -------------------- */


@media screen and (max-width:1400px) {
	a.toggle {

	display:block;
	width: 20%;
	max-width: 100px;
	
	}
	
	#navigation {
		display:none;
	}
	
	.search-field {
		display:none;
	}
	
	#headerspace {
		display: flex;
		justify-content: space-between;
		align-items: center;
		
	}
	
	#header-logo {margin-left: 20px;} 	
	
	#dropdown {
		display: flex;
		justify-content: center;
	}
}


	#contact-form p{
	
		text-align: center;
	}
	


@media screen and (max-width:1270px) {
	footer p {text-align: center;
	margin-left: 20px;
	margin-right: 20px;}
	
}
	
@media screen and (max-width:580px) {
	
	#contact-form p{
		font-size: 16px;
		text-align: center;
	}
	
	footer p {font-size: 16px;}
	#newsform {display: flex;
	flex-direction: column;
	margin-top: 15px;
	max-height: none;}
	
	#mail-graphic {display:none;}
	
	.newstext {font-size: 1.5rem;
		text-align: center;
	margin-top: 10px;}
	
	#newsletter {
		min-height: 210px;
	}
	
	#newsform input {
		width: 250px;
	}
	
	#newsletter p {
		margin-top: 5px;
	}
	
	h2 {
		font-size: 2rem;
	}
	


}

@media screen and (max-width:900px) {
	
	#cam-graphic {
	display: flex;
	flex-direction: column;
	margin-top: 20px;
}
		
	#about p {
	width: 70%;
}
	.footerlinks {min-height: 85px;

	}
	
	.footernav a {
		margin: 0;
	}
	
	.footernav {
	display: flex;
	flex-wrap: wrap;
	}
}

	

@media screen and (max-width:430px) {
	
		#header-logo img {width: 300px;} 
	

}
	


@media screen and (max-width:1105px) {
	
	.content-container {display:inline;
	text-align:center;}
	
	.article-group {display: inline-block;}
	

	
}








@media (max-width: 1200px) {
  /* Change to 3 rows of 2 items */
  .article-group {
    flex: 1 0 48%; /* Adjust the width as needed */
    min-width: calc(48% - 20px);
  }
}

@media (max-width: 768px) {
  /* Change to 6 rows of 1 item */
  .article-group {
    flex: 1 0 100%;
    min-width: calc(100% - 20px);
  }
}









/* CSS Document */

/* Hide Dropdowns by Default */
/*
nav ul ul {
	display: none;
	position: absolute; 
	top: 60px;  the height of the main nav 
}
*/

/* Display Dropdowns on Hover */
/*
nav ul li:hover > ul {
	display:inherit;
}
*/

/* Fisrt Tier Dropdown */
/*
nav ul ul li {
	width:170px;
	float:none;
	display:list-item;
	position: relative;
}*/
