body {
  font-family: "Roboto"; }

h1, h2, h3 {
  font-family: "Spicy Rice", cursive; }

h2 {
  color: #8ec7f5; }

header h2 {
  color: #000000; }

footer {
  color: #0faaf1;
  padding: 20px 0; }

.jumbotron {
  margin: 0;
  padding: 30px;
  background-image: linear-gradient(to right, #8ea7eb, #8ec7f5, #170f41);
  color: white; }

.row-content {
  padding: 50px 0;
  border-bottom: 1px ridge;
  min-height: 200px; }

.navbar {
  background-color: #000000;
  font-family: "Roboto"; }

.site-footer {
  background-image: linear-gradient(#000000, white);
  padding: 20px 0px; }

.carousel-caption {
  background-color: rgba(0, 0, 0, 0.5); }

.carousel {
  border: solid #8ea7eb; }

#carouselButton {
  position: absolute;
  right: 0;
  bottom: 0;
  color: #8ea7eb; }

#buyModal .modal-header {
  background-color: #0faaf1; }

#loginModal .modal-header {
  background-color: #0faaf1;
  color: white; }

.boxHeader {
  background-color: #170f41; }
