html {
  height: 100%;
  width: 100%;
	margin: 0;
}

body {
	margin: 0;
	height:100%;
	font-family: 'Raleway', sans-serif;
	display: block;
	position: relative;
	background-color: #f6f9fc;
}

.first-text{
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	height: 100%;
	width: 100%;
	background-color: #f6f9fc;
}

.get-started a {
	text-decoration: none;
	color: #3c3a39;
}

.first-text h1{
	font-size: 60px;
	font-weight: 700;
	color: #0065bd;
	padding: 0;
	margin-left: 150px;
	margin-bottom: 0;
}

.first-text p{
	font-size: 20px;
	color: #3c3a39;
	margin-left: 150px;
	margin-right: 0;
}

.first-text-text {
	display: flex;
	flex-direction: column;
	justify-content: center;
	border-right: 1.5px dashed #e6e9eb;
	height: 100%;
	padding-right: 25px;
	padding-top: 100px;
	z-index: 2;
}

.hero-nyc-map-1 {
	width: 105px;
	height: 105px;
	padding: 50px;
	overflow: hidden;
	position:absolute;
	top: 25%;
	float: right;
	left: 80%;
	background: rgb(255, 255, 255, 0.15);
	border-radius: 5000px;
	box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
	backdrop-filter: blur(9px);
	-webkit-backdrop-filter: blur(9px);
	z-index: 1;
}

.hero-nyc-map-2 {
	width: 75px;
	height: 75px;
	padding: 50px;
	overflow: hidden;
	position:absolute;
	top: 12%;
	float: right;
	left: 4%;
	background: rgb(255, 255, 255, 0.15);
	border-radius: 5000px;
	box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
	backdrop-filter: blur(4px);
	-webkit-backdrop-filter: blur(4px);
	z-index: 1;
}

.hero-nyc-map-3 {
	width: 125px;
	height: 125px;
	padding: 50px;
	overflow: hidden;
	position:absolute;
	top: 70%;
	float: right;
	left: 43%;
	background: rgb(255, 255, 255, 0.15);
	border-radius: 5000px;
	box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
	backdrop-filter: blur(4px);
	-webkit-backdrop-filter: blur(4px);
	z-index: 1;
}

.get-started{
	font-family: Raleway;
	font-weight: 700;
	font-size: 14px;
	color: #3f4759;
	background-color: #ffc342;
	border-radius: 22px;
	padding: 10px;
	width: 120px;
	height: 40px;
	text-align: center;
	border: none;
	margin-left: 150px;
	align-items: center;
	margin-top: 20px;
	margin-bottom: 150px;
}

.get-started:hover {
	cursor: pointer;
	transition-duration: 0.5s;
	box-shadow: 0px 0px 10px #ffc342;
}

.get-started:active {
	background-color: #ffecb8ff;
	transition-duration: 0s;
	box-shadow: none;
}

.hero-bike {
	width: 55%;
	z-index: 2;
}

.hero_image {
	background-color: #f6f9fc;

	height: 100%;
	/* Position and center the image to scale nicely on all screens */
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	display: block;
	margin-bottom: 0px;
}

.hero_text {
	text-align: left;
	position: relative;
	color: #0065bd;
	font-family: 'Raleway', sans-serif;
	font-weight: bold;
	display: inline-flex;
	font-size: 22px;
	margin-top: 150px;
	justify-content: center;
	align-items: center;
	width: 100%;
	overflow: hidden;
	margin-bottom: 0px;
	height: 100%;
}

.stripes {
	height: 275px;
}

h1 {
	display: flex;
	justify-content: left;
	width: 70%;
	font-weight: bold;
	font-size: 50px;
	margin-top: 0px;
	margin-left: 150px;
}


nav {
	z-index: 3;
	overflow: hidden;
	float: left;
	color: #f2f2f2;
	text-align: center;
	text-decoration: none;
	font-size: 17px;
	display: flex;
	width: 100%;
	float: left;
	align-items: center;
	float: center;
	display: flex;
	font-weight: 400;
	margin-bottom: 50px;
	position: fixed;
	background-color: #f6f9fc;
	font-weight: bold;
	font-family: "Raleway", sans-serif;
}


nav a {
	text-decoration: none;
	color: #314e77;
	margin-left: 70xp;
	margin-right: 70px;
	font-weight: 700;
	font-size: 17.5px;

}

nav li{
	display: inline-block;
	text-decoration: none;
	list-style-type: none;
}

.nav-links {
	position: absolute;
	display: flex;
	justify-content: right;
	width: 100%;
	right: 150px;
	font-weight: bold;
	font-weight: 600;
}

.nav-logo {
	float: left;
	margin-left: 150px;
	padding-left: 0;
}

li {
	text-decoration: none;
}
nav ul {
	text-decoration: none;
	underlined: none;
	display: flex;
	align-items: center;
	padding: 0;
}

