

/* scroll effect */

@media screen and (min-width: 800px){
  body{
    height:1500px;
  }
}

@media screen and (max-width:500px){

body{
  height:700px;
}
}

.nav-link{
  background-color:inherit;
}

.nav-link .a{
  color:white;
}

.nav-link.a:hover{
  background-color:blue;
  color:white;
  transition:0.5s;
}

header .jumbotron{
  background-image: url("Newsp-1280.png");
  background-size:cover;
  /* background fixed */
  background-attachment:fixed;
  text-align:center;
  margin-bottom:0px;

}

@media screen and (min-width: 800px){h1{
  font-family: 'Calistoga', cursive;
  font-size: 70px;
}

}
@media screen and (max-width: 800px){
  h1{
    font-family: 'Calistoga', cursive;
    font-size: 50px;}

}

@media screen and (max-width:500px){
  h1{
  font-family: 'Calistoga', cursive;
  font-size:30px;
}
}

@media screen and (min-width:500px){
  #section_detail h1{
    font-family: 'Calistoga', cursive;
    font-size:40px;
    font-weight: 500;
  }
}

@media screen and (max-width: 500px){
  #section_detail h1{
    font-family: 'Calistoga', cursive;
    font-size: 30px;
    font-weight: 500;
  }
}

header .jumbotron .container{
  color:white;
  padding:200px 0px;
}

.a{
  max-width:150px;
  border:solid 2px white
}

h4{
  color:white;
  font-weight:600;
  font-family: 'Calistoga', cursive;
  font-size:30px;
  margin-top:-40px;
}

section{
  padding:50px 0px;
}

@media screen and (max-width: 700px){
  #section_ask{
    background-color:white;
    height:400px;
}

}

@media screen and (min-width: 700px){
  #section_ask{
    background-color:white;
    height:600px;
}
}

.img_wrap{
  width:100%;
  height:250px;
  overflow:hidden;
  margin:20px 0px;
}

h2{
  margin-top:70px;
  padding:0px 20px;
  font-size:40px;
}

@media screen and (max-width: 625px){
  #section_detail{
    height:1800px;
    background-attachment:fixed;
    background-repeat: no-repeat;
    /* background-size: cover; */
  }
}

@media screen and (min-width: 625px){
  #section_detail{
    height:1000px;
    background-attachment:fixed;
    background-repeat: no-repeat;
    background-size: cover;
  }
}


@media screen and (max-width: 625px){
  #section_detail p{
    text-align: left;
    font-size:15px;
    color:#646D78;
  }
}

@media screen and (min-width: 625px){
  #section_detail p{
    text-align: left;
    font-size:20px;
    color:#646D78;
  }
}



footer .jumbotron{
  background-color:white;
  text-align:center;
  margin-bottom:0px;

}

footer .jumbotron .container{
  color:black;
  padding:20px 0px;
  height:200px;
}

@media screen and (max-width: 600px){
  #section_impact{
    background-color:#222;
    color:white;
    min-height:400px;
    background-attachment:fixed;
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom:20px;
  }
}

@media screen and (min-width: 600px){
  #section_impact{
    background-color:#222;
    color:white;
    min-height:400px;
    background-attachment:fixed;
    background-repeat: no-repeat;
    background-size: cover;
    padding:0;
  }
}


hr{
height:1px;
background:white;
border:0;

}

input{

  max-width:300px;
  margin-left: auto;
  margin-right:auto;
}

ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background-color: transparent;
  font-size: 16px;
}

li {
  float: left;
}

li a {
  display: block;
  color: white;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
}

/* Change the link color to #111 (black) on hover */
li a:hover {
  background-color:black;
}

.card{
  display:inline-block;
}

.eye_container{
  position:absolute;
  width:80%;
  height:50%

}

@media screen and (max-width: 966px){
  .eye{
    width:70px;
    height:70px;
    background:white;
    margin:10px;
    border:solid;
    border-radius:50%;
    overflow: hidden;
    display:inline-block;
    position:relative;
  }
}

@media screen and (min-width: 967px){
  .eye{
    width:100px;
    height:100px;
    background:white;
    margin:30px;
    border:solid;
    border-radius:50%;
    overflow: hidden;
    display:inline-block;
    position:relative;
  }
}

@media screen and (max-width: 967px){
  .ball{
    width: 20px;
    height: 20px;
    background:black;
    position:absolute;
    top:50%;
    left:50%;
    border-radius:50%;
    transform:translate(-50%,-50%);
    border:solid 2px #333;
  }

}

