@charset "utf-8";
/* CSS Layout */

* 
{
  margin: 0;
}

body
{
  background-color: #000;
  margin: 0;
  padding: 0;
  height: 100%;
}

.photos {
  width:375px;
  opacity:1;
  border-style:solid;
  border-width:10px;
  border-color: #000;

}

.page-wrap {
  min-height: 100%;
  /* equal to footer height */
  margin-bottom: -82px; 
}


.headercontainer
{
  background-color: #000;
  width: 99.85%;
  height:200px;
  border: 1px solid #FFFFFF;
  left:0;
  position: relative;
  bottom: 0;
  margin: 0;
  padding: 0;


}

.mainbodycontainer
{
  margin: 0 auto;
  overflow: auto;
  min-height: 600px;
  min-width: 999px; 
  padding: 80px 0;
}


.footercontainer
{
  background-color: #000;
  position: relative;
  border: 1px solid #FFFFFF;
  height: 82px; 
  z-index:3;

}

.header
{
  width: 999px;
  position:relative;
  top: 0px;
  margin: 0;
  padding: 0;
  padding-left:40px;
}

.menu
{
   position:absolute;
   bottom: 0;
   left: 50%;
   margin-left: -420px;
   z-index:2;

}

.footer
{
   width: 990px;
   margin: 0;
   padding: 0;
   padding-left:40px;
}


.mainbody
{
  background: url(../images/b5.jpg) no-repeat center bottom;
  background-size: cover;
  margin: 0 auto;
  overflow: auto;
  min-height: 600px;
  min-width: 999px; 
  padding: 0 0;
  z-index: -1;

}

.name
{
   width: 600px;
   position: relative;
   t-index:1;
   padding:20px;
   padding-top:40px;
   padding-left: 40px;
   line-height:0px;
}
.name1
{
   width: 600px;
   position: relative;
   t-index:1;
   padding:20px;
   padding-top:40px;
   padding-left: 40px;
   line-height:0px;
}

.thumb
{
	width: 90px;
	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);
   color: 

}

  
#text
{
   width: 400px;
   position: absolute;
   z-index:1;
   padding:20px;
   padding-left:500px;
}

#image
{	
   opacity:1;
   padding-top: 30px;
   padding-left:40px;
   float: left;
   position: relative;
   z-index:1;
   left:0%;	
}

#profile
{
   width: 300px;
   float: left;
   position: relative;
   z-index:1;
   padding-top:40px;
   padding-left:20px;
   opacity:1;
	
}


#table
{
   line-height:10%;
   position: relative;
   margin-top: 600px;
}


#est
{
	position:absolute;
	left:100px;
	top:100px;
	z-index:1;	
}


/* General menu styling */
.nav {
position: relative;
margin: 0;
padding: 0;
line-height: 22px;
}
/* The main navigation link containers */
.nav>li {
display: block;
width:140px;
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: 18px;
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: 17px;
right:30px;
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: 17px;
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;
}
.dropdownb>a::after {
content: "";
position: absolute;
top: 17px;
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: 30px;
position: relative;
top: auto;
}
.dropdowna:hover>ul>li {
height: 30px;
position: relative;
top: auto;
}
.dropdownb:hover>ul>li {
height: 30px;
position: relative;
top: auto;
}

/* The submenu links */


/* The submenu links */

.nav ul li a {
/* Layout */
padding: 4px 20px;
width: 220px;
display: block;
position: relative;
/* Text */
font-family: Alegreya Sans;
color: #bbb;
text-decoration: none;
font-size: 16px;
/* 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: 260px;
top: 0px;
}

.nav ul .dropdowna:hover ul {
left: 260px;
top: 0px;
}
.nav ul .dropdownb:hover ul {
left: 260px;
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: 12px;
}
.nav ul .dropdowna a::after {
width: 6px;
height: 6px;
border-bottom: 0;
border-right: 1px solid #fff;
border-top: 1px solid #fff;
top: 12px;
}
.nav ul .dropdownb a::after {
width: 6px;
height: 6px;
border-bottom: 0;
border-right: 1px solid #fff;
border-top: 1px solid #fff;
top: 12px;
}

/* 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;
}

/* The Fonts */

h1{
font-size:80px;
font-family: 'Mr De Haviland', cursive;
font-weight:100;
letter-spacing:6px;
color: #0e8ddd;
}

h2{
font-size:30px;
font-family: 'Mr De Haviland', cursive;
font-weight:100;
color: #0e8ddd;
}

h3{
font-family:  'Open Sans', sans-serif;
font-size: 25px;
font-weight:500;
color: #069;
}

h4{
font-family:  'Open Sans', sans-serif;
font-size: 20px;
font-weight:500;
color: #069;
}

h5{
font-family: 'Pinyon Script', cursive;
font-size: 45px;
font-weight:700;
color: #5C185F;
line-height: 250%;
}

h6{
font-family: 'Open Sans', sans-serif;
font-size: 12px;
color: #013958;
font-weight:bolder;
text-align: center;
}

h7{
font-size:30px;
font-family: 'Crimson Text', serif;
font-variant:small-caps;
font-weight:50;
color: #0e8ddd;
}

h8{
font-family: 'Pinyon Script', cursive;
font-size: 40px;
font-weight:700;
color: #333333;
}

h9{
font-family: 'Pinyon Script', cursive;
font-size: 30px;
color: #333333;
}


p{
font-family: 'Open Sans', sans-serif;
font-size: 15px;
color: #013958;
font-weight:bolder;
text-align:justify;
}

.bold{
font-weight:bolder;
font-size:18px;
}

.title{
color: #013958;
font-size:16px;
}

.date{
font-size:16px;
}

.foundation{
color: #5C185F;
font-variant: small-caps;
font-size: 15px;
font-weight:bold;
margin-left:15px;
}












