body {
	font-family: 'Poppins', sans-serif;
}

header .carousel-inner .item {
	height: 100vh;
}

.navbar-inverse {
	background-color: transparent;
	border-color: transparent;
}

.navbar-inverse .navbar-brand {
	color: #C0C0C0;
	font-size: 40px;
	padding: 40px 15px;
	font-weight: 900;
}

.navbar-inverse .navbar-brand:hover{
	color: #A9A9A9;
}

.nav.navbar-nav.navbar-right {
	margin: 25px 0;
}

.navbar-inverse .navbar-nav>li>a {
	color: #C0C0C0;
	font-weight: bold;
	text-transform: uppercase;
}

.navbar-inverse .navbar-nav>li>a:hover{
	color: #A9A9A9;
}

.icon-bar{
	background-color: #C0C0C0 !important;
}

.banner {
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	height: 100%;
}

.carousel-caption {
	padding-bottom: 250px;
	font-family: poppins;
}

.carousel-caption h2 {
	font-size: 70px;
	text-transform: uppercase;
	font-weight: bold;
}

.carousel-caption h2 span {
	color: #00FF00;
}

.carousel-caption a {
	background: #00FF00;
	padding: 15px 35px;
	display: inline-block;
	margin-top: 15px;
	color: #000;
	font-weight: bold;
	text-transform: uppercase;
	border-radius: 25px;
}

.carousel-control.right {
	background-image: none;
}

.carousel-control.left {
	background-image: none;
}

.carousel-indicators .active {
	background-color: #00FF00;
	border-color: #EDBB00;
}

/*responsive css*/

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.carousel-caption {
		padding-bottom: 350px;
	}
	.carousel-caption h2 {
		font-size: 50px;
	}

	.banner{
		background-size: contain;
		background-repeat: repeat;
	}

	.navbar-inverse .navbar-brand{
		font-size: 30px;
	}
}
@media only screen and (max-width: 767px) {
	.navbar-inverse .navbar-brand {
		font-size: 30px;
		padding: 20px 15px;
	}
	.navbar-collapse {
		background: rgba(0, 0, 0, 0.5);
	}
	header .carousel-inner .item{
		/*height: 50vh;*/
	}
	.carousel-caption {
		/*padding-bottom: 120px;*/
		padding-bottom: 300px;
	}
	.carousel-caption h2 {
		font-size: 25px;
	}
	.carousel-caption h3 {
		font-size: 18px;
	}
	.carousel-caption a {
		padding: 10px 25px;
	}

	.banner{
		background-size: contain;
		background-repeat: repeat;
	}

	.navbar-inverse .navbar-brand{
		font-size: 23px;
	}
}

/*new styels*/

section{
	padding: 3.9rem 0;
	overflow: hidden;
}

/*hero*/


.sub-headline{
	font-size: 5.5rem;
	color: #00FF00;
	font-weight: 600;
	line-height: .4;
	letter-spacing: 2px;
	opacity: 0;
	animation: fadeUp .5s forwards;
	animation-delay: .5s;
}

.first-letter{
	text-transform: uppercase;
	font-size: 7.3rem;
}

.global-headline{
	text-align: center;
	margin-top: 3.9rem;
}

/*tasteful recipes*/

.between{
	min-height: 20vh;
	display: flex;
	align-items: center;
}

.perfect-blend{
	background-size: 100% 100%;
	height: 100vh;
}

/*tooltip styles*/

/* Tooltip text */
.product .tooltiptext {
  visibility: hidden;
  width: 120px;
  background-color: black;
  color: #fff;
  text-align: center;
  padding: 5px 0;
  border-radius: 6px;
 
  /* Position the tooltip text - see examples below! */
  position: absolute;
  z-index: 1;
  top: 30%;
  left: 50%;
}

/* Show the tooltip text when you mouse over the tooltip container */
.product:hover .tooltiptext {
  visibility: visible;
}

/*tooltip styles end*/

/*footer*/

footer{
	padding: 7.9rem;
	background-color: #121212;
	color: #fff;
	text-align: center;
	position: relative;
}

.back-to-top{
	width: 7rem;
	height: 7rem;
	background-color: #121212;
	position: absolute;
	top: -3rem;
	left: 50%;
	transform: translateX(-50%);
	border-radius: 50%;
}

