@font-face {
    font-family: 'ubuntulight';
    src: url('Fonts/Ubuntu/ubuntu-light-webfont.eot');
    src: url('Fonts/Ubuntu/ubuntu-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('Fonts/Ubuntu/ubuntu-light-webfont.woff2') format('woff2'),
         url('Fonts/Ubuntu/ubuntu-light-webfont.woff') format('woff'),
         url('Fonts/Ubuntu/ubuntu-light-webfont.ttf') format('truetype'),
         url('Fonts/Ubuntu/ubuntu-light-webfont.svg#ubuntulight') format('svg');
    font-weight: normal;
    font-style: normal;
}

#clock{
    color: rgba(255,255,255,0.95);
    text-shadow: 
        10px /* Horizontal offset */
        10px /* Vertical offset */
        15px /* Blur radius */
        rgb(0, 0, 0); /* Shadow color: Change this to make the shadow darker */
    font-size: 100px;
    font-family: 'Roboto', sans-serif;
    text-align: center;
    position: relative;
    top: 20px;
    display: block;
    z-index: 1000;
}


.container{
  width: 100%;
  height: 100%;
  background-image: url(bg.jpg);
 background-size: 100%;
background-position: right top;
background-attachment: fixed;
  background-repeat: no-repeat;
  position: fixed;
  top: 0px;
  left: 0px;

}




.menu{
position: relative;
top: 50px;
width: 1025px;
height: 12px;
border-style: none;
padding-bottom: 20px;
font-family: "ubuntulight";
 background-color: rgba(0,0,0, 0.75);
text-align: center;
margin-left: auto;
margin-right: auto;
}



ol {
  list-style-type:none;
  padding:0;
  margin:0;
  font-size:15px;
  height:2em;
  line-height:2em;
  text-align:center;
  width: 170px;
  float: left;


}
ol > li {
  float:left;
  margin-bottom: 40px;
 padding-top: 2px;
 width:103%;
   margin: auto;

}

ol a, ol a:link, ol a:visited, ol a:hover, ol a:active {
    display: block;
    color: white; /* Set text color to white */
    text-decoration: none;
    padding: 0px 3px;
}


ol > li > a:hover {
 color: #2EB82E;

}

ol > li:hover {
 color: #2EB82E;


}

ol > li > ul {
  list-style-type:none;
  padding:0px;
  margin:0;
 background-color: rgba(0,0,0, 0.65);

}

ol > li > ul > li > a{
 padding:0px 3px;

}

ol > li:hover > a:first-child {
  margin-left:0px;
  color: #2EB82E;
   border-left-style: solid;
border-color: #2EB82E;
border-width: 3px;
padding-left: 0px;

}


ol > li > ul > li:hover a {
  color:#4592D9;
   border-left-style: solid;
   border-width: 3px;
border-color: #4592D9;
padding-left: 0px;
}



ol > li > ul {
  display:none;


}

ol > li:hover > ul {
  display:block;


}

.searchBar{
  text-align: center;
}
#searchinput {

    width: 440px;
    height:32px;

    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.1);
    outline: none;
    text-align: center;
     background-color: rgba(0,0,0, .6);
    color: #00FF00;
    font-size: 15px;
    font-family: 'ubuntulight', sans-serif;
    position: relative;
    top: 40px;
    margin-left: auto;
    margin-right: auto;
   border-style: none;

}


::-webkit-input-placeholder{
      color:  rgba(255,255,255, .3);
    }



#searchinput:hover{

    box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
    -webkit-transition: all 300ms cubic-bezier(0.77, 0, 0.175, 1);

}

#searchinput:focus{

    box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
    -webkit-transition: all 300ms cubic-bezier(0.77, 0, 0.175, 1);



}

#searchinput:focus::-webkit-input-placeholder {

    opacity: 0;
    width: 0;
    height: 0;
    top: 99%;
}

