
	/*General Style*/
  html{
    background-color: #995e6a;
  }

  body{
	  background-color:#eeeae5;
    font-family:'Montserrat','Helvetica', sans-serif;
	  font-size: 100%;
  }

  .header-box{
    display: flex;
    justify-content: space-between;
  }

/*Typography*/
  h1{
    font-size: 2em;
    font-weight: 200;
    font-variant: small-caps;
    letter-spacing: 5px;
  }

  h2{
    color: #fff;
    display: flex;
    justify-content: center;
    font-size: 2em;
    font-weight: 200;
    font-variant: small-caps;
    letter-spacing: 4px;
    margin-top: 1%;
  }
  p{
    font-size: 1em;
    font-weight: 200;
    line-height: 1.5em;
    letter-spacing: 1px;
  }


  /*Links Style*/
  a:link{
    color: yellow;
    text-decoration: none;
  }

  a:hover{
    color: #995e6a;
    background-color: rgba(255,255,255,.6);
    border-bottom: 2px dotted #666666;
    font-weight: 400; 
  }
   a:active, #nav-current{
    color: #995e6a;
    font-weight: 400;
    border-bottom: 2px dotted #995e6a;
  }
  a:visited{
    color: bisque;
  }

  /*Navigation Style*/
  .navigation{
    clear: right;
    font-size: 1em;
    font-weight: 300;
    font-variant: small-caps;
    letter-spacing: 4px;
    margin-top:3.2%;
    margin-right: 1%;
  }
  .navigation a{ 
    color: #666666;
    display: inline-block;
    margin-left: 1.7em;
    text-decoration: none;
    border-bottom: 2px solid transparent; 
    padding-bottom: 2px;

  }
  .navigation a:hover{
    background-color: transparent;
    color: #995e6a;
    border-bottom: 2px dotted #666666;
    font-weight: 400; 
  }
  
/*Main*/
.main-bkg{
  background-image: url(../images/puntos.svg);
  color: #fff;
  display: flex;
  flex-direction: column;
}

.main-container{
  background-color: #eeeae5;
  width: 80%;
  margin:0% 10%;
  border: 2px solid #995e6a;
}
#containerImageBkg{
  background-image: url(../images/flower_bkg.jpg);
  border: none;
  width: 90%;  
  margin-left: 5%;
}

.main-content{
  background-color: rgba(153,94,106,0.55);
  width: 90%;
  margin: 3% 5%;
  box-shadow:20px 20px 50px grey; 
  border: 1.5px solid #995e6a;
  border-radius: 0.25rem;
}
/*Contact Icons + Info Style*/
.contact-columns{
  display: flex;
  justify-content: space-between;
  margin: 3% 15%;
  width: 70%
}

.columnOne, .columnTwo, .columnThree{
  color: #fff;
  font-size: 0.7em;
  font-weight: 300;
  letter-spacing: 2px; 
  margin-bottom: 3%; 
  margin-right: 3.5%; 
}
.columnOne, .columnTwo{
  border-right: thin dotted white;
  padding-right: 5%;
}

.columnThree a:hover{
  background-color: #fff;
  color: #995e6a;
  border-bottom: none;
}
/*Icons Style*/

.fa-mobile-alt, .fa-envelope-open, .fa-map-marker-alt{
  color: #fff;
  font-size: 30px;
  padding-left: 45%
}
.fa-envelope-open{
  padding-bottom: 3.8%;
}

hr{
  border: 2px solid #995e6a;
  margin: 0;
}
.white-divider{
   border: thin dotted #fff;
   width: 70%;
   margin-left: 15%;
}
/*End of General Style*/


  /*Footer Style*/

  footer{
    margin-top: 5%;
  }
  footer div{
    background-color: #995e6a;
    background-size: cover;
    color: #fff;
    font-size: 0.5em;
    font-weight: 100;
    height: 50px;
    letter-spacing: 4px;
    margin: 0%;
    text-align: center;
    padding-top: 5%;  
    margin-bottom: 3%;
}
  

  






