@font-face {
    font-family: ubuntu;
    src: url(../fonts/Ubuntu-Regular.ttf);
}

@font-face {
    font-family: ubuntu-bold;
    src: url(../fonts/Ubuntu-Bold.ttf);
}

* {
	font-family: ubuntu;
}

.navbar.solid {
	background-color: #0a0e1a;
	opacity: 0.9;
	transition: background-color 1s ease 0s;
	z-index: 20;
}

.navbar{
	position:fixed;
	width:100%;
	background-color:transparent;
	z-index:10;
	border-radius:0;
	border-color:transparent;
}

.navbar-default .navbar-nav > li > a{
	color:#000;
}

.nav-link {
	color: #fff;
	padding-left: 1.2rem !important;
	padding-right: 1.2rem !important;
}

.nav-link:hover {
	color: #FFD700;
}

.nav-item {
	line-height: 25px;
	font-size: 16px;
}

.nav-item.active {
	font-size: 23px !important;
}

button:focus {
	outline: none;
}

.dropdown-menu {
	background-color: #0a0e1a;
	opacity: 0.9;
	border: none;
	top: 25px;
}

.dropdown-item {
	padding-left: 1.2rem;
	color: white;
}

.dropdown-item:hover {
	background-color: transparent;
	color: #FFD700;
}

.collapse.show {
	background-color: #0a0e1a;
	text-align: center;
}

.collapsing {
	background-color: #0a0e1a;
	text-align: center;
}

.justify-content-center {
	width: 100%;
}

.navbar-right {
	width: 140px;
}

.main {
	height: 100vh;
	display: flex;
	background-image: url(../images/screen_01_bg.jpg);
	background-repeat: no-repeat;
	background-position: center;
	position: relative;
}

