* {

    margin: 0px auto;
    max-width: 1920px;
    max-height: 1024px;
    font-family: 'Times New Roman', Times, serif;
    box-sizing: border-box;
}

html {

    scroll-behavior: smooth;
    overflow-x: hidden;
}

html::-webkit-scrollbar {

    display: none;
}

body {

    background-image: url(home\ assets/bodybackground.jpg);
    background-color: rgba(14, 112, 9, 0.697);
    z-index: 0;
    max-width: 1920px;
    height: 1024px;

}

header {

    background-color: rgba(191, 237, 172, 0.752);
    text-align: center;
    z-index: 1;
    max-width: 1380px;
    width: 1380px;
    position: relative;
    height: 310px;
}

header h1 {

    position: relative;
    font-size: 36px;
}

header h3 {

    position: relative;
    font-size: 32px;
    bottom: 15px;
}

header img {

    width: 100px;
    height: 100px;

}

main {

    z-index: 2;
    text-align: center;
    background-color: rgba(255,255,255, 0.9);
    position: relative;
    bottom: 60px;
    height: 1270px;
    max-width: 1380px;
    width: 1380px;

}

main img {

    width: 600px;
    height: 300px;

}


.further {

    width: 150px;
    height: 70px;
    margin-top: 50px;
    font-size: 20px;
    text-shadow: 2px;
    background-color: darkgreen;
    color: white;
    font-weight: bold;
    border: none;

}

.furtherlinks {

    width: 150px;
    height: 70px;
    margin-top: 195px;
    font-size: 20px;
    text-shadow: 2px;
    background-color: darkgreen;
    color: white;
    font-weight: bold;
    border: none;

}

.further:hover {

    box-shadow: inset;
    cursor: pointer;
    text-decoration: none;
    background-color: white;
    color: darkgreen;
    transition-duration: 0.9984721110051113s;
    border: 2px solid darkgreen;

}

main p {

    font-size: 18px;
    font-weight: lighter;
    letter-spacing: 1.5px;
    margin-top: 2px;
    padding-top: 5px;

}

.about p {

    width: 1300px;
    font-size: 28px;
    padding-left: 20px;
    padding-right: 20px;
    text-align: justify;
}

main p span {

    font-weight: bold;
    font-size: 25px;
}

header button {

    width: 120px;
    height: 50px;
    text-align: center;
    font-size: 25px;
    background-color: white;
    color: darkgreen;
    position: relative;
    right: 600px;
    top: 20px;
    border-radius: 25px;
    padding-bottom: 5px;
    

}

header button:hover {

    background-color: darkgreen;
    color: white;
    cursor: default;
    transition: 0.99211510005s;

}

.sidenavig {

    height: 100%;
    width: 0;
    position: fixed;
    z-index: 3;
    top: 0;
    left: 0;
    background-color: white;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;

}

.sidenavig a {

    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 25px;
    color: darkgreen;
    display: block;
    transition: 0.3s;
    font-weight: bold;
}

.sidenavig a:hover {

    color: palegreen;
}

.sidenavig .closebutton {

    position: absolute;
    top: 5px;
    font-size: 55px;
    left: 160px;

}

@media screen and (max-height:300px) {
    .sidenavig {padding-top: 15px;}
    .sidenavig a {font-size: 18px;}
}

.mySlides {

    display: none;

}

section {

    position: relative;
    top: 5px;

}

section img {

    width: 650px;
    height: 500px;
    border: 4.5px solid black;
    
}

section button {

    width: 50px;
    height: 50px;
    position: relative;
    top: 20px;
    text-align: center;
    border-radius: 80px;
    margin-left: 45px;
    right: 25px;
    background-color: black;
}

section button .material-symbols-outlined {

    width: 70px;
    text-align: center;
    position: relative;
    right: 14px;
    color: white;
    font-weight: bold;
    font-size: 28px;
}

.backhome {

    width: 200px;
    height: 60px;
    position: relative;
    font-size: 22px;
    background-color: darkgreen;
    color: white;
    font-weight: bold;
    text-decoration: none;
}

.backhome:hover {

    background-color: white;
    color: darkgreen;
    transition: 0.9994211110000512111s;
    cursor: pointer;
}

.infoend {

    position: relative;
    top: 70px;
}

.infoend hr {

    position: relative;
    height: 3px;
    font-weight: bold;
    background-color: darkgreen;
    border: 1px solid darkgreen;
    width: 550px;
    margin-top: 45px;


}

.infoend p {

    position: relative;
    width: 1380px;
    left: 345px;
    font-weight: bold;
}

@media screen and (min-width: 320px) and (max-width:480px) {

    * {

        max-width: 480px;
        box-sizing: border-box;
        font-family: Verdana, Geneva, Tahoma, sans-serif;
    }

    html {

        scroll-behavior: smooth;
        overflow-x: hidden;
        -ms-overflow-style: none;
        scrollbar-width: none;
        
    }

    html::-webkit-scrollbar {

        display: none;

    }

    header {

        max-width: 480px;
        width: 480px;
        position: relative;
        
    }

    header h1 {

        font-size: 20px;
        position: relative;
        right: 50px;
    }

    header h3 {

        font-size: 17px;
        position: relative;
        right: 50px;
    }

    header img {
        
        position: relative;
        right: 50px;
    }

    header button {

        position: relative;
        left: -155px;
        top: 10px;
        display: block;
        width: 150px;

    }

    main {

        max-width: 480px;
        width: 480px;
    }

    main h1 {

        font-size: 18px;
        position: relative;
        right: 50px;
        width: 400px;
        padding-right: 20px;
        padding-left: 20px;
        text-align: center;
        bottom: 10px;
    }

    .about p {

        position: relative;
        font-size: 16px;
        width: 380px;
        right: 50px;
        padding-right: 20px;
        padding-left: 20px;
        text-align: justify;
        color: black;
        font-weight: 400;
    }

    section img {

        width: 380px;
        height: 300px;
        position: relative;
        right: 40px;
    }

    section button {

        position: relative;
        right: 60px;
    }

    .infoend {

        position: relative;
        right: 35px;
    }

    .infoend hr {

        max-width: 480px;
        width: 300px;
        position: relative;        
    }

    .infoend p {

        position: relative;
        max-width: 480px;
        width: 380px;
        left: 0;
    }

}
