/* colors
dark blue #234466
turquoise #3DB7BF
green #B6CC2F
*/


/*  typography */
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;700&family=Roboto:wght@100&display=swap');
body {
  line-height: 1.2;
  font-family: 'Poppins', sans-serif;
  /*-webkit-font-smoothing: antialiased;*/
  font-size: 16px;
  color: #234466;
}

p, .paragraph {
  font-weight: 300;
  color: #234466;
  font-size: 18px;
  line-height: 1.5;
  font-family: 'Poppins', sans-serif;
}
@media (max-width: 550px) {
  p, .paragraph {
  	font-size: 16px;
  }
}
p-lg, .paragraph-lg {
  font-size: 22px;
}

.container {
	max-width: 1440px;
	padding-right: 50px;
	padding-left: 50px;
}

@media (max-width: 550px) {
	.container {
		padding-right: 25px;
		padding-left: 25px;
	}
}

/* fix bootstrap */
.row{ 
	margin-left: 0; 
	margin-right: 0;
}

h1, h2, h3, h4, h5, h6 {
  color: #234466;
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  line-height: 1.2;
}

h1, .h1 {
  font-size: 46px;
  margin: 2rem 0;
}
@media (max-width: 550px) {
  h1, .h1 {
    font-size: 38px;
  }
}

h2, .h2 {
  font-size: 35px;
  margin: 1rem 0;
}
@media (max-width: 550px) {
  h2, .h2 {
    font-size: 25px;
  }
}

h3, .h3 {
  font-size: 22px;
}

h4, .h4 {
  font-size: 20px;
}

h5, .h5 {
  font-size: 18px;
}

h6, .h6 {
  font-size: 14px;
}

b, strong {
	font-weight: 700;
}

/* Button style */
.btn {
  font-size: 18px;
  font-family: 'Poppins', sans-serif;
  text-transform: uppercase;
  padding: 16px 44px;
  border-radius: 5px;
  font-weight: 600;
  border: 2px solid #234466;
  position: relative;
  z-index: 1;
  transition: 0.2s ease;
  margin: 2rem auto;
  color: #234466;
}
.btn:focus {
  outline: 0;
  box-shadow: none !important;
}
.btn:active {
  box-shadow: none;
}
.btn:hover {
  color: #3DB7BF;
  border: 2px solid #3DB7BF;
}
.btn.hovwhite:hover {
  color: #FFF;
  border: 2px solid #FFF;
}
.btn-sm {
  font-size: 15px;
  padding: 10px 30px;
}
.btn-xs {
  padding: 5px 10px;
  font-size: 15px;
}

.btn-primary {
  background: #234466;
  color: #fff;
}
.btn-primary:active {
  background: #3DB7BF !important;
}
.btn-primary:hover {
  background: #3DB7BF;
}
.btn-primary.focus, .btn-primary.active {
  background: #3DB7BF !important;
  box-shadow: none !important;
}


body {
  background-color: #fff;
  overflow-x: hidden;
}

::-moz-selection {
  background: #3DB7BF;
  color: #fff;
}

::selection {
  background: #3DB7BF;
  color: #fff;
}

/* preloader */
.preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  z-index: 999;
  display: flex;
  align-items: center;
  justify-content: center;
}

ol,
ul {
  list-style-type: none;
  margin: 0px;
}

img {
  vertical-align: middle;
  border: 0;
  max-width: 100%;
}

a,
a:hover,
a:focus {
  text-decoration: none;
}

a,
button,
select {
  cursor: pointer;
  transition: 0.2s ease;
}
a:focus,
button:focus,
select:focus {
  outline: 0;
}

a {
  color: #3DB7BF;
}
a.text-dark:hover {
  color: #234466 !important;
}

a:hover {
  color: #234466;
}

.bg-primary a:hover {
  color: #FFF !important;
}

.slick-slide {
  outline: 0;
}

.section {
  padding-top: 80px;
  padding-bottom: 80px;
}

@media (max-width: 550px) {
  .section {
  	padding-top: 40px;
  	padding-bottom: 40px;
  }
}

.section-title {
  margin-bottom: 40px;
  color: #3DB7BF;
}

