.centered {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}.centered {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}.centered {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}.centered {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}.centered {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}@charset "UTF-8";
/* CSS Document */

.titleimage {
	display: block;
	margin-left: auto;
	margin-right: auto;
	padding-top: 20px;
	padding-bottom: 30px;
}

/*navigation*/

menu li {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;  
}

navigation {
	float: none;
	list-style: none;
	margin-top: 20px;
}

.navigation li {
	display: inline-block;
	text-align: center;
}

.navigation li a {
	color:rgba(190,141,108,1.00);
	text-align: center;
	text-decoration:none;
	padding: 5px 70px;
	padding-top: 30px;
	padding-bottom: 30px;
	font-family:"Champagne & Limousines";
	font-size: 20px;
	}

.navigation li a:hover {
	color: lightslategray;
}

/*carousel*/

h5 {
	font-size: 25px;
}
.carousel-caption {
	position: absolute;
	color: black;
	font-family: "Champagne & Limousines";
	font-size: 20px;
	margin-left: 60%;
	margin-bottom: 13%;
	
}
.btn-secondary {
	color: black;
	background-color:rgba(243,231,220,1.00)
}
/*products*/

.products {
	margin-left: auto;
	margin-right: auto;
	display: block;
	padding-top: 70px;
	padding-bottom: 20px;
}

.col-md-3 {
	padding: 20px;
}
/*lookbook*/


/* Container needed to position the button. Adjust the width as needed */
.container {
  position: relative;
  width: 100%;
}

/* Make the image responsive */
.container img {
  width: 100%;
  height: auto;
}

/* Style the button and place it in the middle of the container/image */
.container .btn {
  position: absolute;
  top: 60%;
  left: 60%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  background-color:;
  border-color: white;
  color: white;
  font-size: 16px;
  border: none;
  cursor: pointer;
  border-radius: 5px;
}

.container .btn:hover {
  background-color: bisque;
}
/*about us*/

.aboutus {
	padding-top: 10px;
	padding-bottom: 80px;
}
.abus1 {
	padding-right: 30px;
	font-size: 25px;
}
.col-md-6 {
	font-family: "Champagne & Limousines";
	font-size: 25px;
}

h3 { text-align: center;
	padding-top: 10px;
	font-family: "Champagne & Limousines";
	font-size: 20px;
	color: burlywood;
}

.btn-outline-primary {
	color: black;
	border-color: burlywood;
}

.btn-outline-primary:hover, .btn-outline-primary:focus, .btn-outline-primary:active, .btn-outline-primary.active, .open>.dropdown-toggle.btn-primary {
    color: #fff;
    background-color: rosybrown;
    border-color: rosybrown;
}
/*sign up*/

.form-group {
	font-family:"Champagne & Limousines";
}

div.a {
	text-align: center;
}

h4 {
	font-family: "Champagne & Limousines";
}

.a {
	background-color: rgba(242,242,233,1.00);
	padding-top: 40px;
	padding-bottom: 30px;

}

.btn-primary {
	background-color:rgba(190,141,108,1.00);
	border-color:rgba(190,141,108,1.00);
	margin: 20px;
	font-family:Impact, Haettenschweiler, "Franklin Gothic Bold", "Arial Black", "sans-serif";
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open>.dropdown-toggle.btn-primary {
    color: #fff;
    background-color: rosybrown;
    border-color: rosybrown;
}
.form-group {
	font-family: "Champagne & Limousines";
}
.form-control {
	font-family: Impact, Haettenschweiler, "Franklin Gothic Bold", "Arial Black", "sans-serif";
}
/* Centered text */
.centered {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/*footer*/

.footer {background-color: rgba(234,204,192,1.00);
	     height: 270px;
	margin-top: 80px;
	font-family: "Champagne & Limousines";
	font-size: 20px;
}

#footer1 {
	padding-top: 40px;
	padding-bottom: 20px;
}

#footer1 li {
	list-style-type: none;
}



