@charset "utf-8";
.row.bg-dark .col-12.d-flex.justify-content-end #logo {


}
#carousel {
    overflow-x: hidden;
    overflow-y: hidden;
    background-image: url(../images/barbecue-1239434_1920.jpg);
    background-size: cover;
    background-attachment: fixed;
}
.row .col-12.text-center .h2 {

}
#nav li .text-white.p-2.active_nav {
    text-decoration: underline;
}
.container-fluid.bg-danger.text-white .row .col-12.d-flex.justify-content-end.about {
    justify-content: flex-end;
    display: flex;
}
.container-fluid.bg-danger.text-white .row .col-12.bg-light.text-danger.about {
    display: flex;
    justify-content: flex-end;
}


#facebook:visited {
	
	color: #FF0004
}
#facebook:hover{
	text-decoration:none;
	color:#FF0004;
}






@media (max-width:750px){
.row.bg-success.text-white.d-flex.align-items-center .col-12.d-flex.justify-content-start.align-items-center #nav {
    display: flex;
    flex-direction: column;
    margin-left: auto;
    margin-right: auto;
}
.container-fluid .row.bg-success.text-white.d-flex.align-items-center .col-12.d-flex.justify-content-start.align-items-center {
    justify-content: center;
}
#carousel {
    height: 600px;
}
.container-fluid.bg-danger.text-white .row .col-12.bg-light.text-danger.about {
    justify-content: center;
}






}
