html, body {
	font-family: 'Roboto Slab', serif;
  	height: 100%;
  	width: 100%;
  	padding: 0;
  	margin: 0;
    overflow: hidden;
}

#background{
	background: url(res/background.png) center center no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	height: 100%;
	width: 100%;
	background-attachment: fixed;
	overflow: scroll;
	overflow-y: scroll;
    padding-right: 17px; 
	padding-bottom: 17px;
    box-sizing: content-box;
}

#logo{
	width: 70px;
	height: 70px;
	margin-top: 20px;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 10%;
}

#log_in_btn:hover{
	background: white;
	color: black;
	transition: all 0.4s;
}

#log_in_btn{
	font-family: 'Oswald', serif;
	letter-spacing: 2px;
	font-size: 18px;
	margin-top: 20px;
	margin-right: 10%;
	margin-bottom: 20px;
	float: right;
	margin-left: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 30px;
	padding-left: 30px;
	border-color: white;
	border-radius: 40px;
	border-width: 2px;
	border-style: solid;
	font-weight: bold;
	background: transparent;
	color: white;
}

#title{
	color: white;
	margin-left: 10%;
	margin-right: 10%;
	margin-top: 70px;
	font-size: 50px;
	margin-bottom: 20px;
}

#tagline{
	margin-left: 10%;
	margin-right: 10%;
	color: white;
	margin-top: 0px;
	letter-spacing: 1px;
}

#app_in_dev{
	margin-left: 10%;
	margin-right: 10%;
	color: white;
	margin-top: 70px;
	margin-bottom: 70px;
}

#google_play_btn{
	margin-left: 10%;
	margin-right: 10%;
	height: 45px;
}

.demo_div{
	width: 100%;
	margin-top: 50px;
	margin-bottom: 50px;
	align-items: center;
	justify-content: center;
	display: flex;
	flex-wrap: wrap;
}

.phone_mockup{
	width: 195px;
	height: 417px;
	margin: 50px;
}

.phone_details{
	color: white;
	width: 450px;
	text-align: center;
	margin: 50px;
}


.divider_div{
	width: 40%;
	height: 2px;
	background: white;
	margin: auto;
}

#footer{
	width: 90%;
	text-align: center;
	background: black;
	margin: auto;
	padding: 0px;
}

#para_footer{
	color: white;
	padding-top: 20px;
}

#privacy_policy_btn:hover{
	background: #3b3b3b;
}

#privacy_policy_btn{
	border: none;
	background: black;
	color: white;
	margin: 10px;
	padding: 10px;
}