body {
	background-color: black;
	display: flex;
	flex-direction: column;
	transition: all 0.3s ease;
}


header {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;

  border-bottom: 1px solid #a92cda;
	margin: 0  30px;
}

header h1 {
	font-family: "Amatic SC";
	font-size: 50px;
	font-weight: 700;
	line-height: 50px;
	letter-spacing: 0em;
	text-align: center;
	color: white;
	padding: 30px 0;
}

header button {
	font-size: 24px;
	color: #a92cda;
	border: none;
	background-color: transparent;
}

header button:hover {
  color:#d674fd;
}

main {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin: 0 0 40px;

}

#about_me {
	display: flex;
	flex-direction: column;
  align-items: center;
	justify-content: center;

	margin: 20px 40px;
}

.name_mobile {
	font-family: "Nunito";
	font-size: 29px;
	font-weight: 700;
	line-height: 40px;
	letter-spacing: 0em;
	text-align: center;
	color: #a92cda;

	padding: 0 0 20px;
}


.photo img {
	width: 150px;
	border-radius: 0px;

	padding: 10px;
}

.text {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	align-items: center;
}

.name_tablet_desktop {
	display: none;
}

.text p {
	font-family: "Nunito";
	font-size: 15px;
	font-weight: 700;
	line-height: 25px;
	letter-spacing: 0em;
	text-align: center;
	color: rgb(190, 190, 190);
	padding: 15px 15px 0;
}

#studies {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-content: flex-start;
	align-items: flex-star;
	margin: 40px;
}

#studies h2 {
	font-family: "Amatic SC";
	font-size: 40px;
	font-weight: 700;
	line-height: 50px;
	letter-spacing: 0em;
	align-self: start;
	color: #a92cda;
}

.web {
	display: flex;
	flex-direction: column;
	padding: 20px;
}

.web h3 {
	font-family: "Nunito";
	font-size: 20px;
	font-weight: 700;
	line-height: 30px;
	letter-spacing: 0em;
	text-align: left;
	color: whitesmoke;

	padding: 20px 0;
}

.web_studies_list {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;

	margin: 0 30px;
}

.web_studies_item {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: flex-start;
}

.web_studies_item img {
	width: 15px;
	height: 15px;
}

.web_studies_item p {
	font-family: "Nunito";
	font-size: 15px;
	font-weight: 700;
	line-height: 20px;
	letter-spacing: 0em;
	text-align: left;
	color: rgb(190, 190, 190);

	padding: 10px;
}

.biology {
	display: flex;
	flex-direction: column;
	padding: 20px;
}

.biology h3 {
	font-family: "Nunito";
	font-size: 20px;
	font-weight: 700;
	line-height: 30px;
	letter-spacing: 0em;
	text-align: left;
	color: whitesmoke;

	padding: 20px 0;
}

.biology h4 {
	font-family: "Nunito";
	font-size: 15px;
	font-weight: 700;
	line-height: 20px;
	letter-spacing: 0em;
	text-align: left;
	color: rgb(190, 190, 190);

	margin: 0;
	padding: 0;
}

.biology p {
	font-family: "Nunito";
	font-size: 15px;
	font-weight: 700;
	line-height: 20px;
	letter-spacing: 0em;
	text-align: left;
	color: rgb(146, 146, 146);

	padding: 10px 0;
}

#experience {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-content: flex-start;
	align-items: flex-star;
	margin:40px;
}

#experience h2 {
	font-family: "Amatic SC";
	font-size: 40px;
	font-weight: 700;
	line-height: 50px;
	letter-spacing: 0em;
	align-self: start;
	color: #a92cda;

}

.experience_item {
	display: flex;
	flex-direction: column;
  padding: 20px;
}

.experience_item h3 {
	font-family: "Nunito";
	font-size: 20px;
	font-weight: 700;
	line-height: 30px;
	letter-spacing: 0em;
	text-align: left;
	color: whitesmoke;

	padding: 20px 0;
}

.experience_item p {
	font-family: "Nunito";
	font-size: 15px;
	font-weight: 700;
	line-height: 20px;
	letter-spacing: 0em;
	text-align: left;
	color: rgb(190, 190, 190);
}

#skills {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-content: flex-start;
  align-self: start;
	margin:40px;
}

#skills h2 {
	font-family: "Amatic SC";
	font-size: 40px;
	font-weight: 700;
	line-height: 50px;
	letter-spacing: 0em;
	align-self: start;
	color: #a92cda;
}

.skills_list {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;

	margin:  20px;
}

.skills_item {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: flex-start;
	padding: 10px 0;
}

.skills_item img {
	width: 15px;
	height: 15px;
}

.skills_item p {
	font-family: "Nunito";
	font-size: 17px;
	font-weight: 700;
	line-height: 25px;
	letter-spacing: 0em;
	text-align: left;
	color: whitesmoke;
  padding-left: 15px;
}

.line {
  border-top: 1px solid #a92cda;
  margin: 0 30px;
}

#contact {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-content: flex-start;
	align-items: flex-start;
  margin: 20px 40px;

}

#contact h2 {
	font-family: "Amatic SC";
	font-size: 40px;
	font-weight: 700;
	line-height: 50px;
	letter-spacing: 0em;
	align-self: start;
	color: #a92cda;

  padding-bottom: 10px;

}

.contact_item {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: flex-start;
	padding: 10px 0;
}

.contact_item img {
  width: 15px;
	height: 15px;
}

.contact_item p {
	font-family: "Nunito";
	font-size: 15px;
	font-weight: 700;
	line-height: 25px;
	letter-spacing: 0em;
	text-align: left;
	color: whitesmoke;
  padding-left: 15px;
}

