body {
	background-image: url('../media/background.png');
	background-attachment: fixed;
	-o-background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size:cover;
	background-size: cover;
	background-repeat: no-repeat;
	font-family: Helvetica, sans-serif;
	color: white;
}

#contactbutton {
	color: #F23D5B;
	text-decoration: none;
	font-size: larger; 
}

a {
	color: #F23D5B;
}

header {
	padding-top: 20px;
	padding-bottom: 30px;
	margin-left: auto;
	margin-right: auto;
	display: flex;
	justify-content: flex-end;
}

.videocontainer {
	  margin: 0px auto;
	  border: none;
}

.videocontainer > div {
  position: relative;
  padding-bottom: 56.25%;
  height: 0px;
  border: none;
}

#videoplayer {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  border: none;
}

h1 {
	font-size: 34pt;
	color: #51E8C0;
	overflow: visible;
	white-space: nowrap;
	text-shadow: 2px 2px 1px rgba(0,0,0,0.618);
}

h2 {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	font-size: 24pt;
}

h3 {
	margin-top: 40px;
	text-align: center;
	font-weight: 100;
	font-size: 16pt;
	color: #F23D5B;
}

#maincontent p {
	font-size: 16pt;
}

#appstorebadge {
	margin-top: 40px;
	text-align: center;
}

#badgebutton {
	display:inline-block;
	overflow:hidden;
	background:url(https://linkmaker.itunes.apple.com/en-us/badge-lrg.svg?releaseDate=2014-07-16&kind=iossoftware&bubble=ios_apps) 
	no-repeat;
	background-size: cover;
	width:202.5px;
	height:60px;
}

	footer {
		margin-bottom: 20px;
	    text-align: center;
	    width: 100%;
	    margin-top: 100px;
	}
	
	footer a {
		padding: 20px;
		color: #696F8C;
	}

/* Desktop */
@media only screen and (min-width: 737px) {
	
	.videowidth {
		width: 80%;
	}
			
	#maincontent {
		display: flex;
		align-items: stretch;
		width: 68%;
		margin-left: auto;
		margin-right: auto;
		margin-top: 10px;
	}
		
	#maincontent a {
		width: 20%;
		align-items: center;
		display: flex;
	}
	
	#appdescriptions {
		display: inline-block;
		width: 80%;
	}
	
	#maincontent img {
		width: 100%;
		display: inline-block;
		object-fit: scale-down;
		border-radius: 26%;
		box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.5)
	}
	
	.descmargin {
		margin-left: 10%;
		margin-right: 10%;
	}
}

/* Mobile */

@media only screen and (max-width: 736px) {
	
	header {
		padding-top: 10px;
		padding-bottom: 20px;
	}
	
	#contactbutton {
		margin-right: 20px;
	}
	
	.videowidth {
		width: 100%;
	}
	
	h3 {
		margin-top: 20px;
		padding-left: 10px;
		padding-right: 10px;
	}
	
	#maincontent {
		margin-top: 40px;
		width: 100%;
	}
	
	#maincontent a {
		align-items: center;
		display: flex;
		justify-content: center;
	}
	
	#maincontent img {
		width: 38.2%;
		display: inline-block;
		object-fit: scale-down;
		border-radius: 26%;
		box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.5)
	}
	
	#appdescriptions {
		margin-left: auto;
		margin-right: auto;
		width: 80%;
	}
	
	#appdescriptions h1 {
		text-align: center;
		white-space: normal;
	}
}