/**
*** ZACH COLE
*** (C) 2016
**/

/* SIMPLE GRID LANDING PAGE CUSTOM STYLES */


.container {
  padding-top: 10px;
}

.body-content {

  padding: 10px;
  position: relative;
  z-index: 0 !important;
}

.body-content > .container {
  position: relative;
  top: 10px;
  padding-bottom: 10px;
}

.grid-display {
  margin: 10px 0;
}

.grid-display [class^="col"] {

  border: 1px solid #17459D;
  border-radius: 4px;
  box-sizing: border-box;
  text-align: center;
  padding-left: 15px;
  padding-right: 15px;  
   background-color:#e1e1e1; 
}

.grid-display [class^="col"] p {
  color: #000000;
  font-size: 0.8rem;
}


footer {
  background: #FE7880;
  background: #F38BD3;
  background-image: linear-gradient(#FE7880, #F38BD3);
  padding-bottom: 80px;
}

footer p {
  color: #fff;
}



/* === MEDIA QUERIES === */

@media only screen and (min-width: 720px) {
  .jumbotron {
    height: 600px;
  }
}
