@charset "UTF-8";
/* CSS Document */

body {
    font-family: "Champagne & Limousines", sans-serif;
    color: #6f634d;
    background-color: #f7f2e9;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}


header {
     background-color: #b36745;
    padding-right: 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-left: 19px;
}

header .logo {
    color: #f7f2e9;
    margin-top: 10px;
    margin-right: 10px;
    margin-left: 30px;
    margin-bottom: 10px;
	
}

.redesocial a {
    padding-left: 0px;
    margin-top: 2px;
    margin-right: 2px;
    margin-left: 2px;
    margin-bottom: 2px;
  
}
.redesocial a:hover {
    color: aliceblue;
}


.redesocial img {
    margin-right: 10px;
   
}


 /*------------------------ Menu Icon */
.container {
  display: inline-block;
  cursor: pointer;
}

.bar1, .bar2, .bar3 {
    width: 35px;
    height: 2px;
    background-color: #FFFFFF;
    margin-top: 6px;
    margin-right: 0;
    margin-left: 22px;
    margin-bottom: 6px;
    transition: 0.4s;
}

/* Rotate first bar */
.change .bar1 {
  transform: translate(0, 11px) rotate(-45deg);
}

/* Fade out the second bar */
.change .bar2 {opacity: 0;}

/* Rotate last bar */
.change .bar3 {
  transform: translate(0, -11px) rotate(45deg);
}

/* Style The Dropdown Button */
.dropbtn {
    background-color: #b36745;
    border: none;
    cursor: pointer;
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
  position: relative;
  display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #b36745;
  min-width: 160px;
  z-index: 1;
	margin-left: 20px;
}

/* Links inside the dropdown */
.dropdown-content a {
    color: #FFFFFF;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {
    background-color: #C5937E
}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
  display: block;
}

/* Change the background color of the dropdown button when the dropdown content is shown */
.dropdown:hover .dropbtn {
  background-color: #b36745;
}


/*------------------------ Body */
.hero {
   display: flex;
    align-items: center;
    background-color: #EDEDED;
    text-align: left;
    margin-bottom: -4px;
}

.hero-content {
    max-width: 600px;
    margin-top: 22px;
    margin-left: 20px;
}


.hero-content h2 {
    font-family: "Almost", serif;
    color: #554e3a;
    font-size: 52px;
    margin-bottom: 35px;
    margin-left: 42px;
}

.hero-content p {
    margin-bottom: 20px;
    margin-left: 50px;
}

.shop-now {
    font-family: "Almost", serif;
    display: inline-block;
    margin-left: 356px;
    margin-top: 11px;
    padding-top: 10px;
    padding-right: 20px;
    padding-left: 20px;
    color: #b36745;
    text-decoration: none;
    font-size: 33px;
}

.hero-image img {
    max-width: 100%;
  
}

.spotlight {
    padding-right: 33px;
    padding-left: 33px;
    padding-bottom: 7px;
    background-color: #C4C0B9;
    padding-top: 10px;
}

.spotlight h2 {
    font-family: "Almost", serif;
    font-size: 44px;
    text-align: left;
    margin-bottom: 31px;
    color: #554e3a;
    margin-left: 35px;
}

.products {
    display: flex;
 	
    
}
.spotlight h3 {
	font-family: "Almost", serif;
    text-align: center;
    margin-bottom: 6px;
    color: #554e3a;
}


.product {
    text-align: center;
    margin-bottom: 20px;
}

.product img {
    max-width: 90%;
    height: auto;
    border-radius: 0px;
 
}

.product p {
    color: #554e3a;
    margin-top: 6px;
}

.fontes {
    display: flex;
    align-items: center;
    padding-top: 15px;
    padding-right: 135px;
    padding-left: 243px;
    padding-bottom: 15px;
    background-color: #b36745;
}

.fontes h3 {
    font-family: "Almost", serif;
    color: aliceblue;
    font-size: 30px;
}

.btn {
    border: 2px solid #FFFFFF;
    color: #FFFFFF;
    padding: 14px 28px;
    margin-left: 172px;
    font-size: 16px;
    cursor: pointer;
}

/* Green */
.try {
    border-color: #FFFFFF;
    color: #FFFFFF;
	background-color: #b36745;
	
}

.try:hover {
    background-color: #D49F87;
    color: white;
}

.aboutus {
    display: flex;
    align-items: center;
    padding-top: 50px;
    padding-right: 90px;
    padding-left: 100px;
    padding-bottom: 50px;
    background-color: #A4A08E;
}

.textabout {
    margin-right: 40px;
    margin-left: 11px;
}

.textabout h3 {
    font-family: "Almost", serif;
    color: aliceblue;
    font-size: 54px;
    margin-bottom: 29px;
    margin-top: -5px;
}

.textabout p {
    color: aliceblue;
    font-size: 15px;
    text-align: left;
    max-width: 600px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 20px;
}

.milena {
	align-items: flex-end;
	margin-left: 70px;

}

footer {
    background-color: #C4C0B9;
    text-align: center;
    padding: 20px;
    color: #665840;
 
}


/*------------------------ Gallery */

.row {
    display: flex;
    flex-wrap: wrap;
    padding-top: 0;
    padding-bottom: 0;
	justify-content: center;
}

.gallery h2 {
	font-family: "Almost", serif;
	font-size: 50px;
	text-align: center;
	
	
}
/* Create four equal columns that sits next to each other */
.column {
  flex: 25%;
  max-width: 25%;
  padding: 0 4px;
}

.column img {
  margin-top: 8px;
  vertical-align: middle;
  width: 100%;
}

/* Responsive layout - makes a two column-layout instead of four columns */
@media screen and (max-width: 800px) {
  .column {
    flex: 50%;
    max-width: 50%;
  }
}

/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
  .column {
    flex: 100%;
    max-width: 100%;
  }
}
