body {
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 18px;
  line-height: 34px;
  color: #777;
  background: url("../images/mountain-background.jpg");
}

* {
  box-sizing: border-box;
}

/* general */

.container {
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  clear: both;
}

h1,
h2,
h3,
p {
  margin-bottom: 20px;
}

p:last-child {
  margin-bottom: 0;
}

h1,
h2,
h3
 {
  font-family: 'Nanum Gothic Coding', monospace;
  font-weight: 700;
  color: #659dbd;
}

h1 {
  padding-bottom: 20px;
  font-size: 30px;
  line-height: 49px;
  border-bottom: 3px solid #ddd;
}

h2,
h3 {
  font-size: 22px;
}

p {
  font-family: 'Nanum Gothic Coding', monospace;
}

/* header */

#masthead {
  position: fixed;
  z-index: 99;
  width: 100%;
  margin: 0 0 30px;
  overflow: auto;
  color: #fff;
  background: #fff;
  border-bottom: 2px solid #ccc;
}

#logo {
  float: left;
  width: 350px;
  height: 90px;
  font-family: 'Nanum Gothic Coding', monospace;
  font-size: 30px;
  font-weight: 700;
  line-height: 90px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background: #8d8741;
  border-radius: 4px;
}

nav {
  float: left;
  margin-top: 25px;
}

.nav-link{
  line-height: 125%;
}

nav a {
  display: inline-block;
  padding-left: 15px;
  margin-left: 15px;
  line-height: 18px;
  color: #999;
  text-decoration: none;
  border-left: 1px solid #efefef;
  font-family: 'Nanum Gothic Coding', monospace;
  font-size: 14px;
}

nav a:first-child {
  border-left: 0 none;
}


/* footer */

footer {
  padding: 30px 0;
  clear: both;
  font-size: 12px;
  color: #fff;
  color: #ccc;
  text-align: center;
  background: #666;
  border-top: 8px solid #8d8741;
  height: 50px;
}

h3, h2 {
  padding-bottom: 20px;
  margin-bottom: 15px;
  line-height: 22px;
  border-bottom: 2px solid #eee;
}

/* main */

#main-container {
  padding-top: 130px;
  min-height: calc(100vh - 70px);
}

.main-section {
  float: left;
  width: 100%;
  max-width: 960px;
  padding: 30px;
  margin: 0 0 40px;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
}

/* portfolio page */

.work {
  position: relative;
  float: left;
  width: 325px;
  margin: 20px 0 25px;
  overflow: auto;
  margin-left: 50px;
}

.work:nth-child(even) {
  margin-right: 40px;
}

.work img {
  width: 100%;
  border: 0 none;
  opacity: 0.8;
  border-radius: 3px;
}

#profile-pic {
  border-radius: 2%;
}

.work h3 {
  position: absolute;
  bottom: 20px;
  width: 100%;
  padding: 15px;
  margin-bottom: 0;
  font-weight: 300;
  line-height: 30px;
  color: #fff;
  text-align: center;
  background: #8d8741;
  border-bottom: 0;
  bottom: 30px;
  border-radius: 3px;
}

.auth-image {
  float: left;
  width: 200px;
  height: auto;
  margin-top: 10px;
  margin-right: 25px;
}

/* contact page */

#contact-form ul {
  margin-bottom: 20px;
}

#contact-form li {
  margin-bottom: 10px;
  list-style-type: none
}

label,
input[type=text],
input[type=email],
textarea {
  display: block;
  width: 100%;
}

input[type=text],
input[type=email],
textarea {
  height: 35px;
  padding: 0 10px;
  font-size: 14px;
  border: 1px solid #ddd;
}

textarea {
  height: 200px;
}

input[type=submit] {
  padding: 10px 30px;
  font-size: 18px;
  color: #fff;
  cursor: pointer;
  background: #8d8741;
  border: 0 none;
}

#profilePicture {
  float: left;
}

.portfolio-image{
  height: 200px;
  width: 300px;
}

#linkedin-icon{
  float: left;
  width: 7%;
 margin-left: 40%;
}

#github-icon{
  float: right;
  width: 6%;
  margin-right: 40%;
}

.email-sample{
 
  width: 700px
}

.emails {
  position: relative;
  float: left;
  margin-top: 30px;
  margin-left: 13%;
}

.email-titles{
  text-align: center;
  color: #28647f;
}

h4 {
  color: #28647f;
  font-family: 'Nanum Gothic Coding', monospace;
}

a {
  color: #1c7ade
}

#github-portfolio{
  margin-right: 48.5%;
  float: right;
  width: 6%;
  /* margin-top: 250px; */
}

.popover {
  z-index: 1;
  margin-left: -270px;
  margin-bottom: 10px;
  font-family: 'Nanum Gothic Coding', monospace;
}


i {
  font-size: 67px;
}

#SquareSpace{
  width: 10%;
}