

html,
body {
	height: 100%;
	margin: 0;
	padding: 0;
	font-family: 'Courier New', Courier, monospace;
	background: rgb(0,0,0);
	color: rgb(255,255,255);
}


section {
	background-color:rgb(40,40,40);
	font-size: 18px;
	
}


.navbar-links-text {
    font-size: 2vh;
	color: cyan;
    font-family: Consolas, Menlo, Monaco, Lucida Console, Liberation Mono, DejaVu Sans Mono, Bitstream Vera Sans Mono, Courier New, monospace, serif;
}



/*************************  Colors  ********************/
.background-color-yolo-1 {
	color: rgb(255,255,255);
	/*background-color:rgb(1, 5, 12);*/
    background-color:rgb(0, 0, 0);
}
.background-color-yolo-2 {
	color: rgb(255,255,255);
	/*background-color:rgb(10,27,45);*/
    background-color:rgb(3,10,26);
}
.background-color-yolo-3 {
	color: rgb(255,255,255);
	/*background-color:rgb(3,10,26);*/
    background-color:rgb(0, 0, 0);
}
.background-color-yolo-4 {
	color: rgb(255,255,255);
	/*background-color:rgb(10,27,45);*/
    background-color:rgb(3,10,26);
}

.background-color-yolo-5 {
	color: rgb(255,255,255);
	/*background-color:rgb(3,10,26);*/
    background-color:rgb(0, 0, 0);
}

.background-color-yolo-resume {
	color: rgb(255,255,255);
	background-color:rgb(3,10,26);
}


  /*************************  Modal  ********************/
.modal-yolo {
	color: rgb(255,255,255);
	background-color:rgb(30,30,30);
}

.modal-title {
	color: rgb(30,30,30);
}

.modal-body {
	color: rgb(30,30,30);
}

.color-black {
	color: rgb(0,0,0);
}
  
  /*************************  List with check mark  ********************/
.ul-check {
	list-style: none;
	padding-left: 0px;
  }
  
  .ul-check li:before {
	content: '✓';

  }


  /*************************  BG IMage and text : start  ********************/

.yolo-header {
	height: 200px;
	width: 200px;
	position: absolute;
	left: 20%;
	top: 40%;

}
.bg-image-moon {
	/*background-image: url("../img/nasa-1920x1277 -yolo3.png");*/
	background-image: url("../img/Background_website2.png");

	/* Full height */
	height: 100%;
	width: 80%;

	/* Center and scale the image nicely */
	background-position: left;
	background-repeat: no-repeat;
	background-size: cover;

	animation-name: loaded-image;
	animation-duration: 5s;
	animation-delay: 0;
	animation-direction: forward;
	animation-fill-mode: linear;
	@keyframes loaded-image{
	from{
	  opacity: 0;
	}
	to{
	  opacity: 1;
	}
  }

}

.bg-image
{
	/*background-image: url("../img/nasa-1920x1277 -yolo3.png");*/
	background-image: url("../img/capsule_sans_texte2.png");

	/* Full height */
	height: 40%;
	width: 100%;
	/* Center and scale the image nicely */
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;

	animation-name: loaded-image;
	animation-duration: 5s;
	animation-delay: 0;
	animation-direction: forward;
	animation-fill-mode: linear;
	@keyframes loaded-image{
	from{
	  opacity: 0;
	}
	to{
	  opacity: 1;
	}
  }

}



header .image-wrapper{
	/*
	background: 
	    linear-gradient(to bottom, rgba(10,19,10,0), rgba(10,19,10,.61)),
		linear-gradient(to top, rgba(10,19,10,0), rgba(10,19,10,.61));
	*/	
	height: 100%;
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
  }

  .bg-image-code {
	font-family: Consolas, Menlo, Monaco, Lucida Console, Liberation Mono, DejaVu Sans Mono, Bitstream Vera Sans Mono, Courier New, monospace, serif;
	color: rgb(255,255,255);
	
	position: absolute;
	top:2%;
	left:2%;
	width:40vh;
	height:100%;

	text-align: left;
	font-size: 2vh;
	color: cyan;
	/*z-index:2;*/
  }

  .bg-image-title {
	font-family: Consolas, Menlo, Monaco, Lucida Console, Liberation Mono, DejaVu Sans Mono, Bitstream Vera Sans Mono, Courier New, monospace, serif;
	color: rgb(255,255,255);
	position: absolute;
	top: 10%;
	left: 10%;
	width: 75%;
	text-align: right;
	font-size: 8vh;
  }
 
  
  .bg-image-comment {
	font-family: Consolas, Menlo, Monaco, Lucida Console, Liberation Mono, DejaVu Sans Mono, Bitstream Vera Sans Mono, Courier New, monospace, serif;
	color: rgb(162, 147, 60);
	text-align: right;
	position: absolute;
	top: 56%;
	left: 0%;
	width: 85%;
	letter-spacing: 2px;

	padding-left: 0px;
	margin-left: 0px;
	font-size: 3.5vh;
  }

   .bg-image-logo {
    background-image: url("../img/player_moon3nn_200.png");
    background-repeat: no-repeat;
    background-size: cover;
	font-family: Consolas, Menlo, Monaco, Lucida Console, Liberation Mono, DejaVu Sans Mono, Bitstream Vera Sans Mono, Courier New, monospace, serif;
	color: rgb(221, 19, 19);
	text-align: center;
	position: absolute;
	top: 40%;
	left: 85%;
	width: 20vh;
    height: 20%;
	letter-spacing: 2px;

	padding-left: 0px;
	margin-left: 0px;
	font-size: 3.5vh;
  } 
  
  .bg-image-line { 
    top: 60%;
	left: 0%;
    width:100%; 
    height:3px; 
    background: rgb(162, 147, 60);
    
  }


  /*************************  BG IMage and text : end  ********************/

  .parallax-slider {
    transition: opacity 0.4s ease-in;
    -webkit-transition: opacity 0.4s ease-in;
    -moz-transition: opacity 0.4s ease-in;
    -ms-transition: opacity 0.4s ease-in;
    -o-transition: opacity 0.4s ease-in;
    opacity: 1;
}


