/*
Project: 15-16_27
Author: Richy Thomas
Pallette: Purple: rgba(92,107,192,1); Yellow: rgba(255,167,38,1);
*/

/* Header */

#particles-js {
  background: rgba(92,107,192,1);
}

/* Content */

.content-top, .content-bottom {
  background: rgba(92,107,192, 1);
  color: rgba(255,255,255,1);
}

/* Modal */

.modal-header {
  background: rgba(92,107,192,1);
  color: rgba(255,255,255,1);
}
