@media screen and (max-width: 979px) and (min-width: 768px) {

.content {
	padding-top: 20px;
	}
	
.hidden-desktop {
	display: none!important;
	}

.visible-desktop {
	display: inherit!important;
	}
	
.navbar .btn{
	display: block;
	background: none;
	border: none;
	box-shadow: none;
	color: #fffffff;
}
	
}

@media screen and (max-width: 767px) {

/***** STRUCTURE *****/

.content {
	padding-top: 0px;
	}
	
.page-title {
	padding: 30px 0;
	}
.container{
	padding: 20px;
}

.navbar .btn{
	display: block;
	background: none;
	border: none;
	box-shadow: none;
	color: #fffffff;
}

/***** HOME *****/

#app-name {
	text-align: center;
	float: none;
	}

#tagline {
	text-align: center;
	margin-top: 2em;
	}
	
#version {
	display: none;
	}
	
#phones {
	text-align: center;
	margin-top: 20px;
	}
	
#amazon-desktop{
	display: none;
}

#amazon-tablet-mobile{
	margin-top: 10px;
	margin-bottom: 12px;
	display: block;
	text-align: center;
	max-width: 100%;
}

h1{
	margin-bottom: 7px;
}
	
#description {
	margin-top: 0px;
	}
	
.hidden-phone {
	display: inherit!important;
}

.visible-phone {
	display:none!important;
}

#credits {
	float: right;
	}
	
}

@media screen and (max-width: 480px) {

#version {
	display: none;
	}

.version {
	float:none;
	}

.release-date {
	float: none;
	}
	
#credits {
	float: left;
	}
	
.hidden-phone {
	display: none!important;
}

.visible-phone {
	display:inherit!important;
}
	
}