:root {
    --highlight-button-color: 225,112,96;
    --theme-color: 114,151,72;
    --basic-text-color: 102,102,102;
    --text-link-color: 225,112,96;
    --text-link-color-hover: 225,112,96;
    --theme-font: Nunito Sans, sans-serif;
}

@import url('//fonts.googleapis.com/css?family=Vidaloka:400');
@import url('https://fonts.googleapis.com/css?family=Alice|Crete+Round');

#content{
                max-width: 1000px;
                margin: auto;
}

#customHeader{
background-color: rgba(var(--theme-color),.7);
max-height: 200px;
}


@media screen and (min-width: 1000px){
#menu.menuVisible {
    overflow-y: auto;
}}

.altButton{
  border-color: gray;
}

#aCurrentReservations, #divFriends{ /Hide Friend Acccount section on My Account Page/
display:none;
}












