html{
	font-family: Trebuchet MS, sans-serif;
	font-size: 16px;
	font-weight: 400;
}

body{
	width: 100%;
}

p{
	color: grey;
	font-size: 0.9rem;
	line-height: 0.9rem;
	margin-top: 0.1rem;
	margin-bottom: 0.1rem;
}
p.large{
	font-size: 1rem;
}

h1{
	font-size: 1.8rem;
	margin-bottom: 0.8rem;
}

h2{
	font-size: 1.2rem;
}

h3{
	font-size: 1.1rem;
	color: MidnightBlue;
	line-height: 1rem;
}

h4{
	color: MidnightBlue;
	margin-top:0.6em;
	margin-bottom:0.6em;
	font-size: 0.7rem;
}

h4 ~ p{
	font-size: 0.6rem;
	line-height: 0.6rem;
	margin-top: 0em;
	margin-bottom: 0em;

}

#navMenu{
	display: block;
	float: right;
	width: 8%;
	height: 0.5em;
	padding: 0.1em 0.1em 0.1em 0.1em;
	border: 1px solid black;
	border-radius: 0.5em;
	margin: 0.1em 0.4em 0.1em 0.1em;
	background-color: white;
	color: black;
	font-size: 3rem;
	line-height: 0.4em;
	text-align: center;
}
.stopFloat{
	clear: both;
}

#bestApp {
	background-image: url(../img/phone.png);
	background-size: 98%;
	background-position: bottom left;
	background-repeat: no-repeat;
	height: 20rem;
	width: 98%;
}

#bestAppFlex{
	text-align: left;
	width: 72%;
	height: 96%;
	display: flex;
	flex-flow: column nowrap;
	justify-content: flex-end;
	align-items: flex-start;
}

#editorsChoice{
	background-color: AliceBlue;
	color: MidnightBlue;
	border-radius: 1em;
	font-size: 0.8rem;
	padding-right: 0.6em;
}
#editorsChoice img{
	vertical-align: middle;
	background-color: orange;
	border-radius: 1em;
}

.linkButton{
	display: block;
	width: 30%; /* check it works for all buttons */
	background-color: blue;
	color: white;
	font-size: 0.9rem;
	font-weight: 800;
	text-align: center;
	padding: 0.8em;
	border-radius: 2em;
	margin-top: 0.8em;
	margin-bottom: 0.8em;
}

a{
	text-decoration: none;
	color: blue;
}

#companyLogos{
	padding-left: 0.4em;
	padding-right: 0.4em;
	margin: auto;
}

#companyLogos p{
	text-align: center;
	color: MidnightBlue;
	font-size: 0.8rem;
}

#companyLogos img{
	padding: 0.3em;
	width: 17%;
}

.flexRow{
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-around;
	align-content: center;
	align-items: center;
}


#awesomeApp{
	width: 96%;
}

.appFeature{
	padding-top: 1rem;
	display: flex;
	flex-flow: row nowrap;
	justify-content: flex-start;
	align-items: center;
	align-content: center;
}

.appFeature img{
	width: 3rem;
	padding: 0.4em;
	border-radius: 3em;
}

.appFeature article{
	padding-left: 0.4em;
	padding-right: 0.4em;
	flex-shrink: 10;
}

#smartJackpots{
	text-align: center;
	width: 96%;
	margin-top: 1.5em;
}

#sjFlex{
	padding-top: 0.4em;
	padding-bottom: 0.4em;
	display: flex;
	flex-flow: column nowrap;
	justify-content: center;
	align-items: center;
}

#sjFlex img{
	width: 3rem;
	padding: 0.4em;
	border-radius: 3em;
}

#sjFlex article{
	padding-top: 0.4em;
	padding-bottom: 0.4em;
}

#designedAndBuilt article, #whyChooseFlex article{
	text-align: center;
	display: flex;
	flex-flow: column nowrap;
	justify-content: center;
	align-items: center;
}

#whyChoose, #ultimateFeatures, #downloadApp, footer{
	width: 96%;
	text-align: center;
}

#whyChooseFlex , #ultiFlex{
	margin-top:0.4em;
	display: flex;
	flex-flow: row wrap;
	justify-content: space-around;
	align-items: flex-start;
	align-content: space-around;
}

#whyChooseFlex article, #ultiFlex article{
	width: 6em;
	margin-top: 1em;
}

#whyChooseFlex img, #ultiFlex img{
	width: 2rem;
	padding: 0.3em;
	border-radius: 2em;
}

#ultiFlex article{
	text-align: left;
}

#ultiFlex{
	width: 70%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1em;
}

#ultimateFeatures a{
	margin: auto;
}

#faq{
	width: 96%;
}
#faq article:first-child{
	text-align: center;
}
#faq article{
	padding-left: 0.4em;
	padding-right: 0.4em;
	padding-top: 0.2em;
	padding-bottom: 0.2em;
}

.faqArt{
	margin-top: 0.4em;
	margin-bottom: 0.4em;
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-between;
}

.faqArt p{
	display: none;
}

.faqArt button{
	border: none;
	color: MidnightBlue;
	font-weight: 800;
}

#downloadFlex img{
	width: 5em;
	margin: 0.6em;
}

#downloadFlex{
	display: flex;
	flex-flow: row nowrap;
	justify-content: center;
	align-items: center;
	align-content: center;
}

#navFooter ul li{
	display: inline-block;
	font-size: 0.8rem;
}




.closeToP{
	margin-top: 0.2rem;
	margin-bottom: 0.1rem;
}

.redBg{
	background-color: LavenderBlush;
}

.blueBg{
	background-color: AliceBlue;
}

.greenBg{
	background-color: HoneyDew;
}

.yellowBg{
	background-color: LemonChiffon;
}

.redTxt{
	color:LightCoral;
}
.blueTxt{
	color: DodgerBlue;
}
.greenTxt{
	color: LimeGreen;
}

