*{box-sizing: border-box; scroll-behavior: smooth;}
body{margin: 0px;  font-family: 'Roboto Condensed', sans-serif;}

body{
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),url("img/earth.jpg");
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
}

header{
  height: 100px;
  text-align: center;
  width: 100%;
}

header a{
  text-decoration: none;
  color: black;
}

header .top{
  width: 100%;
  overflow: auto;
}

header .top img{
  filter: invert(100%)
}

header .top .header_items{
  float: left;
}

header .top .header_items:first-child{
  margin-left: 40px;
  margin-top: 10px;
  width: 4%;
}

header .top .header_items:nth-child(2){
  font-family: 'Edu VIC WA NT Beginner', cursive;
  font-weight: lighter;
}

header .top .header_items:last-child{
  float: right;
  margin-top: 30px;
  margin-right: 45px;
  font-size: 20px;
  transition: 0.2s;
}

header .top .header_items:last-child a{
  color: orange;
}


header .top .header_items:last-child:hover{
  transform: scale(110%, 110%);
}

header .top a{
  margin: 20px;
}

header .title{
  opacity: 0%;
  font-size: 90px;
  animation-name: showTxt;
  animation-duration: 2s;
  animation-iteration-count: 1;
  animation-delay: 0s;
  animation-fill-mode: forwards;
  color: white;
  margin-top: 80px;
  width: fit-content;
  padding: 10px;
  margin-left: auto;
  margin-right: auto;
}

@keyframes showTxt {
  0%{opacity: 0%}
  100%{opacity: 100%}
}

@keyframes zoomTxt{
  0%{opacity: 0%;}
  100%{opacity: 100%; transform: scale(120%, 120%)};
}
@keyframes slideTxt {
  0%{}
  100%{transform: translateY(90%)};
}

.welcome_container {
  width: 100%;
}

.welcome_container h1{
  text-align: center;
}

.welcome_container img{
  width: 100%;
  position: absolute;
  top: 0%;
  z-index: -1;
  filter: brightness(80%);
  max-height: 900px;
}

.welcome_container .link_container{
  overflow: auto;
  text-align: center;
}

.welcome_container .link_container .link{
  width: 15%;
  font-size: 20px;
  background-color: rgb(0,0,255);
  margin-top: 210px;
  margin-left: auto;
  margin-right: auto;
  padding: 10px;
  animation-name: buttonFadeIn;
  animation-delay: 0s;
  animation-duration: 2s;
  animation-fill-mode: forwards;
  transition: 0.2s;
  opacity: 0;
}

@keyframes buttonFadeIn {
  0%{}
  100%{transform: translateY(-30px); opacity: 100%;}
}

.link_container a{
  text-decoration: none;
  color: white;
  transition: 0.2s;
}

.welcome_container .link_container .link:hover{
  background-color: orange;
  box-shadow: 1px 1px 5px black;
  color: black;
}

.welcome_container .link_container a:hover{
  color: black;
}

.aboutClimateChange{
  margin-top: 170px;
  height: 350px;
  background-color: rgba(0,0,0,0.6);
  margin-left: auto;
  margin-right: auto;
}


.aboutClimateChange .meaning{
  text-align: left;
  padding-top: 50px;
  padding-bottom: 30px;
  margin-left: 185px;
  font-size: 30px;
  color: white;
  font-weight: bold;
}

.aboutClimateChange p{
  width: 70%;
  margin-left: auto;
  margin-right: auto;
  font-size: 20px;
  color: white;
}
.aboutClimateChange p a{
  text-decoration: none;
}

.container{
  padding-top: 100px;
  padding-bottom: 100px;
  overflow: auto;
  text-align: center;
  background-color: white;
}

.container .content_container{
  float: left;
}

.container .content_container .sub_txt{
  margin-left: auto;
  margin-right: auto;
}

.container .content_container img{
  width: 70%;
  max-height: 400px;
  border-radius: 10px;
  transition: 2s;
  box-shadow: 1px 1px 10px black;
}

.container .content_container img:hover{
  filter: invert(100%);
  transition: 1s;
}

.container .content_container{
  width: 50%;
  float: left;
}

.container .content_container:first-child{
  width: 44%;
}

.container .content_container:last-child .sub_txt{
  width: 80%;
  margin-top: 40px;
  text-align: left;
}

.content_container .link{
  width: 30%;
  border-radius: 10px;
  color: white;
  font-size: 25px;
  padding: 10px;
  background-color: blue;
  margin-top: 50px;
  text-align: center;
}

