@import url('https://fonts.googleapis.com/css?family=Lora');
* { font-family: 'Lora', serif; font-size: 1.00em; }
span.help-block { font-size: .7em; }
form label { font-weight: normal; }
.success_msg { color: #218823; }
.form { border-radius: 5px; border: 1px solid #d1d1d1; padding: 0px 10px 0px 10px; margin-bottom: 50px; }
#image_display { height: 90px; width: 80px; float: right; margin-right: 10px; }
body {margin-top:50px;
  background: url('../../theme/images/background.jpg');
  background-position:top center;
  background-repeat:no-repeat;
  background-attachment: fixed;
  background-color:#4D1377;
}
form.form-color {background-color: white;}

.zoom {transition: transform .3s; /* Animation */ }
.zoom:hover {transform: scale(1.1); /* (110% zoom) */ }

.marquee {
width: 100%;
line-height: 20px;
white-space: nowrap;
overflow: hidden;
box-sizing: border-box;
}
.marquee p {
display: inline-block;
padding-left: 100%;
animation: marquee 10s linear infinite;
}
@keyframes marquee {
0%   { transform: translate(0, 0); }
100% { transform: translate(-100%, 0); }
}

.userheader		{position: relative; text-align: center;}	/* Container holding the image and the text */
.bottom-left	{position: absolute !important; bottom: 16px !important;	left: 16px !important;}						/* Bottom left text */
.top-left			{position: absolute; top: 8px;		left: 16px;}						/* Top left text */
.top-right		{position: absolute; top: 8px;		right: 16px;}						/* Top right text */
.bottom-right	{position: absolute; bottom: 8px;	right: 16px;}						/* Bottom right text */
.centered			{position: absolute; top: 50%;		left: 50%;  transform: translate(-50%, -50%);} /* Centered text */

.shadow-usr {box-shadow:0 0 20px #000 !important;}
.centered-and-cropped { object-fit: cover }

.div_blur {
  position: relative;
  display: inline-block;
 }
.div_blur:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 5px 5px white inset;
}
.div_blur_purple {
  position: relative;
  display: inline-block;
}
.div_blur_purple:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 5px 5px #3b1355 inset;
}


fieldset2 {
	padding-top:10px;
	border:1px solid #999;
	border-radius:8px;
	box-shadow:0 0 10px #999;
}
legend2 {
	width:130px;
}
legend2 + * {
	clear:both;
}
.strike {
    display: block;
    text-align: center;
    overflow: hidden;
    white-space: nowrap;
	color:white;
}

.strike > span {
    position: relative;
    display: inline-block;
}

.strike > span:before,
.strike > span:after {
    content: "";
    position: absolute;
    top: 50%;
    width: 9999px;
    height: 1px;
    background: white;
}

.strike > span:before {
    right: 100%;
    margin-right: 15px;
}

.strike > span:after {
    left: 100%;
    margin-left: 15px;
}

.photo-gallery .row {
  margin: 15px;
}
