/**
*** ZACH COLE
*** (C) 2016
**/

/* SIMPLE GRID LANDING PAGE CUSTOM STYLES */

/*
 * light grey	#A8A7A7
 * rose			#CC527A
 * red			#E8175D
 * medium grey	#474747
 * dark grey	#363636
 */

* {
  color: #A8A7A7;
}

html {
  /*overflow: hidden;*/
}

body {
  /*background: #363636;*/
  background: #363636;
  /*background: #2F9599;*/
  /*background: #F38BD3;*/
}

a {
  text-decoration: none;
  /*color: #fff;*/
  color: #636366;
  transition: all 0.3s ease;
}

a:hover {
  text-decoration: line-through;
}

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

.container {
  padding-top: 100px;
}

.body-content {
  /*background: #000;*/
  /*background: radial-gradient(ellipse at bottom, #A7226E 0%, #EC2049 50%, #F26B38, 100%);*/
  /*padding: 100px 0 120px 0;*/
  position: relative;
  z-index: 0 !important;
}

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

.jumbotron {
  background: #FE7880;
  background-image: linear-gradient(#CC527A, #363636);
  /*background-image: linear-gradient(#A8A7A7 0%, #CC527A 20%, #363636 70%, #474747 80%);*/
  /*background-image: linear-gradient(#A8A7A7 0%, #CC527A 20%, #474747 80%);*/
  /*background-image: linear-gradient(#A7226E, #2F9599);*/
  /*background-image: linear-gradient(#FE7880, #000, #000);*/
  /*height: 760px;*/
  width: 100%;
  z-index: 100 !important;
}

.jumbotron h1 {
  color: #363636;
}

.jumbotron h2 {
  color: #CC527A;
}

button {
  height: 48px;
  width: 180px;
  text-align: center;
  color: #fff;
  font-size: 1rem;
  font-weight: 200;
  background: transparent;
  border: 1px solid #fff;
  border-radius: 4px;
  margin: 20px 0;
  cursor: pointer;
  transition: all 0.3s ease;
  outline: none;
}

button:hover {
  background: #fff;
  color: #FE7880;
}

button:active {
  outline: none;
}

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

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

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

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

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

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

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

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

.el {
  color: #FE7880;
}

.name {
  color: #F9B42D;
}

.content {
  color: #75C050;
}

.row {
 padding-bottom: 10px; 
}

.comment {
  color: #B6CAD2;
}

footer {
/*  background: #FE7880;
  background: #F38BD3;*/
  /*background-image: linear-gradient(transparent, transparent, #FE7880);*/
  /*background-image: linear-gradient(transparent, transparent, #2F9599 , #F7DB4F, #F26B38, #EC2049, #A7226E);
  background-image: linear-gradient(#2F9599, #F26B38, #F7DB4F, #EC2049, #A7226E); */
  /*background-image: linear-gradient(#2F9599, #F26B38); */
  /*background-image: linear-gradient(#474747, #363636);*/
  background-image: linear-gradient(#363636, #CC527A);
  padding-top: 80px;
  padding-bottom: 80px;
}

footer p {
	color: #363636;
}

footer a {
	color: #474747;
}

/* IMAGES */

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

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

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

.img-website-mock {
  position: relative;
  background-image: url('img/web-mock.png');
  height: 0;
  padding-top: 71.8%;
  margin-top: 80px;
  z-index: 200 !important;
}

.img-ai {
  background-image: url('img/exploration-tree-rose.svg');
  height: 96px;
  width: 96px;
}

.img-prototype {
  background-image: url('img/gear-simple-rose.svg');
  height: 96px;
  width: 96px;
}

.img-mobile {
  background-image: url('img/mobile-app-rose.svg');
  height: 96px;
  width: 96px;
}

.img-multiplatform {
  background-image: url('img/devices-rose.svg');
  height: 96px;
  width: 96px;
}


.img-web {
  background-image: url('img/browser-website-gear-rose.svg');
  height: 96px;
  width: 96px;
}

.img-payment {
  background-image: url('img/payments-rose.svg');
  height: 96px;
  width: 96px;
}

.img-ext {
  background-image: url('img/augmented-reality-rose.svg');
  height: 96px;
  width: 96px;
}
  
.img-embedded {
  background-image: url('img/circuit-board-microchip-rose.svg');
  height: 96px;
  width: 96px;
}

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

@media only screen and (min-width: 720px) {
  .jumbotron {
    /*height: 800px;*/
  }
}
