
/* Move down content because we have a fixed navbar that is 3.5rem tall */
body {
    padding-top: 0rem;
    color: #EBEBEB;
    background-color: #74305B;
    text-align: center;
  }


.themed-grid-col {
    padding-top: 15px;
    padding-bottom: 15px;

  }




  .jumbotron {
    text-align: bottom;
    margin-top: 15px; 
  }



  .card{
    margin-bottom: 10px;
    background-color: rgba(86, 61, 124, .15);
  }

  .cardimage{
    float:right; 
    width: 50px;
  }


  /* Extra small devices (portrait phones, less than 576px)
  No media query for `xs` since this is the default in Bootstrap */
  
  /* Small devices (landscape phones, 576px and up) */
  @media (min-width: 576px) { 

  }
  
  /* Medium devices (tablets, 768px and up) */
  @media (min-width: 768px) {

   }
  
  /* Large devices (desktops, 992px and up) */
  @media (min-width: 992px) { 

  }
  
  /* Extra large devices (large desktops, 1200px and up) */
  @media (min-width: 1200px) {

   }
  
