html {
	background: linear-gradient(to bottom right, #08af53, rgba(8, 175,83,.3));
	background-size: cover;
	background-repeat: no-repeat;
  background-attachment: fixed;
  font-family: sans-serif;
  font-size: 12pt;
  width: 100vw;
}

div.marquee {
    white-space:no-wrap;
    overflow:hidden;
	background-color: dodgerblue;
	color: lime;
	font-size: 20px;
	font-weight: bold;
}
div.marquee > div.marquee-text {
    white-space:nowrap;
    display:inline;
    width:auto;
}

body {
  padding: 0;
  margin: 0;
  width: 100vw;
  background-color: rgba(0, 0, 0, 0);
}

.nav-link {
  color: #000000 !important;
  font-size: 1.2em !important;
}

.nav-item {
  padding-right: 10px;
}

.navbar-nav>.active>a {
  color: #08af53 !important;
}

.nav-item>a:hover {
  color: #08af53 !important;
}

.navbar-toggler-icon {
  color: #08af53 !important;
}

.container-fluid {
  padding: 0;
  margin: 0;
}

.carousel-item .img-fluid {
  width: 100%;
  height: auto;
}

.btnContainer {
  padding: 0 !important;
}

.btnRow {
  margin: 0 !important;
}

.btns {
  margin: 0 !important;
}

.btnBoundry {
  padding: 0 !important;
}

.btn-block {
  padding-left: 0 !important;
  padding-right: 0 !important;
  background: linear-gradient(to bottom right, #01579b, #00345D);
  color: white;
  font-size: 1.25rem!important;
  font-weight: lighter !important;
  border-radius: 0;
}

.contentRow {
  margin: 0 !important;
  padding: .25rem;
}

.videoContainer {
  padding: 0 !important;
}

video {
  width: 100%;
}

.innerFooter, .footerContent {
  margin: 0;
}

/* Hide the text part of the logo */
@media screen and (max-width: 767px)
{
	.nomobile{
		display:none;
	}
}

/* Responsive Design */
@media screen and (min-width: 768px) {
  .slide {
    height: 20rem;
    overflow: hidden;
  }

  .btn-block {
    width: 7.5rem;
    height: 7.5rem;
    border-radius: 50%;
    margin-top: -3.5rem;
    border: .13rem solid white !important;
  }

  .contentContainer {
    margin-top: 1rem;
  }
}

@media screen and (min-width: 992px) {
  .slide {
    height: 30rem;
    overflow: hidden;
  }

  .btn-block {
    width: 10rem;
    height: 10rem;
    border-radius: 50%;
    margin-top: -3.5rem;
    border: .25rem solid white !important;
    font-size: 2rem !important;
  }

  .contentContainer {
    margin-top: 1rem;
  }

  footer {
    position: fixed;
    bottom: 0;
  }
}

@media screen and (min-width: 1080px) {
  .slideImg {
    margin-bottom: 5rem !important;
  }

  .btn-block {
    width: 13rem;
    height: 13rem;
    border-radius: 50%;
    margin-top: -5.5rem;
    border: .25rem solid white !important;
    font-size: 2rem !important;
  }

  .btn-block:hover {
    transform: scale(1.15);
    box-shadow: 2px 2px 10px black;
    color: white;
    font-weight: 300 !important;
  }

  footer {
    position: relative;
    bottom: -2rem;
  }
}

@media screen and (min-width: 1400px) {
  .slide {
    height: 50rem;
    overflow: hidden;
  }

  .slideImg {
    margin-bottom: 20rem !important;
  }

  .btn-block {
    width: 20rem;
    height: 20rem;
    border-radius: 50%;
    margin-top: -10rem;
    border: .25rem solid white !important;
    font-size: 2.5rem !important;
  }
}