
h1,h2,h3{
    color: #fff;
}
body section p,
body section{
background: #5a5a5a;
color: #fff;
}


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

/* 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;
}


#navcontainer
{
position: absolute;
top: 50px;
width: 280px;
padding: 0 25px 25px 0;
}
#navcontainer ul{
/*background:  rgba(255, 255, 255, 0.2)  none repeat scroll 0 0;*/

border-radius: 3px;
}


#cookieMessage {
position: fixed;
background-color: #9497ac;
border-top: solid 1px #ffffff63;
padding: 2px;
bottom: 0;
left: 0px;
width: 100%;
margin: auto;

text-align: center;
font-family: Arial, Helvetica, sans-serif;
z-index: 99;
}
#cookieMessage span.msg{
color: #fff;
text-align: center;
font-family: Arial, Helvetica, sans-serif;
}
#cookieMessage a {
text-decoration: underline !important;
color: #fff;
}

#cookieMessageButton {
cursor: pointer;
position: absolute;
right: 10px;
top: 4px;
width: 15px;
height: 15px;
color: transparent;
}

#cookieMessageButton:before {

background: #fff;
position: absolute;
width: 1px;
height: 9px;

left: 8px;
top: 3px;
transform: rotate(-45deg);
-webkit-transform: rotate(-45deg);
content: '';
}

#cookieMessageButton:after {

background: #fff;
position: absolute;
width: 1px;
height: 9px;
left: 8px;
top: 3px;
transform: rotate(45deg);
-webkit-transform: rotate(45deg);
content: '';
}
body{
padding-bottom: 120px;
}


.h2t{
    color: lime;
} 