.transitioning-src {
    transition: opacity 0.4s ease-out;
    -webkit-transition: opacity 0.4s ease-out;
    -moz-transition: opacity 0.4s ease-out;
    -ms-transition: opacity 0.4s ease-out;
    -o-transition: opacity 0.4s ease-out;
    opacity: 0;
}


.content-vid-left {
	position: relative;
	left: 5%;
	width: 95%;
	border: 2px solid rgb(10,27,45); /*rgba(255,255,255,.8);*/
	padding-left: 0px;
	padding-right: 0px;
}

.content-img-left {
	position: relative;
	left: 5%;
	/*width: 45%;*/
	border: 2px solid rgb(3,10,26); /*rgba(255,255,255,.8);*/
	padding-left: 0px;
	padding-right: 0px;
}

.content-img-container-right {
	position: relative;
	left: 10%;
	/*width: 45%;*/
	border: 2px solid rgb(3,10,26); /*rgba(255,255,255,.8);*/
	padding-left: 0px;
	padding-right: 0px;
}
.content-img-right {
	width: 100%;
}

.content-txt-left {
	position: relative;
	left: 5%;
	/*width: 45%;*/
	color: rgb(255,255,255);
	padding-left: 0px;
}



.content-txt-right {
	position: relative;
	left: 5%;
	/*width: 45%;*/
	color: rgb(255,255,255);
	padding-left: 5%;
}




@font-face {
	font-family: YOLOHackerfont;
	src: url("font/monoton/Monoton-Regular.otf") format("opentype");
  }  


.navbar-brand {
	/*font-family: 'Courier New', Courier, monospace;*/
	font-size: 32px;
}

/*
.navbar-header {
    float: left;
    padding: 15px;
    text-align: center;
    width: 80%;
}
.navbar-brand {float:none;}
*/

.carousel,
.item,
.active {
    height: 100%;
}

.carousel-inner {
    height: 100%;
}

/* Background images are set within the HTML using inline CSS, not here */

.fill {
    width: 100%;
    height: 100%;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

footer {
    margin: 50px 0;
}

.navbar-default {
    background-color: rgba(0,0,0,.5);
	/*border-color: #e7e7e7;*/
	border-color: rgba(0,0,0,255);
}


.affix {
	top: 0;
	width: 100%;
	-webkit-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
	background-color: rgba(0,0,0,.5);
	border-color: #e7e7e7;
  }
.affix a {
	color: #fff !important;
	padding: 15px !important;
	-webkit-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
  }

.affix > a:hover {
	color: #fff;

}
.affix-top a {
	padding: 15px !important;
  }
.affix + .container-fluid {
	padding-top: 95px;
  }




#early {
	/*height: ;*/
	/*
	background-color: rgb(100,100,100);
	box-shadow: 0 1px 10px grey;
	*/
}

#services {
	box-shadow: 0 1px 10px grey;
}

#contact > .container-fluid{
	background-color: black;
}

#coco {
	color: rgba(255,255,255,1); /*#f05f40;*/
	letter-spacing: 3px;
}



a .active  {
	color: rgba(255,255,255,1); /*#f05f40;*/
}

.navbar-default {
	background-color: rgba(0,0,0,.5);
}

.navbar-default a:hover{color: #fff;

}


button {
	margin-right: 5px;
}

.glyphicon {
	color: rgb(162, 147, 60); /*rgb(60, 205, 213);*/
	font-size: 4em;
}



.navbar-default .navbar-nav > li > a {
	/*color: #f05f40;*/
}

.navbar-default .navbar-nav > li > a:focus,.navbar-default .navbar-nav > li > a:hover {
	color: #fff;
	background-color: transparent;
	transition: all .3s;
}

#facebook, #github, #letstart {
	font-weight: bold;
	border-radius: 0;
}



p {
	color: #f9f9f9;
	font-size: 18px;
	
}

#link {
	font-size: 22px;
}

.caroussel-caption h3 {
  font-size: 4em;
}