/*!
 * Start Bootstrap - Small Business (https://startbootstrap.com/template/small-business)
 * Copyright 2013-2020 Start Bootstrap
 * Licensed under MIT (https://github.com/StartBootstrap/startbootstrap-small-business/blob/master/LICENSE)
 */
body {
  padding-top: 56px;
}

:root {
  --bg-opacity: 1;
}
p {
  color: #fff;
  z-index: 2;
}

.codesnipit {
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  padding: 0.5rem;
  border-radius: 10px;
  color: white;
  background-color: #0e232d;
  background-color: rgba(14, 35, 45, var(--bg-opacity));
}

.pre-code {
  margin: 15px 15px;
}

.pre-code p {
  color: #fff;
  line-height: 2;
  text-align: left;
  font-size: 15px;
  margin: 0;
}

.color-pink {
  color: #f92672;
}
.color-yellow {
  color: #e6db74;
}
.color-green {
  color: #bdf67a;
}

span.color-pink {
  line-height: 2;
}

.btn-home {
  display: flex;
  justify-content: center;
  align-items: center;
  outline: none;
}

.btn-home a {
  font-size: 30px;
  padding: 10px 40px;
  outline: none;
  margin: 50px 0;
}

.card {
  background-color: #fff;
  box-shadow: 1px 1px 2px 1px rgba(0, 0, 0, 0.16);
  transition: all 0.5s ease;
  cursor: pointer;
}

.card:hover {
  box-shadow: 1px 1px 17px 1px rgba(0, 0, 0, 0.16);
}

.card-body img {
  height: 100px;
  /* background-color: #fff; */
  margin: 0 auto;
  margin-top: -70px;
}
.card-body p {
  color: #333;
}
video {
  object-fit: cover;
  width: 100vw;
  height: 85vh;
  position: fixed;
  top: 0;
  left: 0;
}

.overlay {
  height: 100vh;
  width: 100vw;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #a4508b;
  background-image: radial-gradient(#a4508b 0%, #5f0a87 74%);

  /* background-color: rgb(40, 40, 112); */
  /* background-color: #fff; */
  opacity: 0.65;
  z-index: 1;
}
.footer,
.col-lg-7,
.col-lg-5,
.col-md-4 {
  z-index: 2;
}
