@charset "UTF-8";
/* CSS Document */
body {
	width: 100%;
  background: #fdfcfb;
  color: #203c48;
}


@keyframes fadeIn {
  from {top: 20%; opacity: 0;}
  to {top: 100; opacity: 1;}
  
}

@-webkit-keyframes fadeIn {
  from {top: 20%; opacity: 0;}
  to {top: 100; opacity: 1;}
  
}

.wrapper {
	height: auto;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  animation: fadeIn 1000ms ease;
  -webkit-animation: fadeIn 1000ms ease;
	transform: translate(-50%, -50%);
	text-decoration: none;
  
}

.logotxt{
	font-size: 2.3rem;
	letter-spacing: 0px;
	text-transform: capitalize;
	color: #b99a6c;
	font-weight: normal;
}

h1 {
  font-size: 3rem;
  font-family: montserrat;
	text-transform: uppercase;
	letter-spacing: 4px;
  margin-bottom: 0;
  line-height: 1;
  font-weight: 700;
  text-align: center;
  color: #203c48;
}

.dot {
  color: #b99a6c;
}

p {
	color: #203c48;
  text-align: center;
  margin: 18px;
  font-family: montserrat;
  font-weight: normal;
}

p i.fa-regular.fa-heart{
	color: #b99a6c;
	font-size: 1.5rem;
}

hr{
	color: #203c48;
}





/*.icons i {
  color: #203c48;
  background: #fdfcfb;
  height: 15px;
  width: 15px;
  padding: 13px;
  margin: 0 10px;
  border-radius: 50px;
  border: 2px solid #fdfcfb;
  transition: all 200ms ease;
  text-decoration: none;
  position: relative;
	font-size: 30px;
}

.icons i:hover, .icons i:active {
  color: #b99a6c;
  background: none;
  cursor: pointer;
-webkit-transform: scale(1.2);
  transform: scale(1.2);
  text-decoration: none;
}
*/
