@import 'bootstrap.css';
@import 'devicon-colors.css';
@import 'devicon.css';

.navbar {
	margin-bottom: 0;
}

body {
	background: #FFFFFF;
	color: #f7f7f7;
	font-family: 'Montserrat', sans-serif;
  padding-top: 70px;
  padding-bottom: 70px;
}

h1,
h2 {
	font-weight: bold;
  color: #6EA9EC;
  font-family: 'Vollkorn SC', serif;
}

h3 {
  color: #FACB83;
}

p {
	font-size: 16px;
	color: #1C4981;
}

.jumbotron {
  background-image: url(../images/background-3.jpg);
  background-size: cover;
	color: #FACB83;
  height: 700px;
	text-align: center;
  padding-top: 0;
  position: relative;
}

.jumbotron p {
	color: white;
	font-size: 20px;
}

footer {
  line-height: 50px;
  color: #777777;
}

a {
  text-decoration: none !important;
}

.project :hover {
	color: #6EA9EC;
}

img {
  max-height: 100%;
  max-width: 100%;
}

.about-me {
  padding: 0 0 30px 0;
}

.footer {
  position: relative;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 60px;
  background-color: #f5f5f5;
}

.intro-page {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 50%;
  height: 60%;
  margin: auto;
}

.intro-page h1, .intro-page h2, .intro-page h3 {
  color: #FFFFFF;
  font-family: 'Vollkorn SC', serif;
}

.button {
  list-style: none;
  text-align: center;
}

li {
  display: inline-block;
  margin: 0 10px;
}

.btn {
  background-color: #6EA9EC;
}

#about {
  padding: 0 0 30px;
  border-bottom: 2px solid #6EA9EC;
}

#project {
  padding: 0 0 30px;
  border-bottom: 2px solid #6EA9EC;
}

#skills {
  padding: 0 0 30px;
  border-bottom: 2px solid #6EA9EC;
}

#resume {
  padding: 0 0 30px;
  border-bottom: 2px solid #6EA9EC;
}

#contact {
  padding: 0 0 30px;
}

#write-up {
  padding: 70px 0;
  text-align: center;
}

#write-up p {
  font-size: 20px;
}

.skills-icons {
  font-size: 100px;
  text-align: center;
}

.resume {
  height: 500px;
  width: auto;
}

.row {
  margin: 50px 0;
}
