/* SIMPLE GRID STYLES FOR SKYCALENDAR */

* {
  color: rgba(0, 0, 0, 0.87);
}

body {
  background: #FFFFFF;
}

ul {
  padding-left: 0px;
}

li {
  padding-top: 4px;
  padding-bottom: 4px;
}

ol {
  font-size:1.125rem;
  font-weight:200;
  line-height:1.8;
  list-style-type: disc;
}

a {
  font-weight: 400;
  text-decoration: none;
  color: rgba(0, 0, 0, 0.87);
  transition: all 0.3s ease;
}

.list td, th {
  padding-left: 5px;
  padding-right: 15px;
}

.paper {
    background-color: #fff;
}

@media only screen and (min-width: 720px) {
  .paper {
    box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 3px 1px -2px rgba(0, 0, 0, 0.12);
    border-radius: 2px;
  }
}

.appbar {
    color: rgba(255, 255, 255, 1);
    background-color: #3f51b5;

    top: 0;
    left: auto;
    right: 0;
    position: fixed;

    width: 100%;
    display: block;
    z-index: 1100;

    min-height: 56px;

    box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
}

.appbar h2 {
  color: #fff;
  margin: 5px;
  font-size: 1.3125rem;
  font-weight: 500;
  font-family: "Roboto", "Helvetica", "Arial", sans-serif;
  line-height: 1.16667em;
  display: flex;
  padding-top: 8px;
  align-items: center;
}

.appbar .material-icons {
    color: #fff;
    padding-right: 5px;
    padding-right: 10px;
}


a:hover {
  text-decoration: underline;
}

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

.container {
  margin-top: 74px;
  margin-bottom: 14px;
}

.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;
}

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

button:hover {
  background: #ddf;
  color: #3f51b5;
}

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: #D6D6D8;
  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;
}

.comment {
  color: #B6CAD2;
}

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

footer p {
  color: #fff;
}

/* IMAGES */

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

.img-logo {
  background-image: url('img/logo-white.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-responsive {
  background-image: url('img/responsive.png');
  height: 96px;
  width: 144px;
}

.img-lightweight {
  background-image: url('img/light.png');
  height: 96px;
  width: 96px;
}

.img-simple {
  background-image: url('img/simple.png');
  height: 96px;
  width: 132px;
}

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

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