:root{
    color: blue;
}

#hero{
    
}

#logo{
    max-width: 150px;
}

.heroimg-logo{
    max-width: 1024px;
}

.menu-item{
    color: rgb(125, 203, 46);
    
}

#footer{
    background-color: rgb(117, 171, 66);
}

.bgimages{
    max-width: 100vh;
}

h1{
    color: rgb(117, 171, 66);
    font-family: "Myriad Pro", Myriad, "Liberation Sans", "Nimbus Sans L", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 600;
}

h2{
    padding-top: 50px;
    padding-bottom: 15px;
}
