body {background-color: #FEEBDF;}

.sticky-top {background-color:#2D1A15 !important}

html {
	overflow-x: hidden;
}
p {
	color: white;
	font-family: 'Josefin Sans', sans-serif;
}

h2 {
	font-size: 31pt;
	font-family: 'Yeseva One', cursive;
	color:#A24024;
}

h3 {
	font-size: 15pt;
	color: white;
	font-family: 'Montserrat', sans-serif;
}

h4 {
	font-size: 30pt;
	font-family: 'El Messiri', sans-serif;
}

h5 {
	font-size: 20pt;
	font-family: 'El Messiri', 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;
}

.navbar-brand {
	width: 50px;
}

.nav-link {
	color: white !important;
	font-weight: lighter;
	font-family: 'Montserrat', sans-serif;
        }

.nav-link:hover {
	color:#DB9B8F !important;
}

.text1 {
	justify-content: center;
	padding-bottom: 30px;
	margin-top: 50px;
}

.main {
	padding-left: 0!important;
	padding-right: 3%;
	display: flex;
	gap: 1%;
}

.main p {
	text-align: left !important;
}

.aside-left1 {
	min-width: 50%;
	min-height: 450px;
	padding-top: 10%;
	padding-right: 50px;
}

.aside-right1 {
	min-width: 40%;
	min-height: 450px;
	box-sizing: border-box;
	text-align: left;
	padding-top: 20%;
	padding-right: 85px;
	padding-left: 50px;
}

.aside-right1 p {
	color: #2D1A15;
	font-size: 14pt;
}

.carousel-caption {
	text-align: right;
	margin-bottom: 34px;
	padding-right: 500px;
}

.btn-primary {
	background-color: #2D1A15 !important;
	border: 0;
	border-radius: 50px;
	color: white;
	font-weight: bold;
	box-shadow: 0px 0px 3px darkgrey;
	font-family: 'Montserrat', sans-serif;
}

.btn-primary:hover {
	color: white !important;
	background-color: #663A32 !important;
	text-decoration: none;
}

.btn-primary2 {
	background-color: #CF806C !important;
	border: 0;
	border-radius: 50px;
	color: white;
	font-weight: bold;
	box-shadow: 0px 0px 3px darkgrey;
	font-family: 'Montserrat', sans-serif;
}

.btn-primary2:hover {
	color: #2D1A15 !important;
	background-color: #DB9B8F !important;
	text-decoration: none;
}

.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;
}

.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;
}

.main2 {
	padding-left: 0!important;
	padding-right: 3%;
}

.aside-left2 {
	min-height: 250px;
	padding-top: 80px;
	margin-right: 70%;
	margin-left: 10px;
	float: left;
}

.aside-right2 {
	min-height: 250px;
	padding-top: 150px;
	justify-content: center;
	float: right;
}

img {
        width: 100%;
        height: auto;
      }

.card-img-top {
	border-top-right-radius: 20px;
	border-top-left-radius: 20px;
}

.card {
	border-radius: 20px;
	background-color: #CF806C;
}

.card-title{
	padding-left: 0;
	padding-right: 35px;
	position: relative;
}

h5 {
	font-size:2.3rem;
	color:#2D1A15;
	position: relative;
}

h5::after {
	position: absolute;
	content: "";
	width: 0%;
	height: 4px;
	background-color:#DB9B8F;
	left: 50%;
	bottom: -10px;
	transition: all 0.3s ease-in-out;
}
h5:hover{
  cursor:pointer;
  color:#FEEBDF;
}

h5:hover::after {
  cursor:pointer;
	width: 100%;
	left: 0;
}

.text2 {
	justify-content: center;
	margin-top: 70px;
}

.row{
	margin-top: 5%;
}

.col-lg-3 {
	margin-left: 10px;
}

.col-lg-2 {
	margin-top: 7%;
}

.image2 {
	width: 130px;
}

.image3 {
	width: 130px;
}

@media (max-width:800px) {
    .carousel-caption {
        text-align: none;
        margin-bottom: 0px;
        margin-top: 100px;
        padding-right: 300px;
        font-size: 12px;
    }

    .btn-primary {
        background-color: #2D1A15 !important;
        border: 0;
        width: 140px;
        height: 30px;
        font-size: 15px;
        text-align: center;
        border-radius: 50px;
        color: white;
        font-weight: bold;
        box-shadow: 0px 0px 3px darkgrey;
        font-family: 'Montserrat', sans-serif;
    }
	
    .carousel-caption h4{
        font-size: 25px;
    }
    .card-deck{
        display:inline-block;
    }

    .card {
        border-radius: 20px;
        background-color: #CF806C;
		width: 60%;
		align-content: center;
    }
    .col-lg-2 {
        margin-top: 0%;
        text-align: right;
        margin-right: 30px;
    }

    .main {
        display: block;
    }
    
    .aside-left1 {
        width: 100%;
    }
    
    .aside-right1 {
        width: 100%;
        margin-top: -50px;
    }

    .aside-left2 {
        width: 100%;
        margin: 1% auto;
    }
    
    .aside-right2 {
        width: 100%;
        margin: 1% auto;
    }
    
    .image2 {
        width: 70px;
        height: auto;
    }
    .row {
        display: flex;
    }
    
    .col-lg-3 {
        margin-top: 30px;
        padding-right: 500px;
        margin-left: 30px;
        margin-right: 10px;
    }
}