/*
Project: 15-16_27
Author: Richy Thomas
Pallette: Green: rgba(76,175,80,1); Yellow: rgba(255,167,38,1);
*/

/* Header */

#particles-js {
  background: rgba(76,175,80,1);
}

/* Content */

.content-top, .content-bottom {
  background: rgba(76,175,80,1);
  color: rgba(255,255,255,1);
}

/* Modal */

.modal-header {
  background: rgba(76,175,80,1);
  color: rgba(255,255,255,1);
}