.contact_item a {
  text-decoration: none;
}

#references {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-content: center;

  margin: 20px 40px;
}

#references h2 {
	font-family: "Amatic SC";
	font-size: 40px;
	font-weight: 700;
	line-height: 50px;
	letter-spacing: 0em;
	align-self: start;
	color: #a92cda;
}

.reference {
  padding: 20px;
}

.reference h3 {
	font-family: "Nunito";
	font-size: 15px;
	font-weight: 700;
	line-height: 25px;
	letter-spacing: 0em;
	text-align: left;
	color: whitesmoke;
	padding: 10px 0;
}

.reference p {
	font-family: "Nunito";
	font-size: 15px;
	font-weight: 700;
	line-height: 20px;
	letter-spacing: 0em;
	text-align: left;
	color: rgb(190, 190, 190);

	padding: 5px 20px;
}

.reference a {
  text-decoration: none;
}



footer {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 10px 0;
  background-color: #a92cda;
}

footer a {
	text-decoration: none;
}

footer button {
		display: flex;
		flex-direction:row;
		align-items: center;
		justify-content: space-between;

    background-color: black;
    border-color: transparent;
    border-radius: 10px;
    
    padding: 10px 15px;

}

footer h2 {
  font-family: "Nunito";
  font-size: 20px;
  font-weight: 700;
  line-height: 25px;
  letter-spacing: 0em;
  text-align: center;
  color: whitesmoke;
}

footer img {
	width: 15px;
	padding-right: 10px;

}

/*tablet-----------------------------------------------------------------------------------------------------------------------------------------------------------------*/

@media (min-width: 768px) {
	main {
		background-color: black;
		display: flex;
		flex-direction: column;
		align-items: center;

		margin: 50px 30px 30px;
	}

  #about_me {
    display: flex;
    flex-direction: row;
    align-items: center;
		justify-content: center;

    margin: 20px 40px;
  }
  
  .name_mobile {
 display: none;
  }
  
  .photo img {
    width: 150px;
    border-radius: 0px;
  
  }
  
  .name_tablet_desktop {
    display: block;
    font-family: "Nunito";
    font-size: 29px;
    font-weight: 700;
    line-height: 40px;
    letter-spacing: 0em;
    text-align: center;
    color: #a92cda;
  }

  .text {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    align-items: center;
    padding: 0 20px;
  }
  
  
  .text p {
    font-family: "Nunito";
    font-size: 15px;
    font-weight: 700;
    line-height: 25px;
    letter-spacing: 0em;
    text-align: center;
    color: rgb(190, 190, 190);
  
    padding: 15px 15px 0;
  }


  .web {
    display: flex;
    flex-direction: column;
    padding: 20px;
  }
  
  .web h3 {
    font-family: "Nunito";
    font-size: 20px;
    font-weight: 700;
    line-height: 30px;
    letter-spacing: 0em;
    text-align: left;
    color: whitesmoke;
  
    padding: 20px 0;
  }
  
	
  .web_studies_list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
  
    margin: 0 30px;
  }
  
  .web_studies_item {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    padding: 0 15px;
  }
  
  .web_studies_item img {
    width: 15px;
    height: 15px;
  }
  
  .web_studies_item p {
    font-family: "Nunito";
    font-size: 15px;
    font-weight: 700;
    line-height: 20px;
    letter-spacing: 0em;
    text-align: left;
    color: rgb(190, 190, 190);

    padding: 10px;
  }

  .line {
    border-top: 1px solid #a92cda;
    margin: 0 30px;
  }

  #contact {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: flex-start;
    align-items: flex-start;
    margin: 60px 70px 20px;
  
  }

  #references {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: center;
  
    margin: 20px 70px 60px;
  }

  .references_container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
  
    padding: 20px 0;
  }

  .reference {
    padding: 0;
  }
  
  .reference h3 {
    font-family: "Nunito";
    font-size: 15px;
    font-weight: 700;
    line-height: 25px;
    letter-spacing: 0em;
    text-align: left;
    color: whitesmoke;
  
    padding: 10px 0;
  }
  
  .reference p {
    font-family: "Nunito";
    font-size: 15px;
    font-weight: 700;
    line-height: 20px;
    letter-spacing: 0em;
    text-align: left;
    color: rgb(190, 190, 190);
  
    padding: 5px 0;
  }
  
  .reference a {
    text-decoration: none;
  }
  

}

@media (min-width: 1024px) {
	main {
		background-color: black;
		display: flex;
		flex-direction: column;
		align-items: flex-start;
		margin: 50px 150px;
	}

	#about_me {
		align-self: center;
	}

	.text p {
		width: 600px;
		}

  #contact {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: flex-start;
    align-items: flex-start;
    padding: 0;
    margin: 60px 190px 20px;
  
  }

  #references {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: center;
  
    margin: 20px 190px 60px;
  }

  .references_container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
  
    padding: 20px 0;
  }

  .reference {
    padding: 0;
  }
  
  .reference h3 {
    font-family: "Nunito";
    font-size: 15px;
    font-weight: 700;
    line-height: 25px;
    letter-spacing: 0em;
    text-align: left;
    color: whitesmoke;
    padding: 10px 0;
  }
  
  .reference p {
    font-family: "Nunito";
    font-size: 15px;
    font-weight: 700;
    line-height: 20px;
    letter-spacing: 0em;
    text-align: left;
    color: rgb(190, 190, 190);
  
    padding: 5px 0;
  }
  
  .reference a {
    text-decoration: none;
  }

}

@media (min-width: 1440px) {
	main {

		margin: 50px 370px;
	}

	#contact {
    margin: 60px 410px 20px;
  
  }

  #references {
    margin: 20px 410px 60px;
  }
}