body {
	background: #483D8B;
	width:100%;
	text-align: center;
}

#home {
	width: 100%;
	margin:2%;
	height:1000px;
}

h1{
	font-size:500%;
	font-family: 'Fredoka One', cursive;
	color: 	white;
	padding-top: 8%;
}

#home h1 {
	padding-top: 20%;
}

#home h4 {
	font-family: 'Play', sans-serif;
	padding: 5%;
	font-size: 150%;
	color: white;
}

.navi-menu ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    padding-top:1%;
    overflow: hidden;
    position: fixed;
    top: 0;
    width:100%;
}

.navi-menu ul li {
    float: left;
}

.navi-menu ul li a {
    display: block;
 	color: #1E90FF;
    padding: 14px 16px;
    text-decoration: none;
	font-family: 'Fredoka One', cursive;

}

.navi-menu ul li a:hover {
    background-color: #ADD8E6;
}

.active {
   color: #1E90FF;
}

#introduction, #fb-tools, #the-end, #reference {
	height:2000px;
	background-color: white;
	width:95%;
	margin: auto;

}

#introduction h1, #fb-tools h1, #the-end h1, #reference h1 {
	color: #483D8B;
}

p, ol, .unordered-list {
	font-family: 'Quicksand', sans-serif;
	font-size:20px;
	padding:2%;
	width: 90%;
	margin:auto;
}

div .buttons {
	padding-top: 9%;
	display: flex; 
	justify-content: center;
}

#start {
	border: 1px solid #483D8B;
	padding: 1% 3%;
	background-color: #483D8B;
	text-decoration: none;
	color: white;
	font-family: 'Play', sans-serif;
	border-radius: 10px;
}

#get-started, .graph-api {
	height:2500px;
	color: white;
}

ol, .unordered-list {
	width: 75%;
	margin: auto;
	padding:1%;
}

ol li, ol li img, .unordered-list li, .unordered-list li img {
	padding: 1%;
	text-align: left;
}

img {
	width:75%;
	margin: auto;
}

p a {
	color: #1E90FF;
}

.next {
	border: 1px solid #483D8B;
	padding: 1% 3%;
	background-color: white;
	text-decoration: none;
	color: #483D8B;
	font-family: 'Play', sans-serif;
	border-radius: 10px;
}

li p {
	width:100%;
	margin:auto;
}

#fb-tools {
	height:5000px;
}

#fb-tools .next{
	background-color: #483D8B;
	color:white;
}

h2 {
	font-size:180%;
	font-family: 'Fredoka One', cursive;
}
.graph-api {
	height:10000px;
}
.fb-results {
	width:50%;
}
.post-button, input {
	width:51%;
	padding: 2%;
}
button, input {
	padding:1%;
	border-radius: 5px;
	border-color: white;
	background-color: white;
	color: #483D8B;
	margin:auto;
	font-family: 'Quicksand', sans-serif;
	font-weight: bold;
	font-size:15px;
}

.sorry {
	color: yellow;
}
