*{
    margin:0;
    padding:0;
}


a{
    text-decoration: none;
    color:black;
}

#inner_nav{
    display: flex;
    justify-content: space-between;

    margin: 2vh 10vw;
}

#inner_nav p{

    font-size: 20px;

}

#inner_nav p:hover{
    cursor: pointer;
}


.shadowbottom {
    box-shadow: 0px 15px 10px -15px #111;    
  }


#hero{
    display: flex;
    justify-content: space-between;

    margin:20vh 10vw;

    height: 45vh;
}



#hero button{
    background-color: white;
    border:none;

    border: 1px solid black;
    padding:5px 10px;
    border-radius: 20px;

    margin-right: 20px;
}

#hero button:hover{
    background-color: black;
    color:white;
    transition: 300ms;
}


#buttons{
    margin-top:30px;
}



#heroRight{
    width:40vw;
    margin-top:-5vh;
}

#heroLeft{
    align-self: center;
}





#blank{
    height:10vh;
}



/* #location{
    position: relative;
} */
