/* Smartphones (portrait and landscape) ----------- */
@media only screen 
and (min-width : 320px) {
	.headerBar {
		background-color: black;
		vertical-align: middle;
		height: 60px;
		padding-left: 30px;
		font-size: 35px;
	}
	.headerBar a:link, 
	.headerBar a:visited { 
		color: gray; 
		text-decoration: none; 
	}
	.headerBar a:hover  {
		color: white; 
		text-decoration: none;
	}

	.headerphone {
		position: absolute;
		left: 30px;
		top: 80px;
	}
	.headerphoneSmall {
		position: absolute;
		left: 30px;
		top: 50px;
		width: auto;
		height: 250px;
	}

	.headerText {
		position: absolute;
		top: 100px;
		right: 50px;
	}
	.headerTextSmall {
		position: absolute;
		top: 50px;
		right: 50px;
	}
	.headerTextTitle {
		font-size: 50;
		/*color: white;*/
		text-align: right;
	}
	.headerTextSubtitle {
		margin-top: 10px;
		font-size: 20;
		/*color: white;*/
		text-align: right;
	}
	.storeButtons {
		position: absolute;
		top: 450px;
		right: 50px;
	}
	.storeButtonsSmall {
		position: absolute;
		top: 180px;
		right: 50px;
	}
	.content {
		margin-top: 570px;
		margin-left: 30px;
		margin-right: 30px;
	}
	.contentSmall {
		margin-top: 300px;
		margin-left: 30px;
		margin-right: 30px;
	}
	.feature {
		margin-top: 50px;
	}
	.featureTitle {
		font-size: 30;
		color: black;
	}
	.featureText {
		font-size: 20;
		color: gray;
	}
	.featureTextSubtitle {
		position: relative;
		left: 25px;
		color: black;
	}
	.indexShareText {
	}
	.indexShareImage {
	}
	.indexSyncText {
	}
	.indexSyncImage {
	}
	.indexUseColorsText {
	}
	.indexUseColorsImage {
	}
	.indexCalendarFunctionsText {
	}	
	.indexCalendarFunctionsImage {
	}
	.bottomDownload {
		margin-top: 40px;
		height: 200px;
		background: #333333;
		padding: 20px;
		text-align: center;
	}

	.bodyStyle {
	   margin: 0px;
	   padding: 0px;
	   font-size: 15px;
	   font-family: arial,sans-serif;
	   background-image: url(img/headerbg.jpg);
	   background-repeat: no-repeat;
	}
	.bodyStyleSmall {
	   margin: 0px;
	   padding: 0px;
	   font-size: 15px;
	   font-family: arial,sans-serif;
	   background-image: url(img/headerbg_small.jpg);
	   background-repeat: no-repeat;
	}
}

/* Desktops and laptops ----------- */
@media only screen 
and (min-width : 1224px) {
	.headerBar {
		background-color: black;
		vertical-align: middle;
		height: 35px;
		padding-left: 80px;
		font-size: 16px;
	}
	.headerBar a:link, 
	.headerBar a:visited { 
		color: gray; 
		text-decoration: none; 
	}
	.headerBar a:hover  {
		color: white; 
		text-decoration: none;
	}

	.headerphone {
		position: absolute;
		left: 60px;
		top: 80px;
	}
	.headerphoneSmall {
		position: absolute;
		left: 80px;
		top: 50px;
		width: auto;
		height: 250px;
	}

	.headerText {
		position: absolute;
		top: 100px;
		left: 700px;
	}
	.headerTextSmall {
		position: absolute;
		top: 50px;
		left: 700px;
	}
	.headerTextTitle {
		font-size: 50;
		/*color: white;*/
	}
	.headerTextSubtitle {
		margin-top: 10px;
		font-size: 20;
		/*color: white;*/
		text-align: right;
	}
	.storeButtons {
		position: absolute;
		top: 450px;
		right: 50px;
	}
	.storeButtonsSmall {
		position: absolute;
		top: 180px;
		right: 50px;
	}
	.content {
		margin-top: 650px;
		margin-left: 80px;
	}
	.contentSmall {
		margin-top: 300px;
		margin-left: 80px;
	}
	.feature {
		margin-top: 50px;
	}
	.featureTitle {
		font-size: 30;
		color: black;
	}
	.featureText {
		font-size: 20;
		color: gray;
	}
	.featureTextSubtitle {
		position: relative;
		left: 25px;
		color: black;
	}
	.indexShareText {
		width: 300px;
		height: 300px;
	}
	.indexShareImage {
		margin-left: 300px;
		margin-top: -300px;
	}
	.indexSyncText {
		width: 300px;
		height: 300px;
	}
	.indexSyncImage {
		margin-left: 400px;
		margin-top: -250px;
	}
	.indexUseColorsText {
		width: 300px;
		height: 300px;
	}
	.indexUseColorsImage {
		margin-left: 400px;
		margin-top: -300px;
	}
	.indexCalendarFunctionsText {
		width: 400px;
		height: 400px;
	}	
	.indexCalendarFunctionsImage {
		margin-left: 500px;
		margin-top: -400px;
	}
	.bottomDownload {
		margin-top: 40px;
		height: 200px;
		background: #333333;
		padding: 20px;
		text-align: center;
	}

	.bodyStyle {
	   margin: 0px;
	   padding: 0px;
	   font-size: 15px;
	   font-family: arial,sans-serif;
	   background-image: url(img/headerbg.jpg);
	   background-repeat: no-repeat;
	}
	.bodyStyleSmall {
	   margin: 0px;
	   padding: 0px;
	   font-size: 15px;
	   font-family: arial,sans-serif;
	   background-image: url(img/headerbg_small.jpg);
	   background-repeat: no-repeat;
	}
}