/* Source Sans Pro
-------------------------------------------------- */


@import url(https://fonts.googleapis.com/css?family=Open+Sans:700);

.csstransforms3d
{
	position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
	
}

.logoPos {
    position: relative;
    bottom: 55px;
    width: 80%;
}

#login {
    float:right;
    /*background-color: #0D9AF1;*/
	background-color: #002147;
	/*background-color: #012c5f;*/
    width: 40px;
    height: 20px;
    list-style: none;
    padding: 5px 35px;
    border-bottom-left-radius: 70%;
    border-bottom-right-radius: 70%;
    /* border-bottom: 1px solid #fb998c;*/
   border-bottom: 1px solid #E5C244;
}

#login li {
}

#login li a{
    float: left;
    color: #ffffff;
    text-decoration: none;
    display: block;
}

#login li a:hover {
	 -webkit-transform: scale(1.1);
	transform: scale(1.05);
	/*color: #f5ff04;*/
	color: #E5C244;
}

#logout {
    float:right;
    /*background-color: #0D9AF1;*/
	background-color: #002147;
	/*background-color: #012c5f;*/
    width: 40px;
    height: 48px;
    list-style: none;
    padding: 5px 35px;
    border-bottom-left-radius: 70%;
    border-bottom-right-radius: 70%;
    /*box-shadow: 0 2px 3px rgba(0,0,0, .5); */
}

#logout li {
    padding-bottom: 2.5px;
}

#logout li a{
    float: left;
    color: #ffffff;
    text-decoration: none;
    display: block;
}

#logout li a:hover {
	-webkit-transform: scale(1.1);
	transform: scale(1.05);
	/*color: #f5ff04;*/
	color: #E5C244;
}

#cssmenu {
  /*background: #0D9AF1;*/
 /* background: #012c5f;*/
  background: #002147;
  width: auto;
  position:relative;
  z-index: 150;
  box-shadow: 0 2px 3px rgba(0,0,0, .5);
  text-align:center; /*gec*/
}

.fixed {
    position: fixed;
    top: 0;
    z-index: 160;
    width: 980px;
}

.nav-placeholder {
     margin: 0;
}
.cssmenu-scrolled
{
    position: fixed;
    top:0;
    z-index: 151;
    width: auto;
    height: 40px;
}
   

#cssmenu ul {
    
  list-style: none;
  margin: 0;
  padding: 0;
  line-height: 1;
  display: block;
  zoom: 1;
}
#cssmenu ul:after {
  content: " ";
  display: block;
  font-size: 0;
  height: 0;
  clear: both;
  visibility: hidden;
}

#cssmenu ul li {
  display: inline-block;
  padding-right: 3px;
  margin: 0;
}
#cssmenu.align-right ul li {
  float: right;
}
#cssmenu.align-center ul {
  text-align: center;
}



#cssmenu ul li a {
  color: #ffffff;
  text-decoration: none;
  display: block;
  padding: 15px 35px;
  font-family: 'Georgia, serif';
  font-weight: 700;
  text-transform: uppercase;
  font-size: 14px;
  position: relative;
  -webkit-transition: color .25s;
  -moz-transition: color .25s;
  -ms-transition: color .25s;
  -o-transition: color .25s;
  transition: color .25s;
}

/*#navlist li:nth-child(4) a {
    padding: 15px 50px;
    font-size: 15px;
    font-family:cursive; 
}*/

#cssmenu ul li a:hover {
  /*color: #f5ff04;*/
  color: #E5C244;
}
#cssmenu ul li a:hover:before {
  width: 100%;
}
#cssmenu ul li a:after {
  content: "";
  display: block;
  position: absolute;
  right: -3px;
  top: 19px;
  height: 6px;
  width: 6px;
 /* background: #ffffff;  The boxes between Li's color */
  background: #E5C244; /* The boxes between Li's color */
  /*opacity: .5;*/
}
#cssmenu ul li a:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  /*background: #f5ff04;*/
  background: #E5C244;
  -webkit-transition: width .25s;
  -moz-transition: width .25s;
  -ms-transition: width .25s;
  -o-transition: width .25s;
  transition: width .25s;
}
#cssmenu ul li.last > a:after,
#cssmenu ul li:last-child > a:after {
  display: none;
}
#cssmenu ul li.active a {
  color: #e0c450;
}
#cssmenu ul li.active a:before {
  width: 100%;
}
#cssmenu.align-right li.last > a:after,
#cssmenu.align-right li:last-child > a:after {
  display: block;
}
#cssmenu.align-right li:first-child a:after {
  display: none;
}