.content_container .link:hover{
  background-color: orange;
  transition-duration: 0.3s;
  box-shadow: 1px 1px 5px black;
}

.container .content_container .link a{
  text-decoration: none;
  color: white;
}

/* 2nd container */
.container .content_container2{
  float: left;
}

.container .content_container2 img{
  max-height: 400px;
  height: 75%;
  width: 60%;
  border-radius: 10px;
  transition: 2s;
  box-shadow: 1px 1px 10px black;
}

.container .content_container2 img:hover{
  filter: invert(100%);
  transition: 1s;
}


.container .content_container2:first-child{
  width: 50%;
  float: left;
  padding-left: 80px;
}

.container .content_container2:first-child .text_section{
  width: 80%;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
}

.container .content_container2:first-child h1{
  margin-bottom: 20px;
}


.container .content_container2:last-child{
  width: 50%;
  float: right;
}

.container .content_container2:last-child .sub_txt{
  width: 60%;
  margin-top: 40px;
  text-align: center;
}

.content_container2 .link{
  width: 50%;
  border-radius: 10px;
  color: white;
  font-size: 25px;
  padding: 10px;
  background-color: blue;
  margin-top: 50px;
  text-align: center;
}

.container .content_container2 .link a{
  text-decoration: none;
  color: white;
  margin-left: auto;
  margin-right: auto;
}

.content_container2 .link:hover{
  background-color: orange;
  transition-duration: 0.3s;
  box-shadow: 1px 1px 5px black;
}

.more_info_bg {
  margin-left: auto;
  margin-right: auto;
}

.more_info_bg .img_container{
  width: 100%;
  height: 1500px;
  z-index: -1;
  position: absolute;
}


.more_info{
  height: 1100px;
  text-align: center;
  padding-top: 20px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  background-color: white;
  z-index: 1;
  position: relative;
}

.more_info h1{
  color: black;
}

.more_info h3{
  margin-top: -900px;
}

.more_info ul li{
  text-align: left;
}

.more_info ul{
  margin-left: auto;
  margin-right: auto;
  padding-left: 45%;
}

.more_info .companies{
  float: left;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
}

.more_info .companies img{
  width: 15%;
  position: relative;
  padding: 10px;
}

.meat_company{
  margin-bottom: 16px;
}

.hp{
  margin-bottom: 10px;
}


.contributions_info_container{
  background-color: rgba(0,0,255,0.8);
  height: 500px;
  z-index: -2;
  margin-top: -140px;
}

.contributions_info_container .beginning{
  margin-top: 150px;
  position: absolute;
  left: 34%;
}

.title_contribitions{
  font-size: 20px;
  text-align: center;
  color: black;
  font-weight: bold;
}


.list_section0{
  text-align: left;
}

.list_section{
  padding-top: 10px;
  width: 90%;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
}

dt{
  font-weight: bold;
}

dd{
  margin-bottom: 10px;
}

.center{
  margin-top: 10px;
  text-align: center;
}

table, th, td{
  border: 1px solid black;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}

th{
  width: 100px;
  margin: 10px;
}

.em_source{
  text-align: left;
  margin-left: 100px;
}

.image img{
  width:10%;
}


.bullet_list{
  background-color: white;
  margin-top: 100px;
  height: 400px;
  padding-top: 20px;
}

.bullet_list .news_text{
  float: left;
  width: 30%;
  height: 100%;
  padding-top: 40px;
  padding-right: 50px;
}

.bullet_list .news_text img{
  width: 400px;
  margin-left: 100px;
  border-radius: 10px;
  box-shadow: 1px 1px 10px black;
}


.bullet_list .news_text:last-child{
  margin-top: 50px;
  border: 1px solid white;
  width: 50%;
  height: 100px;
  float: right;
}

.news_text:last-child h1{
  color: black;
}

.ready{
  height: 50px;
  font-size: 40px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-right: 10px;
  background-color: black;
  color: white;
  text-align: center;
}

.footer_container{
  background-color: orange;
  height: 200px;
  padding-left: 60px;
}

.footer_container .footer_section{
  float: left;
  width: 33.33%;
  padding-top: 20px;
}

.footer_section:nth-child(2){
  padding-left: 90px;
}

.footer_section:last-child{
  padding-left: 70px;
}


.footer_container .footer_section .signature{
  padding-bottom: 10px;
}

.footer_container .footer_section em{
  height: 100px;
  width: 25%;
  text-align: left;
}

.footer_section .social_media .icon{
  float: left;
  text-align: center;
  margin-left: -10px;
}

.footer_section .social_media .icon img{
  width: 60%;
  background-color: white;
  border-radius: 5px;
}
