*{
    font-family: 'Oswald', sans-serif;
}
body{
    height: 150vh;
    overflow-x: hidden;
    background-color: #F4F1DE;
}
.text-box{
    text-align: center;
    font-size: 62px;
    color: white;
    padding-top: 17%;
}
.navbar{
    z-index: 999999;
}
.vh{
    height: 15vh;
}
.dropdown-menu li {
    position: relative;
    }
.dropdown-menu .dropdown-submenu {
    display: none;
    position: absolute;
    left: 100%;
    top: -7px;
}
.dropdown-menu > li:hover > .dropdown-submenu {
    display: block;
}
.bg-home{
    background-image: url(Images/Home/bg-home.png);
    background-repeat: no-repeat;
    background-size: cover;
}
.btn-leaf{
    background-color: #1e461b;
    color: #fff;
    border: 1px solid black;
    border-radius: 5px;
    font-size: 20px;
}
.bg-subscribe{
    background-image: url(Images/Home/bg-sub.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 40vh;
    width: 65%;
}
.bg-advice{
    background-image: url(Images/Expert_Advice/Are-you-eating-for-energy-or-pleasure.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 500px;
    width: 100%;
}
.copyright{
	text-align: center;
	font-size: 16px;
	color: #bbb;
}
.edit{
    font-size: large;
}
.bgi{
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.bgin{
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.layer{
	background: transparent;
	height: 300px;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	transition: 0.5s;
}
.layer:hover{
	background: #1e461b;
    opacity: 0.8;
}
.layer h3{
	width: 100%;
	font-weight: 500;
	color: #fff;
	font-size: 26px;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	position: absolute;
	opacity: 0;
	transition: 0.5s; 
}
.layer:hover h3{
	bottom: 45%;
	opacity: 1;
}
.profile-area{
    padding: 80px 0;
}
.card{
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.5);
    overflow: hidden;
    border-radius: 15px;
}
.img1 img{
    height: 200px;
    border-top-right-radius: 15px;
    border-top-left-radius: 15px;
    width: 100%;
}
.img2 img{
    position: relative;
    display: block;
    margin-left: auto;
    margin-right: auto;
    z-index: 1;
    width: 150px;
    height: 150px;
    border-radius: 50%;
    border: 7px solid #fff;
    margin-top: -80px;
}
.img8 img{
        width: 100%; 
        height: auto;
}
.card:hover .img2 img{
    border-color: darkcyan;
    transition: .7s;
}
.main-text{
    padding: 30px 0;
    text-align: center;
}
.main-text h2{
    text-transform: uppercase;
    font-weight: 900;
    font-size: 20px;
    margin: 0 0 20px;
}
.main-text p{
    font-size: 16px;
    padding: 0 35px;
}
.socials{
    text-align: center;
    padding-bottom: 20px;
}
.socails i{
    font-size: 30px;
    color: darkcyan;
    padding: 0 10px;
}
  .footer {
    display: flex;
    flex-direction: column;
    padding: 20px;
    color:white;
}
.container-fluid{
    background-color: #EAC79779;
}

.footer-column {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.footer-section {
    margin-bottom: 20px;
}

.footer-section h4 {
    margin-bottom: 10px;
}

ul {
    list-style: none;
    padding: 0;
}

ul li {
    margin-bottom: 5px;
}

input[type="email"],
button {
    width: 100%;
    padding: 10px;
    margin-bottom: 10px;
}

.social-icons {
    list-style: none;
    padding: 0;
}

.social-icons li {
    display: inline;
    margin-right: 10px;
}

.social-icons a {
    text-decoration: none;
    color: #000;
}
a {
    color: inherit; 
    text-decoration: none; 
}

a:hover {
    text-decoration: none;
    color: inherit; 
}