
/* CSS RESET */
html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0;}article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background:0 0}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:700}dfn{font-style:italic}h1{font-size:2rem;margin:.67em 0}mark{background:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}button{overflow:visible}button,select{text-transform:none}button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}button[disabled],input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input{line-height:normal}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{height:auto}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}fieldset{border:0;padding:0}legend{border:0;padding:0}textarea{overflow:auto}optgroup{font-weight:700}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}*{box-sizing:inherit}

:root{
  --white: #fff;
  --black: #000;
  --darktext: #222;
  --spot: #293c51;
  --halfspot: #293c51c2;
  --cream: #fffdd0;
  --gold: #faa61a;
  --whatsapp: #25D366;
  --sharebay: #7a9108;
}

html, body{
	height: auto;
	min-height: 100%;
}

body {
font-size: 16px;
font-family: 'M PLUS 1', sans-serif;
position: relative;
color: var(--darktext);
background: #e0eeee;
overflow-x: hidden;
}


section{
	position: relative;
	width: 100%;
	text-align: center;
	overflow-x: hidden;
}

.full-height{
	min-height: initial;
}
.full-height-image{
	min-height: 50vh;
}
.half-height{
	min-height: initial;
}
.half-height-image{
	min-height: 50vh;
}
.content{
	margin: 0 auto;
	position: relative;
	padding: 5%;
	max-width: 900px;
	}
	
form{
	width: 80%;
	max-width: 600px;
	min-width: 200px;
	display: block;
	margin: 0 auto;
}
h1,h2,h3,h4,h5,h6{
	/* font-family: 'Domine', serif; */
font-family: 'M PLUS 1', sans-serif;
	color: var(--spot);
	text-rendering: optimizeLegibility;
	font-weight: 600;
	letter-spacing: 1px;
	}
h1{
	font-size: 4rem;
}
h1.home {
    font-size: 2.5rem;
    font-weight: 400;
    color: var(--white);
    text-shadow: 4px 4px 3px var(--spot);
    letter-spacing: 3px;
    border-bottom: 1px dashed var(--white);
}
h2{
	font-size: 2.25rem;
}

p{
	font-size: 1.1rem;
	font-family: 'Domine', serif;
	/* line-height: 1.6rem; */
	text-rendering: optimizeLegibility;
	color: var(--darktext);
}

a{
	font-family: 'M PLUS 1', sans-serif;	
	text-rendering: optimizeLegibility;
}
ul,ol{
	font-family: 'Domine', serif;
	text-align: left;
	font-size: 1.2em;
}
.home-text{
	background: var(--halfspot);
	padding: 2em;
}
#home p{
	color: var(--white);
	font-family: 'M PLUS 1', sans-serif;	
	font-size: 1.3em;
	line-height: 1.6em;
}
#home a, #home a:hover, #home a:active, #home a:visited{
	color: var(--white);
}
.sharebay{
	background: var(--sharebay);
	color: white;
}
.whatsapp{
	background: var(--whatsapp);
	color: white;
}
#language_box .social-icons{
	
	width: 18px;
	height: 18px;	
}
.prosocial p{
	font-size: 1.4rem;
}
#objecte p, #superpoder p, #laspiracio p {
	font-size: 1.4rem;
}
#prosocial h2{
	font-size: 2rem;
}
#humankind p{
	font-size: 1.6rem;
	color: var(--spot);
}
#intelligence p{
	font-size: 1.6rem;
	color: var(--spot);
}
#better p{
	font-size: 2.5rem;
	color: var(--spot);
}
#better{
}
#prosocialising-is > .content{
	border-radius: 6px;
	border: 1px solid var(--spot);
	background-color: white;
	padding-top: 3%;
	margin: 0 1% 5% 1%;
}
#actions p{
	font-size: 1.2rem;
}
#about{
	background-color: var(--spot);
}
#about h2{
	font-size: 2rem;
}
#about p{
	font-size: 1.1rem;
}
#about h2, #about p, #about a{
	color: var(--white);
}
.reveal{
	background-color: var(--white);
	text-align: center;
	border: 1px solid var(--spot);
	border-radius: 12px;
	display: none;
	position: relative;
}
.close-reveal{
	position: absolute;
	top: 8px;
	right: 20px;
	color: grey;
	font-size: 24px;
	cursor: pointer;
}
#footer{
	font-size: 1rem;
	text-align: center;
	color: var(--spot);
}
#footer a{
	color: var(--spot);
}
nav {
  height: 100%;
  width: 0;
  max-width: 100%;
  position: fixed;
  z-index: 10;
  top: 0;
  right: 0;
  background-color: var(--spot);
  overflow-x: hidden;
  transition: all 0.3s ease;
  padding-top: 60px;
}

