@charset "utf-8";

/* CSS Layout */



* 

{

  margin: 0;

}



html

{

  height: 100%;

}



body

{

  background-color: #000;

  margin: 0;

  padding: 0;

  height: 100%;

}





.page-wrap {

  min-height: 100%;

  height: auto !important;

  height: 100%;

  margin-bottom: -40px; 

}



.push{

  height: 40px;

}



.footercontainer{

  height: 40px;

  position:relative;

 

}





.headercontainer

{

  background-color: #000;

  width: 99.85%;

  height:100px;

  border: 1px solid #FFFFFF;

  left:0;

  position: relative;

  bottom: 0;

  margin: 0;

  padding: 0;





}



.mainbodycontainer

{

  margin: 0 auto;

  overflow: auto;

  min-height: 20px;

  min-width: 600px; 

  padding: 80px 0;

}





.footercontainer

{

  background-color: #000;

  border: 1px solid #FFFFFF;

}



.header

{

  width: 800px;

  position:relative;

  top: 0px;

  margin: 0;

  padding-left:40px;

  padding-top:10px;

}



.menu

{

   position:absolute;

   bottom: 0;

   left: 50%;

   margin-left: -270px;

}



.footer

{

   width: 790px;

   margin: 0;

   padding: 0;

   padding-left:40px;



}





.mainbody

{

   background: url(../images/b6.jpg) no-repeat center bottom;

  background-size: cover;

  margin: 0 auto;

  overflow: auto;

  min-height: 600px;

  min-width: 600px; 

  padding: 0 0;

  z-index: -1;



}



.photos {

  width:150px;

  opacity:1;

  border-style:solid;

  border-width:10px;

  border-color: #000;



}



.thumb

{

	width: 46px;

	border-style:double;

	border-color:#000;

	border-width: 3px;

}



/*My Transparent Div*/

div.transbox

{

  width:70%;

  height:1300px;

  margin:0px 0px;

  position: relative;

  left: 15%; 

  background-color: rgba(168, 209, 255, 0.7);

}



div.transbox1

{

  width:70%;

  height:1900px;

  margin:0px 0px;

  position: relative;

  left: 15%; 

  background-color: rgba(168, 209, 255, 0.7);



}





table.tbl

{
   height: 400px;
   margin-left: 5%; 

   margin-top:30px; 

   margin-bottom:20px; 

   margin-right: 5%;	

   line-height: 10%;

   background-color: rgba(168, 209, 255, 0.7);



}



  

#text

{

   width: 200px;

   float: right;

   position: relative;

   z-index:1;

   padding:10px;

   margin-right: 45px;

}



#image

{	

   opacity:1;

   padding-top: 10px;

   padding-left:40px;

   float: left;

   position: relative;

   z-index:1;

   left:0%;	

}



#profile

{

   width: 200px;

   float: left;

   position: relative;

   z-index:1;

   padding-top:0px;

   opacity:1;

	

}



#name

{

   width: 300px;

   position: relative;

   t-index:1;

   padding:20px;

   line-height:0px;

}

#name1

{

   width: 300px;

   position: relative;

   t-index:1;

   padding:20px;

   line-height:0px;

}



#table

{

   line-height:10%;

}





#est

{

	position:absolute;

	left:100px;

	top:50px;

	z-index:1;	

}





/* General menu styling */

.nav {

position: relative;

margin: 0;

padding: 0;

line-height: 10px;

}

/* The main navigation link containers */

.nav>li {

display: block;

width:90px;

float: left; /* Displaying them on the same line */

margin: 0;

padding: 0;

}

/* The main navigation links */

.nav>li>a {

/* Layout */

display: block;

position: relative;

padding: 10px;

/* Text */

font-family: Alegreya Sans;

color: #ababab;

font-size: 8px;

text-decoration: none;

text-align:center;

/* Background */

background: rgba(0, 0, 0, 0.6); /* Transparent background for modern browsers */

/* Making the color to change on hover with a transition */

-webkit-transition: color .3s ease-in;

-moz-transition: color .3s ease-in;

-o-transition: color .3s ease-in;

-ms-transition: color .3s ease-in;

}

/* Changing the color on hover */

.nav>li>a:hover, .nav>li:hover>a {

color: #0e8ddd;

}

/* The links which contain dropdowns menu are wider, because they have a little arrow */

.nav>.dropdown>a {

padding: 10px 30px 10px 20px;

}



.nav>.dropdowna>a {

padding: 10px 30px 10px 20px;

}

.nav>.dropdownb>a {

padding: 10px 30px 10px 20px;

}



/* The arrow indicating the dropdown */

.dropdown>a::after {

content: "";

position: absolute;

top: 8px;

right:20px;

width: 7px;

height: 7px;

-webkit-transform: rotate(45deg);

-ms-transform: rotate(45deg);

-moz-transform: rotate(45deg);

-o-transform: rotate(45deg);

border-bottom: 1px solid #ababab;

border-right: 1px solid #ababab;

}



.dropdowna>a::after {

content: "";

position: absolute;

top: 8px;

right:10px;

width: 7px;

height: 7px;

-webkit-transform: rotate(45deg);





-ms-transform: rotate(45deg);

-moz-transform: rotate(45deg);

-o-transform: rotate(45deg);

border-bottom: 1px solid #ababab;

border-right: 1px solid #ababab;

}