body {
 /* background-image: url("testB.png");  */
  background-color: white;
  background-attachment: fixed;
  background-position: 100% 90%;
  background-size: 100px 96px;
  height: 800px;
  padding: 180px 10px;
  margin: 0px;
  font-family: Helvetica, sans-serif, Arial;
	font-size: medium;
	   	text-align: left;
		color: 00008B;
}

.small {
    border-style: dotted;
    width: 110px;
    border-radius: 40%;
    /*background: #0D9AF1;*/
	/*background: #012c5f;*/
	background: #002147;
}




#centercontainer {
	width: 980px;
	height: auto;	
	/*border: 2px solid #000066;*/
	padding: 0px;
	background-color: #ffffff;
	color: 00008B;
    text-align: left;
    font-size: medium;


}
label {
  float: left;
  width: 12em;
}
#scontainer {
align: left;
	width: 100%;
	margin: 10px 10px 10px auto;
	text-align: left;
	border: 1px solid #FF9933;
	padding: 0px;
	background-color: white;
	color: 00008B;
font-size: medium;

}

header
{
    height: 180px;
    width: 980px;
    position: fixed;
    top:0;
 
    backd
}

header img {
    color: yellow;
}

#header {

}

header h1 {
    z-index: 100;
    margin-top: 20px;
    margin-left: 30px;
    color: rgba(33, 40, 224, 0.76);
	text-shadow: 0px 1px 1px #4d4d4d;
	font: 155px 'LeagueGothicRegular';
}


#footer
{
    /*background: #0D9AF1;*/
	/*background: #012c5f;*/
	background: #002147;
    width: auto;
    height: 150px;
	clear: both;
	margin: 0px;
	padding: 2px;
	color: White;
	text-align: center;
	font-size: small;
	box-shadow: 0 6px 10px rgba(0,0,0, .5);
    font-family: "Source Sans Pro", Frutiger, Helvetica, sans-serif;
       -moz-box-shadow:    inset 0px 0px 15px #097dc4);
   -webkit-box-shadow: inset 0px 0px 15px #097dc4;
   box-shadow:         inset 0px 0px 15px #097dc4;
}

#uri{
	float: left;
    position:relative;
	width:60%;	
	top: 60px;
    left: 10px;
}

#sat {
    float: right;
    position:relative;
    left: 130px;
	bottom: 120px;
}

.footCol {
    
    /*margin: 5px 5px;
    height: 100px;*/
    float: left;
    width: 30%;
}



.footCol li a {
    color: white;
    padding-bottom: 3px;
    text-decoration: none;
      display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}

.footCol li a:hover {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
	/*color: #f5ff04;*/
	color: #E5C244;
}

.footColL {
    margin-top: 16px;
    margin-left: 40px;
    text-align: left;
    height: 100px;
    float: left;
    width: 50%;
    font-family: "Source Sans Pro", Frutiger, Helvetica, sans-serif;
    /*padding: 6px;*/
    color: white;

}

.right {
    text-align: right;
    color: white;
}

.left {
    text-align: left;
    color: white;
}

.leftt {
float: right;
margin-right: 50px;
border-radius: 10%;
box-shadow: 2px 2px grey;
}

.footCol ul {
    list-style: none;
    text-align: right;
	position:absolute;
	padding-left:20px;
	margin-left:120px;
}


.footCol ul li {
  padding: 5px;
  padding-right: 3.5px;
  margin: 0;
  font-family: "Source Sans Pro", Frutiger, Helvetica, sans-serif;
}

#footer td
{
	

	color: White;

	
}

#banner
{
	clear: both;
	margin: 0px;
	padding: 2px;
	background-color: white;
	color: White;
	text-align: center;
	font-size: small;
	
}
#content
{
	margin: 0px;
	padding: 10px;
	background-color: white;
	background-image: none;
	color: 00008B;
	font-family: Helvetica, sans-serif, Arial;
    font-size: medium;
    min-height: 600px;
    position: relative;
    clear: both;
}

p {
    color: rgba(0, 0, 0, 0.82);
}

.one {
    margin-left: 20px;
    padding: 10px 5px;
    width : 430px;
    height: 125px;
    float: left;
}

.on {
    padding: 5px 35px;
    font-family: Verdana, Geneva, sans-serif;
}

.logset {
    margin: 30px 340px;
    width: 280px;
}

