/*
 * Globals
 */
/* Links */
a,
a:focus,
a:hover {
  color: #fff; }

/* Custom default button */
.btn-default {
  color: #fff;
  text-shadow: none;
  /* Prevent inheritence from `body` */
  background-color: transparent;
  border: 2px solid #fff;
  border-radius: 20px;
  padding: 0.5rem 2rem; }

.btn-default:hover,
.btn-default:focus {
  background-color: rgba(255, 255, 255, 0.3); }

/*
 * Base structure
 */
html,
body {
  height: 100%; }

body {
  background: url(/img/cover.jpg) no-repeat center center fixed;
  background-size: cover;
  color: #fff;
  text-align: center;
  font-family: 'Quicksand', sans-serif; }

/* Extra markup and styles for table-esque vertical and horizontal centering */
.site-wrapper {
  display: table;
  width: 100%;
  height: 100%;
  /* For at least Firefox */
  min-height: 100%;
  background: rgba(48, 53, 70, 0.5);
  box-shadow: inset 0 0 100px rgba(0, 0, 0, 0.5); }

.site-wrapper-inner {
  display: table-cell;
  vertical-align: top; }

.cover-container {
  margin-right: auto;
  margin-left: auto; }

/* Padding for spacing */
.inner {
  padding: 30px; }

/*
 * Header
 */
.masthead-brand {
  margin-top: 10px;
  margin-bottom: 10px; }

.nav-masthead {
  text-align: center;
  display: block; }

.nav-masthead .nav-link {
  display: inline-block; }

@media (min-width: 768px) {
  .masthead-brand {
    float: left; }
  .nav-masthead {
    float: right; } }

/*
 * Cover
 */
.cover {
  padding: 0 20px; }

.cover .btn-notify {
  padding: 10px 60px;
  font-weight: 500;
  text-transform: uppercase;
  border-radius: 40px; }

.cover-heading {
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 10px;
  font-size: 2rem;
  margin-bottom: 5rem; }

@media (min-width: 768px) {
  .cover-heading {
    font-size: 3.4rem;
    letter-spacing: 15px; } }

.cover-copy {
  max-width: 500px;
  margin: 0 auto 3rem; }

/*
 * Footer
 */
.mastfoot {
  color: #999;
  /* IE8 proofing */
  color: rgba(255, 255, 255, 0.5); }

/*
 * Affix and center
 */
@media (min-width: 768px) {
  /* Pull out the header and footer */
  .masthead {
    position: fixed;
    top: 0; }
  .mastfoot {
    position: fixed;
    bottom: 0; }
  /* Start the vertical centering */
  .site-wrapper-inner {
    vertical-align: middle; }
  /* Handle the widths */
  .masthead,
  .mastfoot,
  .cover-container {
    width: 100%;
    /* Must be percentage or pixels for horizontal alignment */ } }

@media (min-width: 992px) {
  .masthead,
  .mastfoot,
  .cover-container {
    width: 1060px; } }




    h2 {
        font-weight: bold;
        font-size: 48px;
        text-transform: uppercase;

        background: -webkit-linear-gradient(45deg, #F52A4F, #33001B);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }

    h3 {
        font-weight: bold;
        font-size: 24px;
        line-height: 28px;
    }

    h4 {
        font-weight: bold;
        font-size: 12px;
        line-height: 14px;
        color: #FFFFFF;
    }


/*    img {
        height: 100%;
        width: 100%;
    }*/

    a:hover .business-container {
        border: #bc1e4059 1px solid;
        padding: 10px;
        transition: all .2s ease;
    }

    a .business-container {
        border: #191919 1px solid;
        padding: 10px;
    }

    .button {
        width: 100px;
        height: 30px;
        z-index: 1;
        background: #FDB201;
        border: 1px solid #000000;
        box-sizing: border-box;
        box-shadow: 0 4px 4px #000000;
        border-radius: 4px;
        display: flex;
        align-items: center;
        justify-content: center;
    }



    .bannerContainer {
        width: 100%;
        height: 120vh;
        background-image: url("./images/main_back.png");
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-content: center;
        margin-bottom: 160px;
    }

    .banner-text {
        height: 90%;
        display: flex;
        flex-direction: column;
        justify-content: space-around;
        align-items: center;
    }

    .banner {
        min-height: 100vh;
        display: flex;
        align-items: center;
        justify-content: center;
    }


    @media (max-width: 768px) {
        .what-is {
            margin-bottom: 30px;
            text-align: center;
        }
    }


    .what-is-this {
        height: 178px;
        width: 100%;
        font-size: 24px;
        line-height: 28px;
        margin-bottom: 28px;
        font-weight: bold;
        display: flex;
        justify-content: center;
        align-items: center;
        background-image: url("./images/back_title.png");
        background-position: center center;
        background-repeat: no-repeat;
    }



    .market-place {
        margin-top: 160px;
    }

    .business-container {
        display: flex;
        flex-wrap: wrap;
        margin: 56px 0;
        background: #191919;
        align-items: center;
    }


    .template-empty:before{
        content: "Loading...";
    }

    .business-image {
        max-width: 360px;
        max-height: 200px;
    }
    
    section#demo {
        text-align: left;
    }
