html {
    margin: 0;
    padding: 0;
    font-size: 62.5%;
    width: 126rem;
    margin: auto;
    overflow-x: hidden;
    background-color: #e7fff2;
    scroll-behavior: smooth;
}

body {
    margin: 0;
    padding: 0;
    background-color: #e7fff2;
}

@font-face {
    font-family: My Font;
    src: url(Montserrat-Regular.otf);
}

@font-face {
    font-family: My Font1;
    src: url(Montserrat-Medium.otf);
}

@font-face {
    font-family: My Font2;
    src: url(Montserrat-Bold.otf);
}

@font-face {
    font-family: My Font3;
    src: url(LibreBaskerville-Regular.ttf);
}

nav {
    width: 100%;
    height: 12rem;
    background-color: rgb(255, 255, 255); 
    box-sizing: border-box;
    position: fixed;
    z-index: 999;
    max-width: 126rem;
}

.box1 {
    width: 100%;
    height: 4.5rem;
    background-color: #ffeba6;
    display: flex;
}

.box1a {
    width: 55rem;
    height: 4.5rem;
     /* background-color: rgb(131, 59, 59);  */
    text-align: center;
    font-size: 1.3rem;
    font-family: My Font2;
    box-sizing: border-box;
}

.box1a p{
    color: #707070;
}

.box1b {
    width: 36rem;
    height: 4.5rem;
    /* background-color: rgb(75, 16, 16);  */
    text-align: center;
    font-size: 1.3rem;
    font-family: My Font2;
    box-sizing: border-box;
}

.box1b p{
    color: #707070;
}

.box1c {
    width: 35rem;
    height: 4.5rem;
    /* background-color: rgb(255, 120, 120); */
    font-size: 1.3rem;
    font-family: My Font2;
    box-sizing: border-box;
    padding-top: 1.3rem;
    padding-left: 2rem;
}

.box1c a {
    text-decoration: none;
    color: #707070;
}

.box2{
    width: 100%;
    height: 7.5rem;
    /* background-color: rgb(60, 128, 128); */
    display: flex;
    box-sizing: border-box;
}

.box2a {
    width: 40rem;
    height: 7.5rem;
    /* background-color: rgb(103, 185, 110); */
    box-sizing: border-box;
    padding-left: 15rem;
    padding-top: 1.5rem;
}

.box2a img {
    width: 160px;
}

.box2b {
    width: 90rem;
    height: 7.5rem;
    /* background-color: rgb(126, 163, 212); */
    text-align: center; 
    box-sizing: border-box;
    padding-top: 3rem;
    font-family: My Font2;
    font-size: 1.4rem;
}

.box2b a {
    text-decoration: none;
    margin-left: 2.5rem;
    color: rgb(49, 49, 49);
    position: relative;
    padding-bottom: 0.01rem;
}

.box2 i {
    font-size: 2.5rem;
    display: none;
}

.box2b a:after {
    content: ""; 
    position: absolute;
    height: 0.2rem;
    width: 0;
    background-color: #066130;
    left: 0;
    bottom: -1rem;
    transition: 0.3s;
}

.box2b a:hover:after {
    width: 100%;
}

.box2c {
    width: 35rem;
    height: 7.5rem;
    /* background-color: rgb(255, 187, 187); */
    box-sizing: border-box;
}

.box2d {
    width: 18rem;
    height: 4rem;
    background-color: #066130;
    margin-top: 2rem;
    margin-left: 3rem;
    font-family: My Font1;
    font-size: 1.3rem;
    text-align: center;
    box-sizing: border-box;
    padding-top: 1.2rem;
    color: white;
}

.box2d a {
    text-decoration: none;
    color: white;
}

/* Main
    Box 3 */

.box3 {
    margin: 0;
    padding: 0;
    width: 100%;
    padding-bottom: 3rem;
    position: relative;
    box-sizing: border-box;
}

.box3 .image {
    width: 40rem;
    height: 40rem;
    position: absolute;
    background-color: #a4ddbf;
    border-radius: 5rem;
    left: 15rem;
    top: 16rem;
    z-index: 111;
}

.box3 .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 5rem;
}

.box3a {
    margin: 0;
    width: 100%;
    height: 40rem;
    background-color: #066130;
    padding-bottom: 3rem;
    position: absolute;
    box-sizing: border-box;
}

.box3a img {
    width: 25px;
    margin-left: 62rem;
    margin-top: 2rem;
}

.box3a .date {
    margin-left: 65rem;
    margin-top: -3.4rem;
    color: #ffcb11;
}

     
.box3 h1 {
    width: 40rem;
    font-size: 6rem;
    margin-top: 0;
    padding-top: 18rem;
    padding-bottom: 1rem;
    font-family: My Font2;
    text-align: left;
    margin-bottom: 0;
    margin-left: 62rem;
    color: white;
    line-height: 1;
}

.textboxa {
    width: 54rem;
    text-align: justify;
    position: absolute;
    top: 45rem;
    left: 60rem;
}
    
.textboxb {
    position: absolute;
    top: 65rem;
    padding-bottom: 5rem;
}

.box3 p {
    width: 100rem;
    font-family: My Font1;
    font-size: 1.5rem;
    line-height: 2rem;
    margin-left: 14rem;
    text-align: justify;
    color: black;
    margin-top: 0;
    padding-top: 1rem;
}

.box3 p1 {
    width: 100rem;
    font-family: My Font1;
    font-size: 1.5rem;
    line-height: 2rem;
    text-align: justify;
    color: black;
    margin-top: 0;
    padding-top: 1rem;
}

