@charset "UTF-8";
/** @group Base */
/*
* Contexts
*/
 * {
      margin: 0;
      padding: 0;
      box-sizing: border-box;
    }

    html, body {
      height: 100%;
      font-family: Arial, sans-serif;
      color: white;
    }

    .parallax {
      background-image: url('../images/img-bg/bg-index.jpg');
      height: 100vh;
      background-attachment: fixed;
      background-position: center;
      background-repeat: no-repeat;
      background-size: cover;
      display: flex;
      justify-content: center;
      align-items: center;
    }

    .content {
      background-color: rgba(0, 0, 0, 0.5);
      padding: 2rem 3rem;
      border-radius: 12px;
      text-align: center;
    }

    .content h1 {
      font-size: 6rem;
      margin-bottom: 1rem;
    }

    .content a {
      font-size: 1.2rem;
      color: #fff;
      text-decoration: none;
      font-weight: bold;
    }

    .content a:hover {
      
	  color: #F39218;
    }

    @media (max-width: 768px) {
      .content h1 {
        font-size: 2rem;
      }

      .content a {
        font-size: 1rem;
      }
}

.text-center {
	text-align: center !important;
}

.mgn-bot20 {
	margin-bottom: 20px;
}

.mgn-bot30 {
	margin-bottom: 30px;
}

.mgn-top20 {
	margin-top: 20px;
}

.mgn-top30 {
	margin-top: 30px;
}

.mgn-top50 {
	margin-top: 50px;
}

.mgn-top80 {
	margin-top: 80px;
}

.mgn-top10-bot10 {
	margin-top: 10px;
	margin-bottom: 10px;
}

.mgn-top20-bot20 {
	margin-top: 20px;
	margin-bottom: 20px;
}

.mgn-top30-bot30 {
	margin-top: 30px;
	margin-bottom: 30px;
}

.mgn-top50-bot50 {
	margin-top: 50px;
	margin-bottom: 50px;
}


.mgn-bot20 {
	margin-bottom: 20px;
}

.mgn-bot30 {
	margin-bottom: 30px;
}

.mgn-top20 {
	margin-top: 20px;
}

.mgn-top30 {
	margin-top: 30px;
}

.mgn-top50 {
	margin-top: 50px;
}

.mgn-top80 {
	margin-top: 80px;
}

.mgn-top10-bot10 {
	margin-top: 10px;
	margin-bottom: 10px;
}

.mgn-top20-bot20 {
	margin-top: 20px;
	margin-bottom: 20px;
}

.mgn-top30-bot30 {
	margin-top: 30px;
	margin-bottom: 30px;
}

