@font-face {
	font-family:'Amalfi';
	src: url(Amalfi\ Coast.ttf);
}

@font-face {
	font-family:'Sunflower';
	src: url(MADE\ Sunflower.otf);
}

.amalfi {
	font-family: 'Amalfi', sans-serif;
}

.sunflower {
	font-family: 'Sunflower', sans-serif;
}

.peach-background {
	background-color: #e9d3c4;
}

.peach {
	background-color: #e3bba2;
}

.image {
	max-width: 1080px;
	height: auto;
}

.imageSplash {
	max-width: 500px;
	height: auto;
	margin-top: -100px;
}

.imagePotrait {
    width: 100%;
	max-width: 300px;
	height: auto;
	margin-top: -50px;
	margin-left: 40px;
}

.logoes {
	width: 100%;
	max-width: 100px;
	height: auto;
}

.col-6 {
	float: left;
	margin-left: -100px;
	color: #a68b81
}

img.displayed {
	display: block;
    margin-left: auto;
    margin-right: auto;
}

.customnavbarnav{
    width: 100%; 
    text-align: center;
}

.splitThreeLeft{
	width: 33.33333333333333%;
	text-align: left;
	color: white;
	font-family: 'Sunflower', sans-serif;
	color: #a68b81;
}

.fontColor1 {
    color: #a68b81;
}

.splitThreeCenter{
	width: 33.33333333333333%;
	text-align: center;
	font-family: 'Amalfi', sans-serif;
}

.splitThreeRight{
	width: 33.33333333333333%;
	text-align: right;
	font-family: 'Sunflower', sans-serif;
}

.fontWhite {
	font-size: 25px;
   	color:white;
   	font-family: 'Sunflower', sans-serif;
   	margin-top: 25px;
}

.navbar ul li a.active-page {
  	color: brown;
}

.mx-auto1{
	max-width: 2020px;
	margin-top: -100px;
	margin-left: 250px;
}
.more {
	font-family: 'Sunflower', sans-serif;
	color: #a68b81;
	font-size: 20px;
	text-align: center;
}

.search-box:before {
    position: absolute;
    content: '';
    transform: rotate(-45deg);
    bottom: -9.5px;
    right: 2.9px;
}
.search {
    background-color: transparent;
    outline: none;
    font-size: 19px;
    color: transparent;
    transition: 0.5s;
}
input[type="text" i] {
    padding: 1px 2px;
}

@media only screen and (max-width:620px) {
  /* For mobile phones: */
  *{
    width:100%;
  }
}