nav a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 1.2rem;
  color: var(--white);
  transition: all 0.3s ease;
  border: 1px solid transparent;
  display: block;
}

nav a:hover {
  color: var(--cream);
  transition: all 0.3s ease;
}

nav .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}
.image-background, .image-contain{
	background-position: center center;
	background-repeat: no-repeat;
}
.image-background{
	background-size: cover;
}
.image-contain{
	background-size: contain;
}
.full-width-image{
	width: 100%;
	height: auto;
}
.shadow{
	box-shadow: 0 10px 10px rgba(0,0,0,0.3);
}
.round{
	border-radius: 50%;
}
.orange{
	background: orange;
}
.dim{
background-color: rgba(0,0,0,0.25);
}
#home-logo{
	width: 80%;
	height: auto;
	max-width: 440px;
	margin: 0 auto;
	clear:both;
}
#menu-section{
	position: fixed;
	top: 6px;
	right: 6px;
	width: 90%;
	margin: 0 5%;
	z-index: 2;
	background: orange;
}
#menu{
	position: absolute;
	top: 0rem;
	right: 0rem;
	cursor:pointer;
    background: #FFFFFF88;
	padding: 4px;
}
#menu div{
	width: 35px;
    height: 4px;
    background: #00000088;
    margin: 6px 0;
}

.CTA {
    display: inline-block;
    font-size: 1.2rem;
    color: white;
    text-transform: uppercase;
    text-decoration: none;
    background: #293c51;
    padding: 0.7rem 1.8rem 0.7rem 1.8rem;
    border: 2px solid white;
    border-radius: 6px;
    margin: 8px;
    max-width: 300px;
    transition: all 0.3s ease 0s;
    cursor: pointer;
}

.CTA:hover, .hovered {
	color: var(--darktext);
	background: var(--gold);
	border-color: var(--white);
	transition: all 0.3s ease 0s;
	box-shadow: 0 0 12px var(--gold);
}

.tick{
	width: 2rem;
	height: 2rem;
	background: #fff;
	color: green;
	font-size: 3rem;
	border: 3px solid green;
	border-radius: 50%;
	display: inline-block;
	line-height: 1.4rem;
}
.tick::before{
content: "\2714";
}

.gallery {
  padding: 10px;
}

