/**
 *---------------------------------------------------------------------------------------
 * @package       VP Smart Template
 *---------------------------------------------------------------------------------------
 * @copyright     Copyright (C) 2012-2020 VirtuePlanet Services LLP. All rights reserved.
 * @license       GNU General Public License version 2 or later; see LICENSE.txt
 * @authors       Abhishek Das
 * @email         info@virtueplanet.com
 * @link          https://www.virtueplanet.com
 *---------------------------------------------------------------------------------------
 */
html {
  background: url('../images/error-bg.jpg') no-repeat top center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  height: 100vh;
  width: 100vw;
  padding: 0;
  margin: 0;
}
body {
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  padding-top: 100px;
  position: relative;
  background: 0 none;
}
.container {
  width: 750px;
}
.jumbotron {
  background-color: #FFF;
  opacity: 0.8;
}
.debug-enabled .jumbotron {
  opacity: 1;
}
.jumbotron h1 {
  font-size: 170px;
}
.jumbotron p {
  margin-bottom: 15px;
  font-size: 14px;
}
blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 14px;
  border-left: 5px solid #DDD;
}
.footer {
  padding-top: 15px;
}
a, a:focus, a:hover {
  text-decoration: none;
}