
* {
    margin: 0
}

body, html {
    height: 100%;
	/*font-family: 'Roboto Condensed', sans-serif -webkit-overflow-scrolling: touch;    */
	font-family: Calibri;
	color:#333; background: url(bg.jpg) no-repeat center center fixed; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover;
	font-size: 13px!important; line-height: 1!important;
}


h1, h2 {color: #fff; text-shadow: 0 0 2px #000;}
h1 {}

.footer {
   height: 450px;
   background-color: #000;
    color: #fff;
    height: auto
}

.embed-responsive {border-radius: 5px;}