/* CSS Document */

html, body {
   height: 100%;
   min-height: 900px;
   width: 100%;
   padding: 0;
   margin: 0;
   background-color: #0b1224;
   font-family: verdana, arial, helvetica, sans-serif;

   -moz-text-size-adjust: none;
   -webkit-text-size-adjust: none;
   text-size-adjust: none;

background: url(images/bg-home.jpg) no-repeat center center fixed; 
   -webkit-background-size: cover;
   -moz-background-size: cover;
   -o-background-size: cover;
   background-size: cover;
}

#logo {
   position: relative;
   text-align: center;
   top: -1px;
}

.Center-Container {
   position: relative;
   height: 100%;
}

.Absolute-Center {
   width: 80%;
   height: 45%;
   overflow: none;
   margin: auto;
   position: absolute;
   top: 0; left: 0; bottom: 0; right: 0;
   color: #ffffff;
   font-family: verdana, arial, helvetica, sans-serif;
   font-size: 12pt;
}

#style1 {
   z-index: 1;
   color: #ffffff;
   font-family: verdana, arial, helvetica, sans-serif;
   font-size: 9pt;
   padding-right: 20px;
   padding-bottom: 20px;
   position: absolute;
   bottom: 0;
   right: 0;
   width: 100%;
   text-align: right;
}

#style2 {
   z-index: 1;
   padding-top: 90px;
   position: absolute;
   top: 0;
   right: 0;
   width: 100%;
   text-align: center;
}

#style3 {
   z-index: 1;
   color: #ffffff;
   font-family: verdana, arial, helvetica, sans-serif;
   font-size: 9pt;
   padding-right: 20px;
   padding-bottom: 20px;
   position: absolute;
   bottom: 0;
   right: 0;
   width: 100%;
   text-align: right;
}

#style4 {
   z-index: 9999;
   color: #ffffff;
   font-family: verdana, arial, helvetica, sans-serif;
   font-size: 9pt;
   padding-right: 20px;
   padding-top: 10px;
   position: absolute;
   top: 0;
   right: 0;
   width: 100%;
   text-align: right;
}

a {
 color:#ffffff;
}

a.button7 {
   display:inline-block;
   padding:0.3em 0.5em;
   margin:0 0.3em 0.3em 0;
   border-radius:0.2em;
   box-sizing: border-box;
   text-decoration:none;
   font-family:'Roboto',sans-serif;
   font-weight: 400;
   color:#ffffff;
   background-color:#3369ff;
   box-shadow:inset 0 -0.6em 1em -0.35em rgba(0,0,0,0.17),inset 0 0.6em 2em -0.3em rgba(255,255,255,0.15),inset 0 0 0em 0.05em rgba(255,255,255,0.12);
   text-align:center;
   position:relative;
}
a.button7:active {
   box-shadow:inset 0 0.6em 2em -0.3em rgba(0,0,0,0.15),inset 0 0 0em 0.05em rgba(255,255,255,0.12);
}
@media all and (max-width:0.30em) {
a.button7{
   display:block;
   margin:0.4em auto;
}

a.colorlink { color:#3366ff; }