/* custom css */

#cssmenu {
    display: flex;
    justify-content: center;
}

@media screen and (max-width: 1001px) {
#cssmenu {
    display: block;}
}

a {
   color: #EBB757;
}

.scroll_heading {
   color: #e3b155;
}

.fa-arrow-alt-circle-left {
   color: #ffffff;
}

.fa-arrow-alt-circle-right {
   color: #ffffff;
}

.fa-pause-circle {
  color: #ffffff;
}

#program {
display: none
}

.galaButton {
background-color: #e3b155;
color: #000000;
}

.aname {
color: #ffffff;
}






