@charset "utf-8";

/* CSS Document */
/*--Navigation  --*/
.navbar{text-transform: uppercase; font-weight: 700; font-size: .9rem; letter-spacing: 0.1rem; background: rgba(1,2,25,0.25);}
.navbar-brand{padding-left: 2rem;}
.nav-link{color:aliceblue;}
.nav-link:hover{color: #1ebba3;}
.nav-item:active{color: #  color: #ff5722;}
.navbar-nav{margin-right: 3rem;}
.nav-link{color:aliceblue;}
/*--  Caurosel  --*/
.carousel-inner .carousel-item{min-height: 700px;}
.carousel-item{min-height: 600px; background-size: cover; background-position: center center;}
.carousel-item-filter{background: #000; width: 100%; height: 100%; position: absolute; z-index: 0; opacity: 0.5;}
.carousel-caption{position: absolute; left: 0; width: 50%; top: 12%; margin-left: 10%; text-align: left;}
.carousel-caption h5{font-size: 4rem;}
/*--  Footer  --*/
footer{background-color: rgba(0,0,0,0.60); padding-top:0.5rem; height: 4rem;}
.copy{padding-top:0.5rem}
