@charset "utf-8";
html, body {
	color: #1b1b1b;
	margin: 0px;
	padding: 0px;
	height: 100%;
	background: #fff;
	/*overflow: hidden;*/
	overflow:auto;
	font-size: 14px;
	line-height: 1.6em;
}

a:link,a:visited{
 text-decoration:none;
}
ul {  
    list-style:none;  
}  
h2 {
	color: #005aca;
}
p {
	color: black;
}
#header {
	height: 200px;
	min-width: 1200px;
	/*width:100%;*/
	z-index: 99;
	/*background-image: url(../image/header-background.jpg);*/
	/*background-color: #676767;*/
	position: relative;
	opacity: 1;
	text-align: center;
}

/*.left{
	float: left;
	width: 33%;
	margin: 40px;
}*/
#header .logo {
	text-indent: 200px;
	background-image: url(../image/logo.png); 
	background-repeat: no-repeat;
	background-size: 200px 180px;
	margin-left:50;
	position: relative;
	left: 20px;
	top: 13px;
	height: 180px;
	width: 800px;
	float:left;
}

#header .toolkitlogo {
	text-indent: 200px;
	margin-left:50;
	position: relative;
	left: 20px;
	top: 13px;
	height: 180px;
	width: 800px;
	float:left;
}

#header .logo_title{
	height: 100%;
	width: 100%;
	/*float: right;*/
	line-height: 150px;
	/*padding-top: 14%;*/
	opacity: 1;
	font-style: italic;
	font-family: Verdana;
	font-size: 25px;
	font-weight:bold;
}

.logo_title p {
	color: #005aca;
	text-align:center;
}


.main-nav {
	/*height: 100%;*/
	/*top:220px;*/
	/*line-height: 150px;*/
	text-align:center;
	position: relative;
	float:none;
}
.main-nav li {
    float:left;
	font-size: 20px;
	font-family: Tahoma;
	font-weight: normal;
	/*padding-right: 30px;
	padding-left: 10px;*/
	line-height: 10px;
	height: 30px;
	margin-left:100px;
}
.main-nav li a {
	color: #005aca;
	display: block;
	opacity: 1;
}
.main-nav li a:hover {
	display: block;
	opacity: 1;
}

.main-nav .current {
	opacity: 1;
}

}

#body {
	min-height: 1200px;
	min-width: 1200px;
	z-index: 99;
	top: 30px;
	position: relative;
	opacity: 1.0;
	overflow:auto;
	overflow-x: hidden;
}



.intro{
	float: left;
    margin-left: 20px;
    margin-right: 20px;
    min-width: 1300px;
    font-size: 105%;
    border: #dfdfdf solid 1px;
    line-height: 1.2;
    font-family: Arial,"Helvetica Neue",Helvetica,sans-serif;
    position:relative;
}

.introContent{
	border: 3px #FFF solid;
    background-color: rgba(220,220,220,0.1);
    position:relative;
}

.textIntro{
	float: left;
    margin: 15px;
    width:90%;
    height:;
    margin-top:15px;
    position:relative;
}
.textIntro h2{
	font-size: 18px;
	color:#005aca;
	font-family: Arial;
	font-weight: 700;
	position:relative;
}

.textIntro p{
	margin-left: 50px;
	font-family: Tahoma;
	font-size: 15px;
	color: black;
	position:relative;
}

.picIntro {
	float: left;
	margin-top: 0px;
	margin-bottom: 20px;
	margin-left: 30px;
    min-width: 700px;
    height: 180px;
    display: inline;
}

.picIntro h1{
	font-size: 24px;
	color:#3E5583;
	font-family: Arial;
	font-weight: 700;
}

.picIntro table{
	margin-left: 40px;
	height: 90px;
	width: 740px;
	/*border:black solid 1px;*/
}

.picIntro td:nth-child(odd){
	height: 80px;
	/*width: 80px;*/
	/*border:black solid 1px;*/
}
.picIntro td:nth-child(even){
	height: 80px;
	/*width: 90px;*/
	/*border:black solid 1px;*/
}

.picIntro p{
	color: #8795b2;
	font-size: 18px;
	text-align: center;
}
.picIntro img{
	height: 80px;
	width: 80px;
	/*border:black solid 1px;*/
}

.philosopher-list {
	margin-left: auto; 
	margin-right: auto;
	margin-top: 100px;
	margin-bottom: 90px;
	border: none;
}

.picture {
	height: 270px;
	border: none;
}



.description{
	display: none;
	position: absolute; 
    top: 25%; 
    left: 25%; 
    width: 55%; 
    height: 55%; 
    padding: 20px; 
    border: 10px solid #8695b2; 
    background-color: white; 
    z-index:1002; 
    overflow: auto; 
}

.black_overlay{ 
    display: none; 
    position: absolute; 
    top: 0%; 
    left: 0%; 
    width: 100%; 
    height: 100%; 
    background-color: black; 
    z-index:1001; 
    -moz-opacity: 0.8; 
    opacity:.80; 
    filter: alpha(opacity=88); 
} 

.close{
	position: absolute;
	right: 5%;
	width: 60px;
	height: 60px;
	border-radius: 50%;
	border: 3px solid  #8695b2;
	outline: none;  
}
.closeImg{
	width: 30px;
	height: 30px;
	margin: 0 auto;  
    display: block;  
    transition: all 0.2s ease-in-out;  
    -webkit-transition: all 0.2s ease-in-out;  
    -moz-transition: all 0.2s ease-in-out;  
    -o-transition: all 0.2s ease-in-out; 
}
.close:hover .closeImg{
	transform: rotate(180deg);  
    -webkit-transform: rotate(180deg);  
    -moz-transform: rotate(180deg);  
    -o-transform: rotate(180deg);  
    -ms-transform: rotate(180deg); 

}

