/* CSS Document */

 
body{
	 
	padding:0;
	width:1920px;
	height:1080px;
	overflow:hidden;
	margin:0 auto;
	background-color:  #48494D;
 
	-webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
	  font-family:  "Arial", "sans-serif";
	}

#main_out{
	width:100%;
	height:100%;
	overflow:hidden;
	margin:0 auto;
    background-image: url('../inc/img/flag_bg.jpg'); 
	background-repeat: no-repeat;
	background-size: cover;	
} 
.left {
	float: left;
}

.right {
	float: right;
}
.award_imgs{
    position: absolute; 
	right: 50px;
	top: 0;
}
.award_imgs img{
    width:auto;
    height: 250px;
    padding-left:25px; 
}
.top_name{
    font-family:    Times, "Times New Roman", "serif";
    font-size: 60px;
    font-weight: bold;
    color: #000000;
    float: left;
    margin-left: 400px;
    margin-top: 100px;
    width: 1100px;
    height: 100px; 

}

.photo_left{
    float: left;
    margin-left: 400px;
    margin-top: 50px;
    width: 400px;
    height: 620px; 
    background-image: url('../inc/img/frame.jpg'); 
	background-repeat: no-repeat;
	background-size: cover;	
    padding: 50px 40px;
    overflow: hidden;
    
}
.photo_left img{
    width: 400px;
    height: 620px; 
}
.text_bio{
   float: left;
    margin-top: 70px;
    width: 800px;
    height: 600px; 
    overflow: hidden;
    font-size: 30px;
    line-height: 40px;
    padding-left: 50px; 
}


.bottom_nav{
    
    width: 400px;
	border-radius: 30px 0px 0px 30px;
	display: block;
	height: 150px;
	position: absolute; 
	left: calc(50% - 200px);
	top: calc(100% - 150px);
    font-size: 100px; 
    color: #ffffff;
    text-align: center; 
    line-height: 150px;
    
}


.name_list{
background-color: #163564;
width: 500px;
 height: 900px;
margin: 0 auto;
border-radius: 0 0 30px 30px;    
}

.name_list p{
    text-align: center;
    cursor: pointer;
    color: #ffffff;
    padding: 5px 10px;
    margin: 0;
    font-size: 22px;
}
.right-full {
	margin-top: 0;
	margin-right: 300px;
	 height: 100%; 
	width: 600px;	
}

.section-title {
   color: #0063A1;
   margin-left: 37px;
   margin-right: 37px;
}

.nav-btn {
	text-decoration: none;
    display: flex;
	align-items: center;
    justify-content: center;
    background: linear-gradient(to right, #B9D3E3, #BFD7E6, #C7DCE9, #CEE0EB, #EEF4F8, #F2F6F9, #F1F6F9, #D8E6EF, #CDDFEB, #C6DBE8, #BDD6E5);
    color: #194760;
    font-size: 24px;
    font-weight: 600;
    text-align: center;
    width: 206px;
    height: 52px;
    padding: 8px;
	box-shadow: 7px 0.5px 4px #608198, -1px 0.5px 2px #8080808c, -2px 0px 12px #608198, 0 -1px 4px #608198, 3px 4px 0px #60819863;
	border: 2px solid #60819854;
    border-radius: 30px;
}

.home-btn-out{
   width: 100px;
	border-radius: 30px 0px 0px 30px;
	display: block;
	height: 250px;
	position: absolute; 
	right: 0;
	top: calc(100% - 250px);
}
.home-btn {
	width: 100px;
	border-radius: 30px 0px 0px 30px;
	display: block;
	height: 100px; 
	border: 1px solid #00334F;
	background: #00334F; 
    text-align: center;
    text-decoration: none;
}

.home-btn .banner {
	display: block;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	top: 15%;
	left: calc(100% - 90px);
}

div.contributor-list-container {
	height: 80%;
	padding-bottom: 0px;
	line-height: 50px;
}

.contributors-list {
	list-style: none;
	padding-bottom: 12px;
}

.carousel-title {
    color: #0063A1;
    text-align: center;	
	width: 68%;
    font-size: 65px;
}

.centered-image-banner {
	margin-left: auto;
	margin-right: auto;
	display: block;
}

.os-scrollbar-handle {
	background: rgb(0, 100, 160) !important;
}

.os-scrollbar-track {
	background: #FCFFFD !important;
}

.os-scrollbar-vertical {
	width: 18px !important;
}



/******************KEYBOARD****************************************/


.goldbtn2{
	 
	padding:10px 20px;;
	 
	border:2px solid #fff;
	background-color:#6B9AC4;
	background-repeat:no-repeat;
	background-position:center middle;
	 
	text-transform:uppercase;
	font-size:25px;
	text-decoration:none;
	color:#fff;
	text-align:center;
	line-height:30px;
	 
	cursor:pointer;
	
	}
 
	input.goldbtn2 {
	height:70px; width:350px;
	padding:5px 20px;}
.inputbox{
	height:50px;
	width:650px;
	font-size:26px;
	text-align:center;
	font-family:'arial';
	font-style:italic;
	}
#keyboard{
	position:absolute;
	top:0;
	left:0;
	text-align:center;
	background-color:#163564;
	border:5px solid #fff;
	padding:10px;
	display:none;
	z-index:99999;
}
/**********************************************************/

