body {
  color: #666;
  font-family: 'Enriqueta', serif;
  font-style: normal;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'News Cycle', serif;
  font-weight: 700;
  font-style: normal;
  margin: 0;
}

h1, h2, h3 {
  color: #1c455c;
  line-height: 1.2;
}

h4, h5, h6 {
  color: #555;
  line-height: 1.4;
}

h1 {
  margin-bottom:20px;
  text-align: left;
}

a {
  color: #28B67E;
  text-decoration: none;
}

a:hover, a:focus {
  color: #29997E; 
}

p {
  font-weight: 300; 
  font-size: 1.2rem;
}

p.caption {
  font-size: 1rem;
}

.index {
  margin-bottom: 4rem;
}

ul, ol {
  font-size: 1.2rem;
  font-weight: 300;
  padding: 0;
}

ol li, ul li {
  margin-bottom: 15px;
}

button {
  background-color: #ECE912;
  border-radius: 24px;
  box-shadow: 2px 2px 4px grey;
  margin-bottom: 0;
}

button:hover {
  background-color: #ECC312;
}


/* ----- Forms ----- */

textarea.contact-field, input.contact-field-line {
  margin-top: 10px;
  margin-bottom: 5px;
  display: inline-block;
}

a.contactform, input.contactform {
  color:white;
  text-decoration:none;
  background-color: #9bce7d;  
  padding: 10px 20px;
  border: none;
  display: inline-block;
}

a.contactform:hover, input.contactform:hover {
  background-color: #28B67E;
}

a.biggerbutton, input.biggerbutton {
  font-size: 24px;
  padding: 20px;
}

.mobside {
  padding-left: 0;
}


/* ----- Pages/Blogs ----- */

.imiddle h3 {
  padding-top: 30px;
}

.homethree p {
  margin-top: 0;
}

ul.blog-pages {
  list-style: none;
  margin: 0;
  float: right;
}

ul.blog-pages li {
  float: left;
  margin-left: 20px;
}

.blogrow .columns {
  float: left !important;
}

.blogitem {
  max-width: 33%;
}

.statuecol {
  float: left !important;
  /* min-height: 350px; */
}

.statuecol p {margin-top:0;}

img.boardpic {
  margin-top: 10px;
  max-width: 250px;
}


/* ----- Lists ----- */

ul li {
  line-height: 1.8rem;
}

ul.media-list li::after {
  content: '\2014\2055\2014';
  display: block;
  padding-top: 10px;
  position: relative;
  left: 42%;
}

ul.bullet-list {
  display: block;
  list-style-type: disc;
  padding-left: 22px;
}


/* ----- Header ----- */

.head-row {
  padding-top: 20px;
  height: 90px;
}

.dinopic {
  float: left;
  width: 20%;
}

.sitetitle {
  float: left;
  width: 75%;
}


/* ----- Footer ----- */

.footer {
  padding-top: 20px; 
  background-color: #355C69;
  line-height: 1.2;
  color: #ccc;
}
  
.footer h3, .footer h4, .footer h3 a {
  color: #ddd;
}

.footer h3 {
  line-height: 1;
}
  
.footer p {
  color: #ddd;
  font-size: 1rem;
  margin-bottom: 0.5rem;
}

.footer .columns {
  margin-bottom: 10px;
}

.footer ul {
  list-style: none;
  margin-left: 0;
  margin-bottom: 0;
  font-size: 1rem;
}

.footer .lineunder, .footer .lineover {
  border-color: #999;
}

.footicon {
  margin-right: 10px;
}


/* ----- Media queries ----- */

@media only screen and (min-width: 40.063em) {

input.contact-field-line {
  width: 70%;
}

img.dinopic {
  margin-top: 0;
}

h1.hometitle {
  text-align: center;
  font-size: 3.25rem;
}

.nav-content {
  margin-top: 10px;
}

button.donate {
  padding-top: 0.8rem;
  padding-bottom: 0.8rem;
  margin:10px 5px;
  float: right;
}

span.socialname {display:none;}

.sitetitle {
  padding-top: 10px;
}

.statuecol {
  max-width: 24%;
}

.third {
  flex: unset;
  max-width: 31%;
}  
}

