/* COLOURS
	
	Pink: #cc17b2
	Light Purple: #847aa5
	
*/

@font-face {
	font-family: "Poppins";
}

/* Animation effects for Magnific */
/* overlay at start */
.mfp-fade.mfp-bg {
    opacity: 0;
    -webkit-transition: all 0.15s ease-out;
    -moz-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out;
}
/* overlay animate in */
.mfp-fade.mfp-bg.mfp-ready {
   opacity: 0.8;
}
/* overlay animate out */
.mfp-fade.mfp-bg.mfp-removing {
   opacity: 0;
}
/* content at start */
.mfp-fade.mfp-wrap .mfp-content {
   opacity: 0;
   -webkit-transition: all 0.15s ease-out;
   -moz-transition: all 0.15s ease-out;
   transition: all 0.15s ease-out;
}
/* content animate it */
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
   opacity: 1;
}
/* content animate out */
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
   opacity: 0;
}

body {
	background-color: #0b0029;
	color: #ffffff;
	font-family: "Poppins", Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: 400;
}

h1 {
	font-family: "Poppins", sans-serif;
	font-style: normal;
	font-weight: 700;
	margin: 0;
    padding: 0;
	font-size: 1.5em;
}

h2 {
	font-family: "Poppins",sans-serif;
	font-style: normal;
	font-weight: 700;
	margin: 0;
    padding: 0;
    font-size: 1em;
}

h3 {
	font-family: "Poppins",sans-serif;
	font-style: normal;
	font-weight: 400;
	margin: 0;
    padding: 0;
    font-size: 1.375em;
    line-height: 1.375em;	
}

h4	{
	font-family: "Poppins",sans-serif;
	font-style: normal;
	font-weight: 400;
	margin: 0;
    padding: 0;
    font-size: 1em;	
}

p {
	margin: 0;
	padding: 0;
}

strong {
	font-style: normal;
	font-weight: 700;
}

em {
	font-style: italic;
	font-weight: 400;
}

a:link, a:visited {
	color: #847aa5;
	text-decoration: none;
}

a:hover, a:active {
	color: #cc17b2;
	text-decoration: none;
}

a.btn:link, a.btn:visited {
	background-color: #847aa5;
	color: #fff;
	display: inline-block;
}

a.btn:hover, a.btn:active {
	background-color: #cc17b2;
	color: #fff;
}

.also-logos {
	text-align: center;
}

.container-fluid {
	margin-right: auto;
	margin-left: auto;
	max-width: 1600px;
}

.space-bottom-big {
	padding-top: 0px;
	padding-bottom: 30px;
}

.space-bottom-sm {
	padding-bottom: 30px;
}

.header {
	font-size: 0.875em;
	color: #847aa5;
	text-align: center;
	padding-top: 15px;
	padding-bottom: 15px;
}

#header-img {
	max-width: 100%;
	content:url("../images/loversart_sq.jpg");
}

.preorder br {
	display: none;
}

.videoContainer {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 0px;
	height: 0;
	overflow: hidden;
}
	
.videoContainer iframe {
	position: absolute;
	top: 0;
	left: 0;
	padding-left: 15px;
	padding-right: 15px;
	width: 100%;
	height: 100%;
}

.awards {
	width: 100%;
	height: auto;
	padding-top: 10px;
}

.pinkContainer {
	background-color: #cc17b2;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 0px;
	padding-right: 0px;
	margin-bottom: 30px;
}

.specs p {
	font-size: 1em;
}

.divider {
	border-top: 1px solid #ffffff;
	margin-left: 15px;
	margin-right: 15px;
	padding-bottom: 10px;
}

.press p {
	color: #847aa5;
}

.press p:not(:last-child) {
	padding-top: 4px;
	padding-bottom: 30px;
}

.row.no-gutter {
	margin-left: 0;
	margin-right: 0;
}

.row.no-gutter [class*='col-']:not(:first-child),
.row.no-gutter [class*='col-']:not(:last-child) {
	padding-right: 0;
	padding-left: 0;
}

#laurels.row.no-gutter [class*='col-']:not(:first-child),
#laurels.row.no-gutter [class*='col-']:not(:last-child) {
	padding-right: 5px;
	padding-left: 5px;
}

.screenshots .row.no-gutter [class*='col-']:nth-child(2){
	padding-right: 7.5px;
}

.screenshots .row.no-gutter [class*='col-']:last-child {
	padding-left: 7.5px;
}

.xs-gutter {
	padding-right: 15px;
}

.screenshot {
	padding-bottom: 15px;
}

.faq-title br {
		display: none;
	}

.faq p {
	padding-bottom: 30px;
}

