  .myFont{
    font-family: tahoma;
    font-size: 50px;
    text-decoration: none;
    font-weight: bold;
    color: #d4dbdb;
  }
  .myIconX{
    z-index: 2147483647;
    #display: flex;
    #background-image: url("../images/backgrounds/bg_red_medium.jpg");
    background-size: 100%;
    background-repeat: no-repeat;
    #background-attachment: fixed;
    background-position: center;
    width: 100px;
  }
  .myIcon{
    width: 50px;
  }
  .myFontIcon{
    font-family: calibri;
    font-size: 25px;
    text-decoration: none;
    font-weight: bold;
    color: #fff;
    text-transform: capitalize;
  }
  .myFontMenu{
    font-family: calibri;
    font-size: 12px;
    text-decoration: none;
    font-weight: none;
    color: #fff;
    text-transform: capitalize;
  }
  .myPhoto{
    margin: 0px;
    padding: 0px;
    width: 200px;
    height: 200px;
    #border-radius: 35%;
    border-radius: 50px;
    border: 1px solid #999;
  }

.button {
  width: 100%;
  height: 75px;
  outline: none;
  background-color: #4CAF50; /* Green */
  border: none;
  color: white;
  padding: 10px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin-top: 20px;
  transition-duration: 0.4s;
  cursor: pointer;
  border-radius: 10px;
}

.button1 {
  background-color: white;
  color: black;
  border: 2px solid #4CAF50;
  border-radius: 10px;
}

.button1:hover {
  background-color: #4CAF50;
  color: white;
}

.button2 {
  background-color: #5F9F31;
  color: white;
  border: 1px solid #42b00b;
  border-radius: 10px;
}

.button2:hover {
  background-color: #88C23F;
  color: white;
}

.button2a {
  background-color: white;
  color: black;
  border: 2px solid #008CBA;
  border-radius: 10px;
}

.button2a:hover {
  background-color: #008CBA;
  color: white;
}

.button3 {
  background-color: white;
  color: black; 
  border: 2px solid #f44336;
  border-radius: 10px;
}

.button3:hover {
  background-color: #f44336;
  color: white;
}

.button4 {
  background-color: white;
  color: black;
  border: 2px solid #e7e7e7;
  border-radius: 10px;
}

.button4:hover {
  background-color: #e7e7e7;
}

.button5 {
  background-color: white;
  color: black;
  border: 2px solid #555555;
  border-radius: 10px;
}

.button5:hover {
  background-color: #555555;
  color: white;
}

  .portfolio_box{
     margin-top: 5px;
     margin-bottom: 5px;
     padding: 5px;
     width: 100%;
     height: 98%;
     border: 0px solid blue;
     border-radius: 10px;
     font-family: calibri;
     font-size: 15px;
     font-weight: none;
     #background-color: orange;
     color: white;
     cursor: pointer;
  }

  .portfolio_box_desktop{
     margin-top: 5px;
     margin-bottom: 5px;
     padding: 5px;
     width: 75%;
     height: 75%;
     border: 0px solid blue;
     border-radius: 10px;
     font-family: calibri;
     font-size: 15px;
     font-weight: none;
     #background-color: orange;
     color: white;
     cursor: pointer;
  }

  .portfolio_title {
     margin: auto;
     padding: 5px;
     width: 100%;
     height: 10%;
     border: 1px solid #999;
     border-radius: 5px;
     font-family: calibri;
     font-size: 18px;
     font-weight: none;
     background-color: #333;
     color: #fff;
     cursor: pointer;
  }

  .portfolio_content{
     margin: auto;
     padding: 10px;
     width: 100%;
     height: 85%;
     border: 1px solid #999;
     border-radius: 5px;
     font-family: calibri;
     font-size: 17px;
     font-weight: none;
     background-color: #fff;
     color: #000;
     cursor: pointer;
     text-align: justify;
     overflow: auto;
  }

  .portfolio_title_desktop {
     margin: auto;
     padding: 5px;
     width: 100%;
     height: 10%;
     border: 1px solid #999;
     border-radius: 5px;
     font-family: calibri;
     font-size: 35px;
     font-weight: none;
     background-color: #333;
     color: #fff;
     cursor: pointer;
  }

  .portfolio_content_desktop{
     margin: auto;
     padding: 10px;
     width: 100%;
     height: 85%;
     border: 1px solid #999;
     border-radius: 5px;
     font-family: calibri;
     font-size: 25px;
     font-weight: none;
     background-color: #fff;
     color: #000;
     cursor: pointer;
     text-align: justify;
     overflow: auto;
  }

  .content_text{
     font-size: 25px;
  }

  .portfolio_close {
     margin: auto;
     padding: 2px;
     width: 100%;
     height: 5%;
     border: 1px solid #999;
     border-radius: 5px;
     font-family: calibri;
     font-size: 18px;
     font-weight: bold;
     background-color: red;
     color: #fff;
     cursor: pointer;
  }

.myCenter {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  border: 0px solid yellow;
}

.languageBox{
   border-radius: 5px;
   background-color: rgba(50, 50, 50, 0.5);padding: 5px;
   #border: 3px solid blue;
   padding-top: 10px;
   margin-bottom: 5px;
   font-family: calibri;
   font-size: 15px;
   color: #fff;
}
.language{
   outline: 0px;
   border-radius: 5px;
   #background-color: rgba(50, 50, 50, 0.5);
   #background-color: #fff;
   #border: 3px solid blue;
   padding-top: 0px;
   margin-bottom: 5px;
   font-family: calibri;
   font-size: 15px;
   color: #111;
}