.bg-cover {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.outline-0 {
  outline: 0 !important;
}

.d-unset {
  display: unset !important;
}

.bg-primary {
  background: #234466 !important;
}

.bg-secondary {
  background: #3DB7BF !important;
}

.bg-tertiary {
  background: #B6CC2F !important;
}

.bg-gray {
  background: #eaeaea !important;
}

.text-primary {
  color: #234466 !important;
}

.text-secondary {
  color: #3DB7BF !important;
}

.text-tertiary {
  color: #B6CC2F !important;
}

.text-color {
  color: #4c4c4c;
}

.text-dark {
  color: #000 !important;
}

.text-light {
  color: #999999 !important;
}

.text-bold {
  font-weight: 700;
}

.mt-0 {
  margin-top: 0 !important;
}

.mb-10 {
  margin-bottom: 10px !important;
}

.mb-20 {
  margin-bottom: 20px !important;
}

.mb-30 {
  margin-bottom: 30px !important;
}

.mb-40 {
  margin-bottom: 40px !important;
}

.mb-50 {
  margin-bottom: 50px !important;
}

.mb-60 {
  margin-bottom: 60px !important;
}

.mb-70 {
  margin-bottom: 70px !important;
}

.mb-80 {
  margin-bottom: 80px !important;
}

.mb-90 {
  margin-bottom: 90px !important;
}

.mb-100 {
  margin-bottom: 100px !important;
}

@media (max-width: 550px) {
  .mb-70, .mb-40 {
    margin-bottom: 20px !important;
  }
}

.centerh {
	margin-left: auto !important;
	margin-right: auto !important;
}

.no-padding {
	padding: 0;
}

.zindex-1 {
  z-index: 1;
}

.rounded-lg {
  border-radius: 15px;
}

.overflow-hidden {
  overflow: hidden;
}


.shadow {
  box-shadow: 0px 18px 39.1px 6.9px rgba(224, 241, 255, 0.34) !important;
}

.bg-dark {
  background-color: #234466 !important;
}

/* icon */
.icon {
  font-size: 45px;
}

.icon-bg {
  height: 100px;
  width: 100px;
  line-height: 100px;
  text-align: center;
}

.icon-light {
  color: #c8d5ef;
}


/* /card */
.navigation {
  padding: 10px 20px;
  transition: 0.3s ease;
  background-color: #3DB7BF;
}
.navigation.nav-bg {
  background-color: #3DB7BF;
  padding: 15px 100px;
}

.navbar .nav-item .nav-link {
  padding: 15px;
}
.navbar .nav-item.active {
  font-weight: bold;
}

.navbar-dark .navbar-nav .nav-link {
  color: #fff;
}

.navbar .nav-item.active .nav-link, .navbar-dark .navbar-nav .nav-link:hover {
  color: #234466;
}

.navbar-brand img {
  max-height: 75px;
}
.navbar-dark .navbar-toggler {
	border-color: rgba(255, 255 ,255 , .5);
}
@media (max-width: 991px) {
  .navbar-brand img {
    max-height: 65px;
  }
}

@media (max-width: 550px) {
  .mobilehidden {
  	display: none !important;
  }
  .navigation {
    padding: 5px 5px;
  }
  .navbar-brand img {
    max-height: 65px;
  }
}

.hero-area {
  padding: 4rem 0;
  position: relative;
  text-align: center;
}

.hero-area a.btn {
	border: none;
	background-color: #B6CC2F;
	color: #FFF;
}

.hero-area a.btn:hover {
	border: none;
	background-color: #FFF;
	color: #B6CC2F;
}

@media (max-width: 550px) {
  .hero-area {
    padding: 2rem 0;
  }
}



/* /footer */

footer p {
	color: #FFF;
	font-size: 80%;
}




/* Specific */
.illulanding {
	background-image: url('../images/landing-illustration.png');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
.introtext {
	padding: 4rem 3rem;
	width: 50%;
	max-width: 720px;
}

@media (max-width: 991px) {
	.illulanding {
		min-height: 300px;
	}
	.introtext {
		width: 100%;
		max-width: 100%;
	}
}

@media (max-width: 550px) {
	.introtext {
		padding: 2rem 3rem;
	}
}

#presentation .card, #manifesto .card, #actions .card, #results .card {
	border: 0;
	background-color: #EAECEF;
	border-radius: 1rem;
	padding: 2rem 3rem;
	min-height: 100%;
}
#presentation .card h3 {
	color: #B6CC2F;
}
#area {
	padding-top: 0;
}
.quote {
	color: #B6CC2F;
	font-size: 30px;
	line-height: 1.3;
}
@media (max-width: 550px) {
	#presentation .card, #manifesto .card, #actions .card {
		padding: 1rem 2rem;
	}
	#presentation .card {
		padding-bottom: 0;
	}
	.quote {
  		font-size: 25px;
  	}
}
.legend li {
	display: inline;
	margin: 0 2rem;
}
@media (max-width: 991px) {
	.legendbox {
		text-align: left !important;
	}
	.legend {
		padding-left: 0 !important;
	}
	.legend li {
		display: block;
		margin: .5rem 0;
	}
}
.legend li::before {
    content: '';
    display: inline-block;
    width: 15px;
    height: 15px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background-color: #716C7D;
    margin-right: .5rem;
}
.legend li.legend2::before {
	background-color: #7182AB;
}
.legend li.legend3::before {
	background-color: #3DB7BF;
}
.legend li.legend4::before {
	background-color: #69A492;
}
.joinus a {
	color: #234466;
	font-weight: 400;
}
.joinus a:hover {
	color: #FFF;
}
#joinus .alllogos img, #about img {
	max-height: 100px;
	margin: 1rem;
}

/* Manifesto */
.bignumbers {
	font-family: 'Roboto', sans-serif;
	font-weight: 100;
	font-size: 120px;
	margin: 0;
	color: #FFF;
}
@media (max-width: 600px) {
	.bignumbers {
		font-size: 100px;
	}
}
.manifesto01 {
	background-color: #234466 !important;
}
.manifesto02 {
	background-color: #3DB7BF !important;
}
.manifesto03 {
	background-color: #AD9654 !important;
}
.manifesto04 {
	background-color: #A9A592 !important;
}
#manifesto h2, #manifesto p {
	color: #FFF;
}
#manifesto h2 {
	margin-top: 0;
}
#manifesto .card {
	padding-top: .5rem;
}

/* Charter */
#actions .card {
	background-color: #F7F7F7 !important;
}
#actions h3, #actions p {
	color: #000;
}
ul.axes {
	padding-left: 0;
}
ul.axes li {
	display: inline;
}
ul.axes .icon {
	max-width: 40px;
	margin-right: 10px;
}
.legendaxes {
 	color: #000;
 	font-size: 80%;
}
.legendaxes .icon {
	max-width: 20px;
	margin-right: 10px;
	margin-bottom: 3px;
}
#results .card {
	background-color: #FFF;
	padding-bottom: 1rem;
}
#results .resultsicons {
	max-height: 60px;
	margin: 0 auto 2rem auto;
}
#results h4 {
	font-weight: 700;
}
#results .resultsnums {
	font-size: 150%;
	font-weight: 700;
	color: #3DB7BF;
	line-height: 1;
}