.canvas {
	background-image: url(../images/main_bg.jpg);
	background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

/*.layer {
	position: fixed;
	height: 100%;
	width: 100%;
	background-color: rgba(0,0,0,0.5);
	top: 0;
	left: 0;
	z-index: 0;
}*/

.about {
	min-height: 100vh;
	display: flex;
	position: relative;
}

.contact {
	min-height: 100vh;
	display: flex;
	position: relative;
}

.privacy {
	background-color: #0a0e1a;
	padding: 150px 0px;
}

.footer-pp {
	text-align: right;
}

.last {
	margin-bottom: 30px;
}

.down-arrow {
	position: absolute;
	bottom: 5%;
	left: 0px;
	right: 0px;
	margin: auto;
}

.bulb {
	background-repeat: no-repeat;
	background-size: 65vh;
	background-position: center;
	background-attachment: fixed;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
	
.full-screen {
	height: 100vh;
}

.full-width {
	width: 100%;
}

hr.center-hr {
	width: 30px;
	border-top: 3px solid #FFD700;
}

hr.left-hr {
	width: 30px;
	border-top: 3px solid #FFD700;
	margin-left: 0px;
}

hr.icon-hr {
	width: 30px;
	margin: 0px 60px;
	border-top: 3px solid #FFD700;
}

.ub {
	font-family: ubuntu-bold;
}

.grey {
	color: #e7e7ee;
}

.darkgrey {
	color: #383636;
}

.blue {
	color: #FFD700;
}

h1, h2 {
	font-size: 3.5rem;
}

.carousel-item {
	height: 100vh;
	min-height: 300px;
	background: no-repeat center center scroll;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.btn-biground {
	border-radius: 50px;
	padding: 10px 40px;
	font-size: 16px;
	margin-top: 8px;
	border-color: #BBBECF;
}

.btn-grey {
	color: #383636 !important;
	border: 2px solid #383636;
}

.btn-grey:hover {
	color: #1C1B1B !important;
}

.btn-outline-light:hover, .btn-outline-light:focus {
	background-color: transparent;
}

.form-transparent {
	display: block;
	width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #fff;
    background-color: transparent;
    border: 1px solid #BBBECF;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.form-transparent:focus {
	background-color: rgba(255,255,255,0.1);
	border: 1px solid white;
}

.btn-round {
	border-radius: 50px;
	padding: 5px 30px;
	font-size: 12px;
	margin-top: 8px;
	border-color: #BBBECF;
}
	
.btn-round:hover {
	background-color: rgba(255,255,255,0.1);
}

.stick-bottom {
	position: absolute;
	bottom: 31px;
	line-height: 34px;
}

.carousel-control-next, .carousel-control-prev {
	height: 50px;
	width: 50px;
	text-align: center;
	opacity: 1;
	border: 2px solid #fff;
	transition: border-color .25s ease-in-out;
	background: rgba(0,0,0,0.3);
}

.oi {
	color: white;
	transition: color .25s ease-in-out;
}

.oi:hover {
	color: #FFD700;
}

.carousel-control-next:hover, .carousel-control-prev:hover {
	border: 2px solid #FFD700;
	color: #FFD700;
}

.carousel-arrows {
	display: block;
    height: 60px;
    position: absolute;
    top: 30%;
    width: 120px;
    right: 20%;
	z-index: 10;
}

.carousel-caption {
	right: 40%;
	top: 30%;
	padding-top: 0px;
}

ul {
	padding-left: 20px;
	list-style-type: square;
}
  
.arrow {
	margin-top: 20px;
}

footer {
	background-color: #0a0e1a;
	z-index: 2;
}

::placeholder {
	color: white;
}

@media screen and (max-width: 1200px) {
	h1, h2 {
		font-size: 3.2rem;
	}
	
	.carousel-caption {
		left: 15%;
		right: unset;
		max-width: 55%;
	}
	
	.carousel-arrows {
		right: 15%;
	}
}

@media screen and (min-width: 993px) {
	.navbar {
		background-color: transparent;
	}
}

@media screen and (max-width: 992px) {
	.navbar {
		background-color: #0a0e1a;
	}	
	.navbar-right {
		width: 100%;
	}
	
	.dropdown-menu.show {
		text-align: center;
	}
	
	.justify-content-center {
		width: unset;
	}
	
	#about-three h1, #about-three h2 {
		margin-top: 30px;
	}
}

@media screen and (max-width: 768px) {
	h1, h2 {
		font-size: 1.6rem;
	}
	
	p {
		font-size: 14px;
	}
	
	.stick-bottom {
		position: unset;
	}
	
	.navbar {
		background-color: #0a0e1a;
	}	
	
	.navbar-right {
		width: 100%;
	}
	
	.dropdown-menu.show {
		text-align: center;
	}
	
	.nav-item.active {
		font-size: 16px;
	}
	
	.down-arrow img {
		height: 30px;
	}
	
	hr.icon-hr {
		margin: 0px 45px;
	}
	
	.icons {
		width: 35px;
	}
	
	.xsmt {
		margin-top: 10px;
	}
	
	.down-arrow {
		display: none;
	}
	
	.copy {
		padding-top: 10px;
	}
	
	.carousel-arrows {
		width: 85px;
		top: 20%;
		left: 15%;
	}
	
	.carousel-control-next, .carousel-control-prev {
		width: 40px;
		height: 40px;
	}
	
	.carousel-caption {
		bottom: 25%;
		left: 15%;
		right: unset;
		width: 70%;
	}
	
	.btn-biground {
		padding: 5px 30px;
		font-size: 13px;
	}
	
	.demo .large-header {
		background-position-x: 100%;
	}	
	
	footer p {
		margin-bottom: 5px;
	}
	
	footer {
		overflow: hidden;
		text-align: center;
	}
	
	.last {
		margin-bottom: 50px;
	}
	
	.footer-pp {
		text-align: center;
	}
}

@media screen and (max-width: 320px) {
	.last {
		margin-bottom: 70px;
	}
}

.large-header, .large-header2, .large-header3 {
   position: relative;
   width: 100%;
   height: 100%;
   background: #111;
   overflow: hidden;
   background-size: cover;
   background-position: center center;
   z-index: 1;
}

.large-header {
   background-image: url("../images/screen_01_bg.jpg");
}

.large-header2 {
   background-image: url("../images/screen_02_bg.jpg");
}

.large-header3 {
   background-image: url("../images/screen_03_bg.jpg");
}

.home-footer {
	position: fixed;
	bottom: 0px;
	padding-top: 10px;
	background: rgba(0,0,0,0.3);
}

.navbar {
	z-index: 20;
}