.header_english{
   display: block;
}
.header_bahasa{
   display: none;
}
.yayasan_english1{
   outline: 0px;
   padding-top: 0px;
   margin-bottom: 0px;
   font-family: calibri;
   font-size: 25px;
   font-weight: none;
   color: #94191C;
   border: 0px solid red;
}
.yayasan_english2{
   outline: 0px;
   font-family: calibri;
   font-size: 25px;
   font-weight: bold;
   color: #008132;
   border: 0px solid red;
}
.yayasan_bahasa1{
   outline: 0px;
   font-family: calibri;
   font-size: 25px;
   font-weight: none;
   color: #94191C;
   border: 0px solid red;
}
.yayasan_bahasa2{
   outline: 0px;
   font-family: calibri;
   font-size: 25px;
   font-weight: bold;
   color: #008132;
   border: 0px solid red;
}


.yayasan_english1_desktop{
   outline: 0px;
   padding-top: 0px;
   margin-bottom: 0px;
   font-family: calibri;
   font-size: 70px;
   font-weight: none;
   color: #94191C;
   border: 0px solid red;
}
.yayasan_english2_desktop{
   outline: 0px;
   font-family: calibri;
   font-size: 80px;
   font-weight: bold;
   color: #008132;
   border: 0px solid red;
}
.yayasan_bahasa1_desktop{
   outline: 0px;
   font-family: calibri;
   font-size: 70px;
   font-weight: none;
   color: #94191C;
   border: 0px solid red;
}
.yayasan_bahasa2_desktop{
   outline: 0px;
   font-family: calibri;
   font-size: 80px;
   font-weight: bold;
   color: #008132;
   border: 0px solid red;
}


#yayasan_english1{
   display: block;
}
#yayasan_english2{
   display: block;
}
#visi_english{
   display: block;
}
#maksud_english{
   display: block;
}
#portofolio_english{
   display: block;
}
#tim_english{
   display: block;
}
#kontak_english{
   display: block;
}
#about_english{
   display: block;
}
#about_us_english{
   display: block;
}
#about_header_english{
   display: block;
}
#maksud_tujuan_english{
   display: block;
}
layanan_english{
   display: block;
}
#home_english{
   display: block;
}

#yayasan_bahasa1{
   display: none;
}
#yayasan_bahasa2{
   display: none;
}
#visi_bahasa{
   display: none;
}
#maksud_bahasa{
   display: none;
}
#portofolio_bahasa{
   display: none;
}
#tim_bahasa{
   display: none;
}
#kontak_bahasa{
   display: none;
}
#about_bahasa{
   display: none;
}
#about_us_bahasa{
   display: none;
}
#about_header_bahasa{
   display: none;
}
#maksud_tujuan_bahasa{
   display: none;
}
#layanan_bahasa{
   display: none;
}
#home_bahasa{
   display: none;
}

#team_title_english{display: block;}
#team_title_bahasa{display: none;}
#team_header_english{display: block;}
#team_header_bahasa{display: none;}
#pembina_english{display: block;}
#pembina_bahasa{display: none;}
#nama_pembina_english1{display: block;}
#nama_pembina_bahasa1{display: none;}
#nama_pembina_english2{display: block;}
#nama_pembina_bahasa2{display: none;}
#pengawas_english{display: block;}
#pengawas_bahasa{display: none;}
#pengurus_english{display: block;}
#pengurus_bahasa{display: none;}
#nama_ketua_english{display: block;}
#nama_ketua_bahasa{display: none;}
#ketua_english{display: block;}
#ketua_bahasa{display: none;}
#nama_sekretaris_english{display: block;}
#nama_sekretaris_bahasa{display: none;}
#sekretaris_english{display: block;}
#sekretaris_bahasa{display: none;}
#nama_bendahara_english{display: block;}
#nama_bendahara_bahasa{display: none;}
#bendahara_english{display: block;}
#bendahara_bahasa{display: none;}

#contact_title_english{display: block;}
#contact_title_bahasa{display: none;}
#contact_english{display: block;}
#contact_bahasa{display: none;}

#pesan_english{display: block;}
#pesan_bahasa{display: none;}
#kirim_english{display: block;}
#kirim_bahasa{display: none;}

#donation_menu_english{display: block;}
#donation_content_english{display: block;}
#donation_menu_bahasa{display: none;}
#donation_content_bahasa{display: none;}

#learn_more_english{
   margin: auto;
   width: 150px;
   margin-top: 5px;padding: 5px;
   line-height: 1.5;
   display: inline-block;
   vertical-align: middle;
   display: block;

  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.myCenter2 #learn_more_bahasa{
   margin: auto;
   width: 150px;
   margin-top: 5px;padding: 5px;
   line-height: 1.5;
   display: inline-block;
   vertical-align: middle;
   display: none;

  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

#go_to_donation_english{
   margin: auto;
   width: 150px;
   margin-top: 5px;padding: 5px;
   line-height: 1.5;
   display: inline-block;
   vertical-align: middle;
   display: block;

  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.myCenter2 #go_to_donation_bahasa{
   margin: auto;
   width: 150px;
   margin-top: 5px;padding: 5px;
   line-height: 1.5;
   display: inline-block;
   vertical-align: middle;
   display: none;

  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.myCenter2 {
  height: 50px;
  position: relative;
  border: 0px solid blue;
}

.myPre{
   background: transparent;
   text-align: left;
   font-size: 15px;
   font-weight: 600;
   color: #f6f6f6;
   color: rgba(255,255,255,0.8);
}