body {
	margin:0;
	background-color:#2e465c; 
    background: url(../images/shepbanner.jpg);
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
}
body a{
	transition: 0.5s all ease;
	-webkit-transition: 0.5s all ease;
	-moz-transition: 0.5s all ease;
	-o-transition: 0.5s all ease;
	-ms-transition: 0.5s all ease;
}
.container {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.fadeicon {
	position: absolute; 
}

.row1 {
  position:relative;
  height:138px; 
  width:100px; 
  margin:0 auto;
}
.row2, .row3 {
  position:relative;
  height:100px; 
  width:100px; 
  margin:0 auto;
}

.row4 {
  position:relative;
  height:111px; 
  width:100px; 
  margin:0 auto;
}

.fadeicon img {
  position:absolute;
  left:0;
  -webkit-transition: opacity 0.5s ease-in-out;
  -moz-transition: opacity 0.5s ease-in-out;
  -o-transition: opacity .05s ease-in-out;
  transition: opacity 0.5s ease-in-out;
}
.fadeicon img.hovr {
	opacity:0;
}
.fadeicon img.hovr:hover {
  opacity:100;
}
.footnote {
	text-align:center;
	font-family:helvetica, arial, sans-serif;
	color:#ddd;
	font-size: 0.7em;
	position: fixed;
	bottom:2%;
	width:100%;
}
.alertlink a:link, a:visited {
	text-align:center;
	text-decoration: none;
	font-family: Verdana, arial, sans-serif;
	font-weight: 600;
	font-size: 1.3em;
	padding: .5em;
	display: block;
	border: solid 2px #fff;
	background-color: #c7551c;
	color: #fff;
}
.alertlink a:hover {
	background-color: #73150a;
}

/* temp section */

.inputz {
	position:fixed;
	bottom:5%;
	width:100%;
	text-align:center;
/*	margin-top:3em; */
}
.retbar {
	width: 100%;
	position:fixed;
    padding:0; 
	border-bottom: solid thin rgba(255,255,255,.4);
    height: 25px;
	z-index:999;
}
.retbar > div {
  	height: 100%;
  	display: block;
  	background-color: rgba(0,200,60,.4);
}
.rettop {
	font-family: "Manrope", sans-serif;
	font-weight: 600;
	font-style: normal;
	font-size:1.5em;
	position: fixed;
	width:100%;
	text-align:center;
	/** line-height:10px; **/
	z-index: 1000;
}
.rettop a {
    color:rgba(255,255,255,.0);
    -webkit-transition: color 0.5s ease-in-out;
    -moz-transition: color 0.5s ease-in-out;
    -o-transition: color .05s ease-in-out; 
    transition: color 1.0s ease-in-out;
	cursor: default;
}
.rettop a:hover {
    color:rgba(255,255,255,.25);
}
.starlinx {
	position:relative;
}
.retdex {
	display:block;
	width:100%
	test-align:center;
}
.retdex span {
	color:rgba(255,255,255,.50);
	width:100%;
	display:block;
	line-height: 1.75em;
	text-align:center;
	font-size:1em;
	font-family: "manrope", sans-serif;
	font-weight: 200;
	font-style: normal;

}
.retdex img {
	object-fit:cover;
	width:100%;
	height:5px;
}
.starlinx img {
  position:absolute;
  left:0;
  -webkit-transition: opacity 0.5s ease-in-out;
  -moz-transition: opacity 0.5s ease-in-out;
  -o-transition: opacity .05s ease-in-out;
  transition: opacity 0.5s ease-in-out;
}
.starlinx img.hovr {
	opacity:0;
}
.starlinx img.hovr:hover {
  opacity:100;
}
.webmail {
	text-align:center;
	font-family: helvetica, arial, sans-serif;
	font-size:0.8em;
	/* display:block; */
	padding-left:6.5em;
	/* padding-top:1em; */
	background: linear-gradient(0deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0.2) 100%);
	border-top: solid 1px #71bdff;
	height:6em;
}
/* 
.webmail a {
	vertical-align:middle;
	color:#ddd;
	text-decoration:none;
}
.webmail a:hover {
	font-size: 1.5em;
}
*/