HEX
Server: Apache
System: Linux www3.pit.tblive.com 5.14.0-687.38.1.el9_8.x86_64 #1 SMP PREEMPT_DYNAMIC Wed Aug 12 17:19:12 EDT 2026 x86_64
User: awaldron (1020)
PHP: 8.1.34
Disabled: exec,passthru,shell_exec,system
Upload Files
File: //home/awaldron/www/archive/fifthace/css/main.css
@font-face {
    font-family: 'Streetwear';
    src: url('/fonts/streetwear-webfont.eot');
    src: url('/fonts/streetwear-webfont.eot?#iefix') format('embedded-opentype'),
         url('/fonts/streetwear-webfont.woff') format('woff'),
         url('/fonts/streetwear-webfont.ttf') format('truetype'),
         url('/fonts/streetwear-webfont.svg#streetwearregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

body {
	font-size:14px;
	-webkit-perspective: 60000px; /* <-NB */
	font-family: Helvetica, Arial, sans-serif;
	
}
h1, h2, h3, h4, h5 {
	font-family: "myriad-pro",sans-serif;
}
#bg {
	position: fixed;
	top:0px;
	left:0px;
	width:100%;
	z-index: 0;
}
.bg {
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-attachment: fixed;
}
#bg-wed {
	background-image: url(../img/bg-wed-1.jpg);
	width:100%;
	height:100%;
}
#bg-par {
	background-image: url(../img/bg-par-2.jpg);
	width:100%;
	height:100%;
}
#bg-kar {
	background-image: url(../img/bg-kar-1.jpg);
	width:100%;
	height:100%;
}
#bg-bar {
	background-image: url(../img/bg-bar-2.jpg);
	width:100%;
	height:100%;
}
#body {
	position: absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	z-index: 10;
}
#logo {
	max-width: 275px;
	padding:10px 0 20px 0;
}
#tagline {
	background: #000000;
	border-top: solid 2px #FFFFFF;
}
.flippety h1,.flop h1 {
	font-family: "myriad-pro",sans-serif;
	font-style: normal;
	font-weight: 300;
	font-size: 2.5em;
	text-align: center;
	margin: 12px auto 0;
}

.cube {
	width: 100%;
	text-align: center;
	margin: 0 auto;
	height: 66px;

	-webkit-transition: -webkit-transform .33s;
	transition: transform .2s; /* Animate the transform properties */

	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d; /* <-NB */
}

/* The two faces of the cube */
.flippety {
	background: #000000;
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #000000;

	height: 66px;
	color:#FFFFFF;
}
.flop {
	background: #FFFFFF;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #FFFFFF;
	height: 66px;
	color:#000000;
}

/* Position the faces */
.flippety {
	-webkit-transform: translateZ(33px);
	transform: translateZ(33px);
}

.flop {
	-webkit-transform: rotateX(-90deg) translateZ(-33px);
	transform: rotateX(-90deg) translateZ(-33px);
}

/* Rotate the cube */
.cube:hover {
	-webkit-transform: rotateX(89deg);
	transform: rotateX(89deg); /* Text bleed at 90ยบ */
}

#home-serv {
	margin-top:60px;
	margin-bottom:80px;
}
.home-block {
	background: url(../img/block-bg-off.png) top center repeat-x;
	border-top:solid 4px #000000;
	min-height: 300px;
	margin:10px 0 0px;
	text-align: center;
	cursor: pointer;
}
.home-block#wed:hover {
	background: url(../img/block-bg-b.png) top center repeat-x;
}
.home-block#par:hover {
	background: url(../img/block-bg-g.png) top center repeat-x;
}
.home-block#kar:hover {
	background: url(../img/block-bg-y.png) top center repeat-x;
}
.home-block#bar:hover {
	background: url(../img/block-bg-r.png) top center repeat-x;
}
.home-block img {
	padding:20px;
}
.home-block h2 {
	font-family: "myriad-pro",sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 2.5em;
	text-align: center;
	color:#000000;
	margin: 10px auto 15px;
}
.home-block p {
	margin:10px 10%;
}
a .home-block {
	color:#000000;
}
.home-avail {
	padding:0 0 8px 0;
}
.home-avail p {
	font-size:1.3em;
}

.sub-body .home-block {
	min-height: intrinsic;
}
.sub-body .home-block h2 {
	font-size:1.6em;
	padding:0 0 25px;
}

.glass-block {
	background: url('/img/bg-content.png') top center;
	border-top:solid 2px #000000;
}

#footer {
	background: url('/img/black80.png');
	color:#FFFFFF;
	padding:15px 0 30px;
	min-height: 200px;
/* 	margin-top:50px; */
	border-top:solid 2px #FFFFFF;
}

#nav {
	padding-top:25px;
	z-index: 1000;
}
#nav ul {
	float:right;
}

#nav ul li {
	float: left;
	list-style-type: none;
}
#nav ul li ul {
	display: none;
	float:left;
	position: absolute;
	background-color: #FFFFFF;
	margin-left:0;
	list-style-type: none;
}
#nav ul li ul li {
	font-size:0.85em;
	text-align: left;
}
#nav ul li:hover ul {
	display:block;
}

#nav a {
	color:#FFFFFF;
	text-decoration: none;
	font-size: 1.3em;
	padding:9px 22px;
	text-transform: uppercase;
	text-shadow: -1px 1px 1px #000000;
}
#nav a:hover {
	text-decoration: underline;
	background-color: #FFFFFF;	
	color:#000000;
	text-shadow: none;
}

#nav a.on {
	background-color: #000000;
}

#nav a.on:hover {
	background-color: #FFFFFF;
	color:#000000;
}

.current {
	background-color: #FFFFFF !important;
	color:#000000 !important;
	text-shadow: none !important;
}


#nav ul li ul li a {
	display:block;
	padding:8px 40px 8px 5px;
	text-align: left;
	color:#000000;
	text-shadow: none;
}


.sub-body {
	background: url('/img/bg-content.png') top left;
	border-top:solid 4px #000000;
	min-height: 600px;
	margin:30px auto 80px auto;
	padding:20px 10%;
	font-size:1.2em;
	max-width:1020px; 
}
.sub-body p {
	margin-bottom: 1.5em;
}

.sub-body h1 {
	font-family: 'Streetwear';
	font-size: 2.5em;
	line-height: 2em;
	color:#000000;
	position: relative;
	left:-35px;
}
h1 img {
	max-width: 90px;
	position: relative;
	top:-8px;
}
h1.banner {
	max-width:1020px;
	height:250px;
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	margin:0 auto;
	line-height: 400px;
	margin-top:30px;
		font-family: 'Streetwear';
		font-size:3em;
		color:#FFFFFF;
		padding-left:30px;
	text-shadow: -1px 1px 1px #000000;

}
h1.banner#wed {
	background-image: url(/img/sub-wed.jpg);
}
h1.banner#par {
	background-image: url(/img/sub-par.jpg);
}
h1.banner#bar {
	background-image: url(/img/sub-bar.jpg);	
}

.fnav a {
	display: block;
	padding:2px 4px;
	color:#FFFFFF;
	text-decoration: none;
}
.fnav a:hover {
	display: block;
	color:#000000;
	background-color: #FFFFFF;
	
}
.fnav a.asub {
	margin-left:25px;
}