.back-to-top i{
	display: block;
	color: #fff;
	font-size: 2rem;
	padding: 2rem;
	animation: up 2s infinite;
}

.footer-content{
	overflow: hidden;
}

.footer-content h4{
	font-size: 1.9rem;
	text-transform: uppercase;
	font-weight: 100;
	letter-spacing: 3px;
	margin-bottom: 3rem;
}

.footer-content .asterisk{
	margin: 2.4rem 0;
}

.footer-content-about{
	margin-bottom: 5.4rem;
}

.footer-content-about p{
	line-height: 2;
}

.social-icons{
	list-style: none;
	margin-bottom: 5.4rem;
	display: flex;
	justify-content: center;
	padding: 0;
}

.social-icons i{
	font-size: 3rem;
	color: #fff;
	padding: .8rem 2rem;
	opacity: .5;
	transition: color .5s;
}

.social-icons i:hover,
.social-icons i:focus{
	color: #00FF00;
}

.p{
	margin-top: 5rem;
	font-size: 1.8rem;
	line-height: 4.5rem;
}

.p li{
	font-weight: bold;
}

.footer-copyright a{
	color: #00FF00;
}

footer .bP h2{
	font-size: 20px;
}

footer .bP a{
	text-decoration: none;
	color: white;
	font-weight: bold;
}

footer .bP a:hover{
	color: green;
}

/*new styles portfolio*/

@media (max-width: 952px){
     

    #error_message{
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 0px;
    background: #FF0000;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    transition: all 0.5s ease;
    border-radius: 5px;
    }

    #success_message{
        margin-top: 20px;
        margin-bottom: 20px;
        padding: 10px;
        background: #00FF00;
        text-align: center;
        font-size: 14px;
        font-weight: bold;
        transition: all 0.5s ease;
        border-radius: 5px;
    }

    .product .img-responsive{
        height: 300px;
    }
}

@media (max-width: 858px){

    .row{
        padding: 20px;
    }

    #error_message{
        margin-top: 20px;
        margin-bottom: 20px;
        padding: 0px;
        background: #FF0000;
        text-align: center;
        font-size: 14px;
        font-weight: bold;
        transition: all 0.5s ease;
        border-radius: 5px;
    }

    #success_message{
        margin-top: 20px;
        margin-bottom: 20px;
        padding: 10px;
        background: #00FF00;
        text-align: center;
        font-size: 14px;
        font-weight: bold;
        transition: all 0.5s ease;
        border-radius: 5px;
    }
}

/*new nav*/

#social{
    background-color: #000;
}

hr{
    background-color: #0ecce6;
}

.box{
    background: #F9F9F9;
    box-sizing: border-box;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0px 5px 10px #00FF00;
}

label{
    font-weight: bold;
}

#g{
    text-align: center;
    box-shadow: 0px 5px 10px #00FF00;
    border-radius: 10px;
    margin-top: 20px;
    padding-top: 10px;
    background: #F9F9F9;
}

.form-group input{
    border-color: #00FF00;
}

.form-group textarea{
    border-color: #00FF00;
    height: 220px;
}

#backg{
    padding-top: 30px;
    padding-bottom: 30px;
    background-image: linear-gradient(rgba(26, 26, 26, 0.7), rgba(26, 26, 26, 0.7)), url(images/port.jpeg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

#main img{
    width: 90%;
    margin: 20px;
    border-radius: 10px;
}

#staff img{
    width: 50%;
    margin: 20px;
    border-radius: 10px;
}

#homeDesc{
    margin-bottom: 20px;
}

.carousel-inner{
    /*border-radius: 10px;*/
}

.page-footer{
    background-color: #ed6509;
}

.page-footer a{
    font-weight: bold;
}

.page-footer a:hover{
    color: #000;
}

.page-footer hr{
    background-color: #1bff0a;
}

.box{
    /*background-image: linear-gradient(rgba(26, 26, 26, 0.7), rgba(26, 26, 26, 0.7)), url("../images/bgb.jpeg");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center center;
    color: #fff;*/
}

#cimg{
    border-radius: 50px;
}


.single{
    width: 290px;
}
@media(max-width:768px){
    .single{
        width: 100%;
        margin: 0 auto;
    }
}

