
@media screen and (max-height: 656px) {
	body {
		height: 650px;
	}
}
@media screen and (max-width: 1280px) {
	#content {
		width: 1280px;
		height: 100%;
	}
	#footer {
		width: 1280px !important;
	}
	#footer-line {
		width: 1280px;
	}
}

@media screen and (max-width: 768px) {
	#content {
		width: 100%;

	}
	#footer-line {
		visibility: hidden;
	}
	#footer {
		visibility: hidden;
		padding: 0 !important;
		height: 0 !important;
	}
	#share {
		margin:auto;
		left: 0;
		right: 0;
		text-align: center;
	}
	#text-content {
		margin-right: 20px !important;
	}
	.coloumn {
		height: 450px !important;
	}
	#info {
		height: 550px !important;
	}
	.qr-code {
		visibility: hidden;
	}

}
#content {
	overflow-x:hidden;
	position: relative;
	-webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
     -o-box-sizing: border-box;
        box-sizing: border-box;
	height: 100%;
	padding: 10px;
	padding-bottom: 20px;
}
body {
	background-color: white;
	font-family: "effra";
}

h1 {
	font-family: "effra";
	font-weight: 500;
	color: black;
	font-size: 32px;
	margin-bottom: 2px;
}

h2 {
	font-family: "effra";
	font-weight: 400;
	color: #B7B7B7;
	font-size: 15px;
	margin-bottom: 20px;
}

h3 {
	font-family: "effra";
	font-weight: 500;
	color: white;
	font-size: 38px;
}

h4 {
	font-family: "effra";
	font-weight: 500;
	color: white;
	font-size: 19px;
	margin: 16px;
}

p {
	font-family: "effra";
	font-weight: 300;

}

#info {
	position:relative;
	padding: 30px;
	background-color: white; 
}

#music {
	position:relative;
	padding-top: 45px;
	text-align: center;
	background: transparent url(../img/music-bg.jpg) no-repeat center;
	background-color: black;
}

#movies {

	position:relative;
	padding-top: 45px;
	text-align: center;
	background: transparent url(../img/movies-bg.jpg) no-repeat center;
	background-color: black;
}

#books {
	position:relative;
	padding-top: 45px;
	text-align: center;
	background: transparent url(../img/books-bg.jpg) no-repeat center;
	background-color: black;
}

.coloumn {
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover !important;
	height: 100%;
    background-repeat: no-repeat;
    box-shadow: inset 0 0 0 10px rgba(255, 255, 255, 1);
}

.app-icon {
	margin:auto;
	position:absolute;
	top: 140px;
	left:0;right:0;
	max-height:100%;
	max-width:100%;
}

.app-store-button {
	margin:auto;
	position:absolute;
	top: 306px;
	left:0;right:0;
	max-height:100%;
	max-width:100%;
}

.app-store-button:active {
	opacity: 0.8;
}

.qr-code { 
	margin:auto;
	position:absolute;
	bottom:70px; 
	left:0;right:0; 
	max-height:100%;
	max-width:100%;
}

.app-store-text{
	margin:auto;
	position:absolute;
	top: 306px;
	left:0;right:0;
	max-height:100%;
	max-width:100%;

}

.twitter-button {
	width: 38px;
	height: 32px;
	position: relative;
	float: right;
	background-image: url('../img/twitter-button-gray.png');
}

.twitter-button:hover {
	background-image: url('../img/twitter-button-color.png');
}

.twitter-button:active {
	opacity: 0.8;
	background-image: url('../img/twitter-button-color.png');
}

.facebook-button {
	width: 32px;
	height: 32px;
	background-image: url('../img/facebook-button-gray.png');
}

.facebook-button:hover {
	background-image: url('../img/facebook-button-color.png');
}

.facebook-button:active {
	opacity: 0.8;
	background-image: url('../img/facebook-button-color.png');
}

#share {
	width: 88px;
	position:absolute;
	bottom:40px;
}

#footer {
	position: relative;
	-webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
     -o-box-sizing: border-box;
        box-sizing: border-box;
	overflow: hidden;
	color: white !important;
	width: 100%;
	height: 80px;
	background-color: black;
	padding: 10px;
	text-align: center;

}
#footer h4{
	opacity: 0;
	position: absolute;
	font-size: 16px;
	font-weight: 400;
	margin: auto;
	left: 0;
	right: 0;
	top: 24px;
}
.units-row {
	margin: 0;
	padding: 0;
}
#footer a {
	color: white;
}
#footer-line {
	width: 120%;
	height: 10px;
	position: absolute;
	left: -10px;
	bottom: 0;
	background-color: #EBDB00;
}
#m-logo {
    width:31px;
    height:43px;
    background:url('../img/m-logo.png') center no-repeat;
    background-size: contain;
	position: absolute;
    margin: auto;
	left: 0;
	right: 0;
	top: 3px;
	bottom: 0;
}

#m-logo-wrapper {
	background-color: red;
    width:50px;
    height:43px;
    margin:auto;
}

#text-content {
	position:absolute; 
	top:45%; 
	height:10em; 
	margin-top:-5em; 
	margin-right: 40%;
	text-align: justify;

}