@media only screen and (max-width: 40.062em) {

.homeheadgap {display:none;}

.homelogo {text-align:center;}

img.fcpdlogo {
  width: 300px;
}

img.dinopic {
  margin-top: 15px;
}

.sitetitle {
  font-size: 1.7rem;
}

button.donate {
  padding: 5px 30px;
  min-width: 190px;
}

.donatebox {
  position: absolute;
  top: 116px;
  width: fit-content;
}

.donatebox-home {
  position: absolute;
  top: 183px;
  width: fit-content;
}

.footer2 {
  min-height: 240px
}
}


/* ---- Navigation ---- */

.toggle, [id^=drop] {
  display: none;
}

nav { 
  padding: 0;
  background-color: #4A9B20;
  border-bottom: 1px solid #ddd;
}

label {font-weight:300;}

/* Since we'll have the "ul li" "float:left"
 * we need to add a clear after the container. */

nav:after {
  content:"";
  display:table;
  clear:both;
}

nav ul {
  padding:0;
  margin:0;
  list-style: none;
  position: relative;
}
	
/* Positioning the navigation items inline */
nav ul li {
  margin: 0px;
  display:inline-block;
  float: left;
}

/* Styling the links */
nav a {
  display:block;
  padding:14px;	
  color:#fff;
  font-size:17px;
  text-decoration:none;
}

nav ul li ul li:hover { background: #000000; }

/* Background color change on Hover */
nav a:hover { 
  background-color: #4C7A34;
  color: #fff;
}

/* Hide Dropdowns by Default and giving it a position of absolute */
nav ul ul {
  display: none;
  position: absolute; 
  /* has to be the same number as the "line-height" of "nav a" */
  top: 56px;
  margin-left: 0;
  z-index: 999;
  background-color: #4A9B20;	
}
	
/* Display Dropdowns on Hover */
nav ul li:hover > ul {display:inherit;}
	
/* Fisrt Tier Dropdown */
nav ul ul li {
  max-width:350px;
  float:none;
  display:list-item;
  position: relative;
}

/* Second, Third and more Tiers	– we move the 2nd and 3rd etc tier dropdowns to the left by the amount of the width of the first tier. */
 
nav ul ul ul li {
  position: relative;
  top:-58px;
  /* has to be the same number as the "width" of "nav ul ul li" */ 
  left:350px; 
}
	
/* Change ' +' in order to change the Dropdown symbol */
nav li > a.ddown:after { content: ' \276F'; padding-left: 5px; }
nav li > a:only-child:after { content: none; }

.socialicon {
  width: 22px;
  position: relative;
  top: 5px;  
}

@media all and (max-width : 768px) {

#logo {
  display: block;
  padding: 0;
  text-align: center;
  float: left;
}

nav {
  margin: 0;
}

/* Hide the navigation menu by default */
/* Also hide the  */
.toggle + a,
.menu {
  display: none;
}

/* Styling the toggle label */
.toggle {
  display: block;
  background-color: #4A9B20;
  padding:14px;	
  color:#fff;
  font-size:17px;
  text-decoration:none;
  border:none;
}

.sitemenu {
  float: right;
}
	
.toggle:hover {
  background-color: #4C7A34;
}

/* Display Dropdown when clicked on Parent Lable */
[id^=drop]:checked + ul {
  display: block;
}

/* Change menu item's width to 100% */
nav ul li {
  display: block;
  width: 100%;
}

nav ul ul .toggle,
nav ul ul a {
  padding: 0 40px;
}

nav ul ul ul a {
  padding: 0 80px;
}

nav a:hover,
nav ul ul ul a {
  background-color: #4C7A34;
}

nav ul li ul li .toggle,
nav ul ul a,
nav ul ul ul a {
  padding:14px 20px;	
  color:#fff;
  font-size:17px; 
}

nav ul li ul li .toggle,
nav ul ul a {
  background-color: #4A9B20; 
}

/* Hide Dropdowns by Default */
nav ul ul {
  float: none;
  position:static;
  color: #fff;
  /* has to be the same number as the "line-height" of "nav a" */
}
		
/* Hide menus on hover */
  nav ul ul li:hover > ul,
  nav ul li:hover > ul {
  display: none;
}
		
/* Fisrt Tier Dropdown */
nav ul ul li {
  display: block;
  width: 100%;
  margin-left: 15px;
}

nav ul ul ul li {
  position: static;
  /* has to be the same number as the "width" of "nav ul ul li" */ 
}
}

@media all and (min-width : 769px) {
.nav-content {
  margin-left: auto;
  margin-right: auto;
  max-width: 1040px;
}
}

@media all and (max-width : 330px) {
nav ul li {
  display:block;
  width: 94%;
}
}