html {
    font-size: 12px; 
}
 
@media screen and (min-width:768px){
    html{font-size: 0.75em;} 
}
 
@media screen and (min-width:1024px) {
    html{font-size: 1em;}
}

body { 
  background: url(../img/bg.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.container{
	text-align: center;
}

.bg_black{
	background-color: black;
}

.myLabel{
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0px;
    background-color: rgba(0, 0, 0, 0.5);
    color: white;
    padding: 2%;

    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

.myTitle{
	font-size: 3em;
	font-family: 'Acme', sans-serif;
	padding: 5px;
	text-shadow: 0 0 10px #2a7dcc, 0 0 14px #2a7dcc, 0 0 18px #fff, 0 0 20px #2a7dcc;
	letter-spacing: 1px;
}

.myTitle a:link,a:visited{
	color:white;
}

.myTitle a:hover{
	color:yellow;
}

.myTitle a:active{
	color:#ff3dea;
}
