.color_bg {
	background-color: black;
}
.item {
      filter: blur(2px);

}

body {
    width: auto;
}
.navbar-light .navbar-brand {
	margin-left: 50px;
	color: #ff6600;
	font-weight: 600;
	letter-spacing: 1px;
	font-family: Tahoma, Geneva, sans-serif;
}

.navbar-toggler-icon{
    background-color: white;
    border-radius: 2px;
}
.navbar-light .navbar-nav .nav-link.active {
	font-family: Tahoma, Geneva, sans-serif;
		margin-left: 50px;
		font-weight: 600;
		color: #ff6600;
		letter-spacing:  1px;
}
.review {
    border-radius: 15px;
    margin-top: 20px;
}

.text-center {
    color: white;
text-shadow: 1px 1px 2px black;
margin-top: 50px;
}
.col-sm-6 {
	margin-top: 30px;
}
@media screen and (max-width: 576px) {
	.col-sm-6 {
		margin-left: 20%;
	}
}
.intro {
    color: white;
}
.btn {
    margin-top: 15px;
    background-color: #ff6600;
    color: black;
    font-weight: bold;
    border-radius: 20px;
}
.btn :hover
{
   background-color: black; 
}
.map {
    margin-left: 8%;
}
.main_cont_fbi {
    background-image: url('/copii/fby.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    border: 5px solid white;
    border-radius: 10px;
    margin-top: 50px; 
}

.main_cont_harry {
    background-image: url('/copii/harry.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    border: 5px solid white;
    border-radius: 10px;
    margin-top: 50px; 
}
.main_cont_spy {
    background-image: url('/copii/spy.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    border: 5px solid white;
    border-radius: 10px;
    margin-top: 50px; 
}
.main_cont_way {
    background-image: url('/copii/way.webp');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    border: 5px solid white;
    border-radius: 10px;
    margin-top: 50px; 
}

.main_cont {
    background-image: url('/copii/image.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    border: 5px solid white;
    border-radius: 10px;
    margin-top: 50px;
}
.photos {
    margin-bottom: 30px;
}
.img-camere {
    width: 90%;
    height: 200px;
    
}
.spy {
    color: red;
    
}
.text-harry {
    text-shadow: 2px 2px 3px black;
    font-weight: bold;
}
.text-spy {
    text-shadow: 2px 2px 3px black;
    font-weight: bold;
}
.text-fby {
    text-shadow: 2px 2px 3px black;
    font-weight: bold;
}