/* CSS Document */


.headercolor{
	background-color: #FBC0B0;
	
}


.btn {
      border-radius: 0;
	font-family: pf-marlet-display, sans-serif;
   
    }



 main {
            background-color: #FCF6F6;
        }


  .custom-background {
      background-color: #FBC0B0;
    }


.content-wrapper{
	height: 50px;
}

.textheading-space{
	padding-top: 170px;
	padding-bottom: 100px;
}




/* background colours */


.mustard-D49101{
	
background-color: #D49101;

}


.darkpeach-FBC0B0{
	background-color: #FBC0B0;

}

.pink-EE92AB{
	background-color: #EE92AB;

}


.text-white h1{
	
		font-family: "lust", serif;
	display: flex;
	justify-content: center;
}

.orange-EA6903{
	background-color: #EA6903;
	
}


.whitepink-FCF6F6{
	
background-color: #FCF6F6;	
		
}


.lightpeach-FDD8D1{
	
	background-color: #FDD8D1;
	
}


/* font colours */

.mustard{
color: #D49101;
}


.darkpeach{
	
	color: #FBC0B0;
}

.pink{
	color: #EE92AB;
}

.orange{
	color: #EA6903;
}


.whitepink{
	color: #FCF6F6;	
}

.lightpeach{
	color: #FDD8D1;
}







  .threephotos-height {
height: 50vh; 
  }




.vertical-line {
    border-left: 1px solid white;
    height: 100%;
  }

 .photoheight-txtbox {
    height: 100%;
	width: 100%;
  }


.btn{
	border-color: #FCF6F6;
	padding: 10px;
	margin: 10px;
	
}



.btn-mustard {
    color: #D49101;
    border-color: #D49101;
  }
  



form {
    width: 60%;
    margin: 0 auto;
    overflow: hidden;
	text-align: center;
	padding-bottom: 20px;
}

.input-container {
    width: 50%;
    float: left;
    margin-bottom: 30px;
}

label {
    display: block;
    margin-bottom: 20px;
	font-size: 16px;
	color: #875A69;


}


input[type="text"],
textarea {
    width: calc(100% - 22px);
    padding: 15px;
    border: 1px pink;


}

.textarea-container {
    clear: both;
    margin-bottom: 20px;
	
}

textarea {
    height: 100px;
}

input[type="submit"] {
     color: #FCF6F6;
    border: 1px solid #3b3b3b;
    padding: 10px 30px;
    display: inline-block;
    text-align: center;
    font-size: 15px;
	font-family: "pf-marlet-display", sans-serif;
    text-decoration: none;
    cursor: pointer;
    margin: auto; 
}




.form-button{
	
 	margin: 10px;
	width: 200px; 
	color: white;
	background-color: #EE92AB;
	border-color: #EE92AB;
}








.img-fit-cover {
  object-fit: cover;
  width: 100%;
  height: 100%; 
}



.centertext {
      text-align: center;
    }



.navbar-nav .nav-item {
    margin-right: 60px;
	font-family: "pf-marlet-display", sans-serif;
	font-size: 18px;
	padding-right: 20px;
	
    }


.navbar-brand h1{
	font-family: "lust-script-display", sans-serif;
	font-weight: 400;
	font-style: normal;

	
	
}



span{
	font-family: "pf-marlet-display", sans-serif;
}





h1, h2, h3{
	
	font-family: "lust", serif;
font-weight: 700;
font-style: normal;
}

.peachsquare{
	
width: 10px;
}

.peachtextbox{
	margin: 50px;
}


.darkpeach-FBC0B0 h1{
	font-size: 80px;
}


.pink-EE92AB h1{
	
	font-size: 80px;
}



p{
	
	font-family: "pf-marlet-display", sans-serif;
	font-size: 20px;
}


h5{
	
		font-family: "pf-marlet-display", sans-serif;
}