.gallery-cell {
  width: 300px;
  height: 250px;
  margin-right: 10px;
}
.gallery-cell img{
  width: 300px;
  height: 216px;
}
.cell-title{
  width: 300px;
  height: 34px;
  text-align: center;
  overflow: hidden;
  font-size: 1.1rem;
  line-height:40px;
}
.cell-title a{
	text-decoration: none;
  color: #008FC5;
}
.fadein {
    opacity:0;
}
.slidein-left{
    opacity:0;
	position: absolute;
	width: 100%;
	top:0;
	bottom:0;
	right: 20%;	
}
.slidein-right{
    opacity:0;
	position: absolute;
	width: 100%;
	top:0;
	bottom:0;
	left: 20%;	
}
.flex-center{
	display: flex;
	align-items: center;
  justify-content: center;
}
.round-right{
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}
.round-left{
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}
.text-center{text-align:center}
.text-left{text-align:left}
.text-right{text-align:right}
.smaller{font-size:84%}
.tiny{font-size:70%}
.bigger{font-size:120%}
.big-block{display:none}
.big-inline{display:none}
.small-block{display: block}
.small-inline{display: inline}
.italic{font-style:italic}
.white{color:#fff}
.bottom20{margin-bottom: 20px}
.top20{margin-top: 20px}
.hidden{display: none}

.disabled{
	opacity: 0.4; 
	pointer-events: none;
	}

blockquote {
	text-align:left;
	font-size: 1.5rem;	
	line-height: 2.4rem;
	font-style: italic;
	margin: 1.5rem;
	color: var(--darktext);
	letter-spacing: 2px;
	}
	
.clearfix::after {
  content: "";
  clear: both;
  display: table;
}
.full-width{
	width: 100%;
	position: relative;
	clear: both;
}
.half{
	float: left;
	position: relative;
	width: 100%;
}
.half img{
	width: 100%;
	height: auto;
	max-width: 300px;
}

.third{
	float: left;
	position: relative;
	width: 100%;
}

.third img{
	margin: 2%;
	height: auto;
	width: 5rem;
	float: left;
	margin-right: 0.5rem;
}
.third p{
	text-align: left;
	clear: both;
}

.third h3{
	color: var(--spot);
	font-size: 1.4rem;
font-family: 'M PLUS 1', sans-serif;
}
.two-thirds{
	float: left;
	position: relative;
	width: 100%;
}
.quarter{
	float: left;
	position: relative;
	width: 50%;
}
.three-quarters{
	float: left;
	position: relative;
	width: 100%;
}
.fifth{
	float: left;
	position: relative;
	width: 33.3%;
}
.fifth img{
	margin: 2%;
	width:80%;
	height: auto;
	max-width: 200px;
}
.blend-background{
	background-color: var(--black);
	background-blend-mode: luminosity;
}
input[type=text], input[type=email], textarea{
	display: block;
	margin: 0 auto;
	width: 100%;
	clear: both;
	margin-bottom: 0.8rem;
	font-size: 1.2rem;
	background: #fff;
	border: transparent;
	padding: 0.25rem;
	resize: vertical;
	box-shadow: 0 3px 5px #aaa;
}
input:focus, textarea:focus{
	background: #fff;
}

#copyText{
	width: 100%;
	font-size: 1.1em;
	border-top: 1px dashed grey;
	border-bottom: 1px dashed grey;
	box-shadow: none;
}
/* ========================================================================== */


@media (min-width: 720px){
#home p{
	font-size: 1.5em;
}
	

#prosocialising-is > .content{
	border-radius: 20px;
	margin: 0 auto 20px auto;
}

#better p{
	font-size: 3rem;
}

.round-right{
	border-top-right-radius: 30px;
	border-bottom-right-radius: 30px;
}
.round-left{
	border-top-left-radius: 30px;
	border-bottom-left-radius: 30px;
}

#logo{
	width: 25%;
}
.half{
	width: 50%;
}
.third{
	width: 33.3%;
}
.third img{
	margin: 2%;
	height: 8rem;
	width: auto;
	float: none;
	margin-right: 0;
}
.third p{
	text-align: center;
}
.two-thirds{
	width: 66.6%;
}
.quarter{
	width: 25%;
}
.three-quarters{
	width: 75%;
}
.fifth{
	width: 20%;
}
.full-height, .full-height-image{
	min-height: 100vh;
}
.half-height{
	min-height: 50vh;
}
}

@media (min-width: 900px){
.big-block{display: block}
.big-inline{display: inline}
.small-block{display: none}
.small-inline{display: none}

nav {
    height: auto;
    width: auto;
    max-width: 60%;
    top: 60px;
    right: 80px;
    background-color: transparent;
    overflow-x: auto;
    padding-top: 0;
    text-align: right;
}

nav a {
    padding: 8px 10px;
    display: inline-block;
  border: 1px solid transparent;
  border-radius: 8px;
  box-shadow: 0px 0px 6px #888;
  margin: 4px;
    /* background-color: #293c5188; */
}
nav a:hover{
	border-color: var(--cream);
	border-left-color:  transparent;
	border-right-color:  transparent;
  background-color: #293c51bb;
}



}

@media (min-width: 82em){
	
}



