/*================================================================================
	Item Name: Crypto ICO - Cryptocurrency Website Landing Page HTML Template
	Version: 1.0
	Author: PIXINVENT
	Author URL: http://www.themeforest.net/user/pixinvent
================================================================================

NOTE:
------
PLACE HERE YOUR OWN SCSS CODES AND IF NEEDED, OVERRIDE THE STYLES FROM THE OTHER STYLESHEETS.
WE WILL RELEASE FUTURE UPDATES SO IN ORDER TO NOT OVERWRITE YOUR STYLES IT'S BETTER LIKE THIS.  */
body {
  background-color: #111;
  color: #fff; }

#head-area .head-content {
  height: auto;
  min-height: 100vh;
  padding-bottom: 30px;
  padding-top: 30px; }

p {
  color: #fff; }

ol {
  font-weight: bold;
  padding: 1rem; }

.btn {
  margin-bottom: 1rem; }

.main-menu img {
  height: 65px;
  margin-top: 5px; }

.footer .footer-wrapper .title img {
  width: 65px;
  margin-right: 1rem; }

.btn-gradient-gold {
  color: #000; }

.bg-cave {
  background-image: url("../img/gold-cave-wallpaper.jpg");
  background-color: #000; }

.bg-gold {
  background-image: url("../img/gold.jpg");
  background-color: #000;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: top center; }
  .bg-gold .row > div {
    background: rgba(0, 0, 0, 0.5); }

.bg-mountains {
  background-image: url("../img/mountains.jpg");
  background-color: #ccc;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: top center; }
  .bg-mountains .row h6 {
    color: #000 !important;
    background: rgba(255, 255, 255, 0.45);
    padding: 1rem; }
  .bg-mountains .sub-title {
    color: #666; }

.bg-path {
  background-image: url("../img/path.jpg");
  background-color: #000;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: top center; }
  .bg-path span, .bg-path p, .bg-path h2 {
    color: #fff !important; }
  .bg-path .row {
    background-color: rgba(0, 0, 0, 0.4);
    padding: 1rem; }

.top-margin {
  margin-top: 3rem; }

.whitepaper-img a img {
  border: 2px solid rgba(255, 255, 255, 0);
  -webkit-transition: .3s ease-in-out;
  -o-transition: .3s ease-in-out;
  -moz-transition: .3s ease-in-out;
  transition: .3s ease-in-out; }

.whitepaper-img a:hover img, .whitepaper-img a a:focus img {
  border: 2px solid rgba(255, 255, 255, 0.5); }

.contact .contact-info li span {
  color: #fff; }

@media (max-width: 575.98px) {
  .graphic-3d-img {
    width: auto !important;
    max-width: 100%;
    max-height: 290px;
    margin-left: auto;
    margin-right: auto; } }

@media only screen and (max-width: 991.98px) {
  .main-menu.navbar a.navbar-brand {
    padding-right: 0; }
  .crypto-3d-graphic {
    text-align: center;
    margin-bottom: 2vh;
    padding-top: 80px; }
    .crypto-3d-graphic .graphic-3d-img {
      margin-left: auto;
      margin-right: auto;
      max-width: 50vw; } }

@media only screen and (min-width: 992px) {
  .crypto-3d-graphic .graphic-3d-img {
    width: auto;
    max-height: 50vh; }
  .row {
    position: relative; }
  .xl-position-right {
    position: absolute;
    right: 0; } }
