:root {
    font-family: "Montserrat", sans-serif;
    padding: 0px;
}

* {
    padding: 0px;
    margin: 0px;
}

html,
body {
    margin: 0;
    padding: 0;
}
html {
    scroll-behavior: smooth;
    color: black;
}
body {
    background-color: white;
}
.hd1 {
    margin-top: 85px;
}
h1 {
    margin-top: 10px;
}
.menuMenu {
    margin-left: 20px;
}
p {
    font-family: "Montserrat", sans-serif;
}
#menuButton {
    position: fixed;
    margin-left: 10px;
    font-size: 45px;
    cursor: pointer;
    mix-blend-mode: difference;
    color: white;
    transition: margin-left 0.5s;
    z-index: 1000;
    background-color: black;

}
.sideBar {
    height: 100vh;
    left: 0px;
    margin: 0px;
    position: fixed;
    top: 0px;
    padding: 0px;
    background-color: black;
    opacity: 0.8;
    color: white;
    overflow: hidden;
    width: 0px;
    transition: width 0.5s;
}
/*
.sideBar:hover {
    width: 175px;
    #menuButton {
        margin-left: 175px;
    }
}
*/
.banner {
    position: relative;
    width: 100%;
    height: auto;
    padding: 0px;
    margin: 0px;
}

.crop {
    margin-top: -300px;
    margin-bottom: -50px;
    z-index: -1;
    padding: 0px;
    margin-left: -5px;
    margin-right: 0px;

}

.sideBar ul {
    margin-top: 0px;
    margin-left: 0px;
    padding: 0px;
    list-style-type: none;
    cursor: pointer;
    z-index: 1;
    width: 600px;
    overflow: visible;
}

.sideBar ul li {
    color: inherit;
    height: 40px;
    width: 100%;
    line-height: 40px;
    cursor: pointer;
}
.sideBar ul li:hover {
    background-color: white;
    color: black;
    .sideBar {
        overflow: visible;
    }
}


.sideBar ul li a {
    margin-left: 20px;
    color: inherit;
    text-decoration: none;
    z-index: 3;
    width: 100%;
    height: 100%;
    display: block;
}
.sideBar ul li a:hover {
    text-decoration: underline;
}
.content .text {
    margin-left: 200px;
    margin-right: 200px;
    margin-top: 10px;
    text-indent: 20px;
    line-height: 40px !important;
}

.title {
    position: absolute;
    font-size: 90px;
    font-weight: bold;
    margin-top: -340px;
    color: white;
    text-align: center;
}