@font-face {
	font-family: 'Futura-CondensedMedium';
	src: url('Futura-CondensedMedium.otf');
}
html, body {
	background: linear-gradient(180deg, rgba(87,59,180,1) 0%, rgba(121,68,179,1) 46%, rgba(146,73,175,1) 100%);
	background-attachment: fixed;
	background-size: cover;
	font-family: 'Futura-CondensedMedium', Futura, sans-serif;
	line-height: 1.25em;
	margin: 0;
	padding: 0;
}
h1 {
	color: #509fd6;
	font-size: 56px;
	padding: 50px;
}
h2 {
	line-height: 1.25em;
	color: #509fd6;
	font-size: 28px;
	margin: 5px;
	padding: 5px;
	flex-wrap: wrap;
	word-break: break-word;
}
p {
	color: #EEE;
	font-size: 32px;
	margin: 10px;
	padding: 10px;
	max-width: 1250px;
	line-height: 1.25em;
	word-break: break-word;
}
img {
	border-radius: 20px;
}
a {
	color: #509fd6;
	text-decoration: none;
	font-family: 'Futura-CondensedMedium', Futura, sans-serif;
	margin: 5px;
	padding: 5px;
	text-align: center;
}
a:hover {
	color: #F7931A;
	transition: all 150ms ease-in-out;
	cursor: pointer;
}
button {
	border: 3px solid;
	border-color: #EEE;
	border-radius: 20px;
	background-color: transparent;
	justify-content: center;
	align-items: center;
	text-align: center;
	color: #EEE;
	font-size: 24px;
	font-weight: 500;
	width: 500px;	
	height: 50px;
	margin: 10px;

}
ul {
	color: #eee;
	font-size: 28px;
	margin: 5px;
	padding: 5px;
}
.a-white {
	color: #EEE;
	text-decoration: none;
	margin: 5px;
	padding: 5px;
}
.a-white:hover {
	color: #509fd6;
	transition: color 150ms ease-in-out;
	cursor: pointer;
}
.buy-button {
	border-radius: 20px;
	background-color: #EEE;
	justify-content: center;
	align-items: center;
	text-align: center;
	color: #509fd6;
	font-size: 24px;
	width: 500px;	
	height: 50px;
}
.container {
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	justify-content: center;
	text-align: center;
	align-items: center;
}
.container-no-margin {
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	justify-content: center;
	text-align: center;
	align-items: center;
}
.container-left {
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	justify-content: start;
	text-align: start;
	align-items: start;
	align-self: start;
}
.row-container { 
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	justify-content: space-around;
	align-items: center;
}
.text-orange {
	color: #F7931A;
	margin: 0;
	padding: 0;
}
.footer {
	position: fixed;
	left: 0;
	bottom: 5%;

}
.footer-container {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-evenly;
	align-items: center;
}
.header-container {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}
.desktop-image {
	display: block;
	border-radius: 20px;

}
.socials-img {
	height: 75px;
	width: 75px;
}
.socials-img:hover {
	cursor: pointer;
}

/* Hide the mobile elements by default */

.mobile-image {
	display: none;
}
.mobile-row-container {
	display: none;
}
.mobile-col-container {
	display: none;
}
.mobile-buy-button {
	display: none;
}
.mobile-button {
	display: none;
}


@media only screen and (max-width: 600px) {
	body {
		position: absolute;
		width: 100%;	
	}
	a {
		font-size: 28px;
		max-width: 95%;
	}
	h1 {
		font-size: 22px;
	}
	h2 {
		font-size:24px;
		line-height: 1.25em;
	}
	p {
		font-size: 20px;
		text-align: center;
		line-height: 1.25em;
	}
	img {
		padding: 5px;
		margin: 5px;
		max-width: 375px;
	}
	ul {
		font-size: 20px;
		line-height: 1.25em;
	}
	button {
		display: none;
	}
	.header-container {
		margin-bottom: 10px;
		justify-content: center;
		max-width: 95%
	}
	.row-container {
		justify-content: center;
		max-width: 95%;
	}
	.mobile-col-container {
		display: flex;
		flex-direction: column;
		justify-content: center;
		text-align: center;
		max-width: 95%;
	}
	.mobile-image {
		display: flex;
		border-radius: 20px;
		max-width: 375px;
	}
	.mobile-row-container {
		display: flex;
		flex-direction: space-around;
		justify-content: center;
		font-size: 20px;
		max-width: 95%
	}
	.mobile-buy-button {
		display: flex;
		border-radius: 20px;
		background-color: #EEE;
		color: #509fd6;
		font-size: 24px;
		font-weight: 500;
		max-width: 95%;	
		height: 50px;
		margin: 10px;
		padding: 10px;
		justify-content: center;
		align-items: center;
	}
	.mobile-button {
		display: flex;
		border: 3px solid;
		border-color: #EEE;
		border-radius: 20px;
		background-color: transparent;
		color: #EEE;
		font-size: 20px;
		font-weight: 500;
		max-width: 95%;
		height: 50px;
		margin: 10px;
		padding: 10px;
		justify-content: center;
		align-items: center;
	}
	.desktop-image {
		display: none;
	}
	.container-no-margin {
		display: none;
	}
	.socials-img {
		height: 50px;
		width: 50px;
	}
	.footer-container {
		margin: auto;
		padding: auto;
		display: flex;
		justify-content: center;
		align-items: center;
		
	}
}
