.transform-rotate-110 {
    transform: rotate(110deg);
}

.transform-rotate-60 {
    transform: rotate(60deg);
}

.transform-rotate-100 {
    transform: rotate(100deg);
}

.transform-rotate-105 {
    transform: rotate(105deg);
}

.transform-rotate-45 {
    transform: rotate(45deg);
}

.transform-rotate-70 {
    transform: rotate(70deg);
}

.scale-hover:hover {
    transform: scale(1.1);
}

:root {
    --font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    --text-color: white;
    --highlight-color: rgb(139, 36, 1);
    --nav-bg-color:#bb9760a2;
}

body {
    margin: 0;
    padding: 0;
    overflow: hidden;
    font-family: var(--font-family);
    text-align: center;
}

.nav-bar {
    height: 40px;
    width: 100%;
    background-color:#bb9760a2;
    position: fixed;
    top: 0;
    z-index: 1;
}

.icons {
    position: absolute;
    right: 70px;
    padding: 10px;
}

.fifthPage {
    height: 100vh;
    width: 100vw;
    background-image: url(./assets/backgroundImage.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.buddhism {
    height: 350px;
    width: 350px;
    position: absolute;
    left: 300px;
    top: 20px;
    z-index: 2;
}

.orangeLeaf3 {
    height: 400px;
    width: 400px;
    position: absolute;
    top: 100px;
    left: 120px;
    z-index: 1;
    transform: rotate(110deg);
}

.greenLeaf6 {
    height: 270px;
    width: auto;
    position: absolute;
    top: 250px;
    left: 100px;
    transform: rotate(60deg);
}

.greenLeaf2 {
    height: 130px;
    width: auto;
    position: absolute;
    top: 380px;
    left: 230px;
    transform: rotate(100deg);
}

.orangeLeaf {
    height: 400px;
    width: 400px;
    position: absolute;
    top: 110px;
    left: 420px;
    z-index: 1;
    transform: rotate(105deg);
}

.greenLeaf6-2 {
    height: 270px;
    width: auto;
    position: absolute;
    left: 480px;
    top: 290px;
    transform: rotate(45deg);
}

.greenLeaf2-2 {
    height: 130px;
    width: auto;
    position: absolute;
    top: 340px;
    left: 620px;
    transform: rotate(70deg);
}

span {
    color: var(--highlight-color);
}

h3 {
    color: var(--text-color);
    transition: transform 0.3s ease;
}

h3:hover {
    transform: scale(1.1);
}

.Mahayana {
    position: absolute;
    top: 260px;
    left: 260px;
    z-index: 11;
}

.Hinalaya {
    position: absolute;
    top: 270px;
    left: 590px;
    z-index: 3;
}

.Madhyamika {
    position: absolute;
    top: 350px;
    left: 100px;
    z-index: 10;
}

.Yogachara {
    position: absolute;
    top: 410px;
    left: 330px;
    z-index: 10;
}

.Sautrantika {
    position: absolute;
    top: 390px;
    left: 490px;
    z-index: 10;
}

.Vaibhasika {
    position: absolute;
    top: 370px;
    left: 720px;
    z-index: 10;
}

.fifthPage a {
    display: inline-block;  
    width: 100px;          
    height: 100px;        
}
