body{
	margin:0 auto;
	padding:0;
	min-height: 100vh;
	font-family: 'Open Sans', sans-serif;
}
div{
	display: block;
}
*{
	margin:0 auto;
	padding:0; 
	-webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
:focus{
	outline: none;
	box-shadow: none;
}
.container{
	display: flex;
    min-height: 100vh;
    flex-direction: column;
}
.bg_img{
	width: 100%;
	flex-grow: 1;
    background: url(../images/wasteRacer_bg.jpg) top no-repeat;
    background-size: cover;
    overflow: hidden;
}
.bg_img h1{
	max-width: 16.5rem;
    margin: 0 auto;
    width: 83%;
    padding-top: 2.5rem;
}
.inner_container{
	display: flex;
	max-width: 1300px;
    width: 100%;
    padding-top: 5rem;
}
.body_txt{
	display: flex;
    flex-direction: column;
    align-items: center;
    padding: .625rem 1.25rem 0;
    text-align: center;
}
.body_txt .title{
	font-size: 5rem;
    padding-bottom: .9375rem;
    color: #fff;
    text-transform: uppercase;
    font-weight: 800;
    margin: 1.2rem 0;
}
.body_txt .sub_title{
	text-transform: uppercase;
	margin: 2rem 0;
	font-size: 1.875rem;
	font-weight: 800;
}
.inner_txt{
	/*max-width: 15rem;*/
    padding-bottom: 1.25rem;
}
.inner_txt p{
	margin-bottom: 1rem;
	font-size: 1.25rem;
	margin-bottom: 2rem;
}
.inner_txt p:nth-child(2){
	font-size: 1.875rem;
	margin-bottom: 5rem;
}
.inner_txt a{
	color: #113dac;
	text-decoration: none;
}
.button_area{
	display: flex;
    flex-direction: column;
    padding-bottom: 1.875rem;
}
.button_area a{
	display: inline-block;
    width: 9.375rem;
    padding-bottom: .75rem;
}
.button_area a img{
	width: 100%;
}
.footer{
	background-color: #000;
    padding: .9375rem;
    color: #fff;
    width: 100%;
    box-sizing: border-box;
}
.footer_inner{
	/*display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 auto;
    flex-direction: column-reverse;*/
    padding: 2rem 0;
    max-width: 1300px;
}
.footer_links{
	/*display: flex;
    flex-direction: column;
    text-align: center;*/
    float: left;
}
.footer_links p{
	margin-top: 1.5rem;
}

.footer_links a{
	color: #fff;
	text-decoration: none;
	border-bottom: 1px dotted #fff;
}
.footer_links a:nth-child(1){
	margin-bottom: 1rem;
}
.copyrights{
	/*display: flex;
    align-items: center;
    margin-bottom: 2rem;*/
    float: right;
}
.privacy_terms{
	width: 100%;
	flex-grow: 1;
	padding:2rem;
	box-sizing: border-box;
}
.privacy_terms h1{
	text-align: center;
	margin:0 0 2rem 0;
	font-size: 28px;
	text-transform: uppercase;
}
.privacy_terms h2,
.privacy_terms h3{
	margin: 1.5rem 0;
}
.text_center{
	text-align: center;
}
.privacy_terms p{
	font-size: 1.3rem;
	line-height: 2rem;
	font-weight: 300;
	margin-bottom: 1.5rem;
}

.privacy_terms ul{
	font-size: 1.3rem;
	line-height: 2rem;
	font-weight: 300;
	margin-bottom: 1.5rem;
	padding-left: 1.2rem;
}
video{
	padding: 1.2rem;
    box-sizing: border-box;
    width: 40.0rem;
    border-radius: 30px;
    object-fit: cover;
}
.video_frame{
	position: relative;
}
.video_frame img{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
}
.support_body{
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	margin: 8rem 0;
}
.support_head{
	text-transform: uppercase;
	margin: 2rem 0 1rem;
	font-size: 1.875rem;
	font-weight: 800;
	/*margin-top: 8rem;*/
}
.support_inner{
	font-size: 1.3rem;
}

.support_inner a{
	color: #113dac;
	text-decoration: none;
}
@media screen and (min-width: 600px){
	.footer_inner{
		/*flex-direction: row;*/
		padding: 1.5rem 0;
	}
	.footer_links{
		/*display: block;*/
	}
	.footer_links a:nth-child(1){
		margin-bottom: 0;
	    margin-right: 2.5rem;
	}
}
@media screen and (max-width: 480px){
	.body_txt .title{
		font-size: 3rem;
	}
	video{
		width: 100%;
		height: 10.4rem;
		padding: 0.4rem;
		margin-bottom: 3rem;
    	box-sizing: border-box;
	}
	.copyrights img{
		width: 100%;
	}
	.inner_txt p:nth-child(2){
		margin-bottom: 0;
	}
}

@media screen and (max-width: 320px){
	video{
		width: 100%;
		height: 8.6rem;
		padding: 0.4rem;
		margin-bottom: 3rem;
    	box-sizing: border-box;
    	border-radius: 1rem;
	}
	.inner_txt p:nth-child(2){
		font-size: 1.5rem;
	}
	.support_head{
		margin-top: 4rem;
	}
}

@media screen and (max-width: 768px){
	.inner_container{
		display: block;
	}
}

@media screen and (min-width: 767px){
	.bg_img{
		background: url(../images/wasteRacer_bg.jpg) top no-repeat;
		background-size: cover;
	}
	.bg_img h1{
		max-width: 32.3125rem;
		width: 80%;
		padding-top: 3.125rem;
	}
	.body_txt .title{
		font-size: 4.375rem;
		padding-top: .0625rem;
		padding-bottom: 1.3125rem;
		order: 3;
	}
	.body_txt .sub_title{
		order: 1;
	}
	.inner_txt{
		/*max-width: 33.875rem;*/
		max-width: 35rem;
		order: 2;
		padding-bottom: 0;
	}
	.button_area{
		display: block;
    	order: 4;
	}
	.button_area a{
	    width: 15rem;
	}
	.appstore{
		margin-right: 1.875rem;
	    width: 14.5rem;
	}
	.playstore{
		width: 14.875rem;
	}
	.privacy_terms{
		padding:5rem;
	}
}