* {
margin: 0;
}
html, body {
height: 100%;
}
body {
	margin: 0px;
	background-color: #0f0f0f;
	background-image: url('../images/tex.darkwood.1.jpg');
	
	/*
	-webkit-box-shadow: inset 0px 0px 300px 49px rgba(0,0,0,0.75);
	-moz-box-shadow: inset 0px 0px 300px 49px rgba(0,0,0,0.75);
	box-shadow: inset 0px 0px 300px 49px rgba(0,0,0,0.75);
	*/
}

/*ITEMS*/
#pagecontainer {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin-bottom: -50px;
}
#navbar {
	margin-left: auto;
	margin-right: auto;
	line-height: 75px;
	height: 75px;
	width:100%;
	background-image: url('../images/tex.darkwood.1.darker.jpg');
	/*background-color: #333;*/
	text-align: center;
	display: block;
	min-width: 960px;
	
	border-color: #333;
	border-style: groove;
	border-left: none;
	border-right: none;
	border-top: none;
}

#footbar {
	margin-left: auto;
	margin-right: auto;
	line-height: 50px;
	height: 50px;
	width:100%;
	background-color: #333;
	text-align: center;
	min-width: 960px;
	z-index: 100;
	background-image: url('../images/tex.darkwood.1.darker.jpg');
	border-color: #333;
	border-style: groove;
	border-left: none;
	border-right: none;
	border-bottom: none;
}
#push {
	height: 50px;
}
#pagecontent {
	margin-top: 25px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	width: 800px;
}

.stripsvc {
	z-index: -10;
	width; 100%;
	height: 300px;
	background-repeat: no-repeat;
	background-position:center center;
	background-size: cover;
	-webkit-box-shadow: inset 0px 0px 100px 49px rgba(0,0,0,0.25);
	-moz-box-shadow: inset 0px 0px 100px 49px rgba(0,0,0,0.25);
	box-shadow: inset 0px 0px 100px 49px rgba(0,0,0,0.25);
	text-align: center;
}

.stripsvcgroovetop {
	border-color: #333;
	border-style: groove;
	border-left: none;
	border-right: none;
	border-bottom: none;
	border-width: 2px;
}

.stripsvcgroovebottom {
	border-color: #333;
	border-style: groove;
	border-left: none;
	border-right: none;
	border-top: none;
	border-width: 2px;
}

.stripsvcgrooveboth {
	border-color: #333;
	border-style: groove;
	border-left: none;
	border-right: none;
	border-width: 2px;
}

.stripsvcdescrip {
	z-index: -10;
	width; 100%;
	height: 200px;
	background-repeat: no-repeat;
	background-position:center center;
	background-size: cover;
	-webkit-box-shadow: inset 0px 0px 100px 49px rgba(0,0,0,0.25);
	-moz-box-shadow: inset 0px 0px 100px 49px rgba(0,0,0,0.25);
	box-shadow: inset 0px 0px 100px 49px rgba(0,0,0,0.25);
	text-align: center;
}

.stripsvcheader {
	height: 200px;
}

.stripsvccontainer { 
  width: 800px; 
  height: 100%; 
  display: table; 
  margin-left: auto;
  margin-right: auto;
  vertical-align: middle; 
}

.fullcenter {
  display: table-cell; 
  vertical-align: middle; 
  text-align: center; 
}

.stripsvcdivider {
	width; 100%;
	height: 30px;
	box-shadow: inset 0px 4px 10px 0px rgba(0,0,0,0.90);
}
.droptop {
	/*border-left: none;
	border-right: none;
	border-bottom: none;
	*/
	box-shadow: inset 0px 4px 10px 0px rgba(0,0,0,0.90);
}

.navdrop {
	box-shadow: 0px 4px 10px 0px rgba(0,0,0,0.90);
}

.droptopbottom {
	border-left: none;
	border-right: none;
	box-shadow: inset 0px 0px 10px 0px rgba(0,0,0,0.90);
}

table {
    margin: 0 auto;
}

img.rounded {
    border-radius: 50%;
    border: 3px solid white;
    box-shadow: 0px 3px 5px rgba(0,0,0,0.5);
    margin: 10px;
}
.roundedge {
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	border: 3px solid white;
	box-shadow: 0px 3px 5px rgba(0,0,0,0.5);
}

.flip {
        -moz-transform: scaleX(-1);
        -o-transform: scaleX(-1);
        -webkit-transform: scaleX(-1);
        transform: scaleX(-1);
        filter: FlipH;
        -ms-filter: "FlipH";
}
.noboxshadow {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
/*-------------------------------FONTS-------------------------------*/
@font-face {
font-family: 'an.regular';
src: url("../fonts/an.regular.otf") format("opentype");
}

@font-face {
font-family: 'an.italic';
src: url("../fonts/an.italic.otf") format("opentype");
}

/*-------------------------------LINKS-------------------------------*/
a {
	color:#FFF;
	transition: all 0.3s ease-in;
	text-decoration:none;
}

a:hover{
	-webkit-stroke-width: 5.3px;
	-webkit-stroke-color: #FFFFFF;
	-webkit-fill-color: #FFFFFF;
	text-shadow: 0px 0px 8px #FFF, 0px 0px 8px #FFF
}

/*TEXTUALS*/
.txtnavbar {
	font-family: 'an.italic';
	font-size: 18px;
	word-spacing: 0px;
	color: rgba(255,255,255,1)
}
.txtnavitem{
	padding: 20px;
}
.txtfootbar {
	font-family: 'an.italic';
	font-size: 14px;
	word-spacing: 17px;
	color: rgba(255,255,255,1)
}
.txtpagecontent {
	font-family: 'an.italic';
	font-size: 20px;
	color: rgba(255,255,255,1);
	text-align: center;
}
.txtglow {
	color:#FFF;
	-webkit-stroke-width: 5.3px;
	-webkit-stroke-color: #FFFFFF;
	-webkit-fill-color: #FFFFFF;
	text-shadow: 0px 0px 12px #FFF, 0px 0px 24px #FFF
}
.nowordspace {
	word-spacing: 0px;
}
.txtheader {
	font-size: 50px;
	text-shadow: 0px 3px 4px rgba(0, 0, 0, 1);
}

.txtheaderbig {
	font-size: 100px;
	text-shadow: 0px 3px 4px rgba(0, 0, 0, 1);
}
.txtsvc {
	text-shadow: 0px 3px 4px rgba(0, 0, 0, 1);
}

/*FLOATS*/
.floatleft {
	float: left;
}
.floatright {
	float: right;
}




/* Float Shadow ANIMATION*/
.float-shadow {
  display: inline-block;
  position: relative;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}
.float-shadow:before {
  pointer-events: none;
  position: absolute;
  z-index: -1;
  content: '';
  top: 100%;
  left: 5%;
  height: 10px;
  width: 90%;
  opacity: 0;
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
  /* W3C */
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform, opacity;
  transition-property: transform, opacity;
}
.float-shadow:hover, .float-shadow:focus, .float-shadow:active {
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
  /* move the element up by 5px */
}
.float-shadow:hover:before, .float-shadow:focus:before, .float-shadow:active:before {
  opacity: 1;
  -webkit-transform: translateY(5px);
  transform: translateY(5px);
  /* move the element down by 5px (it will stay in place because it's attached to the element that also moves up 5px) */
}