/* Vine icon, not included in Font Awesome */
@font-face {
  font-family: 'fa-vine';
  src:url('../fonts/fa-vine.html');
  src:url('../fonts/fa-vined41d.html#iefix') format('embedded-opentype'),
    url('../fonts/fa-vine.woff') format('woff'),
    url('../fonts/fa-vine.ttf') format('truetype'),
    url('../fonts/fa-vine.svg#fa-vine') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
  font-family: 'fa-vine';

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-vine:before {
  content: "\e600";
}


/* Body */

body {
  position: relative;
  padding-top: 50px;
}

p {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 200;
  line-height: 1.4;
}

h2 {
  font-weight: 200; 
  font-size: 30px;
  margin: 30px 0;
}

/* Navbar */

.navbar {
  background: #fff;
}

.navbar-brand {
  font-style: italic;
  padding: 10px;
}

.navbar-fixed-top .dropdown-header {
  display: none;
}

.twitter .navbar .active a, .navbar .navbar-nav a.twitter:hover {
  background-color: #3498db;
  color: #fff;
}

.fa-twitter {
  color: #3498db;
}

.fa-youtube {
  color: #c0392b;
}

.fa-facebook {
  color: #3b5998;
}

.fa-cloud {
  color: #e67e22;
}

.fa-instagram {
  color: #563d7c;
}

.fa-vine {
  color: #00bf8f;
}

.col-lg-12 {
    padding-top: 75px;
    padding-bottom: 75px;

}

/* Jumbotron */

.jumbotron {
  text-align: center;
  padding-top: 24px;
  padding-bottom: 24px;
  margin-bottom: 0;
  

  
}

.jumbotron h1 a {
  color: #fff;
  border-bottom: 1px solid transparent;
}

.jumbotron h1 a:hover {
  text-decoration: none;
  border-bottom-color: #fff;
}

.home .jumbotron {
  padding-top: 50px;
  padding-bottom: 50px;
  background-image: url(../img/background1.png);
  
    
}
background: linear-gradient(90deg, #fff, #3498db, #c0392b, #3b5998, #e67e22, #563d7c, # 00bf8f, #fff,);
.twitter .jumbotron {
  background-color: #3498db;
}

.youtube .jumbotron {
  background-color: #c0392b;
}

.facebook .jumbotron {
  background-color: #3b5998;
}

.soundcloud .jumbotron {
  background-color: #e67e22;
}

.instagram .jumbotron {
  background-color: #563d7c;
}

.vine .jumbotron {
  background-color: #00bf8f;
}

.jumbotron h1 {
  color: #fff;
  font-weight: 100;
}

.jumbotron p {
  color: #fff;
}

/* Products */

.products {
  padding: 40px 0;
  background: #ecf0f1;
}

.products .row {
  margin: 0 0 20px;
}

.products h2 {
  text-align: center;
  font-weight: 200;
  margin: 0 0 20px;
}

.product {
  border: 2px solid #d9dee1;
  text-align: center;
  background-color: #fff;
  padding-bottom: 20px;
}

.product .amount {
  font-size: 40px;
  font-weight: 200;
  margin: 20px 0 0;
  line-height: 1;
  display: block;
}

.product .price {
  margin: 10px 0;
  font-size: 30px;
  font-weight: 900; 
}

.product .delivered {
  font-style: italic;
}

.product.featured {
  border: 4px solid #e67e22;
  padding-top: 10px;
  padding-bottom: 30px;
  margin-top: -10px;
}

.product .featured-line {
  margin-top: -30px;
  text-align: center;
  background-color: #e67e22;
  color: #fff;
  font-weight: bold;
  padding: 5px 10px;
}

.enterprise {
  text-align: center;
  margin-bottom: 0;
}

.btn-purchase {
  margin: 0 0 15px;
}

.twitter .btn-purchase {
  color: #fff;
  background-color: #3498db;
}
.twitter .btn-purchase:hover {
  background-color: #333;
}
.twitter .enterprise a {
  color: #3498db;
}

.youtube .btn-purchase {
  color: #fff;
  background-color: #c0392b;
}
.youtube .btn-purchase:hover {
  background-color: #333;
}
.youtube .enterprise a {
  color: #c0392b;
  font-weight: bold;
}

.facebook .btn-purchase {
  color: #fff;
  background-color: #3b5998;
}
.facebook .btn-purchase:hover {
  background-color: #333;
}
.facebook .enterprise a {
  color: #3b5998;
  font-weight: bold;
}

.soundcloud .btn-purchase {
  color: #fff;
  background-color: #e67e22;
}
.soundcloud .btn-purchase:hover {
  background-color: #333;
}
.soundcloud .enterprise a {
  color: #e67e22;
  font-weight: bold;
}

.instagram .btn-purchase {
  color: #fff;
  background-color: #563d7c;
}
.instagram .btn-purchase:hover {
  background-color: #333;
}
.instagram .enterprise a {
  color: #563d7c;
  font-weight: bold;
}

.vine .btn-purchase {
  color: #fff;
  background-color: #00bf8f;
}
.vine .btn-purchase:hover {
  background-color: #333;
}
.vine .enterprise a {
  color: #00bf8f;
  font-weight: bold;
}

.reason {
  padding-bottom: 30px;
  border-bottom: 1px solid #ccc;
}

.reason:last-child {
  border-bottom: 0;
}

.reason .fa-fighter-jet {
  font-size: 20em;
  font-style: italic;
}

/* Homepage */
.btn-outline-inverse {
  border: 2px solid #fff;
  color: #fff;
}

.btn-outline-inverse:hover {
  text-decoration: none;
  background-color: #fff;
}

.main-products a {
  padding: 50px 0;
}

.contact {
  text-align: center;
  padding-bottom: 40px;
}

/* Benefits, Page Content */
.content {
  padding-top: 20px;
}

.content p {
  text-align: center;
}

.legal .content p, .blog .content p {
  text-align: left;
}

.benefits, .content {
  margin-bottom: 20px;
}

.benefits h2, .content h2 {
  text-align: center;
}

.legal .content h2, .blog .content p {
  text-align: left;
}

/* Blog */
.article-list h1 {
  font-size: 25px;
}

.list-group h1 a {
  color: #2c3e50;
}

.list-group h1 a:hover {
  text-decoration: none;
  color: #e67e22;
}

.meta {
  margin-bottom: 5px;
  padding: 5px 0;
}

.article .meta {
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
}

.article .meta {
  margin-bottom: 20px;
}

.article-list p {
  font-size: 16px;
}

.article-list .list-group {
  margin-top: 20px;
}

.aside-author {
  margin-bottom: 20px;
}

/* Footer */
footer {
  background-color: #547698;
  color: #fff;
  padding: 40px 0;
  text-align: center;
}

footer a {
  color: #fff;
}

footer a:hover {
  color: #fff;
}

.footer-products h4 {
  padding-bottom: 5px;
  border-bottom: 1px solid #fff;
}

.footer-products a {
  display: block;
  color: #fff;
  padding: 5px 10px;
}

.footer-products a:hover {
  text-decoration: none;
  background-color: #fff;
  color: #2c3e50;
}

.footer-legal {
  float:none;
  margin: 30px auto 5px;
  display: table;
  table-layout: fixed;
  font-size: 85%;
}

.footer-legal li {
  float: left;
  margin-right: 5px;
}

.footer-legal a {
  display: block;
  padding: 0 5px;
}

.footer-legal a:hover {
  color: #fff;
}

.copyright p {
  margin-top: 10px;
  font-size: 100%;
}

@media (min-width: 1200px) {
  .navbar-nav>li {
    margin-right: 15px;
  }
}

/* Responsive */
@media (max-width: 1199px) and (min-width: 992px) {
  .navbar-fixed-top .product-name {
    font-size: 85%;
  }
}

@media (min-width: 992px) {
  .navbar-nav>li {
    margin-right: 5px;
  }
}

@media (max-width: 991px) {
  .navbar-nav>li {
    margin-right: 5px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .navbar-fixed-top .product-name {
    font-size: 0;
  }
  .navbar-fixed-top .dropdown-header {
    display: inline;
  }
}

@media (min-width: 768px) {
  p {
    font-size: 21px;
  }

  h2 {
    font-size: 45px;
  }
}

@media (max-width: 767px) {
  /* Homepage Products */
  .main-products a {
    width: 100%;
    margin: 0 auto;
  }

  /* Navbar */
  .navbar-nav {
    margin: auto;
  }

  /* Product */
  .product.featured {
    margin-top: 30px !important;
  }
}







/*
playback timings (ms):
  captures_list: 100.839
  exclusion.robots: 0.13
  exclusion.robots.policy: 0.121
  RedisCDXSource: 1.601
  esindex: 0.009
  LoadShardBlock: 77.233 (3)
  PetaboxLoader3.datanode: 95.546 (5)
  CDXLines.iter: 19.011 (3)
  load_resource: 289.553 (2)
  PetaboxLoader3.resolve: 85.413 (2)
*/