@charset "UTF-8";

body {
	margin: 0px;
	color: #fff;
	background-size: cover;
	height: 100%;
	width: 100%;
	margin-left: 0%;
	margin-top: 0%;
	margin-right: 0%;
	margin-bottom: 0%;
	background-color: #829fad;
}

.container {
	width: 100%;
	margin:0 auto;
}

.ALIGN {
    vertical-align: middle;
}

.stickyTable{
	align-content: center;
	position:sticky;
	top: 0;
}

/* ~~The footer ~~ */
.footer {
    position: fixed; 
    bottom: 0;
    left: 0;
    right: 0;
    height: 70px;
    margin-bottom: -70px;
    background-color: #829fad;
}

#headerPopup{
  width:75%;
  margin:0 auto;
}

#headerPopup iframe{
  width:100%;
  margin:0 auto;
}

div.scrollmenu {
    background-color: #35596a;
    overflow: auto;
    white-space: nowrap;
}

div.scrollmenu a {
    display: inline-block;
    color: white;
    text-align: center;
    padding-top : 15px;
    padding-bottom: 0px;
    padding-left: 12px;
    padding-right: 17px;
    text-decoration: none;
}

div.scrollmenu a:hover {
  background-color: #777;
}

 /* Style for the video: 100% width and height to cover the entire window */

#myVideo {
    position: fixed;
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
}

/* Add some content at the bottom of the video/page */
.content {
    position: fixed;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    color: #f1f1f1;
    width: 100%;
    padding: 20px;
    min-height: calc(100vh - 70px);
    
}

/* Style the button used to pause/play the video */

#myBtn {
    width: 200px;
    font-size: 18px;
    padding: 10px;
    border: none;
    background: #000;
    color: #fff;
    cursor: pointer;
}

#myBtn:hover {
    background: #ddd;
    color: black;
} 


/* End of style for video */


.MyNormal {
	color: #FFF;
	text-shadow: 1px 1px 4px rgba(50, 50, 50, 1);
	font-size: xx-large;
	font-family:Cambria;
}

#contents {
	z-index: 1;
	position: absolute;
}

.Text {
	color: #ffff99;
	text-shadow: 2px 2px 5px rgba(50, 50, 50, 2);
	font-size: xx-large;
	font-family: Tahoma, Geneva, sans-serif;
}

.SmallText {
	font-size: small;
	text-shadow: 1px 1px 4px rgba(50, 50, 50, 1);
	font-family: Tahoma, Geneva, sans-serif;
	color: #FFF;
}

.SmallTextBlack {
	font-size: small;
	text-shadow: 1px 1px 4px rgba(250, 250, 250, 1);
	font-family: Tahoma, Geneva, sans-serif;
	color: #000;
}

.DarkBaseColour {
    color: #35596a;
}

.MediumBaseColor {
    color: #4c6c7b;
}

.LightBaseColor {
    color: #829fad;
}

.mediumText {	
	font-size: medium;
	text-shadow: 1px 1px 4px rgba(250, 250, 250, 1);
	font-family: Tahoma, Geneva, sans-serif;
	color: #000;
}

.mediumTextWhite {	
	font-size: medium;
	text-shadow: 2px 2px 7px rgba(50, 50, 50, 1);
	font-family: Tahoma, Geneva, sans-serif;
	color: #FFF;
} 

.LargeText {	
	font-size: x-large;
	text-shadow: 2px 2px 7px rgba(250, 250, 250, 1);
	font-family: Tahoma, Geneva, sans-serif;
	color: #000;
}

.LargeTextWhite {	
	font-size: x-large;
	text-shadow: 2px 2px 7px rgba(50, 50, 50, 1);
	font-family: Tahoma, Geneva, sans-serif;
	color: #FFF;
}
.copyright {
	font-family: Arial, Helvetica, sans-serif;
	text-shadow: 1px 1px 4px rgba(50, 50, 50, 1);
	font-size: xx-small;
	font-style: italic;
	font-weight: lighter;
	font-variant: normal;
	color: #000;
}

.BGMaggi{
	background: rgba(119,119,119,0.70)
}

/* end of style for squeezable fonts */

#sidebar{
	background:rgba(0,0,255,0.10);
	z-index:100;
	width: 250px;
    height:inherit;
	display: block;
	position:absolute;
	left: -250px;
	top: 0px;
	transition: left 0.4s linear;
	  
}

/* my sidebar with the QG buttons from here */
#sidebar.visible{
	background: rgba(0,0,255,0.10);
	left: 0px;
	transition: left 0.4s linear;
	
}

#sidebar-btn{
    display: inline-block;
    z-index:9999;
    width: 40px;
    height: 40px;
    vertical-align: middle;
    cursor: pointer;

    margin-top: 12px;
    margin-left: 12px;

        /*position: absolute;*/
    top: 0px;
    right: -10;
    position: fixed;
    font-size: 13px;
    border: none;
    outline: none;
    background-color:rgba(255,255,255,0.3);
    color: white;
    padding-bottom: 4px;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 10px;
    border-radius: 8px;
}

#sidebar-btn span{
	height: 5px;
	background:rgba(255,255,255,1);
	/*background: #35596a;*/
	margin-bottom: 10px;
	display: block;
}

/*#sidebar-btn span:nth-child(2){
	width: 75%;
}

#sidebar-btn span:nth-child(3){
	width: 50%;
}*/

#QG_Logo{
	display: inline-block;
	z-index:9999;
	width: 50px;
	height: 50px;
	vertical-align: middle;
	cursor: pointer;
	margin: 20px;
	position: absolute;
	top: 0px;
	right: 0;
}

ul {
	margin: 0px;
	padding: 0px;
	
}

li {
	list-style: none;
	
}

ul li a{
    background: rgba(0,0,0,0.70);
    color: #CCC;
    border-bottom: 2px solid #111;
    display: block;
    padding-top: 10px;
    width: 250px;
    text-decoration: none;
}

/* End of my sidebar with the QG buttons */
