body,html{
    height:100%;
	/* font-family: 'Marck Script', cursive; */
	/* font-size: 1.2rem; */
}

body{
	background-color: #fee1fd;
}

h1{
	font-family: 'Marck Script', cursive;
	  background: url("../mediaHelper.php?FILE=heading/h1_bg.png") repeat-x;
}
h1:before{
	content: "";
    display: inline-block;
    background: url("../mediaHelper.php?FILE=heading/left.png") no-repeat;
    width: 23px;
    height: 48px;
	float: left;
}
h1:after{
	content: "";
    display: inline-block;
    background: url("../mediaHelper.php?FILE=heading/right.png") no-repeat;
    width: 23px;
    height: 48px;
	float: right;
}

.table .thead-light th {
  color: #495057;
  background-color: #fee1fd;
  border-color: #000000;
}


/*coloring container rows*/
.second-row-coloring .row:nth-child(even){
  background-color: #dcdcdc;
}
.second-row-coloring .row:nth-child(odd){
  background-color: #aaaaaa;
}


/* ANIM */

.swirl-in-fwd {
	-webkit-animation: swirl-in-fwd 0.6s ease-out both;
	        animation: swirl-in-fwd 0.6s ease-out both;
}
/* ----------------------------------------------
 * Generated by Animista on 2019-8-23 19:23:57
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

/**
 * ----------------------------------------
 * animation swirl-in-fwd
 * ----------------------------------------
 */
@-webkit-keyframes swirl-in-fwd {
  0% {
    -webkit-transform: rotate(-540deg) scale(0);
            transform: rotate(-540deg) scale(0);
    opacity: 0;
  }
  100% {
    -webkit-transform: rotate(0) scale(1);
            transform: rotate(0) scale(1);
    opacity: 1;
  }
}
@keyframes swirl-in-fwd {
  0% {
    -webkit-transform: rotate(-540deg) scale(0);
            transform: rotate(-540deg) scale(0);
    opacity: 0;
  }
  100% {
    -webkit-transform: rotate(0) scale(1);
            transform: rotate(0) scale(1);
    opacity: 1;
  }
}

.jello-horizontal {
	-webkit-animation: jello-horizontal 0.9s 2s both;
	        animation: jello-horizontal 0.9s 2s both;
}

@-webkit-keyframes jello-horizontal {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
            transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
            transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
            transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
            transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
            transform: scale3d(1.05, 0.95, 1);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
}
@keyframes jello-horizontal {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
            transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
            transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
            transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
            transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
            transform: scale3d(1.05, 0.95, 1);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
}

/* ANIM */

/* INTRO VIDEO*/
.intro-vid{
	width: 100%;
	max-width: 640px;
}

.bg-light-own{
	background-color: #fdb4fa;
}
/* hrek links in navbar */ 
.navbar-light-own .navbar-nav .show > .nav-link, 
.navbar-light-own .navbar-nav .active > .nav-link, 
.navbar-light-own .navbar-nav .nav-link.show, 
.navbar-light-own .navbar-nav .nav-link.active
{
	color: #fff;
	font-weight: bold;
	text-decoration: underline;
}

.navbar-light-own .navbar-nav .nav-link
{
	color: #fff;
}

.languageselect .active > img{
	border: 2px solid #FFF;

}

.homeheart{
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
}
.homeheart:hover{
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
}





/* Save the date*/

.savedateimg {
    max-width: 100%;
    max-height: 100%;
}




/*LOGIN*/


.card-signin {
  border: 0;
  border-radius: 1rem;
  box-shadow: 0 0.5rem 1rem 0 rgba(0, 0, 0, 0.1);
}

.card-signin .card-title {
  margin-bottom: 2rem;
  font-weight: 300;
  font-size: 1.5rem;
}

.card-signin .card-body {
  padding: 2rem;
}

.form-signin {
  width: 100%;
}

.form-signin .btn {
  font-size: 80%;
  border-radius: 5rem;
  letter-spacing: .1rem;
  font-weight: bold;
  padding: 1rem;
  transition: all 0.2s;
}



/* Fallback for Edge
-------------------------------------------------- */

@supports (-ms-ime-align: auto) {
  .form-label-group>label {
    display: none;
  }
  .form-label-group input::-ms-input-placeholder {
    color: #777;
  }
}

/* Fallback for IE
-------------------------------------------------- */

@media all and (-ms-high-contrast: none),
(-ms-high-contrast: active) {
  .form-label-group>label {
    display: none;
  }
  .form-label-group input:-ms-input-placeholder {
    color: #777;
  }
}

/*LOGIN*/