body {background-color:#FEEBDF}

.sticky-top {background-color:#2D1A15 !important}

html {
    position: relative;
    height: 100%;
    overflow-x: hidden;
  }

body {
        position: relative;
        height: 100%;
        background-color: #FEEBDF;
      }

      h2 {font-size: 31pt;
        font-family: 'Yeseva One', cursive;
        color:#A24024;
    }
    
    p {
        color:#2D1A15;
        font-family: 'Josefin Sans', sans-serif;
    }

      .navbar-brand {
        width: 50px;
    }

    .container2 {
        background-image: url("image/footer 1.png");
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        display: block;
        width: 100%;
        height: 350px;
        padding-top: 50px;
    }

.nav-link {
        color: white !important;
        font-weight: lighter;
        font-family: 'Montserrat', sans-serif;
            }

li {
                font-size:2.3rem;
                color:#FEEBDF;
                position: relative;
                font-size: 16px;
            }
            
li::after {
                position: absolute;
                content: "";
                width: 0%;
                height: 4px;
                background-color:#FEEBDF;
                color:#CF806C;
                left: 50%;
                bottom: -10px;
                transition: all 0.3s ease-in-out;
            }

li:hover{
              cursor:pointer;
              color:#CF806C;
            }
            
li:hover::after {
              cursor:pointer;
                width: 100%;
                left: 0;
            }

.nav-link:hover {
                color:#DB9B8F !important;
            }  

.text1 {
    margin-left: 20%;
    margin-right: 20%;
    text-align: center;
}

.main {
	padding-left: 0!important;
	padding-right: 3%;
	display: flex;
	gap: 1%;
}

.main p {
	text-align: left !important;
}

.aside-left1 {
	min-width: 55%;
	min-height: 450px;
	padding-top: 6%;
	padding-right: 50px;
}

.aside-right1 {
	min-width: 40%;
	min-height: 450px;
	box-sizing: border-box;
	text-align: left;
	padding-top: 10%;
	padding-right: 85px;
	padding-left: 50px;
}

.aside-right1 p {
	color: #2D1A15;
	font-size: 14pt;
}

.btn-primary3 {
	background-color: #A24024 !important;
	border: 0;
	border-radius: 50px;
	color: white;
	font-weight: bold;
	box-shadow: 0px 0px 3px darkgrey;
	font-family: 'Montserrat', sans-serif;
}

.btn-primary3:hover {
	color: #2D1A15 !important;
	background-color: #C45A41 !important;
	text-decoration: none;
}

.button2 {
	justify-content: center;
	align-items: center;
	margin-top: 50px;
	display: flex;
	margin-bottom: 50px;
}

    .row{
        margin-top: 5%;
    }
    
    .col-lg-3 {
        margin-left: 10px;
    }
 
    .col-lg-3 p {
        color:white;
    }

    .col-lg-2 {
        margin-top: 7%;
    }

.image2 {
	width: 130px;
}

.image3 {
	width: 130px;
}

     @media (max-width:800px) {
        .col-lg-2 {
            margin-top: 0%;
            text-align: right;
            margin-right: 30px;
        }
        .row {
            display: flex;
        }
        
        .col-lg-3 {
            margin-top: 30px;
            padding-right: 500px;
            margin-left: 30px;
            margin-right: 10px;
        }
    }