
body{
    font-size: 100%;
}

.mainhtml { 
    background: url(../images/bghome1024.png) no-repeat center fixed; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

#bg {
    position: fixed; 
    top: 0; 
    left: 0; 
      
    /* Preserve aspet ratio */
    min-width: 100%;
    min-height: 100%;
  }
  
.maincontainer{
    width: 100%;
    height: 100%;
}

.menu{
    margin: auto; 
    align-content: center;
    position: relative;
    background-image: url(../images/bgmenuhome.png);
    height: 7em;
    width: 90%;
    z-index: 999;
}

.menu-img{
    display: block;
    margin-left: auto;
    margin-right: auto;
    width:90%;
}

.topboxhome{    
    position: absolute; 
    top: 0px; 
    left: 10%;
    width: auto;
    height: 100%;
    min-width: 344px;
    min-height: 255px;
}

.menuitems{
    font-family: myriadWebProBold;
    font-size: 1.5em;
    position: absolute; 
    top: 10%; 
    left: 40%;
    width:55%;
}

ul {
    list-style-type: none;
    white-space:nowrap;
}

.drop_menu ul {
    list-style-type: none;
    padding:0;
    margin:0;
    overflow: hidden;
}

.drop_menu li { 
    position:relative;
    float:right; 
    text-align:center;
}

.drop_menu li a {
    text-decoration: none;
    padding:14px 16px;
    display:inline-block;
    color: white;
}

.drop_menu li a:hover { 
    position:relative; 
    color: #ffcc00;
}

.drop_menu li a.active {
    color: #ffcc00;
}

/* Submenu */
.drop_menu ul {
    position:absolute;
    left:-9999px;
    top:-9999px;
    z-index: 999;
}

.drop_menu li:hover ul {
    left:10px;
    top:40px;
    padding:0px;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
}

.drop_menu li:hover ul li a {
    padding:5px 10px;
    display:block;
    width:125px;
    text-align: left;
    background-image: url(../images/bgmenuhome864x215.png);
}

.drop_menu li:hover ul li a:hover { 
    color: #ffcc00;
}

.logo{
    position: absolute;
    display: inline-block;
    top:25%;
    left:35%;
    width: auto;
    height: 320px;
    max-width: 565px;
    max-height: 320px;
}

.circles{
    position: absolute;
    display: inline-block;
    top:110%;
    left:45%;
}

.tooltip {
    position: relative;
    display: inline-block;
    padding: 10px;
}

.tooltip .tooltiptext {
    visibility: hidden;
    width: 120px;
    background-image: url(../images/bgmenuhome864x215.png);
    color: #ffcc00;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    
    /* Position the tooltip */
    position: absolute;
    z-index: 1;
    bottom: 100%;
    left: 50%;
    margin-left: -60px;
}

.tooltip:hover .tooltiptext {
    visibility: visible;
}

.glow-button:hover {
    cursor: pointer;
}

@font-face {
    font-family: myriadWebProBold;
    src: url(../fonts/Myriad_Web_Pro_Bold.ttf);
 }