.section-title {
    font-family: My Font2;
    font-size: 1.7rem;
    margin-left: 14rem;
    text-align: left;
    padding-top: 1rem;
    text-decoration: underline;
}



/* Media Query 430 */

@media screen and (max-width: 430px) {

    html {
        max-width: 430px;
    }

   body {
    width: 100%;
   }

   /* NAV BAR */

   nav {
    width: 100%;
    height: 12rem;
    background-color: rgb(255, 255, 255);
    box-sizing: border-box;
    z-index: 999;
    position: fixed;
    /* border: 4px solid red;
    background-color: red; */
    display: flex;
    align-items: center;
    justify-content: center;
}

.box1 {
    width: 100%;
    height: 9rem;
    background-color: #ffeba6;
    display: block;
    display: none;
}

.box2 {
    width: 100%;
    height: 7.5rem;
    /* background-color: rgb(60, 128, 128); */
    display: flex;
    box-sizing: border-box;
    position: relative;
    justify-content: space-between;
    align-items: center;
    padding: 10px 20px;
}

.box2a {
    width: fit-content;
    height: fit-content;
    /* background-color: rgb(103, 185, 110);   */
    box-sizing: border-box;
    padding-left: 0;
    padding-top: 2rem;
    margin-left: 1rem;
    z-index: 111;
}

.box2a img {
    width: 200px;
}

.box2b {
    width: 420rem;
    height: 12rem;
    text-align: center;
    box-sizing: border-box;
    padding-top: 5.8rem;
    font-family: My Font2;
    font-size: 1.4rem;
    z-index: 111;
    margin-left: 0;
    display: none;
}

#menuList {
    width: 420rem;
    height: 12rem;
    text-align: center;
    box-sizing: border-box;
    font-family: My Font2;
    font-size: 1.4rem;
    margin-left: 0;
    display: block;
    z-index: -999;
    margin-top: 24rem;
}

.box2b#menuList {
    display: none;
}


/* .black-sheep {
    background-color: rgb(255, 255, 255);
    width: 15rem;
    height: 5rem;
    position: absolute;
    margin-left: 20rem;
} */

.box2 i {
    font-size: 3.5rem;
    display: block;
    padding-right: 2rem;
    margin-top: 1rem;
    z-index: 999;
}

#menuList a {
    text-decoration: none;
    margin-left: 0;
    color: white;
    position: relative;
    padding-top: 2rem;
    padding-bottom: 0.01rem;
    display: block;
    background-color: #066130;
    height: 5rem;
    width: 100%;
    gap: 0;
    text-align: center;
    box-sizing: border-box;
    z-index: -999;
    /* display: none;      */
}

.box2c {
    width: 35rem;
    height: 7.5rem;
    /* background-color: rgb(255, 187, 187); */
    box-sizing: border-box;
    display: none;
}

.box2d {
    width: 18rem;
    height: 4rem;
    background-color: #066130;
    margin-top: 2rem;
    margin-left: 3rem;
    font-family: My Font1;
    font-size: 1.3rem;
    text-align: center;
    box-sizing: border-box;
    padding-top: 1.2rem;
    color: white;
    display: none;
}


/* Main
Box 3 */

.box3 {
    margin: 0;
    padding: 0;
    width: 100%;
    padding-bottom: 3rem;
    position: relative;
    box-sizing: border-box;
}

.box3 .image {
    width: 17rem;
    height: 17rem;
    position: absolute;
    background-color: #a4ddbf;
    border-radius: 3rem;
    left: 3rem;
    top: 18rem;
    z-index: 111;
}

.box3 .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 3rem;
}


.box3a {
    margin: 0;
    width: 100%;
    height: 30rem;
    background-color: #066130;
    padding-bottom: 3rem;
    position: absolute;
    box-sizing: border-box;
}

.box3a img {
    width: 25px;
    margin-left: 5rem;
    margin-top: 5rem;
    position: absolute;
    top: 20.5rem;
    left: 17rem;
}

.box3a .date {
    width: 8rem;
    margin-left: 5rem;
    margin-top: -3.4rem;
    color: #ffcb11;
    position: absolute;
    top: 28rem;
    left: 20rem;
    font-size: 1.3rem;
    line-height: 1.3rem;
}

.box3 h1 {
    width: 10rem;
    font-size: 3rem;
    margin-top: 0;
    padding-top: 18rem;
    padding-bottom: 1rem;
    font-family: My Font2;
    text-align: left;
    margin-bottom: 0;
    margin-left: 22rem;
    color: white;
    line-height: 1;
}

.textboxa {
    width: 35rem;
    text-align: justify;
    position: absolute;
    top: 38rem;
    left: 5rem;
}

.textboxb {
    position: absolute;
    top: 55rem;
    padding-bottom: 5rem;
}

.box3 p {
    width: 35rem;
    font-family: My Font1;
    font-size: 1.2rem;
    line-height: 1.5rem;
    margin-left: 5rem;
    text-align: justify;
    color: black;
    margin-top: 0;
    padding-top: 1rem;
}
   
.box3 p1 {
    width: 35rem;
    font-family: My Font1;
    font-size: 1.2rem;
    line-height: 1.5rem;
    text-align: justify;
    color: black;
    margin-top: 0;
    padding-top: 1rem;
}
.section-title {
    font-family: My Font2;
    font-size: 1.7rem;
    margin-left: 14rem;
    text-align: left;
    padding-top: 1rem;
}

}