@charset "utf-8";
/* CSS Document */
.grow {transition: all .2s ease-in-out; }
.grow:hover { transform: scale(2.0); }
.white {color: #FFF; }
p {
    text-align: left;
    font-size: 14px;
    padding-left: 15px;
    padding-right: 15px;
    line-height: 22px;
}
th { background-image: linear-gradient(to right, #49394F, red); opacity: 0.8; }
th.alas { background-image: linear-gradient(to top, #49394F, red); opacity: 0.8; }
th, td {
    border: 1px solid #b9bccc;
}
h1 { font-family: 'Roboto', sans-serif; color: white; font-size: 3em; }
h2, h3 { text-align: left; margin-left: 15px; }
h5 { font-family: 'Roboto', sans-serif; color: white; font-size: 16px; font-style: italic; }
h6 { font-family: 'Roboto', sans-serif; color: white; font-size:24px; margin: 0; text-align: center;}

body { background: url(galaxy_background.jpg) no-repeat fixed; background-color: #333; cover; }
table { font-family: 'Roboto', Arial, Helvetica, sans-serif; font-size: 14px; border-collapse:separate; border-spacing:0; border: 1px solid white; }
.csa { background-image: linear-gradient(to left, #49394F, #213975); opacity: 0.8; color: white; }
p.body {
    font-size: 18px;
    line-height: 28px;
    text-align: justify;
    font-family: 'Roboto', sans-serif;
    color: black;
}
li { font-size: 18px; line-height: 28px; font-family: 'Roboto', sans-serif; color: black;}
A:link {text-decoration: none; color: #7a4e7d; cursor: hand; }
A:visited {text-decoration: none; color: #7a4e7d; cursor: hand; }
A:active {text-decoration: none; color: black; cursor: hand; }
A:hover {text-decoration: underline; color: #fcfcfc; cursor: hand; }
div.bar:hover {
-webkit-box-shadow: 3px 3px 15px 5px rgba(15,15,15,0.3);
box-shadow: 3px 3px 15px 5px rgba(15,15,15,0.3);
border: 1px solid rgba(255,255,255,0.9);
margin: -1px;
z-index: 2;
}
/* Tooltip container */
.tooltip {
    position: relative;
    display: inline-block;
}

/* Tooltip text */
.tooltiptext {
    visibility: hidden;
    background-color: black;
    color: #fff;
    text-align: center;
    padding: 5px;
    border-radius: 1px;
	font-size: 13px;
 
    /* Position the tooltip text */
    position: relative;
    z-index: 1;
	left: 25%;
	top: 5px;
}

/* Show the tooltip text when you mouse over the tooltip container */
.bar:hover .tooltiptext {
    visibility: visible;
}
.tooltiptext::after {
    content: " ";
    position: absolute;
    top: 50%;
    right: 100%; /* To the left of the tooltip */
    margin-top: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent black transparent transparent;
}
.cl-effect-11 a {
	padding: 10px 0;
	color: #000;
	text-shadow: none;
} 
.cl-effect-11 a::before {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	padding: 10px 0;
	max-width: 0;
	border-bottom: 2px solid #fff;
	color: #fff;
	content: attr(data-hover);
	-webkit-transition: max-width 0.5s;
	-moz-transition: max-width 0.5s;
	transition: max-width 0.5s;
}
.cl-effect-11 a:hover::before,
.cl-effect-11 a:focus::before {
	max-width: 100%;
}
nav a {
	font-family: 'Roboto';
	position: relative;
	display: inline-block;
	margin: 15px 25px;
	outline: none;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 400;
	text-shadow: 0 0 1px rgba(255,255,255,0.3);
	font-size: 1.35em;
}

nav a:hover,
nav a:focus {
	outline: none;
}