.hero_image2 {
	background-image: url("https://cdn.vox-cdn.com/thumbor/6OD2Hjv8fOq8IGxlDPauIUMi758=/0x55:1024x631/1600x900/cdn.vox-cdn.com/uploads/chorus_image/image/52783853/manh_cab.0.0.jpg");
	background-size: cover;
	background-position: 50% 60%;
	width: 800px;
	height: 600px;
	position: relative;
	display: flex;
	justify-content: center;
	margin-left: auto;
	margin-right: 100px;
	border-radius: 200px;
}

.big_logo {
	display: flex;
	justify-content: center;
	width: 100%;
	margin-bottom: 50px;
}


p {
	font-size: 20px;
	color: #4d4d4d;
	font-family: "Raleway", sans-serif;
}

.hero-text-p {
	width: 75%;
	margin-left: 150px;
	font-weight: 400;
}

.hero-text-text{
	display: inline-block;
	justify-content: center;
	width: 45%;
	border-right: 1.5px dashed #e6e9eb;
	height: 100%;
}

.category-text {
	padding-top: 200px;
	font-size:20px;
	color: #1e3f80;;
	font-family: "Raleway", sans-serif;
	font-weight: 700;
	margin-left: 150px;
}

.affiliations {
	width: 30%;
	height: 100px;
	display: grid;
	grid-template-columns: 1fr 1fr;
	margin-left: 150px;
	align-items: center;
}

.affiliations-citibike-logo{
	border-radius: 15px;
}

.view-dashboard {
	color: #1e3f80;
	format: underlined;
	margin-left: 150px;
	width: 
}

.dashboard{
	height: 1000px;
	width: 100%;
	margin-top: 100px;
	display: grid;
	grid-template-columns: 45fr 55fr;
}

h1{
	font-size: 50px;
	font-weight: 700;
	color: #0065bd;
	padding: 0;
	margin-left: 150px;
	margin-bottom: 0;
}

.dashboard-text{
	width: 100%;
	border-right: 1.5px dashed #e6e9eb;
	height: 100%;
	padding-top: 150px;
}

.dashboard-text p{
	width: 75%;
	margin-left: 150px;
}

.factors{
	display: grid;
	grid-template-rows: 1fr 1fr 1fr 1fr 1fr 1fr;
}

.factor{
	padding-left: 150px;
	display: inline-flex;
	align-items: center;
	justify-content: space-between;
}

.factor p{
	font-size: 14px;
	margin-left: 0px;
	margin-top: 0;
	color: #3e496f;
}

.factor h3{
	margin-bottom: 0;
	color: #3d4976;
	font-family: 'Raleway', sans-serif;
}

h2{
	margin-left: 150px;
	color: #1e3f80;
	font-size: 28px;
}

.dashboard-text h2{
	margin-top: 45px;
	margin-bottom: 5px;
}

#myNumber{
	height: 20px;
	width: 40px;
	text-align: right;
	border: 2px solid #1e3f80;
	border-radius: 5px;
	font-family: "Roboto", sans-serif;
	font-weight: bold;
	font-size: 15px;
	background-color: #ffc353;
	margin-right: 10px;
}

#myRange{
	margin-right: 10px;
	width: 150px;
	height: 30px;
	accent-color: #ffc353;
	margin-left: 150px;
	slider: 2px solid #1e3f80;
}

#myRange:hover {
	cursor: pointer;
}

#rush-hour {
	margin-top: 0;
	margin-bottom: 0;
	font-size: 20px;
	color: #1e3f80;
	accent-color: #ffc353;
	width: 20px;
	height: 20px;
	margin-right: 10px;
}

#overnight-surcharge {
	margin-top: 0;
	margin-bottom: 0;
	font-size: 20px;
	width: 20px;
	height: 20px;
	color: #1e3f80;
	accent-color: #ffc353;
	margin-right: 10px;
}

#congestion-surcharge {
	margin-top: 0;
	margin-bottom: 0;
	font-size: 20px;
	width: 20px;
	height: 20px;
	color: #1e3f80;
	accent-color: #ffc353;
	margin-right: 10px;
}

.factor-inputs {
	display: inline-flex;
	align-items: center;
}

#ebike {
	margin-top: 0;
	margin-bottom: 0;
	font-size: 20px;
	width: 20px;
	height: 20px;
	color: #1e3f80;
	accent-color: #ffc353;
	margin-right: 10px;
}

#jfk-surcharge {
	margin-top: 0;
	margin-bottom: 0;
	font-size: 20px;
	width: 20px;
	height: 20px;
	color: #1e3f80;
	accent-color: #ffc353;
	margin-right: 10px;
}