@media screen and (min-width: 967px){
  .ball{
    width: 30px;
    height: 30px;
    background:black;
    position:absolute;
    top:50%;
    left:50%;
    border-radius:50%;
    transform:translate(-50%,-50%);
    border:solid 5px #333;
  }
}


.ball:hover{
  background-color:red;
}

#strategies{
	background-color: #FFF;
	border: 1px solid #DDD;
	list-style: none;
	padding:0px;
  margin:20px;
  width:50%;
  transform:translate(50%,0%);
  text-align: left;
}

@media screen and (max-width: 625px){
  #strategies div {
  	font-size:15px;
  }
}


@media screen and (min-width: 625px){
  #strategies div {
  	font-size:20px;
  }
}

#strategies div {
	padding: 10px;
}
#strategies div:not(:last-of-type) {
	border-bottom: 1px solid #DDD;
}

@media screen and (max-width: 700px) {
.view{
    font-size:20px;
    font-weight:800;
    font-family:'Open Sans', sans-serif;
  }
}


@media screen and (min-width: 700px){
  .view{
    font-size:30px;
    font-weight:900;
    font-family:'Open Sans', sans-serif;
    text-align: center;
    margin-right:60px;
  }
}



.growth{
  display:inline-block;
  margin-top:-15px;
}

.year1, .year2, .year3{
  transform:translate(25%,10%);
  border:solid 1px white;
  height:200px;
  width:30px;
  display:inline-block;
  background-color: white;
}



#section_impact .map{
  background-image: url("world-map-black-free-vector-26911.png");
  background-size:100% auto;
  height:400px;
  /* mix-blend-mode: multiply; */
  background-repeat: no-repeat;

}

#section_impact .col-md-7{
  text-align:center;
}

#section_impact h2{
  font-size:40px;
  margin-top:20px;
}

.fa-2x{
  display:block;
  text-align:center;
  margin-top:20px;
}



.span{
  margin-left:4px;
  margin-bottom:10px;
}

.year p{
  display:inline-block;
}

.year{
  text-align: center;
  margin-top: 15px;
  margin-left:10px;
}

footer{
  height:550px;
}

button{
  background-color: #445878;
  border-radius: 20px;
  width:80px;
  color:white;
}

.subtitle{
  font-size: 20px;
  font-weight:600;

}

@media screen and (max-width:700px){
  #section_ask h2{
    font-family: 'Open Sans', sans-serif;
    font-size:25px;
    color:#646D78;
  }
}

@media screen and (min-width:700px){
  #section_ask h2{
    font-family: 'Open Sans', sans-serif;
    font-size:37px;
  }
}


@media screen and (max-width: 625px){
  h5{
    font-size:18px;
    font-family: 'Open Sans', sans-serif;
    font-weight:700px;
    color:#646D78;
  }
}

@media screen and (min-width: 625px){
  h5{
    font-size:28px;
    font-family: 'Open Sans', sans-serif;
    font-weight:700px;
    color:#646D78;
  }
}

@media screen and (max-width: 625px){
  h3{
    font-size:18px;
    font-family: 'Open Sans', sans-serif;
    font-weight:700px;
  }
}

@media screen and (min-width: 625px){
  h3{
    font-size:25px;
    font-family: 'Open Sans', sans-serif;
    font-weight:700px;
  }
}


/* .intro, .produce, .cope{
  border:1px solid rgba:(0,0,0,0.15);
  box-shadow: 0px 0px 15px rgba(0,0,0,0.2);
  border-radius:6px;
  padding-right: .2em;
  padding-left: .7em;
}

.infobox{
  border:1px solid rgba:(0,0,0,0.15);
  padding-right:.5em;
  padding-left:.5em;
} */

#separate{
  height:2px;
  background-color: #5A5A5A;
  width:200px;
}

/* navbar */
.topnav {
  overflow: hidden;
  background-color: transparent;
}

.topnav a {
  float: left;
  display: block;
  color: #5A5A5A;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
}

.active {
  background-color:transparent;
  color:#5A5A5A;
}

.topnav .icon {
  display: none;
}

.topnav a:hover {
  background-color: #555;
  color: white;
}


@media screen and (max-width: 600px) {
  .topnav a:not(:first-child), .dropdown .dropbtn {
    display: none;
  }
  .topnav a.icon {
    float: right;
    display: block;
  }
}

@media screen and (max-width: 600px) {
  .topnav.responsive {position: relative;}
  .topnav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
  .topnav.responsive .dropdown {float: none;}
  .topnav.responsive .dropdown-content {position: relative;}
  .topnav.responsive .dropdown .dropbtn {
    display: block;
    width: 100%;
    text-align: left;
  }
}
