

body {
  background:#000000;
}
body *{
  color:#fff;
}

h1,h2,h3,h4 {
  font-family: "Bebas Neue","Julius Sans One","Walter Turncoat", "Freeman", sans-serif;
}

.mt-10 {
  margin-top:6rem;
}
.mb-10 {
  margin-bottom:6rem;
}

.btn {
  text-transform:uppercase;
  border-radius:30px;
  padding: .5rem 2rem;
  transition: transform .2s ease-in-out;
}
.btn.btn-1 {
  border:2px solid #de5929;
  background: #de5929;
  color: #fff;
}
.btn.btn-2 {
  border:2px solid #de5929;
  background: #000000;
  color: #de5929;
}
.btn.btn-1:hover, .btn.btn-2:hover {
  /*background:#de5929;
  color: #fff;  */
  text-decoration:none;
  transform: scale(1.05);
}

#stagevideo {
  object-fit: cover; 
  width: 100vw; 
  height: 100vh; 
  max-width: 100%;
  /*position: fixed;*/ 
  top: 0; 
  left: 0;
}

.anchor-section-two {
position: absolute;
  bottom: 2rem;
  left: 50%;
  padding: .7rem 1rem;
  border: 1px solid #fff;
  border-radius: 50%; /* */
  transform: translateX(-50%);
}



/*
.container {
				height: 100%;
				font-size: 100px;
}
.row {
				align-items: center;
				text-align: center;
				height: 100%;
}*/
.scroll-section {
  position: relative;
  min-height:100vh;
  color: #fff;
}
.scroll-section#section-two {
  padding-bottom: 100px;
  background:url(../assets/images/background.jpg) no-repeat left top;
  background-size: cover;
}


.scroll-control {
				position: fixed;
				right: 20px;
				top: 50%;
				transform: translateX(-50%);
				z-index: 999;
}
.scroll-control span {
				cursor: pointer;
				display: block;
				width: 14px;
				height: 14px;
				border-radius: 50%;
				margin: 10px 0;
				background-color: #fff;
				opacity: 0.7;
}
.scroll-control span:hover {
				opacity: 1;
}

/**/
.shadow {
  background-image: linear-gradient(rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 90%);
  height: 20vw;
  position: absolute;
  bottom: 0;
  z-index: 9;
  width: 100%;
}


/*Form*/
form button {
  background: #de5929 !important;
  border: none !important;
}
.form-check-input:checked {
  background-color: #de5929;
  border-color: #de5929;
}
.form-check-label a {
  text-decoration: underline !important;
}
.form-check-label a:hover {
  cursor:pointer;
}


#footer-nav {
position: absolute;
  bottom: 0;
  width: 100%;
  text-align: center;
  padding: 7px;
  background: #0b0b0b;
}
#footer-nav a{
color:#3c3a3a;;;
text-decoration:none;
padding:0 5px;
font-size:.85rem;
}
#footer-nav a:hover{
color:#262626;
cursor:pointer;
}

/*modal*/
.modal .modal-dialog .modal-content{
background:#000;
border-radius:0;
}
.modal .modal-dialog .modal-content .btn-close {
background:none;
color:#fff;
opacity:1;
  padding:0;
  width: auto;
  height: auto;
  top: .5rem;
  position: relative;
  right: .5rem;
  font-size: 1.5rem;
}
.modal .modal-dialog .modal-content .btn-close:hover {
background:none;
color:#fff;
}
.modal-backdrop.show {
  opacity: .9;
}
.modal-header {
  border-bottom:0;
  padding: 5px;
  opacity: 1;
  font-size: 20px;
  padding: 0 15px 0 0;
  min-height: 1.5rem;
}
.modal-open main section {
filter: blur(1.5px);
}

.bg-orange {
  background: #de5929;
}
.bg-white {
  background: #ffffff;
}

main .box {
  padding: 1.5rem;
  border-radius: 1rem;
  height: 100%;
}
main .box p, main .box a, main .box i, main .box * {
  color:#000;
}
main .box a {
  text-decoration:none;
}
main .box a:hover, main .box a:hover i.bi {
  color:#000;
}

@media all and (max-width: 1023px) {
    .scroll-control span {
    					display: none;
    }
}

@media all and (max-width: 991px) {

main .box {
  height: auto;
}

}

@media all and (max-width: 499px) {


h1.mt-10 {
margin-top: 3rem;
}

.btn {
  width:100%;
}
.btn.btn-1:hover, .btn.btn-2:hover{
  transform: scale(1);
}
.scroll-section#section-one {
  min-height: auto;
}
#stagevideo {
  height: 65vh;
}

}



 