@charset "utf-8";
/* CSS Document */
html, 
body,
.view {
	height: 100%;
	/*margin:0px;
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-size: 17px;
	color:#d6ebf0;*/
	/*line-height: 1.6;*/
	/*background: #000;*/
}

 /*.view {
	height: 100%;
}*/

/*#showcase {
	background: #222 url(img/CRACT_lobby_image.jpg) bottom center no-repeat;
	background-size: cover;
	color: white;
	height: 100%;
	text-align: center;
	display: flex;
	align-items: center;
}

#showcase-caption {
	width: 100%;
}

#test{
	background: center center no-repeat;
}*/



    .carousel,
    .carousel-item,
    .carousel-item.active {
	    height: 100%;
    }
    
	/*.carousel-home,*/
	.carousel-inner {
		height: 100%;
    }
.carousel-caption {
	   /* font-family: Arial, Helvetica, sans-serif;*/
    	/*font-size: 1em;*/
	/*font-weight: 400;*/
		padding: 0px;
    	width: 425px;
    	height: 65%;
	  /*align-items: left;*/
		text-align: left ;
    	/*color: white;*/
		text-shadow: 2px 2px 4px black;
}
.FW2{
	
	font-weight: 650;
	color:#02F400;
}
.FW1{
	
	font-weight: 100;
	color:white;
	text-shadow: 1px 2px 2px black;
}


  	.carousel-item:nth-child(1) {
      	background-image:url(img/newport21-condos/newport21-condos_dc_designlithellc_001b.jpg);
      	background-repeat: no-repeat;
      	background-size: cover;
      	background-position: top center;
	}
    .carousel-item:nth-child(2) {
    	background-image: url(img/newport21-condos/newport21-condos_dc_designlithellc_002b.jpg);
      	background-repeat: no-repeat;
      	background-size: cover;
      	background-position: top center;
    }
    .carousel-item:nth-child(3) {
      	background-image: url(img/newport21-condos/newport21-condos_dc_designlithellc_004b.jpg);
      	background-repeat: no-repeat;
      	background-size: cover;
      	background-position: bottom center;
    }
    .carousel-item:nth-child(4) {
      	background-image: url(img/newport21-condos/newport21-condos_dc_designlithellc_004.jpg);
      	background-repeat: no-repeat;
      	background-size: cover;
      	background-position: bottom center;
    }
    .carousel-item:nth-child(5) {
      	background-image: url(img/newport21-condos/newport21-condos_dc_designlithellc_005b.jpg);
      	background-repeat: no-repeat;
      	background-size: cover;
      	background-position: top center;
    }

	.footer {
		position: absolute;
		bottom: 0;
		width: 100%;
		height: 60px; /* Set the fixed height of the footer here */
		line-height: 60px; /* Vertically center the text there */
		background-color: rgb(0,0,0,0.0);
		text-align: center;
	}
	.text-white{
		text-align: center;
		font-weight: 100;
	}


	/* Custom page CSS
	-------------------------------------------------- */
	/* Not required for template or sticky footer method. */

	/*.container {
	  width: auto;
	  max-width: 680px;
	  padding: 0 15px;
	}*/






