#content h1 
{
	margin-top: 0.5em;
	margin-bottom: 3px;
	/*color: rgba(33, 40, 224, 0.76);*/
	color: #323a96;
	padding: 4px;
    padding-bottom: 12px;
	font-weight: bold;
	font-size: 2em;
	line-height: 12px;
	font-family: "Georgia";
}

.cntr {
    text-align: center;
    color: rgba(33, 40, 224, 0.76);
	text-shadow: 0px 1px 1px #4d4d4d;
	font: 80px 'LeagueGothicRegular';
}

.center {
    text-align: center;
    font: 'LeagueGothicRegular';
}

.ccnt {
    align-content: center;
}

.cntrL {
    margin-left: 30px;
    color: rgba(33, 40, 224, 0.76);
	text-shadow: 0px 1px 1px #4d4d4d;
	font: 80px 'LeagueGothicRegular';
}

.blue {
    /*color: rgba(33, 40, 224, 0.76);*/
	color: #323a96;
}

.blueL {
    /*color: rgba(33, 40, 224, 0.46);*/
	/*color: #012c5f;*/
	color: #002147;
}

.yelo {
    /*color: #c6cc2b;*/
	color: #E5C244;
    font-weight: bold;
}

.link:hover {
    text-shadow: 0 0 0.5px #4d4d4d;
    
}

.cursive {
    font-family: cursive;
}


.border {
    box-shadow: 5px 8px 12px #888888;
    
}

.quote {
    line-height: 140%;
}

.adminList td {
    width=9%;
    align= center;
    box-shadow: 
}



.wid {
    width: 141px;
    font: 15px 'LeagueGothicRegular';

    -webkit-box-shadow: 0px 0px 15px #097dc4;
    -moz-box-shadow:    0px 0px 15px #097dc4;
    box-shadow:         0px 0px 15px #097dc4;
}

.widW {
    width: 290px;
    font: 15px 'LeagueGothicRegular';
    
    -webkit-box-shadow: 0px 0px 15px #097dc4;
    -moz-box-shadow:    0px 0px 15px #097dc4;
    box-shadow:         0px 0px 15px #097dc4;
}

.itaC {
    text-align: center;
    font-style: italic;
}

.normalC {
    text-align: center;
    font-style: normal;
}

hr {
    margin-left: 300px;
    margin-right: 300px;
}

.divider{
    width:5px;
    height:auto;
    display:inline-block;
}


.help {
    background-color: white;
    width: 375px;
    height: 400px;
    margin: 25px 40px;
    float: left;
    -webkit-box-shadow: 0px 0px 15px #097dc4;
    -moz-box-shadow:    0px 0px 15px #097dc4;
    box-shadow:         0px 0px 15px #097dc4;
}

.help ul li {
    padding: 6px;
    list-style: none;
}

.help ul li:hover {
    text-shadow: 0 0 0.5px #4d4d4d;
}

.help ul a {
    text-decoration: none;
}

#help {
    background-color: white;
    margin-left: 35px;
    margin-top: 40px;

}
/*
#content h2
{
	margin-top: 0.5em;
	margin-bottom: 3px;
	color: #FFFFFF;
	background-color: #000066;
	padding: 4px;
	font-weight: bold;
	font-size: large;
	line-height: 10px;
	font-family: "Georgia";
}
*/
#content h3
{
	margin-top: 0.5em;
	margin-bottom: 3px;
	color: #000066;
	padding: 0px;
	font-weight: bold;
	font-size: medium;
	line-height: 10px;
	font-family: "Georgia";
}

#navcontainer ul
{

padding-left: 0;
margin-left: 0;
margin-top: 0;
margin-bottom: 10px;

background-color: #000066;
color: White;
float: left;
width: 100%;
height: 26px;
font-size: large;
list-style: none;
font: 16px Arial, Helvetica, sans-serif;


}

#navcontainer ul li { display: inline; }

#navcontainer ul li a
{
padding: 0.2em 0.5em ;
background-color: #000066;
color: White;
text-decoration: none;
float: left;
font-weight: bold;
height: 20px;

}

#navcontainer ul li a:hover
{
background-color: #FF9933;
color: #fff;
}

#bloom {
    float: inherit;
}

#collection {
    float: clear;
}