.faq ~ .faq p:last-child {
	padding-bottom: 0px;
}

#footer {
	padding-bottom: 15px;
}	

.contact-info {
	padding-top: 20px;
	padding-bottom: 30px;
}

.supporters {
	padding-top: 8px;
}

.platform {
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
	height: 50px;
	margin-bottom: 30px;
	margin-top: 10px;
}

.nintendo {
	background-image: url('../images/nintendoswitch_logo.png');
}

.xbox {
	background-image: url('../images/xboxone_logo.png');
}

.steam {
	background-image: url('../images/steam_logo.png');
}

.playstation {
	background-image: url('../images/ps4-logo.png');
}

@media only screen and (min-width: 480px) {
	
	.header br {
		display: none;
	}
	
	.humblebundle iframe {
		width: 100%;
		height: 261px;
	}
}

@media only screen and (min-width: 560px) {
	
	.awards {
		width: 70%;
		display:block;
		margin: auto;
	}
	
	.platform {
		width: 85%;
	}
	
	.supporters {
		max-width: 70%;
	}
}

@media only screen and (min-width: 600px) {
	
	.ab-logo {
		max-width: 75%;
	}
}


@media only screen and (min-width: 768px) {
	
	h1 {
		font-size: 1.6875em;
	}
	
	h3 {
		font-size: 1.5625em;
	}
	
	.space-bottom-big {
		padding-bottom: 60px;
	}
	
	#preorder.space-bottom-sm {
		padding-bottom: 0px;
	}
	
	.header {
		text-align: right;
	}
	
	#header-img {
		max-width: 100%;
		content:url("../images/loversart_lg.jpg");
	}
	
	.preorder br {
		display: inline;
	}
	
	.awards {
		width: 100%;
		padding-top: 15px;
	}
	
	#laurels.row.no-gutter [class*='col-']:not(:first-child),
	#laurels.row.no-gutter [class*='col-']:not(:last-child) {
		padding-right: 7.5px;
		padding-left: 7.5px;
	}
	
	.pinkContainer {
		padding-top: 30px;
		padding-bottom: 30px;
		margin-bottom: 60px;
	}
	
	.humblebundle iframe {
		width: 100%;
		height: 261px;
	}
	
	.specs {
		padding-bottom: 0px;
	}
	
	.also-on .space-bottom-sm {
		padding-bottom: 0px;
	}
	
	.platform {
		width: 100%;
	}
	
	.ab-logo {
		max-width: 100%;
	}
	
	.contact-info {
		padding-top: 0px;
		padding-bottom: 0px;
	}
	
	.supporters {
		max-width: 100%;
	}

@media only screen and (min-width: 992px) {
	
	h1 {
		font-size: 2em;
	}
	
	h2 {
		font-size: 1.0625em;
	}
	
	p {
		font-size: 1.0625em;
	}
	
	.header {
		font-size: 1em;
	}
	
	.space-bottom-big {
		padding-bottom: 75px;
	}
	
	.feature-mod .space-bottom-sm {
		padding-bottom: 0px;
	}
	
	#laurels.row.no-gutter [class*='col-']:not(:first-child),
	#laurels.row.no-gutter [class*='col-']:not(:last-child) {
		padding-right: 10px;
		padding-left: 10px;
	}
	
	.pinkContainer .space-bottom-big {
		padding-bottom: 45px;
	}
	
	.pinkContainer {
		margin-bottom: 75px;
	}
	
	.faq p:last-child {
		padding-bottom: 0px;
	}
}

@media only screen and (min-width: 1200px) {
	
	h1 {
		font-size: 2.125em;
	}
	
	h2 {
		font-size: 1.1875em;
	}
	
	h3 {
		font-size: 1.75em;
	}
	
	p {
		font-size: 1.1875em;
	}
	
	.space-bottom-big {
		padding-bottom: 90px;
	}
	
	.pinkContainer .space-bottom-big {
		padding-bottom: 60px;
	}
	
	.awards {
		padding-top: 30px;
	
	#laurels.row.no-gutter [class*='col-']:not(:first-child),
	#laurels.row.no-gutter [class*='col-']:not(:last-child) {
		padding-right: 15px;
		padding-left: 15px;
	}
	
	.pinkContainer {
		margin-bottom: 90px;
	}
	
	.screenshots .row.no-gutter [class*='col-']:nth-child(2){
		padding-right: 15px;
	}
	
	.screenshots .row.no-gutter [class*='col-']:last-child {
		padding-left: 15px;
	}
	
	.screenshot {
		padding-bottom: 30px;
	}
	
	.faq-title br {
		display: inline;
	}
}