.dropdownb>a::after {

content: "";

position: absolute;

top: 10px;

right:10px;

width: 7px;

height: 7px;

-webkit-transform: rotate(45deg);

-ms-transform: rotate(45deg);

-moz-transform: rotate(45deg);

-o-transform: rotate(45deg);

border-bottom: 1px solid #ababab;

border-right: 1px solid #ababab;

}





/* Changing the color of the arrow on hover */ 

.dropdown>a:hover::after, .dropdown:hover>a::after {

border-color: #0e8ddd;

}

.dropdowna>a:hover::after, .dropdown:hover>a::after {

border-color: #0e8ddd;

}

.dropdownb>a:hover::after, .dropdown:hover>a::after {

border-color: #0e8ddd;

}



/* The submenus */

.nav ul {

position: absolute;

margin: 0;

padding: 0;

list-style: none;

display: block;

}

/* General layout settings for the link containers of the submenus */

.nav ul li {

position: absolute;

top: -9999px; /* Hiding them */

height: 0px;

display: block;

margin: 0;

padding: 0;

/* Making them to expand their height with a transition, for a slide effect */

-webkit-transition: height .2s ease-in;

-moz-transition: height .2s ease-in;

-o-transition: height .2s ease-in;

-ms-transition: height .2s ease-in;

}

/* Displays the submenu links, by expading their containers (with a transition, previously defined) and by repositioning them */

.dropdown:hover>ul>li {

height: 18px;

position: relative;

top: auto;

}

.dropdowna:hover>ul>li {

height: 18px;

position: relative;

top: auto;

}

.dropdownb:hover>ul>li {

height: 18px;

position: relative;

top: auto;

}



/* The submenu links */





/* The submenu links */



.nav ul li a {

/* Layout */

padding: 4px 20px;

width: 120px;

display: block;

position: relative;

/* Text */

font-family: Alegreya Sans;

color: #bbb;

text-decoration: none;

font-size: 8px;

/* Background & effects */

background: black;

background: rgba(0, 0, 0, .6);

-webkit-transition: color .3s ease-in, background .3s ease-in;

-moz-transition: color .3s ease-in, background .3s ease-in;

-o-transition: color .3s ease-in, background .3s ease-in;

-ms-transition: color .3s ease-in, background .3s ease-in;

}



/* Changing the link's color and background on hover */

.nav ul li:hover>a, .nav ul li a:hover {

color: #0e8ddd;

background: rgba(0, 0, 0, .75);

}

/* Making the level 2 (or higher) submenus to appear at the right of their parent */

.nav ul .dropdown:hover ul {

left: 100px;

top: 0px;

}



.nav ul .dropdowna:hover ul {

left: 140px;

top: 0px;

}

.nav ul .dropdownb:hover ul {

left: 160px;

top: 0px;

}



/* The submenu links have a different arrow which indicates another dropdown submenu */

.nav ul .dropdown a::after {

width: 6px;

height: 6px;

border-bottom: 0;

border-right: 1px solid #fff;

border-top: 1px solid #fff;

top: 6px;

}

.nav ul .dropdowna a::after {

width: 6px;

height: 6px;

border-bottom: 0;

border-right: 1px solid #fff;

border-top: 1px solid #fff;

top: 6px;

}

.nav ul .dropdownb a::after {

width: 6px;

height: 6px;

border-bottom: 0;

border-right: 1px solid #fff;

border-top: 1px solid #fff;

top: 6px;

}



/* Changing the color of the arrow on hover */

.nav ul .dropdown:hover>a::after, .nav ul .dropdown>a:hover::after {

border-right: 1px solid #0e8ddd;

border-top: 1px solid #0e8ddd;

}

.nav ul .dropdowna:hover>a::after, .nav ul .dropdown>a:hover::after {

border-right: 1px solid #0e8ddd;

border-top: 1px solid #0e8ddd;

}

.nav ul .dropdownb:hover>a::after, .nav ul .dropdown>a:hover::after {

border-right: 1px solid #0e8ddd;

border-top: 1px solid #0e8ddd;

}









h1{

font-size:30px;

font-family: 'Mr De Haviland', cursive;

font-weight:100;

letter-spacing:6px;

color: #0e8ddd;

}



h2{

font-size:15px;

font-family: 'Mr De Haviland', cursive;

font-weight:100;

color: #0e8ddd;

}



h3{

font-family:  'Open Sans', sans-serif;

font-size: 16px;

font-weight:500;

color: #069;

}



h4{

font-family:  'Open Sans', sans-serif;

font-size: 14px;



font-weight:500;

color: #069;

}



h5{

font-family: 'Pinyon Script', cursive;

font-size: 30px;

font-weight:700;

color: #5C185F;
line-height: 250%;
}



h6{

font-family: 'Open Sans', sans-serif;

font-size: 8px;

color: #013958;

font-weight:bolder;

text-align: center;

}



h7{

font-size:15px;

font-family: 'Crimson Text', serif;

font-variant:small-caps;

font-weight:50;

color: #0e8ddd;

}



h8{

font-family: 'Pinyon Script', cursive;

font-size: 19px;

font-weight:700;

color: #333333;

}





p{

font-family: 'Open Sans', sans-serif;

font-size: 12px;

color: #013958;

font-weight:bolder;

text-align:justify;

}



.bold{

font-weight:bolder;

font-size:11px;

}



.title{

color: #013958;

font-size:12px;

}



.date{

font-size:12px;

}



.foundation{

color: #5C185F;

font-variant: small-caps;

font-size: 10px;

font-weight:bold;

margin-left:15px;

}