.myButton {
    -webkit-box-shadow: 0px 10px 14px -7px #276873;
	-moz-box-shadow: 0px 10px 14px -7px #276873;
	box-shadow: 0px 10px 14px -7px #276873;
	/*background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #f5ff04)), color-stop(1, rgba(33, 40, 224, 0.76)));*/
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #E5C244)), color-stop(1, rgba(33, 40, 224, 0.76)));
	/*background:-moz-linear-gradient(top, #0D9AF1 5%, rgba(33, 40, 224, 0.76) 100%);*/
	background:-moz-linear-gradient(top, #012c5f 5%, rgba(33, 40, 224, 0.76) 100%);
	/*background:-webkit-linear-gradient(top, #0D9AF1 5%, rgba(33, 40, 224, 0.76) 100%);*/
	background:-webkit-linear-gradient(top, #012c5f 5%, rgba(33, 40, 224, 0.76) 100%);
	/*background:-o-linear-gradient(top, #0D9AF1 5%, rgba(33, 40, 224, 0.76) 100%);*/
	background:-o-linear-gradient(top, #012c5f 5%, rgba(33, 40, 224, 0.76) 100%);
	/*background:-ms-linear-gradient(top, #0D9AF1 5%, rgba(33, 40, 224, 0.76) 100%);*/
	background:-ms-linear-gradient(top, #012c5f 5%, rgba(33, 40, 224, 0.76) 100%);
	/*background:linear-gradient(to bottom, #0D9AF1 5%, rgba(33, 40, 224, 0.76) 100%);*/
	background:linear-gradient(to bottom, #012c5f 5%, rgba(33, 40, 224, 0.76) 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='rgba(33, 40, 224, 0.76)',         endColorstr='#408c99',GradientType=0);
	/*background-color:#0D9AF1;*/
	background-color:#012c5f;
    -webkit-border-radius:8px;
	-moz-border-radius:8px;
	border-radius:8px;
	display:inline-block;
	cursor:pointer;
	color: white;
	font-family:Arial;
	font-size:20px;
	font-weight:bold;
	padding:13px 32px;
	text-decoration:none;
	text-shadow:0px 1px 0px #3d768a;
}
.myButton:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, rgba(33, 40, 224,     0.76)), color-stop(1, #599bb3));
	/*background:-moz-linear-gradient(top, rgba(33, 40, 224, 0.76) 5%, #0D9AF1 100%);
	background:-webkit-linear-gradient(top, rgba(33, 40, 224, 0.76) 5%, #0D9AF1 100%);
	background:-o-linear-gradient(top, rgba(33, 40, 224, 0.76) 5%, #0D9AF1 100%);
	background:-ms-linear-gradient(top, rgba(33, 40, 224, 0.76) 5%, #0D9AF1 100%);*/
	background:linear-gradient(to bottom, rgba(33, 40, 224, 0.76) 5%, #599bb3 100%);
	background:-moz-linear-gradient(top, rgba(33, 40, 224, 0.76) 5%, #012c5f 100%);
	background:-webkit-linear-gradient(top, rgba(33, 40, 224, 0.76) 5%, #012c5f 100%);
	background:-o-linear-gradient(top, rgba(33, 40, 224, 0.76) 5%, #012c5f 100%);
	background:-ms-linear-gradient(top, rgba(33, 40, 224, 0.76) 5%, #012c5f 100%);

	/*filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='rgba(33, 40, 224, 0.76)',         endColorstr='#0D9AF1',GradientType=0);*/
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='rgba(33, 40, 224, 0.76)',         endColorstr='#012c5f',GradientType=0);
	background-color:rgba(33, 40, 224, 0.76);
}

#field {
    width: 35%;
    margin-left: auto;
    margin-right: auto;
    font-family: sans-serif;
    border: 5px solid #1F497D;
    background: rgba(221, 221, 221, 0.52);
    border-radius: 5px;
    padding: 15px;
}


 @media screen and (max-width: 1023px) {
	 
 #login li a{
	font-size: 125%; 
 }
	 
 #cssmenu ul {
    line-height: .5;
 }
	 
  #cssmenu ul li {
    float: none;
    display: block;
  }
  #cssmenu ul li a {
	font-size: 150%;
    width: 100%;
	text-align:center;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
       /* border-bottom: 1px solid #fb998c;*/
   border-bottom: 1px solid #E5C244;
  }
  #cssmenu ul li.last > a,
  #cssmenu ul li:last-child > a {
    border: 0;
  }
  #cssmenu ul li a:after {
    display: none;
  }
  #cssmenu ul li a:before {
    display: none;
  }
  
/*  div#navnav.fixed{
	  position: ;
	  }
  */
}
