html {
	font-family : "Fira Code";
	background-color: #1c1c1c;
}
body {
	margin-right: 5%;
	margin-left: 5%;
	text-align: center;
}
body header {
	margin-right: 10%;
	margin-left: 10%;
	text-align: center;
}
#menu{
	display: flex;
	text-align: center;
}
#menu a {
	flex-grow: 0.1;
	width: 30%;
}
#menu ul {
	display: flex;
	flex-grow: 2;
	margin:0;
	padding:0;
	list-style-type:none;
}
#menu li {
	flex-grow: 1;
	float: left;
	margin-top: auto;
	margin-bottom: auto;
	padding: 0;
}
#menu li a {
	display: block;
	width: 100px;
	color: #5dade2;
	text-decoration: none;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 60px;
	background-color: #1c1c1c;
	border-bottom: solid;
	border-color: #a6acaf;
}
#menu li a:hover {
	color: #a6acaf;
}
#menu ul li ul {
	display: none;
}
#menu ul li:hover ul {
	display: block;
	position: absolute;
}
#menu li:hover ul li {
	float: none;
	width: 15%;
}

article {
	text-align: center;
	margin-left: 20%;
    margin-right: 20%;
    margin-top: 5%;
    margin-bottom: 5%;
    border-bottom-width: 2px;
    border-bottom-style: solid;
    line-height: 25px;
    letter-spacing: 2px;
    color: #5dade2;
}

h1 {
	text-align: center;
	font-size: 3em;
    padding-top: 2%;
    padding-bottom: 5%;
	color: #5dade2;
}

h2 {
    padding-bottom: 2%;
   	color: #5dade2;
}

h3 {
	text-align: left;
	color: #a6acaf;
}

img {
	width: 35%;
	border-radius: 100%;
}

#logo {
	width: 25%;
	border-radius: 100%;
}

article img {
	width: 49%;
	border-radius: 1%;
	transform: scale(1);
	transition: .3s ease-in-out;
}

article img:hover {
	position: relative;
	z-index: 1;
	transform: scale(1.3);
}

#choice img {
	width: 49%;
	border-radius: 3%;
	position: relative;
	z-index: 2;
}
#choice img:hover {
	position: relative;
	z-index: 0;
	filter: blur(3px);
}
#choice a {
	font-size: 1em;
	text-decoration: none;
}

#choice a:hover {
	color: white;
	text-decoration: none;
}

p {
	text-align: justify;
	color: #a6acaf;
}
a {
	color: #5dade2; 
	text-decoration: none;
}
a:hover {
	color: #376996; 
	text-decoration: none;
}

section {
	position: relative;
	text-align: center;
}

section img{
	width: 80%
}

section img:hover {
	transform: scale(1);
}

section p {
	font-size: 1.5em;
	position: absolute;
	text-align: center;
	top: 40%;
	left: 50%;
	transform: translate(-50%, -50%);
	color: white;
}

section p a {
	color: white;
}

section p a:hover {
	color: #5dade2; 
	text-decoration: none;
}

#choice {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
}

#choice img {
	width: 370px;
	height: 270px;
	padding: 10px;
}

footer {
	text-align: center;
	margin-left: 20%;
    margin-right: 20%;
    margin-top: 5%;
    line-height: 25px;
    letter-spacing: 2px;
    color: #5dade2;	
}

footer img {
	width: 5%;
}

footer p {
	font-size: 0.8em;
	text-align: center;
	color: #a6acaf;
}

@media only screen and (max-width: 1300px) {
  	body {
  		margin-right: 0%;
		margin-left: 0%;
	}
	#menu img {
		width: 80%;
	}
	#menu a {
		flex-grow: 0.1;
		width: 20%;
	}
	#menu li a {
		font-size: 1.2em;
	}
	h1 {
		font-size: 4em;
	}
	h2 {
		font-size: 2em;
	}
	h3 {
		font-size: 1.5em;
	}
	p {
		font-size: 1.2em;
	}
	article {
		text-align: center;
		margin-left: 10%;
    	margin-right: 10%;
    	margin-top: 5%;
    	margin-bottom: 5%;
    	border-bottom-width: 2px;
    	border-bottom-style: solid;
    	line-height: 25px;
    	letter-spacing: 2px;
    	color: #5dade2;
    }
	footer img {
		width: 18%;
	}
	footer p {
		font-size: 1em;
	}
}

@media only screen and (max-width: 800px) {
  	body {
  		margin-right: 0%;
		margin-left: 0%;
	}
	#menu img {
		width: 140%;
		margin-right: 20px;
	}
	#menu a {
		flex-grow: 1;
		width: 50%;
	}
	#menu li a {
		display: block;
		width: 100px;
		color: #5dade2;
		text-decoration: none;
		padding-top: 10px;
		padding-bottom: 10px;
		padding-right: 60px;
		background-color: #1c1c1c;
		font-size: 1.2em;
	}
	h1 {
		font-size: 2em;
	}
	h2 {
		font-size: 1.4em;
	}
	p {
		font-size: 1em;
	}
	article {
		text-align: center;
		margin-left: 10%;
    	margin-right: 10%;
    	margin-top: 5%;
    	margin-bottom: 5%;
    	border-bottom-width: 2px;
    	border-bottom-style: solid;
    	line-height: 25px;
    	letter-spacing: 2px;
    	color: #5dade2;
	}
}
