body,h1,h2,h3,h4,h5,h6 {font-family: "Lato", sans-serif;}
body, html {
	font-family: 'Noto Sans', sans-serif;	
  height: 100%;
  color: #777;
  line-height: 1.8;
  background-color: #dbe1f1;
}

.bodycard {
	
	background-color: none;
}
.card  { 
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 15px 0 rgba(0, 0, 0, 0.17);
	font-family: 'Noto Sans', sans-serif;	
	text-align: justify;
	animation: fadeIn ease 2s;
  -webkit-animation: fadeIn ease 2s;
  -moz-animation: fadeIn ease 2s;
  -o-animation: fadeIn ease 2s;
  -ms-animation: fadeIn ease 2s;
}
@keyframes fadeIn {
  0% {
    opacity:0;
  }
  100% {
    opacity:1;
  }
}

@-moz-keyframes fadeIn {
  0% {
    opacity:0;
  }
  100% {
    opacity:1;
  }
}

@-webkit-keyframes fadeIn {
  0% {
    opacity:0;
  }
  100% {
    opacity:1;
  }
}

@-o-keyframes fadeIn {
  0% {
    opacity:0;
  }
  100% {
    opacity:1;
  }
}

@-ms-keyframes fadeIn {
  0% {
    opacity:0;
  }
  100% {
    opacity:1;
}
}


img {
  max-width: 35px;
  height: 35px;
}
{
font-style: italic;

}

.center {
  text-align: center;
}

.blockquote-footer { 
	text-align: right;

}

@import "compass/css3";

* {
  @include box-sizing(border-box); 
}


.card {
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 15px 0 rgba(0, 0, 0, 0.17);
	font-family: 'Noto Sans', sans-serif;	
	text-align: justify;
  }
  box-shadow: 0 1px 3px rgba(black, 0.2);
}

body {
	background-color: #dbe1f1;
	background-size: cover;
	padding: 30px;
  
}
 
.come-in {
  transform: translateY(150px);
  animation: come-in 0.8s ease forwards;
}
.come-in:nth-child(odd) {
  animation-duration: 0.6s;
}
.already-visible {
  transform: translateY(0);
  animation: none;
}

@keyframes come-in {
  to { transform: translateY(0); }
}


/* Create a Parallax Effect */
.bgimg-1, .bgimg-2, .bgimg-3 {
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

/* First image (Logo. Full height) */
.bgimg-1 {
  background-image: url("imgs/bg-03.jpg");
  min-height: 100%;

}

/* Turn off parallax scrolling for tablets and phones */
@media only screen and (max-device-width: 1600px) {
  .bgimg-1, .bgimg-2, .bgimg-3 {
    background-attachment: scroll;
    min-height: 400px;
	background-color: #dbe1f1;
  }
}

.bgheart {
	
	margin: 5px;
	
	
}
.heart {
  background-color: red;
  display: inline-block;
  height: 30px;
  margin: 0 10px;
  position: relative;
  top: 5;
  bottom: 20;
  transform: rotate(-45deg);
  width: 30px;
}

.heart:before,
.heart:after {
  content: "";
  background-color: red;
  border-radius: 50%;
  height: 30px;
  position: absolute;
  width: 30px;
}

.heart:before {
  top: -15px;
  left: 0;
}

.heart:after {
  left: 15px;
  top: 0;
}

label.fontx {
	 
	
	 font-size: 200%;
	 text-align: center;

	 
	 
	 }
.modal-content {

	  padding: 20px;

}

.upload-btn-wrapper {
  position: relative;
  overflow: hidden;
  display: inline-block;
}

.btni {
  border: none;
  color: #fff;
  background-color: #fff;
  background-image: url("imgs/feather/image.svg");
  background-repeat: no-repeat;
  padding: 20px 20px;

}

.upload-btn-wrapper input[type=file] {
  font-size: 100px;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}

#loading{
			display:none;
			width: 100%;
			padding:5px 10px;
			position: fixed;
			bottom: 0;
			left: 0;
			text-align: center;
			color:white;
			background: rgba(0,0,23,0.71);
			box-shadow: 0 0 10px black;	