/*!
Theme Name: Sunflower
Theme URI: http://theredsunflower.com/code-camp
Author: Jessica Patterson
Author URI: https://theredsunflower.com
Description: Code Camp Starter Theme
Version: 3.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: Sunflower
Tags: simple, block-editor, featured-images, threaded-comments, translation-ready
This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

Sunflower is based on Underscores http://underscores.me/, (C) 2012-2016 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

*/

/*eliminates margin around entire webpage*/

html {
  font-family: "Gelasio", serif;
}
body {
	margin: 0;
	color: black;
}


* {
	box-sizing: border-box;
}
img {
	/*images should not exceed parent container*/
	max-width: 100%;
}

h1 {
	font-size: 34px;
}
h2 {
	font-size: 24px;
}
h3, h4, h5, h6 {
	font-size: 20px;
}
p {
	font-size: 18px;
}

a {
	color: black;
}
/*Default Styles*/

#header {
    background-color: #0B0612;
    padding: 15px 2.5%;
    margin: 0;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.page {
	overflow: auto;
}
#sitename p{
	color: white;
	margin: 5px;
	font-weight: 300;
	text-align: center;
}
/*#desktop-menu li a{
	text-decoration: none;
	color: white;
	display: inline-block;
}*/
#logo img {
    width: 150px;
    height: auto;
    display: block;
}
/*#desktop-menu {
    margin-top: 10px;
	margin-left: 80px;
	flex: 1;
    display: flex;
    align-items: center;
	justify-content: center;
}*/
#donation-button {
	width: 200px;
   /* margin-left: auto;
	display: flex;
    align-items: center;
	position: absolute;
    right: 0;*/
}
/*#donation-button img {
    height: 70px;
    width: auto;
	max-width: none;
}*/
/*#menu-row {
    display: flex;
    align-items: center;
    width: 100%;
}
#mega-menu-wrap-menu-1 #mega-menu-menu-1 {
    display: flex;
    gap: 20px;
    list-style: none;
    margin: 0;
    padding: 0;
    justify-content: center;
	font-weight: 300;
	background: #0B0612;
}*/
#fp-content, #content{
	background-color: white;
	overflow: auto;
	padding: 20px 4.5%;
	max-width: 1500px;
	margin: 0 auto;
}

#footer {
	background-color: #ECECEC;
	text-align: center;
	text-decoration: none;
	padding: 2.5%;
}
#footer h3 {
	font-size: 24px;
	color: black;
	margin: 10px;
}
#footer a {
	text-decoration: none;
	color: black;
	font-weight: bold;
}
#footer a:hover {
	text-decoration: underline;
}
#footer img {
    width: 50px;
    height: auto;
    vertical-align: middle;
	padding: 10px;
}
#footer p {
	color: black;
	font-size: 16px;
}

#footer .info {
    padding: 20px 0 0 0;
	margin: 0 auto;
	margin-bottom: 0;
	overflow: hidden;
}

#RedSunflower {
    padding: 20px;
    font-size: 12px;
    font-weight: normal;
    background-color: #797979;
    text-align: center;
}
#RedSunflower p {
    margin: 0;
    padding: 0;
}
#RedSunflower a, #RedSunflower p {
	font-weight: 300;
	font-size: 14px;
}
#RedSunflower a:hover {
	text-decoration: underline;
}
/*#desktop-menu { 
	display: none;
}
#mobile-menu, #mobile-menu-toggle {
	display: block;
	color: white;
}*/
#about-rg {
	margin: 30px 0;
}
#about-rg img {
	padding: 5% 10%;
}
.bloque-azul {
    padding: 2.5%;
	border-radius: 4px;
}

#fp-content h2 {
	margin: 0 0 20px 0;
}
#content h1 {
	text-align: center;
}
.nf-form-fields-required {
	display: none;
}
#nf-field-9, #nf-field-14 {
  background-color: #350053 !important;
  padding: 10px 25px !important;
  font-size: 18px;
}
.single {
	border-bottom: 2px solid #fad259;
}

.wp-block-latest-posts__post-title {
  font-weight: bold;
  font-size: 20px;
}
#copyright {
	font-size: 8px;
}
.wp-block-latest-posts__post-title {
	text-decoration: none;
}
@media screen and (min-width: 1000px) {
  /*#desktop-menu {
  	display: block;
  }
  #mobile-menu, #mobile-menu-toggle {
  	display: none;
}*/
  #fp-content, #content {
  	padding: 20px 10%;
  }
  #header {
  	padding: 15px 10%;
  }
}
@media screen and (max-width: 999px) {

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

  /*#sitename {
    order: 1;
    width: 100%;
    text-align: center;
  }*/

  /*#donation-button {
	order: 2;
    position: static;
    margin: 5px 0;
    display: flex;
    justify-content: center;
    width: 100%;
  }*/
/*#donation-button img {
	height: 50px; // ajustalo según diseño
    width: auto;
	max-width: none;
}*/
/*  #menu-row {
	order: 3;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
	flex-direction: column-reverse;
  }*/

  /* #mega-menu-wrap-menu-1 {
    width: 100%;
    display: flex;
    justify-content: center;
  }*/
 /* #mega-menu-wrap-menu-1 .mega-menu-toggle-animated-block {
    display: block;
    margin-bottom: 15px;
  }*/

}