/*
*
* ==========================================
* FOR DEMO PURPOSES
* ==========================================
*
*/

/* fallback */
@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/materialicons/v118/flUhRq6tzZclQEJ-Vdg-IuiaDsNc.woff2) format('woff2');
}

.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -moz-font-feature-settings: 'liga';
  -moz-osx-font-smoothing: grayscale;
}


.scrollToTop  a{
    width: 100%;
	height:100%;
	display:block;
}

.scrollToTop {
    width: 90px;
	height:90px;
	
    position: fixed;
    bottom: 3rem;
    right: 1rem;
    display: block;
    background: #999966;
    z-index: 1000;
    text-align: center;
}



body {
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #cccccc;
    text-align: left;
	background-color: #000000;


}

#all-bg{
	border-style:dotted;
	border-width:3px;
	border-color:#FFFFFF;
	
	background-repeat: repeat-y;
	
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
	  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
    background-attachment: fixed;
	height: 100%;
    @media screen and (max-width: 767px) {
        height: 100%;
        overflow-y: auto;
    }
	z-index: -1; // this is optional
	position: fixed;
	
}
#content-box{
	position: relative;
    z-index: 1; // this is optional
}

a {color: #ffffff;}
a:visited {color:#ffffff; }
a:hover {color:#DCDCDC; }
a:focus {color:#ffffff; }
a:active {color:#ffffff ! important; }



@media (max-width: 450px) .nav-link{
     font-size:20pt;
}


.text-muted {
    color: #d4d4d4 !important;
}


.navbar-light .navbar-brand {
    color: #fff;
}
.navbar-light .navbar-brand:hover {
    color: #fff;
}
.navbar-light .navbar-brand:active {
    color: #fff;
}



.navbar-light .navbar-nav .nav-link {
    color: rgba(255, 255, 255, 0.9);
}
.navbar-light .navbar-nav .nav-link:hover{
    color: rgba(255, 255, 255, 0.7);
}

.navbar-light .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show > .nav-link {
    color: rgba(255, 255, 255, 0.7);
}
.navbar-light .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show > .nav-link:hover {
    color: rgba(255, 0, 0, 1);
}


.navbar-light .navbar-toggler {
    color: rgba(255, 255, 255, 0.7);
    border-color:  rgba(255, 255, 255, 0.7);
}
.navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}


.text-small {
    font-size: 0.9rem !important;
}

.header {
    background-color: #000000;
    background: rgba(0, 0, 0, 0.6)  ;
}

.section-1 {
    background: rgba(0, 0, 0, 0.2);
}

.section-2 {
    background: rgba(0, 0, 0, 0.2) ;
}

.section-3 {
    background:  rgba(0, 0, 0, 0.2)  ;
}

.section-4 {
    background: rgba(0, 0, 0, 0.2)  ;
}

.bg-white {
    background: transparent  !important;
}



.h6, h6 {
    font-size: 2rem;
}


.pb-5, .py-5 {
    padding-bottom: 0px !important;
}


.lead {
    font-size: 1.50rem;
    font-weight: 300;
}