@charset "utf-8"

body {
	font-family: 'Raleway', sans-serif;
}
* {
	margin: 0;
	padding: 0;
}

/*navigation-styling*/
#navbar {
	background: black;
	width: 100%;
	height: 60px;
	line-height: 60px;
}
#navbar ul {
	float: right;
}
#navbar ul li {
	text-decoration: none;
	list-style-type: none;
	display: inline-block;
}
#navbar ul li a {
	text-decoration: none;
	color: white;
	padding: 25px;
	font-family: 'Open sans',sans-serif;
}
#navbar ul li :hover {
	background: red;
	transition: all ease-in-out  0.40s;
}
#welcome-section {
	height: 180px;
	width: auto;
	background: #8B0000;
	padding: 200px;
}

h1 {
	border-top: 150px;
	font-size: 50px;
	align-content: flex-end;
}
#projects {
	background: #FAFAD2;
}
.projects-container {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	margin: 20px auto 0;
}
.project {
    max-width: 350px;
    margin: 15px;
}
.project img {
	max-width: 100%;
}


section {
	text-align: center;
	background: #800000;
	padding: 20px;
}
.canal {
	color: #F5DEB3;
    font-size: 30px;
}
.social-links {
	padding: 0;
	margin: 0;
}
.social-links a {
	font-size: 30px;
	margin: 0 30px;
	color: #FFF8DC;
}
.footer {
	text-align: center;
	background: #A0522D;
}
  /**#social {
	justify-content: center;
	padding: 200px;
	height: 10px;
}
.canal {
	align-items: center;
}
.fa {
  font-size: 50px;
  text-align: center;
  text-decoration: none;
  margin: 0;
  padding: 15px;
}

.fa:hover {
    opacity: 0.7;
    color: red;
}*/
.fa-linkedin {

}
.fa-facebook {
	

}

.fa-twitter {
}











