/* CSS Resource Document for: Army Sustainment Command -> History Office 	*
!  Global classes should be defined in portal.css  							*
*  The proponent agency for this source is AMAS-PC 							*/

/* Classes for History Links on the landing page */
.history-links {
	font-family: GI7;
	text-align: center;
}
	.history-links figure.image {
		position: relative;
        overflow: hidden;
        margin: 10px;
        width: 235px;
        height: 132px;
        background: #000;
        color: #EEE;
        text-align: center;
		display: inline-block;
    }
		.history-links figure.image * {
			transition: all 0.3s ease-in-out;
		}
		.history-links figure.image img {
			max-width: 100%;
			position: relative;
			opacity: 0.6;
		}  
		.history-links figure.image h1 {
			position: absolute;
			left: 35px;
			right: 35px;
			font-size:16px;
			display: inline-block;
			background: #000;
			color: #FFCD01;
			opacity: 0.8;
			transform: skew(-5deg) rotate(-10deg) translate(0, -50%);
			padding: 15px 5px;
			margin: 0;
			top: 50%;
			text-transform: uppercase;
		}
		.history-links figure.image:before {
			height: 100%;
			width: 100%;
			top: 0;
			left: 0;
			content: '';
			background: #CCC;
			position: absolute;
			transition: all 0.3s ease-in-out;
			transform: rotate(110deg) translateY(-50%);
		}  
		.history-links figure.image:hover img {
			opacity: 1;
			transform: scale(1.1);
		}
		.history-links figure.image:hover h1 {
			transform: skew(-10deg) rotate(-10deg) translate(-150%, -50%);
		}
		.history-links figure.image:hover::before {
			transform: rotate(110deg) translateY(-150%);
		}

/* Newsletter Archive */
.current-issue {
	width: 100%;
}
	.current-issue td {
		padding: 4px;
	}
	.current-issue a {
		font-family: GI7;
		text-decoration: none;
	}
.archive-list {
	border-collapse: separate;
	border-spacing: 0 8px;
	width: 100%;
}
	.archive-list th,
	.archive-list td {
		text-align: center;
	}
		.archive-list td.title {
			text-align: left;
		}

/* Events Calendar Key */
.event-key {
	width: 98%; 
    margin-left: auto; 
    margin-right: auto; 
    font-size: 12px;
}
	.event-key td {
		width: 20%;
		padding: 4px;
	}
.keys {
	border-radius: 24px; 
    text-align: center; 
    padding: 1px; 
    height: 18px; 
    text-transform: uppercase; 
    font-size: 12px; 
    font-family: GI5;
}
.key-lecture {
	background: rgb(117, 255, 51); 
}
.key-tour {
    background:rgb(71, 235, 183);
}
.key-iwevent {
	background: #060;
	color: #FFF;
}
.key-hlecture {
	background: #6CF;
}
.key-museum {
	background:rgb(72, 107, 0);
	color: #FFF;
}
.key-postponed {
	background: rgb(240, 200, 0);
}
.key-cancelled {
	background: #A03;
	color: #FFF;
}
/* Event Calendar Bulk */
.events {
	width: 100%; 
    margin-left: auto; 
    margin-right: auto;
}
	.events th {
		font-size: 12px;
		border: 1px solid #FFCE08; 
		background: #3A423A; 
		color: #FFCE08; 
		font-family: GI7;
		margin-left: 12px; 
		padding: 4px 4px 4px 8px;
	}
	.events td {
		border: 1px solid #777;
		font-size: 11px;
		font-family: GI5;
		padding: 4px 4px 4px 8px;
	}

/* Services Page */
.service-container {
	padding: 1em 0;
	width: 100%;
}
.service-content {
	position: relative;
	max-width: 500px;
	margin: auto;
	overflow: hidden;
}
	.service-content .content-overlay {
		background: rgba(0,0,0,1);
		position: absolute;
		height: 100%;
		width: 100%;
		left: 0;
		top: 0;
		bottom: 0;
		right: 0;
		opacity: 0;
		transition: all 0.4s ease-in-out 0s;
	}
	.service-content:hover .content-overlay {
		opacity: 0.8;
	}
	.service-content-image {
		width: 100%;
	}
	.service-content-details {
		position: absolute;
		text-align: center;
		padding: 0px 1em;
		width: 100%;
		top: 50%;
		left: 50%;
		opacity: 0;
		transform: translate(-50%, -50%);
		transition: all 0.3s ease-in-out 0s;
	}
	.service-content:hover .service-content-details {
		top: 50%;
		left: 50%;
		opacity: 0.8;
	}
		.service-content-details h1 {
			color: #FFCE08;
			letter-spacing: 0.1em;
			margin-bottom: 0.5em;
			text-transform: uppercase;
			font-size: 24px;
		}
		.service-content-details p {
			color: #FFF;
			font-size: 1em;
		}
.fadeIn-bottom {
	top: 80%;
}

/* Tour Slices: /ctl/mid/id */
.tour-containment {
	width: 100%;
}
.tour-heading { 
	font-weight: bold; 
	font-size: 18px; 
	padding-top: 8px; 
	padding-bottom: 8px; 
	padding-left: 8px; 
}
.tour-mainimg { 
	text-align: center; 
	width: 25%; 
	vertical-align: text-top; 
	font-size: 10px; 
}
.tour-oact { 
	text-align: center; 
	padding: 8px; 
}
.tour-text { 
	font-size: 12px; 
	padding-left: 8px; 
	width: 75%; 
}
.tour-img { 
	width: 100%; 
}

/* Table Data */
.info-table th { 
	text-align: center; 
	color: rgb(255, 255, 255); 
	background-color: rgb(127, 127, 127); 
	padding: 4px; 
    font-weight: bold; 
}
.info-table .name { 
	padding: 2px; 
	width: 50%; 
}
.info-table .type,
.info-table .size { 
	padding: 2px; 
    width: 10%; 
    text-align: center; 
}
.info-table .version,
.info-table .date { 
	padding: 2px; 
    width: 15%; 
    text-align: center; 
}