#citibike-display {
	background: 
	 linear-gradient(to bottom, rgb(20, 24, 31, 0.8) 10%, rgb(28, 52, 84, 0.75) 50%, rgb(0, 73, 163, 0.95) 100%), url("https://images.ctfassets.net/p6ae3zqfb1e3/6ORxV6gPBOL4ANWPjysVwD/7a416329a33c79950d8a2fc1b960372e/Citi_Bike_Ride_experience_Hero_3x.jpg") no-repeat;
	border-radius: 10px;
	width: 500px;
	height: 300px;
	background-size: cover;
	margin-bottom: 20px;
	display: flex;
}

#yellow-cab-display {
	background: 
	 linear-gradient(to bottom, rgb(20, 24, 31, 0.8) 10%, rgb(101, 81, 57, 0.75) 70%, rgb(223, 172, 83, 0.95) 100%), url("https://s.abcnews.com/images/US/taxi-gty-er-190801_hpMain_2_16x9_992.jpg") no-repeat;
	border-radius: 10px;
	width: 500px;
	height: 300px;
	background-size: cover;
}

.dashboard-display {
	display: flex;
	flex-flow: column;
	justify-content: baseline;
	padding-left: 50px;
	margin-right: 0;
	padding-right: 0;
	overflow: hidden;
	padding-top: 40px;
	height: 1200px;
}

.display-card h2{
	margin-left: 0;
	color: #52bdff;
	font-size: 30px;
	font-weight: bold;
	height: 15px;
}

#yellow-cab-display img{
	border-radius: 10px;
	margin-top: 5px;
}

.display-card p{
	margin-left: 0;
	color: #5ff95d;
	font-size: 60px;
	font-family: "Roboto", sans-serif;
	margin-top: 50px;
	margin-bottom: 0;
}

.display-card {
	display: flex;
	flex-flow: column;
	align-items: center;
	justify-content: baseline;
}

#yellow-cab-display h2{
	color: #ed6f2c;
}

.citibike-half{
	display: flex;
	align-items: center;
}
.citibike-list {
	width: 400px;
	padding-left: 20px;
	color: #323949;
	font-weight: bold;
	font-size: 16px;
}

.yellow-cab-list {
	width: 400px;
	padding-left: 20px;
	color: #323949;
	font-weight: bold;
	font-size: 16px;
}

.yellow-cab-half {
	display: flex;
	align-items: center;
}

.yellow-cab-list li{
	padding-top: 5px;
	padding-bottom: 5px;
}

.citibike-list li{
	padding-top: 5px;
	padding-bottom: 5px;
}

#mta-display {
		background: 
		 linear-gradient(to bottom, rgb(17, 14, 14, 0.5) 10%, rgb(110, 191, 164, 0.4) 90%, rgb(113, 208, 172, 0.7) 100%), url("https://images.unsplash.com/photo-1529153348965-3de49b6188bd?fm=jpg&q=60&w=3000&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxzZWFyY2h8Mnx8c3Vid2F5JTIwbmV3JTIweW9ya3xlbnwwfHwwfHx8MA%3D%3D") no-repeat;
		border-radius: 10px;
		width: 500px;
		height: 300px;
		background-size: cover;
		margin-top: 20px;
}

.mta-half {
	display: flex;
	align-items: center;
}

.mta-half li {
	width: 400px;
	padding-left: 20px;
	color: #323949;
	font-weight: bold;
	font-size: 16px;
	padding-bottom: 5px;
	padding-top: 5px;
}

.display-card:hover {
	transition: 0.3s ease-in-out;
	cursor: pointer;
}

#map {
	height: 600px;
	width: 800px;
	margin-right: 150px;
	border-radius: 10px;
}

.map-div {
	display: flex;
	justify-content: space-between;
	width: 100%;
	height: 800px;
	padding-top: 100px;
	align-items: center;
}

.map-text {
	width: 45%;
	border-right: 1.5px dashed #e6e9eb;
	margin-right: 0;
	padding-right: 0;
	align-items: center;
}

.map-text p{
	width: 600px;
	margin-left: 150px;
	margin-top: 50px;
}

.mta-map {
	height: 1400px;
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.mta-map-text {
	width: 45%;
	border-right: 1.5px dashed #e6e9eb;
	display: flex;
	flex-flow: column;
	justify-content: center;
	height: 100%;
}

.mta-map p{
	width: 600px;
	margin-left: 150px;
}

.mta-map iframe{
	margin-right: 150px;
	border-radius: 10px;
	margin-top: 5px;
	margin-bottom: 5px;
}

.iframes {
	display: flex;
	flex-flow: column;
	align-items: center;
	justify-content: center;
}

.mta-map h2{
	margin-top: 100px;
}

.mta-map a {
	color: #475a80;
	font-weight: bold;
	text-decoration: underline;
	margin-top: 100px;
	margin-left: 150px;
}
