body {background-color:#FEEBDF}

.sticky-top {background-color:#2D1A15 !important}

html {
    position: relative;
    height: 100%;
    overflow-x: hidden;
  }

  form {
    width: 60%;
    box-sizing: border-box;
    background: #FEEBDF;
    padding: 2%;
    border-radius: 20px;
    margin-left: 21%;
    margin-top: 3%;
    margin-bottom: 3%;
}

body {
        position: relative;
        height: 100%;
        background-color: #FEEBDF;
        background-image: url("image/bakery2.jpg");
        background-position: center;
        background-size: 1550px;
      }

      h2 {font-size: 31pt;
        font-family: 'Yeseva One', cursive;
        color:#A24024;
    }
    
    p {
        color:#2D1A15;
        font-family: 'Josefin Sans', sans-serif;
    }

    option{
        border-radius: 20px;
    }
    select, input {
        font-family: 'Josefin Sans', sans-serif;
    }
    label {
        font-family: 'Yeseva One', cursive;
    }
      .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;
            }  

.form-control {
    border-radius: 50px;
}

.btn-primary {
	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-primary:hover {
	color: #2D1A15 !important;
	background-color: #C45A41 !important;
	text-decoration: none;
}

.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;
    }
}