.product{
    background: #ffffff;
    border: solid 1px #e6e6e6;
    margin-bottom: 30px;
    box-sizing: border-box;
    border-radius: 3px;
    box-shadow: 0px 5px 10px #00FF00;
}

.product a{
	color: black;
}

.product .text{
    padding: 10px 10px 0px;
    /*height: 100px;*/
}

.product a:hover{
	text-decoration: none;
}

.product .text h3{
	height: 70px;
}

.product .text h4{
	height: 150px;
	font-size: 16px;
}


.product .text p.price{
    font-size: 18px;
    text-align: center;
    font-weight: 400;
}

.product .text{
    text-align: center;
    clear: both;
    margin-bottom: 10px;
}

.product .text h3{
    text-align: center;
    font-size: 20px;
}

.product .text h3 a{
    color: rgb(85, 85, 85);
}

.product .img-responsive{
	height: 252px;
    width: 100%;
    border-radius: 5px;
    object-fit: contain;
    /*background: red;*/
}

#portfolio{
	padding-top: 100px;
}

#error_message{
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 0px;
    background: #FF0000;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    transition: all 0.5s ease;
    border-radius: 5px;
}

#success_message{
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 10px;
    background: #00FF00;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    transition: all 0.5s ease;
    border-radius: 5px;
}

#welcome{
    background-image: linear-gradient(rgba(26, 26, 26, 0.7), rgba(26, 26, 26, 0.7)), url("../images/bgb.jpeg");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center center;
    color: #fff;
    padding: 40px;
}

#desc{
    background-color: #000;
    color: #fff;
    text-align: center;
    padding: 40px;
}

#backgr{
    background-image: linear-gradient(rgba(26, 26, 26, 0.7), rgba(26, 26, 26, 0.7)), url("images/cont.jpeg");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center center;
    color: #fff;
    padding: 20px;
}

#cont{
    color: #000;
    padding-top: 100px;
    padding-bottom: 60px;
}

.abt{
    background: #6B6B6B;
    border: solid 1px #e6e6e6;
    margin-bottom: 30px;
    box-sizing: border-box;
    border-radius: 10px;
    box-shadow: 0px 5px 10px #00FF00;
}

.btn{
    background: #000;
    color: #fff;
    border-radius: 20px;
    font-weight: bold;
}

#fimg{
    background-image: url("../images/imgfront.jpeg");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center center;
    height: 400px;
}

/*media queries*/

@media screen and (min-width: 900px){
	section{
		padding: 7.9rem;
	}

	.sub-headline{
		font-size: 10rem;
	}

	.first-letter{
		font-size: 12.2rem;
	}

	.headline{
		font-size: 4.7rem;
		letter-spacing: .8rem;
	}

	.p{
		font-size: 2.4rem;
	}

	.p li{
		font-weight: bold;
	}
	

	.padding-right{
		padding-right: 7rem;
	}

	.footer-content{
		max-width: 77.5rem;
		margin: auto;
	}

	.footer-content-about{
		max-width: 51.3rem;
		margin: 0 auto 5.4rem;
	}

	.footer-content-divider{
		display: flex;
		justify-content: center;
	}

	.social-media{
		width: 100%;
		max-width: 27.3rem;
		margin: 0 1rem;
	}

	.social-icons i{
		opacity: 1;
	}
}

/*animations*/

@keyframes fadeUp{
	0%{
		transform: translateY(4rem);
	}
	100%{
		opacity: 1;
		transform: translateY(0);
	}
}

@keyframes scale{
	0%{
		transform: scale(2);
	}
	100%{
		opacity: 1;
		transform: scale(1);
	}
}

@keyframes grow{
	0%{
		width: 0;
	}
	100%{
		opacity: 1;
		width: 100%;
	}
}

@keyframes spin{
	0%{
		transform: rotate(0);
	}
	100%{
		opacity: 1;
		transform: rotate(-360deg);
	}
}

@keyframes fadeDown{
	0%{
		transform: translateY(-1rem);
	}
	100%{
		opacity: 1;
		transform: translateY(0);
	}
}

@keyframes up{
	0%{
		opacity: 0;
	}
	50%{
		opacity: 1;
	}
	100%{
		opacity: 0;
		transform: translateY(-1rem);
	}
}
