/**
*** 
*** 
**/

/* SIMPLE GRID LANDING PAGE CUSTOM STYLES */

* {
  color: #000;
}

input, select, textarea{
    color: #000;
}

body {
  background: #fff;
}

a {
  text-decoration: none;
  color: #00a3ff;
  transition: all 0.3s ease;
}

a:hover {
  text-decoration: underline;
}

.m-bottom {
  margin-bottom: 48px;
}

.container {
  padding-top: 40px;
  padding-bottom: 60px;
}

.body-content {
  background: #fff;
  padding: 100px 0 120px 0;
  position: relative;
  z-index: 0 !important;
}

.body-content > .container {
  position: relative;
  top: 100px;
  padding-bottom: 100px;
}

.marquee-highlight {
  background-image: url("/img/marquee-highlight-bg.gif"); 
  opacity: 1;
  background-color: #ffffff;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  position: relative;
  height:auto;
  width: 100%;
  z-index: 100 !important;
}

.marquee-highlight h1,
.marquee-highlight h2 {
  color: #000;
}

.marquee-offer {
  background-image: url("/img/marquee-offer-bg.gif"); 
  opacity: 1;
  background-color: #ffffff;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  position: relative;
  height:auto;
  width: 100%;
  z-index: 100 !important;
}

.marquee-offer h1,
.marquee-offer h2 {
  color: #000;
}


button {
  height: 48px;
  width: 180px;
  text-align: center;
  color: #FFF;
  font-size: 1rem;
  font-weight: bold;
  background: linear-gradient(#FFA500, #FF0000);
  border: 1px solid #000;
  border-radius: 4px;
  margin: 20px 0;
  cursor: pointer;
  transition: all 0.3s ease;
  outline: none;
}

button:hover {
  background: linear-gradient(#FF0000, #FFA500);
  color: #FFF;
}

button:active {
  background: linear-gradient(#7DF9FF, #0096FF);
  outline: none;
}

.btn-secondary {
  border: 1px solid #000;
  color: #000;
}

.btn-secondary:hover {
  background: #000;
  color: #000;
}

.line {
  height: 1px;
  width: 100%;
  background: #000;
  margin: 80px 0;
}

.grid-display {
  margin: 20px 0;
}

.grid-display [class^="col"] {
  background: #000;
  border: 1px solid #000;
  border-radius: 4px;
  box-sizing: border-box;
  text-align: center;
}

.grid-display [class^="col"] p {
  color: #000;
  font-size: 0.8rem;
}

pre {
  margin-top: 30px;
  overflow: auto;
  background: #000;
  border-radius: 4px;
  border: 1px solid #000;
  padding: 24px 0;
}

code,
.tag,
.el,
.name,
.content,
.comment {
  font-family: monospace;
  font-size: 1.1rem;
  line-height: 1.2rem;
  color: #000;
}

.el {
  color: #000;
}

.name {
  color: #000;
}

.content {
  color: #000;
}

.comment {
  color: #000;
}

footer {
  background: #000;
  background: #000;
  background-image: linear-gradient(#000, #000);
  padding-bottom: 80px;
}

footer p {
  color: #fff;
}

/* IMAGES */

.img {
  background-size: contain;
  background-repeat: no-repeat;
}

.img-logo {
  background-image: url('img/logo.gif');
  background-size: contain;
  height: 40px;
  width: 40px;
  padding-bottom: 8px;
}

}

/* === MEDIA QUERIES === */

@media only screen and (min-width: 720px) {
  .marquee {
    height: auto;
  }
}