.contentDes{
	position: relative;
	height: 80%;
	width: 60%;
	top: 10%;
	margin-left: auto; 
	margin-right: auto;
	
}
/*.hittable{	*/
/*	height: 580px;*/
/*    !*min-height: 580px;*!*/
/*    margin-y:15px;*/
/*}*/

footer{
    top:40px;
	position:relative;
	bottom: 0px;
}


.footer{
	/*border: black solid 1px;*/
	margin-top:40px;
    position:relative;
	margin: 0 auto;
    padding: 12px 12px 12px 12px;
    /*display: flex;*/
    flex-flow: row wrap;
    /*height: 150px;*/
    min-width: 1200px;
    /*background: #e1ecf4;
    color: #3b4045;*/
}

.footer-contain{
	min-width: 1060px;
    width: 100%;
    margin: 0 auto;
    padding: 12px 12px 12px 32px;
    display: flex;
    flex-flow: row wrap;
}

.footer-nav{
	display: flex;
    flex: 2 1 auto;
    flex-wrap: wrap;
}

.footer-col{
	padding: 0 12px 12px 0;
    flex: 1 0 auto;
    z-index: 99;
    position: relative;
}
.footer-col ul{
	padding: 0px;
}
.footer-col h3{
	text-transform: uppercase;
    font-weight: bold;
    /*font-family: Verdana;*/
    margin: 0px;
    color: #000000;
    line-height: 1.30769231;
    max-width: 230px;
}


.footer-col a:link{
	color: #000000;
	/*font-family: Verdana;*/
	/*font-weight: bold;*/
	opacity: 1;
}

.footer-col a:visited{
	color: #000000;
	/*font-family: Verdana;*/
	/*font-weight: bold;*/
	opacity: 1;
}

/*---------------- new css --------------*/

/*---------------- nav bar --------------*/
.navbar-ordinary{
	/*background-color: #4074B2;*/
	background-color: rgb(8, 60, 119);
}

.navbar-shadow{
	box-shadow: #094183 0 0.3rem 0.3rem  !important
}




/*---------------- footer contact banner --------------*/
.footer-contact{
	background-color: rgb(9, 65, 131);
	margin-top: 15em;
	padding-top: 5em;
	padding-bottom: 5em;
}

.footer-contact-container{
	color: rgb(255, 255, 255);
}

/*---------------- footer contact banner --------------*/
.footer-copyright{
	background-color: rgb(3, 58, 123);
	/*margin-top: 5em;*/
	padding-top: 5em;
	padding-bottom: 5em;
}

.footer-copyright-container{
	color: rgb(255, 255, 255);
}

/*---------------- footer link --------------*/
.footer-link a{
	color: whitesmoke !important;
	text-decoration: none;
}

.footer-link a:hover{
	color: whitesmoke;
	text-decoration: underline;
}




/*---------------- sandbox footer contact banner --------------*/
.footer-contact-sandbox{
	background-color: rgb(3, 58, 123);
	padding-top: 5em;
	padding-bottom: 5em;
}

.footer-contact-container-sandbox{
	color: rgb(255, 255, 255);
}

/*---------------- sandbox footer contact banner --------------*/
.footer-copyright-sandbox{
	background-color: rgb(3, 58, 123);
	margin-top: 15em;
	padding-top: 5em;
	padding-bottom: 5em;
}

.footer-copyright-container-sandbox{
	color: rgb(255, 255, 255);
	font-size: 1.25rem;
	max-width: 100%;
}

/*---------------- footer link --------------*/
.footer-link-sandbox a{
	color: whitesmoke !important;
	text-decoration: none;
}

.footer-link-sandbox a:hover{
	color: whitesmoke;
	text-decoration: underline;
}

/*---------------- page headline --------------*/
.page-headline {
	text-align:center;
	font-size:2.5rem;
	color:#2C2C2C;
	margin: 3rem;
	line-height: 1.3em;
}

.page-content {
	text-align:center;
	font-size:1.5rem;
	color:#2C2C2C;
	margin: 3rem;
	line-height: 1.3em;
}

/*---------------- home page css --------------*/
/*---------------- hero --------------*/
.bgimage{
	background-image: url("../image/Homepage Title Background.jpg");
  	background-position: left;
  	background-repeat: no-repeat;
	position: relative;
	background-size: auto;
	/*height:400px;*/
	height:95%;
}

.homepage-banner-container{
	max-height: 460px;
	/*padding-top:400px;*/
	position: absolute;
	top: 300px;
	left: 100px;
}

.jumbotron-hero{
  	background-color: rgb(0,33,71) !important;
	min-height:20rem;
}

.hero-title{
  color: white;
  font-size: 45px;
}

.hero-text{
  color: white;
  font-size: 20px;
}

/*---------------- second table --------------*/
.hittable{
	height: 700px;
    /*min-height: 580px;*/
    margin-y:25px;
}

/*---------------- Principles page css --------------*/
/*---------------- principle image --------------*/
#principlepic{
    height: auto;
    max-width:  250px;
	max-height: 250px;
	overflow: hidden;
}

/*---------------- scroll down icon --------------*/
.icon-angle-down:before {
	content: '\f107';
}
.scroll-down-icon {
	position: absolute;
bottom: 1rem;
left: 0;
right: 0;
color: #FFFFFF;
font-size: 4rem;
text-align: center;
}
